Skip to main content

HTTP/2-based RPC framework

Project description

Package for gRPC Python.

Installation

gRPC Python is available for Linux, macOS, and Windows.

From PyPI

If you are installing locally…

$ pip install grpcio

Else system wide (on Ubuntu)…

$ sudo pip install grpcio

If you’re on Windows make sure that you installed the pip.exe component when you installed Python (if not go back and install it!) then invoke:

$ pip.exe install grpcio

Windows users may need to invoke pip.exe from a command line ran as administrator.

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  # REPO_ROOT can be any directory of your choice
$ git clone -b $(curl -L https://grpc.io/release) https://github.com/grpc/grpc $REPO_ROOT
$ cd $REPO_ROOT
$ git submodule update --init

# For the next two commands do `sudo pip install` if you get permission-denied errors
$ pip install -rrequirements.txt
$ GRPC_PYTHON_BUILD_WITH_CYTHON=1 pip install .

You cannot currently install Python from source on Windows. Things might work out for you in MSYS2 (follow the Linux instructions), but it isn’t officially supported at the moment.

Troubleshooting

Help, I …

  • … see a pkg_resources.VersionConflict when I try to install grpc

    This is likely because pip doesn’t own the offending dependency, which in turn is likely because your operating system’s package manager owns it. You’ll need to force the installation of the dependency:

    pip install --ignore-installed $OFFENDING_DEPENDENCY

    For example, if you get an error like the following:

    Traceback (most recent call last):
    File "<string>", line 17, in <module>
     ...
    File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 509, in find
      raise VersionConflict(dist, req)
    pkg_resources.VersionConflict: (six 1.8.0 (/usr/lib/python2.7/dist-packages), Requirement.parse('six>=1.10'))

    You can fix it by doing:

    sudo pip install --ignore-installed six
  • … see the following error on some platforms

    /tmp/pip-build-U8pSsr/cython/Cython/Plex/Scanners.c:4:20: fatal error: Python.h: No such file or directory
    #include "Python.h"
                    ^
    compilation terminated.

    You can fix it by installing python-dev package. i.e

    sudo apt-get install python-dev

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-1.21.0rc1.tar.gz (13.9 MB view details)

Uploaded Source

Built Distributions

grpcio-1.21.0rc1-cp37-cp37m-win_amd64.whl (1.6 MB view details)

Uploaded CPython 3.7m Windows x86-64

grpcio-1.21.0rc1-cp37-cp37m-win32.whl (1.3 MB view details)

Uploaded CPython 3.7m Windows x86

grpcio-1.21.0rc1-cp37-cp37m-manylinux1_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.7m

grpcio-1.21.0rc1-cp37-cp37m-manylinux1_i686.whl (2.1 MB view details)

Uploaded CPython 3.7m

grpcio-1.21.0rc1-cp37-cp37m-macosx_10_9_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

grpcio-1.21.0rc1-cp36-cp36m-win_amd64.whl (1.6 MB view details)

Uploaded CPython 3.6m Windows x86-64

grpcio-1.21.0rc1-cp36-cp36m-win32.whl (1.3 MB view details)

Uploaded CPython 3.6m Windows x86

grpcio-1.21.0rc1-cp36-cp36m-manylinux1_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.6m

grpcio-1.21.0rc1-cp36-cp36m-manylinux1_i686.whl (2.1 MB view details)

Uploaded CPython 3.6m

grpcio-1.21.0rc1-cp36-cp36m-macosx_10_9_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

grpcio-1.21.0rc1-cp36-cp36m-linux_armv7l.whl (11.2 MB view details)

Uploaded CPython 3.6m

grpcio-1.21.0rc1-cp35-cp35m-win_amd64.whl (1.6 MB view details)

Uploaded CPython 3.5m Windows x86-64

grpcio-1.21.0rc1-cp35-cp35m-win32.whl (1.3 MB view details)

Uploaded CPython 3.5m Windows x86

grpcio-1.21.0rc1-cp35-cp35m-manylinux1_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.5m

grpcio-1.21.0rc1-cp35-cp35m-manylinux1_i686.whl (2.1 MB view details)

Uploaded CPython 3.5m

grpcio-1.21.0rc1-cp35-cp35m-macosx_10_7_intel.whl (3.8 MB view details)

Uploaded CPython 3.5m macOS 10.7+ intel

grpcio-1.21.0rc1-cp35-cp35m-linux_armv7l.whl (11.1 MB view details)

Uploaded CPython 3.5m

grpcio-1.21.0rc1-cp34-cp34m-win_amd64.whl (1.6 MB view details)

Uploaded CPython 3.4m Windows x86-64

grpcio-1.21.0rc1-cp34-cp34m-win32.whl (1.6 MB view details)

Uploaded CPython 3.4m Windows x86

grpcio-1.21.0rc1-cp34-cp34m-manylinux1_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.4m

grpcio-1.21.0rc1-cp34-cp34m-manylinux1_i686.whl (2.1 MB view details)

Uploaded CPython 3.4m

grpcio-1.21.0rc1-cp34-cp34m-macosx_10_7_intel.whl (3.7 MB view details)

Uploaded CPython 3.4m macOS 10.7+ intel

grpcio-1.21.0rc1-cp34-cp34m-linux_armv7l.whl (11.1 MB view details)

Uploaded CPython 3.4m

grpcio-1.21.0rc1-cp27-cp27mu-manylinux1_x86_64.whl (2.2 MB view details)

Uploaded CPython 2.7mu

grpcio-1.21.0rc1-cp27-cp27mu-manylinux1_i686.whl (2.1 MB view details)

Uploaded CPython 2.7mu

grpcio-1.21.0rc1-cp27-cp27mu-linux_armv7l.whl (11.0 MB view details)

Uploaded CPython 2.7mu

grpcio-1.21.0rc1-cp27-cp27m-win_amd64.whl (1.6 MB view details)

Uploaded CPython 2.7m Windows x86-64

grpcio-1.21.0rc1-cp27-cp27m-win32.whl (1.6 MB view details)

Uploaded CPython 2.7m Windows x86

grpcio-1.21.0rc1-cp27-cp27m-manylinux1_x86_64.whl (2.2 MB view details)

Uploaded CPython 2.7m

grpcio-1.21.0rc1-cp27-cp27m-manylinux1_i686.whl (2.1 MB view details)

Uploaded CPython 2.7m

grpcio-1.21.0rc1-cp27-cp27m-macosx_10_9_x86_64.whl (2.0 MB view details)

Uploaded CPython 2.7m macOS 10.9+ x86-64

File details

Details for the file grpcio-1.21.0rc1.tar.gz.

File metadata

  • Download URL: grpcio-1.21.0rc1.tar.gz
  • Upload date:
  • Size: 13.9 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/41.0.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.16

File hashes

Hashes for grpcio-1.21.0rc1.tar.gz
Algorithm Hash digest
SHA256 70f317a04e97811eecf7f0d908fddf227377401c1387d0e6d459966c9bdaaa4a
MD5 673841d4be93b7bfe8f215cbb71f5b77
BLAKE2b-256 40f053215f93bca8d95c24979af3ebead42fa2f2f11e6050902476af017a16fa

See more details on using hashes here.

File details

Details for the file grpcio-1.21.0rc1-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: grpcio-1.21.0rc1-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/41.0.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.16

File hashes

Hashes for grpcio-1.21.0rc1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 b9ef3a0c6b64dd0527048810faec790a1254bf070e6ac7fba51c7fc1df19f718
MD5 7716e03f7228b23bb4727b13d094900d
BLAKE2b-256 63af261d9fc55d7f0281c894f57c51f0655ca87146d86a89d06cda0a485fe67a

See more details on using hashes here.

File details

Details for the file grpcio-1.21.0rc1-cp37-cp37m-win32.whl.

File metadata

  • Download URL: grpcio-1.21.0rc1-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/41.0.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.16

File hashes

Hashes for grpcio-1.21.0rc1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 23a15b2074193ba2aa6229fa2a1992381d86f25761de0a7f60e3f2c81b1f268a
MD5 4cffa6433759ffa854f714a9a56b2d8d
BLAKE2b-256 dcf5dc2e3e0248619284087e6b7d513d969cf28de68123f58c54a1751b9637e1

See more details on using hashes here.

File details

Details for the file grpcio-1.21.0rc1-cp37-cp37m-manylinux1_x86_64.whl.

File metadata

  • Download URL: grpcio-1.21.0rc1-cp37-cp37m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 2.2 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/41.0.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.16

File hashes

Hashes for grpcio-1.21.0rc1-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 a87f81d8dbf605b3bb13468c3f0ac3e649dfbbf2418656fdb829d6a195463292
MD5 0f025fb00d8c9c4c7d54e94757291d6a
BLAKE2b-256 3b528068a5fe7c0c363f3327ed3ebe1029edf959772e35137bcd31b5e0460b7f

See more details on using hashes here.

File details

Details for the file grpcio-1.21.0rc1-cp37-cp37m-manylinux1_i686.whl.

File metadata

  • Download URL: grpcio-1.21.0rc1-cp37-cp37m-manylinux1_i686.whl
  • Upload date:
  • Size: 2.1 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/41.0.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.16

File hashes

Hashes for grpcio-1.21.0rc1-cp37-cp37m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 a60b2095eeb19144308b34241eaf258dca5deefc0ddc9ebcce5da869cab0cb77
MD5 ed7e191d1b99ffe5bf04b59abed0205e
BLAKE2b-256 aa86799623f424832287b1d7f90a326c54e13b809ba59809d1de351c8d2b8f1a

See more details on using hashes here.

File details

Details for the file grpcio-1.21.0rc1-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: grpcio-1.21.0rc1-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/41.0.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.16

File hashes

Hashes for grpcio-1.21.0rc1-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 cb6572f601fabf3a23c543c2146a0c8599c6af24fd1b450eaea644521d269572
MD5 54f0884c96b7ee165582ed325e532613
BLAKE2b-256 27a78d66189f952622a59c6f4599a9dc758a77c96a0dc0db9aa7787419f1d11f

See more details on using hashes here.

File details

Details for the file grpcio-1.21.0rc1-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: grpcio-1.21.0rc1-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/41.0.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.16

File hashes

Hashes for grpcio-1.21.0rc1-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 c23e2c7ecbf93eaca278232863a8621f587aea454ea6b71643631b26ac6ce61c
MD5 27ff183fa2ff4dcd7a3332a6f7c02186
BLAKE2b-256 8e3f0c2b264ebf3e60a7585801db0ce9808a91bf1155d7db447764031612366d

See more details on using hashes here.

File details

Details for the file grpcio-1.21.0rc1-cp36-cp36m-win32.whl.

File metadata

  • Download URL: grpcio-1.21.0rc1-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/41.0.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.16

File hashes

Hashes for grpcio-1.21.0rc1-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 4bde8e2299b37b2a8c6d16c32c911777f1973ea8ea470cba53715ff37f3e7cfe
MD5 02de50e7c516e948c50fbb4e981dd84a
BLAKE2b-256 49ec6deb8bebb0be1387005f7a0a5ce07cdb763f1949f927d257aa1e8ba4bfa9

See more details on using hashes here.

File details

Details for the file grpcio-1.21.0rc1-cp36-cp36m-manylinux1_x86_64.whl.

File metadata

  • Download URL: grpcio-1.21.0rc1-cp36-cp36m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 2.2 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/41.0.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.16

File hashes

Hashes for grpcio-1.21.0rc1-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 9f4e3f3ab9afb51c4cd47a34a4c6f8af075e5b883afb642f7aec46436691cb27
MD5 4e45a049e3f54678960c49e48b1ba911
BLAKE2b-256 9716692b2c8b593c7c9c198c123fe874b027c59c7cbf6603726622e48e968534

See more details on using hashes here.

File details

Details for the file grpcio-1.21.0rc1-cp36-cp36m-manylinux1_i686.whl.

File metadata

  • Download URL: grpcio-1.21.0rc1-cp36-cp36m-manylinux1_i686.whl
  • Upload date:
  • Size: 2.1 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/41.0.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.16

File hashes

Hashes for grpcio-1.21.0rc1-cp36-cp36m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 b3e26d6ffe8c5fc3302722142ae501e0a4743664827629cc154c5864efd360c2
MD5 6bebd7fde8cc6211eb38cd0adc5d4048
BLAKE2b-256 f411baa7b53b73ad6bb6285f1613f43843d1c0ff9b396509fd33134bcce616b9

See more details on using hashes here.

File details

Details for the file grpcio-1.21.0rc1-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: grpcio-1.21.0rc1-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.6m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/41.0.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.16

File hashes

Hashes for grpcio-1.21.0rc1-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 90a266352b40367649f96a6cd3375155b716ec50e478cb54c58f433aebf62861
MD5 7a73c336efe1381a5dd0ce1622ada3a3
BLAKE2b-256 a66e6fe64e7f852e88f97e86bba1c5722b3627b7c59d08a920a4bc24769191f0

See more details on using hashes here.

File details

Details for the file grpcio-1.21.0rc1-cp36-cp36m-linux_armv7l.whl.

File metadata

  • Download URL: grpcio-1.21.0rc1-cp36-cp36m-linux_armv7l.whl
  • Upload date:
  • Size: 11.2 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/41.0.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.16

File hashes

Hashes for grpcio-1.21.0rc1-cp36-cp36m-linux_armv7l.whl
Algorithm Hash digest
SHA256 ae496848fd7283b49a5b23c0caca3ef3d867449f7dbc66d1b619b6a19d1eb422
MD5 cc87a5e8b97211af7f70b328c13d2e66
BLAKE2b-256 dfaa36ad2f805a8c6da9cb3aa9b915a3b0ffadf2c5d917931e3f3b0ba45d9879

See more details on using hashes here.

File details

Details for the file grpcio-1.21.0rc1-cp35-cp35m-win_amd64.whl.

File metadata

  • Download URL: grpcio-1.21.0rc1-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.5m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/41.0.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.16

File hashes

Hashes for grpcio-1.21.0rc1-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 8ce072639aace5e04c77ae6a65ebafdc83627f02b01b84de4b12cab76062e24b
MD5 8b29985328a98370db32780addfbe2ce
BLAKE2b-256 81630a5e6ea6166e57709cc844849e47b683a0cdf8f72cce1d9b120cff080ea7

See more details on using hashes here.

File details

Details for the file grpcio-1.21.0rc1-cp35-cp35m-win32.whl.

File metadata

  • Download URL: grpcio-1.21.0rc1-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.5m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/41.0.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.16

File hashes

Hashes for grpcio-1.21.0rc1-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 976ed048ab555c638fed8d6d107a71fc4230f982001f2a0851c7e43de158735b
MD5 9ddd913755732be031250ec8f04341d1
BLAKE2b-256 c2cf3c621e7115d06ac749f25f470cfe19131bf981190b335a13c51f156dd2d9

See more details on using hashes here.

File details

Details for the file grpcio-1.21.0rc1-cp35-cp35m-manylinux1_x86_64.whl.

File metadata

  • Download URL: grpcio-1.21.0rc1-cp35-cp35m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 2.2 MB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/41.0.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.16

File hashes

Hashes for grpcio-1.21.0rc1-cp35-cp35m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 299fcef4f72502a85215767f32c5cfb5cd417b74d4e68c4e053a290c0086603c
MD5 ffc3d0c45a7d4830d4f0e09c381fc7ea
BLAKE2b-256 68311c915ee52789863f0edbd6c0c458b6058fcce6fc928fe73a94190012ff74

See more details on using hashes here.

File details

Details for the file grpcio-1.21.0rc1-cp35-cp35m-manylinux1_i686.whl.

File metadata

  • Download URL: grpcio-1.21.0rc1-cp35-cp35m-manylinux1_i686.whl
  • Upload date:
  • Size: 2.1 MB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/41.0.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.16

File hashes

Hashes for grpcio-1.21.0rc1-cp35-cp35m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 89e3a09623737cc6ff03a70205d88fe1ff90cc664dcc52dfd12d5b669ffe1944
MD5 92b6dc8619f4a81608a7263461456430
BLAKE2b-256 83693d97e730d158a69e5f9be4d60244f2e242d94d7754c530cfd60bf36cf0d2

See more details on using hashes here.

File details

Details for the file grpcio-1.21.0rc1-cp35-cp35m-macosx_10_7_intel.whl.

File metadata

  • Download URL: grpcio-1.21.0rc1-cp35-cp35m-macosx_10_7_intel.whl
  • Upload date:
  • Size: 3.8 MB
  • Tags: CPython 3.5m, macOS 10.7+ intel
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/41.0.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.16

File hashes

Hashes for grpcio-1.21.0rc1-cp35-cp35m-macosx_10_7_intel.whl
Algorithm Hash digest
SHA256 98c1afd179f94b73f7bc06373b60dc72ced8d2817115f5203878ea4da73fba8e
MD5 2b94d9fde2b85243f1d053d563aabae8
BLAKE2b-256 11744e8b425032ac2e9c3cde0cb4853541b61fb92411ec36954d55d4f3c305ea

See more details on using hashes here.

File details

Details for the file grpcio-1.21.0rc1-cp35-cp35m-linux_armv7l.whl.

File metadata

  • Download URL: grpcio-1.21.0rc1-cp35-cp35m-linux_armv7l.whl
  • Upload date:
  • Size: 11.1 MB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/41.0.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.16

File hashes

Hashes for grpcio-1.21.0rc1-cp35-cp35m-linux_armv7l.whl
Algorithm Hash digest
SHA256 7e925343f7eb306efed492a6e2f68ce4366f89741711b3271ba1d5d636daea26
MD5 b3b11d2a77bbc8b9a42279a4e91c81b1
BLAKE2b-256 035e27123d4f64213e1df51d4f939aa9b34adbbfe68ceaf9c400d5cfcde7a33f

See more details on using hashes here.

File details

Details for the file grpcio-1.21.0rc1-cp34-cp34m-win_amd64.whl.

File metadata

  • Download URL: grpcio-1.21.0rc1-cp34-cp34m-win_amd64.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.4m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/41.0.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.16

File hashes

Hashes for grpcio-1.21.0rc1-cp34-cp34m-win_amd64.whl
Algorithm Hash digest
SHA256 1d8e05bbffe4118cd8c1c2ec31e7a79689a001fa55b4bfb3e6dde24d1841afcb
MD5 620fc928d490c2ea86bddbf929a7ba96
BLAKE2b-256 68ed487edacf635ff30318e16e6eb3b6010667bab25d101e968e4fc210823b10

See more details on using hashes here.

File details

Details for the file grpcio-1.21.0rc1-cp34-cp34m-win32.whl.

File metadata

  • Download URL: grpcio-1.21.0rc1-cp34-cp34m-win32.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.4m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/41.0.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.16

File hashes

Hashes for grpcio-1.21.0rc1-cp34-cp34m-win32.whl
Algorithm Hash digest
SHA256 0479a6a6c8681d1f442c8f62e0a13f454a6c344b7784390b6a12731132e06556
MD5 7fdfe126fe8214b0d2076042a52e7d45
BLAKE2b-256 23a3a1aee437f51364f1a98f64acbd64c3ac510be037e8087c73dbc57417f26e

See more details on using hashes here.

File details

Details for the file grpcio-1.21.0rc1-cp34-cp34m-manylinux1_x86_64.whl.

File metadata

  • Download URL: grpcio-1.21.0rc1-cp34-cp34m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 2.2 MB
  • Tags: CPython 3.4m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/41.0.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.16

File hashes

Hashes for grpcio-1.21.0rc1-cp34-cp34m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 22c53e8354c7f268fd1b429abd84ce3cc71a3279b67297ab3d3ce10fd7bc073a
MD5 6ec7a153a052ff1a54652f180fac4a72
BLAKE2b-256 597019e90ee9d283bd58837335d658b3cf5744e6175cb0998a2df9a9ed497a79

See more details on using hashes here.

File details

Details for the file grpcio-1.21.0rc1-cp34-cp34m-manylinux1_i686.whl.

File metadata

  • Download URL: grpcio-1.21.0rc1-cp34-cp34m-manylinux1_i686.whl
  • Upload date:
  • Size: 2.1 MB
  • Tags: CPython 3.4m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/41.0.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.16

File hashes

Hashes for grpcio-1.21.0rc1-cp34-cp34m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 207201bf799d39b4171a3e403afbfeb2978f5f8e9570f2f1e5d0332a9dee39c1
MD5 9db3f086d2ced6cd04d246396d463317
BLAKE2b-256 00f76d35cc96dcf7dd12dc24e8b4f57a3ce7a45fa2dbf41713d44216602f0e89

See more details on using hashes here.

File details

Details for the file grpcio-1.21.0rc1-cp34-cp34m-macosx_10_7_intel.whl.

File metadata

  • Download URL: grpcio-1.21.0rc1-cp34-cp34m-macosx_10_7_intel.whl
  • Upload date:
  • Size: 3.7 MB
  • Tags: CPython 3.4m, macOS 10.7+ intel
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/41.0.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.16

File hashes

Hashes for grpcio-1.21.0rc1-cp34-cp34m-macosx_10_7_intel.whl
Algorithm Hash digest
SHA256 ebc13ca201f7a41571bddb51596cd1168c429b62f37c8fc693ce9d6a36ea6ceb
MD5 fbfeeace3e528549090f67b44a6aa415
BLAKE2b-256 f741cfc4902c1758a704bcf2b97945c535c06b5dfdfe31cdbddb550186422c23

See more details on using hashes here.

File details

Details for the file grpcio-1.21.0rc1-cp34-cp34m-linux_armv7l.whl.

File metadata

  • Download URL: grpcio-1.21.0rc1-cp34-cp34m-linux_armv7l.whl
  • Upload date:
  • Size: 11.1 MB
  • Tags: CPython 3.4m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/41.0.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.16

File hashes

Hashes for grpcio-1.21.0rc1-cp34-cp34m-linux_armv7l.whl
Algorithm Hash digest
SHA256 7742220197715d26cc96c9d95b5945edc644a466d90b429185fc04a7a3bb4dee
MD5 9cefa1378881cddaa33d9f2eb1e94842
BLAKE2b-256 bb5e38461c795c3ffdaa2cabf72e172fb146eee781e0e1938fccfbc562c533a5

See more details on using hashes here.

File details

Details for the file grpcio-1.21.0rc1-cp27-cp27mu-manylinux1_x86_64.whl.

File metadata

  • Download URL: grpcio-1.21.0rc1-cp27-cp27mu-manylinux1_x86_64.whl
  • Upload date:
  • Size: 2.2 MB
  • Tags: CPython 2.7mu
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/41.0.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.16

File hashes

Hashes for grpcio-1.21.0rc1-cp27-cp27mu-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 09e7c139d2d163e319a1072780e6743a697f8aa33f58273f38fd04b6a11dd48a
MD5 30c288432a377a3cba00577ca2fd1140
BLAKE2b-256 740a5c0e14b8f767d467165d43ffde8a69628d55ba7b0b20e38a1bdfaf0f8040

See more details on using hashes here.

File details

Details for the file grpcio-1.21.0rc1-cp27-cp27mu-manylinux1_i686.whl.

File metadata

  • Download URL: grpcio-1.21.0rc1-cp27-cp27mu-manylinux1_i686.whl
  • Upload date:
  • Size: 2.1 MB
  • Tags: CPython 2.7mu
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/41.0.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.16

File hashes

Hashes for grpcio-1.21.0rc1-cp27-cp27mu-manylinux1_i686.whl
Algorithm Hash digest
SHA256 7ef6d1a4e5c0521925c355247294f8a47679908009d330f9c32855bc8e40142a
MD5 2e91329dfb79451393b9f92ce3e51e3a
BLAKE2b-256 2813de249619446051f43fb1f35e6282f3abd16c9319edf26c6777493d44662e

See more details on using hashes here.

File details

Details for the file grpcio-1.21.0rc1-cp27-cp27mu-linux_armv7l.whl.

File metadata

  • Download URL: grpcio-1.21.0rc1-cp27-cp27mu-linux_armv7l.whl
  • Upload date:
  • Size: 11.0 MB
  • Tags: CPython 2.7mu
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/41.0.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.16

File hashes

Hashes for grpcio-1.21.0rc1-cp27-cp27mu-linux_armv7l.whl
Algorithm Hash digest
SHA256 7488f6f8c0c9615a83f8f7d89d0bcd54ff0309723d390338a4fbf8769c761ebc
MD5 9bfe635344499e4d544efd182457918f
BLAKE2b-256 3bccb972162642b8cba5ba162af08469023a4adff28700cfea9e28faa4532d6f

See more details on using hashes here.

File details

Details for the file grpcio-1.21.0rc1-cp27-cp27m-win_amd64.whl.

File metadata

  • Download URL: grpcio-1.21.0rc1-cp27-cp27m-win_amd64.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 2.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/41.0.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.16

File hashes

Hashes for grpcio-1.21.0rc1-cp27-cp27m-win_amd64.whl
Algorithm Hash digest
SHA256 014b2deffef80999f7db6088fd06a741e558f0407515e05cceb85e112e4e5b37
MD5 cfe4aa0579a88dcf95f5d9a8b0fccafb
BLAKE2b-256 ba47984dcbe48ff43aec305cf777bf85644f05606932e34622802a8a8970f668

See more details on using hashes here.

File details

Details for the file grpcio-1.21.0rc1-cp27-cp27m-win32.whl.

File metadata

  • Download URL: grpcio-1.21.0rc1-cp27-cp27m-win32.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 2.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/41.0.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.16

File hashes

Hashes for grpcio-1.21.0rc1-cp27-cp27m-win32.whl
Algorithm Hash digest
SHA256 278e8bf70c1e4896e0957c1704ee7660717d3367a78a6953c36fdb23a7b54eb9
MD5 580ac5b44c2759ea434ab8745ca29896
BLAKE2b-256 19e8f2b6a5c204e161706d305f4cf688452638a7890a3a197a80d3ccef04d4d4

See more details on using hashes here.

File details

Details for the file grpcio-1.21.0rc1-cp27-cp27m-manylinux1_x86_64.whl.

File metadata

  • Download URL: grpcio-1.21.0rc1-cp27-cp27m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 2.2 MB
  • Tags: CPython 2.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/41.0.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.16

File hashes

Hashes for grpcio-1.21.0rc1-cp27-cp27m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 3e1d47a0a0bca60396a9cb90b65014bc457f7fcb8b3ea97c14aad96172120869
MD5 a47036b094c45a2cc2ba0acba5a7528b
BLAKE2b-256 e5dbf111ecc5da33e8c061ecb71552b224eb035e6c67d0238e1e811901b96daf

See more details on using hashes here.

File details

Details for the file grpcio-1.21.0rc1-cp27-cp27m-manylinux1_i686.whl.

File metadata

  • Download URL: grpcio-1.21.0rc1-cp27-cp27m-manylinux1_i686.whl
  • Upload date:
  • Size: 2.1 MB
  • Tags: CPython 2.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/41.0.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.16

File hashes

Hashes for grpcio-1.21.0rc1-cp27-cp27m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 0fae3b3049c9dac50d8fac890b8c070f887606c593c26e6733c02785c6a91c38
MD5 3561018d4b2ece1477090add38caaad1
BLAKE2b-256 7a8ae4161d6f57689f10790efa4dd63c38acd5464caedb41c44f2787da72d82b

See more details on using hashes here.

File details

Details for the file grpcio-1.21.0rc1-cp27-cp27m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: grpcio-1.21.0rc1-cp27-cp27m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 2.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/41.0.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.16

File hashes

Hashes for grpcio-1.21.0rc1-cp27-cp27m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c86e4be6a723d08f1cfdfbdb5350e85c0222d0ff4344c30c2de9b357ad43c9f7
MD5 6e2fb0c61697fac06beed78a067f8f8f
BLAKE2b-256 a241843f6bb15f23f540da17858a9dbd7f9ea8ff9a2b26f63d63720542c95069

See more details on using hashes here.

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