Getting StartedΒΆ

This code generator is implemented as a plugin to protoc, the compiler for protocol buffers, and will run in any environment that Python 3.6+ and protocol buffers do.

Because dependency management and such can be a significant undertaking, we offer a Docker image and interface which requires you only to have Docker installed and provide the protos for your API.

It is also possible to install the tool locally and run it through protoc, and this approach is fully supported.

Note

The Docker approach is recommended for users new to this ecosystem, or those which do not have a robust Python environment available.