The Python facility of gRPC.
Alpha : Ready for early adopters
On Mac OS X, install homebrew. On Linux, install linuxbrew. Run the following command to install gRPC Python.
$ curl -fsSL https://goo.gl/getgrpc | bash -s python
This will download and run the gRPC install script, then install the latest version of the gRPC Python package. It also installs the Protocol Buffers compiler (protoc) and the gRPC protoc plugin for python.
$ make shared_c static_c
$ tools/run_tests/build_python.sh
$ tools/run_tests/run_python.sh
$ pip install setuptools twine
$ ../../tools/distrib/python/submit.py