Skip to content

mdmedley/pybuf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!