The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#) https://grpc.io/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Nicolas Noble b9518217f0 Merge pull request #887 from murgatroid99/travis_python 10 years ago
..
interop Removed execute permissions from README files. 10 years ago
src Fixed python link order 10 years ago
README.md Removed execute permissions from README files. 10 years ago
requirements.txt Moved pip dependencies into requirements.txt . 10 years ago

README.md

gRPC Python

The Python facility of gRPC.

Status

Usable with limitations, Pre-Alpha

Prerequisites

Python 2.7, virtualenv, pip, libprotobuf-dev, and libprotoc-dev.

Building from source

$ make shared_c static_c
  • Use build_python.sh to build the Python code and install it into a virtual environment
$ tools/run_tests/build_python.sh

Testing

  • Use run_python.sh to run gRPC as it was installed into the virtual environment
$ tools/run_tests/run_python.sh

Installing

$ pip install -r requirements.txt
  • Install gRPC Python
$ pip install src/python/src