2017-03-29 16:31:38 +00:00
|
|
|
proto:
|
|
|
|
python -m grpc_tools.protoc -I./example --python_out=./example --grpc_python_out=./example --python-grpc_out=./example ./example/helloworld.proto
|
2017-04-03 17:06:53 +00:00
|
|
|
python -m grpc_tools.protoc -I./tests --python_out=./tests --python-grpc_out=./tests ./tests/protobuf/testing.proto
|
2017-01-24 17:10:43 +00:00
|
|
|
|
|
|
|
server:
|
2017-03-29 14:14:24 +00:00
|
|
|
@PYTHONPATH=. python example/server.py
|
2017-01-24 17:10:43 +00:00
|
|
|
|
|
|
|
client:
|
2017-04-03 15:18:19 +00:00
|
|
|
@PYTHONPATH=. python example/client.py
|