Skip to main content

HTTP/2-based RPC framework

Project description

compat_check_pypi

Package for gRPC Python.

Supported Python Versions

Python >= 3.5

Deprecated Python Versions

Python == 2.7. Python 2.7 support will be removed on January 1, 2020.

Installation

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

Installing 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!

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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

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

Uploaded CPython 3.7m

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

Uploaded CPython 3.7m

grpcio-1.22.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.22.0rc1-cp36-cp36m-win_amd64.whl (1.6 MB view details)

Uploaded CPython 3.6m Windows x86-64

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

Uploaded CPython 3.6m Windows x86

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

Uploaded CPython 3.6m

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

Uploaded CPython 3.6m

grpcio-1.22.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.22.0rc1-cp36-cp36m-linux_armv7l.whl (11.5 MB view details)

Uploaded CPython 3.6m

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

Uploaded CPython 3.5m Windows x86-64

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

Uploaded CPython 3.5m Windows x86

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

Uploaded CPython 3.5m

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

Uploaded CPython 3.5m

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

Uploaded CPython 3.5m macOS 10.7+ intel

grpcio-1.22.0rc1-cp35-cp35m-linux_armv7l.whl (11.5 MB view details)

Uploaded CPython 3.5m

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

Uploaded CPython 3.4m Windows x86-64

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

Uploaded CPython 3.4m Windows x86

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

Uploaded CPython 3.4m

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

Uploaded CPython 3.4m

grpcio-1.22.0rc1-cp34-cp34m-macosx_10_7_intel.whl (3.8 MB view details)

Uploaded CPython 3.4m macOS 10.7+ intel

grpcio-1.22.0rc1-cp34-cp34m-linux_armv7l.whl (11.5 MB view details)

Uploaded CPython 3.4m

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

Uploaded CPython 2.7mu

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

Uploaded CPython 2.7mu

grpcio-1.22.0rc1-cp27-cp27mu-linux_armv7l.whl (11.4 MB view details)

Uploaded CPython 2.7mu

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

Uploaded CPython 2.7m Windows x86-64

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

Uploaded CPython 2.7m Windows x86

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

Uploaded CPython 2.7m

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

Uploaded CPython 2.7m

grpcio-1.22.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.22.0rc1.tar.gz.

File metadata

  • Download URL: grpcio-1.22.0rc1.tar.gz
  • Upload date:
  • Size: 13.9 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/2.7.16

File hashes

Hashes for grpcio-1.22.0rc1.tar.gz
Algorithm Hash digest
SHA256 fdc359015d6ee5107c2feaff8dcd2584cba859f5dd201cdbc218f3f62a1fdb8b
MD5 6b96df6693268bcc8ebd0791168d92bf
BLAKE2b-256 5712bd1629c26565028f5788688a3f7894b17930e6e14f0b04c78736536bb51b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.22.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.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/2.7.16

File hashes

Hashes for grpcio-1.22.0rc1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 bc428bd7ea19f7b01c420ab1b1b4b46b58ec0f0a33be606b981757fd86ec9a8a
MD5 a38e051219bd11b077c73f60723c4df5
BLAKE2b-256 2764da559a3ec31162931a1a3f03094b78b133840c548a822b9de8ac4d3fe48d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.22.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.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/2.7.16

File hashes

Hashes for grpcio-1.22.0rc1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 fc7b4fdfc9e343fd1fecff98bd5e1f0a0f800098e61c7d091dd760cf470e06eb
MD5 96637d4fda8e103c88684693006e112d
BLAKE2b-256 11ef0f3c40fa75f0023d083aaccaf28da6acedc2a1d5273a6758a255424e6b59

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.22.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.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/2.7.16

File hashes

Hashes for grpcio-1.22.0rc1-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 2feb23e51c6e0aa74d7da20ad5e4b6c24a0b747a99e90abdb18bc6947c72c248
MD5 4281ae867459a52de76209f4e48503b1
BLAKE2b-256 25459bcb84ca9bd6f0ebfe9e2549a37b410e893e9936f2211e1f4c49452a42ad

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.22.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.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/2.7.16

File hashes

Hashes for grpcio-1.22.0rc1-cp37-cp37m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 5955fa49f08c0365500b08e58b01ab9160a3af4d0d62b646151112135dc3313a
MD5 8a55256044456d94d77f0b53eac84fe8
BLAKE2b-256 01c644f17c40f4f3439710cfba64bfb7e7addc7f9f084ed4561f9e82b68d390e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.22.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.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/2.7.16

File hashes

Hashes for grpcio-1.22.0rc1-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3c507508fa06fa8862fd0bed8f75d204d50759e8331fac6c40a0a72b51fc36ee
MD5 9abe96e388fca759b84d3530241d0c11
BLAKE2b-256 e1b39e1d35f7413ac2f064082dac20ae6476a84d371346dfc1d85745f7eda089

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.22.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.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/2.7.16

File hashes

Hashes for grpcio-1.22.0rc1-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 21ab929cd3cc1c5136c4d6e4ea6b5ac5d792d89fac71b4a0a97cea328f5ac6bb
MD5 17c9149e1cf2e122bdd3a40267737e22
BLAKE2b-256 e8c387ea8662dfcd3e5c82d98f8ed9198e73dda523cbeefa6f19f3cca2533804

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.22.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.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/2.7.16

File hashes

Hashes for grpcio-1.22.0rc1-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 5a608f27cca7e5cdc88f2f8c00171d923d135b0cc1cbeca886113c68b57fddda
MD5 ab825f9f971b85e9fe2e7d897204c628
BLAKE2b-256 4b5cd5294a60013854dc28bd3d3b95fd033a46f99076cd73209710d7c06ed32b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.22.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.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/2.7.16

File hashes

Hashes for grpcio-1.22.0rc1-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 139ff4193d4b15e3c58138e183e7a7dd100fed403ad15726d43af7db17795b1e
MD5 380648d24152c99b326ac8ef32fd6ab4
BLAKE2b-256 db1ae998a9a40928269e73974ee9c181ada94777a0e0b0ab4bfe8cc49c05b369

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.22.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.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/2.7.16

File hashes

Hashes for grpcio-1.22.0rc1-cp36-cp36m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 e1264587fa3a1297391a951f3b7afc8ca86d9921c446251913b2a007b06e4d8a
MD5 a5fdff5aada940a47a3a08e5d7277cc6
BLAKE2b-256 4398b55935b6d4dba5220434eddf3f3e3c7b393649743596d964e434f4161b59

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.22.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.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/2.7.16

File hashes

Hashes for grpcio-1.22.0rc1-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7532771a768a697effb9cbdecdee8b58ce840c02c3ad8d43a2c75e9f8bda3204
MD5 3c3196a15553381ac758c13bc5606724
BLAKE2b-256 3bbd1c70256d6ddeb29c5dc61cb14d0bd41c878244baf89c5124de5299f1814a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.22.0rc1-cp36-cp36m-linux_armv7l.whl
  • Upload date:
  • Size: 11.5 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/2.7.16

File hashes

Hashes for grpcio-1.22.0rc1-cp36-cp36m-linux_armv7l.whl
Algorithm Hash digest
SHA256 a6701ca77ff72d935984efdfbf14f2243ff8fc25d6a9bfa6cf10fbeebe80964c
MD5 9ac98f8c1a39fe8b76da43918ff2db5b
BLAKE2b-256 3bc4dfe132e1732aa4eef7f98f554002a401d31966ba67cd4a943530729da7b1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.22.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.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/2.7.16

File hashes

Hashes for grpcio-1.22.0rc1-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 201761eb91dec597a929a2b6ad102507ef554e9a985ec681d4b80ce2c74b93b5
MD5 e760cfea12df3e61154e9eb3f2251a8e
BLAKE2b-256 3ff8996bd98313fdae9ea93f447d6f76d5093a45d03cb3f345b46b98b971060c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.22.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.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/2.7.16

File hashes

Hashes for grpcio-1.22.0rc1-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 0fb762f4e790845670066f75bf6c6eadb01c0f1d1797c803c19236a754f7cc4e
MD5 2dcf3d4d247b3463fea3d4f28a3874ac
BLAKE2b-256 a0b076e29526b5b1eb235bf7476d6169a26a2110ee789d70155d3769402abed4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.22.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.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/2.7.16

File hashes

Hashes for grpcio-1.22.0rc1-cp35-cp35m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 f5dc14fcf189ba75dd28bb9a6444c6b017f6cc5a0223f7dbf039f263a0c1431a
MD5 d51b3ce5d4e8ffb1b800175883786a49
BLAKE2b-256 2354909e55a86b4c05c7b415e51ea52486785286bbdef5d57378b08d81ff927d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.22.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.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/2.7.16

File hashes

Hashes for grpcio-1.22.0rc1-cp35-cp35m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 42b47f3509d264a41239e23a86f736252dd443bf40e215419cf59aad67b71c21
MD5 82da5d5ba4e18d2d9f16f2f28da20789
BLAKE2b-256 0e2d20c6a8985045f7827a25bea6fe9c5db8bd15f0688c66c0a9d4511d572a63

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.22.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.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/2.7.16

File hashes

Hashes for grpcio-1.22.0rc1-cp35-cp35m-macosx_10_7_intel.whl
Algorithm Hash digest
SHA256 273631bac71d34fb62d3d469d8562ecc8754120cd8bee6468a971f0ad4d6d96b
MD5 a93705e1f7ce8af6f5e3371f02972ebf
BLAKE2b-256 58b9554dcb5ee6984359ca48a8b42ce784fc3771eb48cd78baaac269461a2b0e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.22.0rc1-cp35-cp35m-linux_armv7l.whl
  • Upload date:
  • Size: 11.5 MB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/2.7.16

File hashes

Hashes for grpcio-1.22.0rc1-cp35-cp35m-linux_armv7l.whl
Algorithm Hash digest
SHA256 868f35ae6a97f343bc4a2ff417dac465a4472039c497df492518e58a5e34eb2a
MD5 49a7ddfbc64129258aade3d14f1c4bf3
BLAKE2b-256 17cad58877254451b73398adf26cb5521354b85c34d11ff0866c659fb3016826

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.22.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.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/2.7.16

File hashes

Hashes for grpcio-1.22.0rc1-cp34-cp34m-win_amd64.whl
Algorithm Hash digest
SHA256 09e098c7245c6bd44a93572e8c8d2375c71191daba3b9a03bcecbc93aa567f41
MD5 8d1976bcd42d98c1fbd9314b9bf01bab
BLAKE2b-256 b37f9e2636adc7631c018dd60312b8185ef745cc0127d7aabc66b6c1d057c047

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.22.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.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/2.7.16

File hashes

Hashes for grpcio-1.22.0rc1-cp34-cp34m-win32.whl
Algorithm Hash digest
SHA256 5b12ee4889df28322827f3e73bdb9d57879724a8bc320795653b603519535c77
MD5 f0a5e915db62e9e212ca2da5b1cc9756
BLAKE2b-256 4c8a7c79301cffbe1ed09fdabb33528baa90913af204594d93ed866363276825

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.22.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.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/2.7.16

File hashes

Hashes for grpcio-1.22.0rc1-cp34-cp34m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 22cd66bac2ddbd951dd0c9dd2770dfea3c4d5faa2123484d628431dfc8a5b984
MD5 a9f40b7e6cd6bcf34692570d7e85d4b3
BLAKE2b-256 6b38bae34477044c5e9785e1160fc83ba87233674ba1a76eb7f5dce4145e2abf

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.22.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.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/2.7.16

File hashes

Hashes for grpcio-1.22.0rc1-cp34-cp34m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 d322726833d133848e9b78f93024a530365879d7c2a7c5fdb14671eb5a3e1e88
MD5 83ae28dccd3183b0cc2a4352cf0ad22c
BLAKE2b-256 a954dcdda10a4b2a924c605db324f23e37ac2f45df5f432b1ad3c3de7e968a56

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.22.0rc1-cp34-cp34m-macosx_10_7_intel.whl
  • Upload date:
  • Size: 3.8 MB
  • Tags: CPython 3.4m, macOS 10.7+ intel
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/2.7.16

File hashes

Hashes for grpcio-1.22.0rc1-cp34-cp34m-macosx_10_7_intel.whl
Algorithm Hash digest
SHA256 c56c0fa6d4d510f5de90eb3751ac5f95febf4967beb3c586b9d8bfe2e6413153
MD5 afea0ddc50f2fe099ad582442461d6a5
BLAKE2b-256 bfe5e79958c6d586ba4909dffc6944bf4b1677c2f89c878f2f5e3133b9171b1a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.22.0rc1-cp34-cp34m-linux_armv7l.whl
  • Upload date:
  • Size: 11.5 MB
  • Tags: CPython 3.4m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/2.7.16

File hashes

Hashes for grpcio-1.22.0rc1-cp34-cp34m-linux_armv7l.whl
Algorithm Hash digest
SHA256 48edf67913df729c79439afe8a18b8c68ba27188186e825d8b044b8b43868bff
MD5 c4be1b6c6f0d030289d55945bbbbb0ca
BLAKE2b-256 e44e77fdd5fd00ec1bc8e30f67d5854a2497373128ab2452498548cb71a9fd8a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.22.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.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/2.7.16

File hashes

Hashes for grpcio-1.22.0rc1-cp27-cp27mu-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 3cc53b75984d208ddb8ff3b308c81d775a802b3462c1c7a43c4b0fd4d01fa767
MD5 6f798f63d8c18b7c2f9d36f1244a5ad7
BLAKE2b-256 14a91789c4624eaef0c7d85604177cf8658e5c718d909f215639de72fcd9685d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.22.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.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/2.7.16

File hashes

Hashes for grpcio-1.22.0rc1-cp27-cp27mu-manylinux1_i686.whl
Algorithm Hash digest
SHA256 b764165455ad3e56ca48079e950ec14cf9d2683480a6bc466e6442302c606db6
MD5 354634a83c222322febbb23a5723579f
BLAKE2b-256 addaa6327e1ed4ce03ae32259104fb11c4729767de3f11f0eb8cbd008af9e509

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.22.0rc1-cp27-cp27mu-linux_armv7l.whl
  • Upload date:
  • Size: 11.4 MB
  • Tags: CPython 2.7mu
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/2.7.16

File hashes

Hashes for grpcio-1.22.0rc1-cp27-cp27mu-linux_armv7l.whl
Algorithm Hash digest
SHA256 491a78d972a470f8e687881e3ab8693cfd28915a22766476e60b0635f75f4b5f
MD5 1346c28b5a027ca39daca5e30821b370
BLAKE2b-256 75f7c7c71042478b0f034ccd358f1483051a0e5dde97d119c83bb0fd10bd4578

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.22.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.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/2.7.16

File hashes

Hashes for grpcio-1.22.0rc1-cp27-cp27m-win_amd64.whl
Algorithm Hash digest
SHA256 0ad4307fba924d418a82632fa32533933f60a9d1d4dc8817f68c1817e4569aaa
MD5 10586ab748797a93fa9fd6ffc5f4aabd
BLAKE2b-256 ba6667a064c9d7c8873c6ac0e567c32d07c6e32bb849d57747a3bd8756f15d5c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.22.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.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/2.7.16

File hashes

Hashes for grpcio-1.22.0rc1-cp27-cp27m-win32.whl
Algorithm Hash digest
SHA256 4a93ce7b155dbed50b6120e8bafa5e1955958149ee9dd6e3683e16b497f3887a
MD5 213a9b63fc74c260e240f605e5127b66
BLAKE2b-256 a161528359d13ec1410d0cfb0b5f2f8c04aefc4926daa31d79b02f95a34f5538

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.22.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.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/2.7.16

File hashes

Hashes for grpcio-1.22.0rc1-cp27-cp27m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 902d1446c4767b045b830b81e83012590c650f2a6e050c8b5dc6605f9e4c5ad7
MD5 57b090a9bcee005de32a3ad054816c32
BLAKE2b-256 7f509e90feac0f2485a35cb70e165cbe5c05379a1f7ca3661bcecb0282611b13

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.22.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.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/2.7.16

File hashes

Hashes for grpcio-1.22.0rc1-cp27-cp27m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 2de429c39e943bc54a3420a84ae6a0a3caf9ce75d13f7414d3a747c66d98e150
MD5 558d8c4739cc9814ea3f630c5da09926
BLAKE2b-256 3b9e3a326f17ab5cd477bc5fd38dc5ac4bbe99b8014232d45cdcffbf54bc9e18

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.22.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.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/2.7.16

File hashes

Hashes for grpcio-1.22.0rc1-cp27-cp27m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 77c502d2c19a884b9ae931eee4484094f73450417a29c6ee47cea20a36347f14
MD5 0854544566b2f68bb42e207fd5273d03
BLAKE2b-256 948365a4689e8786fccdb87d7ca1ff0257c1519e20f2f00a7b39c9940b6f70cc

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