HTTP/2-based RPC framework
Project description
Package for GRPC Python.
Dependencies
Ensure that you have installed GRPC core.
On debian linux systems, install from our released deb package:
$ 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
Otherwise, install from source:
git clone https://github.com/grpc/grpc.git cd grpc ./configure make && make install
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
grpcio-0.9.0a0.tar.gz
(88.4 kB
view hashes)