Skip to main content

No project description provided

Project description

Package for gRPC Python.

Installation

gRPC Python is available for Linux, Mac OS X, and Windows running Python 2.7.

From PyPI

If you are installing locally…

$ pip install grpcio

Else system wide (on Ubuntu)…

$ sudo pip install grpcio

n.b. On Windows and on Mac OS X one must have a recent release of pip to retrieve the proper wheel from PyPI. Be sure to upgrade to the latest version!

From Source

Building from source requires that you have the Python headers (usually a package named python-dev).

$ export REPO_ROOT=grpc
$ git clone https://github.com/grpc/grpc.git $REPO_ROOT
$ cd $REPO_ROOT
$ pip install .

Note that $REPO_ROOT can be assigned to whatever directory name floats your fancy.

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.13.0.tar.gz (8.4 MB view hashes)

Uploaded Source

Built Distributions

grpcio-0.13.0-cp27-cp27m-win_amd64.whl (2.3 MB view hashes)

Uploaded CPython 2.7m Windows x86-64

grpcio-0.13.0-cp27-cp27m-win32.whl (2.3 MB view hashes)

Uploaded CPython 2.7m Windows x86

grpcio-0.13.0-cp27-cp27m-macosx_10_10_intel.whl (2.2 MB view hashes)

Uploaded CPython 2.7m macOS 10.10+ intel

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page