mdmedley / pybuf

Modularize Protobuf Code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

About

Modularize Protobuf Code

License:MIT License


Languages

Language:Python 100.0%