pybuf

Modularize Protocol Buffer Compiler generated code for use within your package


Keywords
google, google-protobuf, google-protocol-buffers, protobuf, protocol-buffer-compiler, protocol-buffers, python
License
MIT
Install
pip install pybuf==1.1.1

Documentation

pybuf

Modularize Protocol Buffer Compiler generated code for use within your package.

Version

v1.1.1

Installation

pip install pybuf

Quickstart

from pybuf import modularize


modularize(source='/path/to/proto/files/directory/', destination='/path/to/module/', filename='specific_file.proto')
# filename param is optional

Development

Want to contribute? Great! Fork and submit a pull request!