https://github.com/streamdal/betterproto
Docker image for python protobuf creation using betterproto
https://github.com/streamdal/betterproto
Last synced: 3 months ago
JSON representation
Docker image for python protobuf creation using betterproto
- Host: GitHub
- URL: https://github.com/streamdal/betterproto
- Owner: streamdal
- Created: 2023-07-14T19:42:26.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-18T23:33:40.000Z (almost 3 years ago)
- Last Synced: 2025-06-06T03:14:31.797Z (11 months ago)
- Language: Makefile
- Size: 2.93 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# streamdal/betterproto docker image
This image is used to compile protocol buffers for python.
The standard `protoc --python_out` implementation produces ugly and un-importable code
### Building
```bash
make docker/build
```
### Running
```bash
docker run streamdal/betterproto:latest --betterproto_out=... --more-protoc-args=...
```