Skip to content

sbrother/protobuf-custom-build

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages