A Python protoc plugin that generates Swagger/OpenAPI specifications from annotated protobuf files. Currently at version 0.1.0, released as a minimal early release. No regular release cadence established yet.
pip install protoc-gen-swaggerNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Invoke protoc with the swagger plugin (requires protoc-gen-swagger installed and in PATH).
Validate output swagger.json against your schema expectations.
Install protoc from https://github.com/protocolbuffers/protobuf/releases.
Ensure the Python Scripts directory (e.g., ~/.local/bin on Linux) is in your PATH. Or run: python -m protoc_gen_swagger
Verify protoc-gen-swagger is installed and in PATH (type 'which protoc-gen-swagger'). Reinstall if needed.
No dependency data recorded yet.