Skip to content

pupssman/protobuf-setuptools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

protobuf-setuptools

Release Status Downloads

Setuptools protobuf plugin.

Adds command to generate python probobuf stubs from .proto files.

Usage

Install from PyPI and run

python setup.py build_proto

That will find all the .proto files in the provided packages, compile them with protoc and put resulting _pb2.py files near them.

About

Setuptools plugin to protobuf stub generation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages