blob: 47bbf3f34f4d8713268ea13bfc6571bc1e325f1a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
To create python bindings,
Prerequisites:
https://developers.google.com/protocol-buffers/docs/downloads
https://github.com/dropbox/mypy-protobuf
Command:
protoc -I=. --python_out=. --mypy_out=. CommandExecutor.proto
|