Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 439 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 439 Bytes

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!