protobuf-custom-build

Custom build step for protobuf packages


License
MIT
Install
pip install protobuf-custom-build==0.2.0

Documentation

protobuf-custom-build

This is a small package that allows a repository containing only protobuf definitions to be used in a Python project via pip install. Please see python-protobuf-repo-examle for a full example of a protobuf repo using this package; it boils down to including the line

distutils.command.build.build.sub_commands.insert(0, ('protobuf-custom-build', None))

in your setup.py.