An open API service indexing awesome lists of open source software.

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

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=...
```