Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 673 Bytes

README.rst

File metadata and controls

25 lines (15 loc) · 673 Bytes

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.