fischor/protogen-python
The protogen package makes it easy to write protoc plugins in Python
Abstracts away raw protobuf descriptor handling by resolving and linking dependencies into higher-level protogen classes, while providing Python-specific code generation utilities like automatic import management that tracks cross-module references and generates appropriate import statements. Built on a stdio-based plugin architecture that communicates with `protoc` via CodeGeneratorRequest/Response messages, allowing plugins to define custom Python import path resolution strategies for different code generation conventions.
16 stars and 25,314 monthly downloads. No commits in the last 6 months. Available on PyPI.
Stars
16
Forks
3
Language
Python
License
—
Category
Last pushed
Jun 17, 2025
Monthly downloads
25,314
Commits (30d)
0
Dependencies
1
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/fischor/protogen-python"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
googleapis/gapic-generator-python
Generate Python API client libraries from Protocol Buffers.
omissis/go-jsonschema
A tool to generate Go data types from JSON Schema definitions.
zeromicro/go-zero
A cloud-native Go microservices framework with cli tool for productivity.
openconfig/ygot
A YANG-centric Go toolkit - Go/Protobuf Code Generation; Validation; Marshaling/Unmarshaling
mailru/easyjson
Fast JSON serializer for golang.