An open API service indexing awesome lists of open source software.

https://github.com/mdmedley/pybuf

Modularize Protobuf Code
https://github.com/mdmedley/pybuf

google google-protobuf google-protocol-buffers protobuf protocol-buffer-compiler protocol-buffers python

Last synced: about 1 month ago
JSON representation

Modularize Protobuf Code

Awesome Lists containing this project

README

          

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

### Version
v1.1.1

### Installation
```sh
pip install pybuf
```

### Quickstart
```python
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!