| config.ini | ||
| main.py | ||
| message.proto | ||
| README.md | ||
| tests.py | ||
Dependencies
- protobuf-compiler
- python-sqlite
Generate files from .proto file
protoc -I=./ --python_out=./ message.proto
| config.ini | ||
| main.py | ||
| message.proto | ||
| README.md | ||
| tests.py | ||
protoc -I=./ --python_out=./ message.proto