sbrother / protobuf-custom-build

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

License:MIT License


Languages

Language:Python 100.0%