The Python facility of gRPC.
Usable with limitations, Pre-Alpha
Python 2.7, virtualenv, pip, libprotobuf-dev, and libprotoc-dev.
$ make shared_c static_c
$ tools/run_tests/build_python.sh
$ tools/run_tests/run_python.sh
Install the gRPC core
$ wget https://github.com/grpc/grpc/releases/download/release-0_5_0/libgrpc_0.5.0_amd64.deb $ wget https://github.com/grpc/grpc/releases/download/release-0_5_0/libgrpc-dev_0.5.0_amd64.deb $ sudo dpkg -i libgrpc_0.5.0_amd64.deb libgrpc-dev_0.5.0_amd64.deb
Install gRPC Python's dependencies
$ pip install -r src/python/requirements.txt
$ pip install src/python/src
$ pip install setuptools twine
$ ../../tools/distrib/python/submit.py