Go to file
2020-05-12 22:01:21 +01:00
main.py seperate the tests 2020-05-12 22:01:21 +01:00
message.proto add protobuf 2020-04-28 21:18:17 +01:00
README.md init 2020-04-19 07:36:00 +01:00
tests.py seperate the tests 2020-05-12 22:01:21 +01:00

Dependencies

  • protobuf-compiler
  • python-sqlite

Generate files from .proto file

protoc -I=./ --python_out=./ message.proto