andreycizov/python-protobuf-gen
protobuf typed binding generator for python
Generates statically-typed Python protobuf bindings with full IDE autocompletion support, solving limitations of the official `protoc` compiler that builds interfaces at runtime and restricts package namespace remapping. Uses a two-step approach with `remap()` to reorganize proto file hierarchies under custom package roots and `wrap()` to create type-hinted Python modules, enabling seamless integration with static type checkers and supporting complex multi-repository proto dependencies like those in etcd3.
14 stars and 3,305 monthly downloads. Available on PyPI.
Stars
14
Forks
4
Language
Python
License
Apache-2.0
Category
Last pushed
Feb 09, 2026
Monthly downloads
3,305
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/andreycizov/python-protobuf-gen"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
inducer/cgen
C/C++ source generation from an AST
westandskif/convtools
convtools is a specialized Python library for dynamic, declarative data transformations with...
pyecore/pyecore
A Python(nic) Implementation of EMF/Ecore (Eclipse Modeling Framework)
mutating/transfunctions
Say NO to Python fragmentation on sync and async
cogu/cfile
A python C code generator