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

Uploaded Source

Built Distributions

grpcio-1.20.0rc2-cp37-cp37m-win_amd64.whl (1.6 MB view details)

Uploaded CPython 3.7m Windows x86-64

grpcio-1.20.0rc2-cp37-cp37m-win32.whl (1.3 MB view details)

Uploaded CPython 3.7m Windows x86

grpcio-1.20.0rc2-cp37-cp37m-manylinux1_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.7m

grpcio-1.20.0rc2-cp37-cp37m-manylinux1_i686.whl (2.1 MB view details)

Uploaded CPython 3.7m

grpcio-1.20.0rc2-cp37-cp37m-macosx_10_9_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

grpcio-1.20.0rc2-cp36-cp36m-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.6m Windows x86-64

grpcio-1.20.0rc2-cp36-cp36m-win32.whl (1.3 MB view details)

Uploaded CPython 3.6m Windows x86

grpcio-1.20.0rc2-cp36-cp36m-manylinux1_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.6m

grpcio-1.20.0rc2-cp36-cp36m-manylinux1_i686.whl (2.1 MB view details)

Uploaded CPython 3.6m

grpcio-1.20.0rc2-cp36-cp36m-macosx_10_9_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

grpcio-1.20.0rc2-cp36-cp36m-linux_armv7l.whl (10.3 MB view details)

Uploaded CPython 3.6m

grpcio-1.20.0rc2-cp35-cp35m-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.5m Windows x86-64

grpcio-1.20.0rc2-cp35-cp35m-win32.whl (1.3 MB view details)

Uploaded CPython 3.5m Windows x86

grpcio-1.20.0rc2-cp35-cp35m-manylinux1_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.5m

grpcio-1.20.0rc2-cp35-cp35m-manylinux1_i686.whl (2.1 MB view details)

Uploaded CPython 3.5m

grpcio-1.20.0rc2-cp35-cp35m-macosx_10_7_intel.whl (3.7 MB view details)

Uploaded CPython 3.5m macOS 10.7+ intel

grpcio-1.20.0rc2-cp35-cp35m-linux_armv7l.whl (10.3 MB view details)

Uploaded CPython 3.5m

grpcio-1.20.0rc2-cp34-cp34m-win_amd64.whl (1.6 MB view details)

Uploaded CPython 3.4m Windows x86-64

grpcio-1.20.0rc2-cp34-cp34m-win32.whl (1.6 MB view details)

Uploaded CPython 3.4m Windows x86

grpcio-1.20.0rc2-cp34-cp34m-manylinux1_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.4m

grpcio-1.20.0rc2-cp34-cp34m-manylinux1_i686.whl (2.1 MB view details)

Uploaded CPython 3.4m

grpcio-1.20.0rc2-cp34-cp34m-macosx_10_7_intel.whl (3.7 MB view details)

Uploaded CPython 3.4m macOS 10.7+ intel

grpcio-1.20.0rc2-cp34-cp34m-linux_armv7l.whl (10.3 MB view details)

Uploaded CPython 3.4m

grpcio-1.20.0rc2-cp27-cp27mu-manylinux1_x86_64.whl (2.1 MB view details)

Uploaded CPython 2.7mu

grpcio-1.20.0rc2-cp27-cp27mu-manylinux1_i686.whl (2.1 MB view details)

Uploaded CPython 2.7mu

grpcio-1.20.0rc2-cp27-cp27mu-linux_armv7l.whl (10.2 MB view details)

Uploaded CPython 2.7mu

grpcio-1.20.0rc2-cp27-cp27m-win_amd64.whl (1.6 MB view details)

Uploaded CPython 2.7m Windows x86-64

grpcio-1.20.0rc2-cp27-cp27m-win32.whl (1.6 MB view details)

Uploaded CPython 2.7m Windows x86

grpcio-1.20.0rc2-cp27-cp27m-manylinux1_x86_64.whl (2.1 MB view details)

Uploaded CPython 2.7m

grpcio-1.20.0rc2-cp27-cp27m-manylinux1_i686.whl (2.1 MB view details)

Uploaded CPython 2.7m

grpcio-1.20.0rc2-cp27-cp27m-macosx_10_9_x86_64.whl (1.9 MB view details)

Uploaded CPython 2.7m macOS 10.9+ x86-64

File details

Details for the file grpcio-1.20.0rc2.tar.gz.

File metadata

  • Download URL: grpcio-1.20.0rc2.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/40.6.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.14+

File hashes

Hashes for grpcio-1.20.0rc2.tar.gz
Algorithm Hash digest
SHA256 c436ef8faa40b875eadfd7de75cd780b38e4b0bd8c473fff08e4b85a9a0fb7d3
MD5 c32985c8cdd65b4802a47f98d109269a
BLAKE2b-256 fec69cbe8d3fbdef5abbc3a412a65914b3a532423199c6709f4f86d9faabfeaf

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.20.0rc2-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: grpcio-1.20.0rc2-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/40.6.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.14+

File hashes

Hashes for grpcio-1.20.0rc2-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 15c486c54f8806274b27b641fbd0f3c68e553ecaef362e17f394ac23a9db5ef8
MD5 7b3a7a23e228d66b2e062fd7812d2da4
BLAKE2b-256 44e234d3787be2c875fccdf70b22a98e829852338067a6c9679edfc6455a8388

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.20.0rc2-cp37-cp37m-win32.whl.

File metadata

  • Download URL: grpcio-1.20.0rc2-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/40.6.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.14+

File hashes

Hashes for grpcio-1.20.0rc2-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 84c32db704bef0ce57c0e964f11fdaf22a68b2d8c04792de2cfd89c14f26318b
MD5 65aaab74c7ef3aaa3eca430b1f46e599
BLAKE2b-256 8eec383d79d78fc10d906a401cf6a9b03e2adbfb00f5913ae713959f2838e014

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.20.0rc2-cp37-cp37m-manylinux1_x86_64.whl.

File metadata

  • Download URL: grpcio-1.20.0rc2-cp37-cp37m-manylinux1_x86_64.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/40.6.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.14+

File hashes

Hashes for grpcio-1.20.0rc2-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 4df38bf136493407aa254e9f837c2afdb0a7fb1e9fbc175a7281ff9f48a5ebdc
MD5 094f2901fd1d232671a8af3f2c92fc11
BLAKE2b-256 1eb5c1b9908f4dc66a8d98ff76024e301caba12a0d3369ee492ab9e7a51e3fc5

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.20.0rc2-cp37-cp37m-manylinux1_i686.whl.

File metadata

  • Download URL: grpcio-1.20.0rc2-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/40.6.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.14+

File hashes

Hashes for grpcio-1.20.0rc2-cp37-cp37m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 fa88eb99bfc4c94eb415be58af2e2046609ce567a247e719296e5fecc0288aae
MD5 a98b20b3aa133570025284edeee31539
BLAKE2b-256 f9eef1c4a14db22cf20ebaafbaa6ac760d9364cc43963fa17e264dce618241c6

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.20.0rc2-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: grpcio-1.20.0rc2-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/40.6.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.14+

File hashes

Hashes for grpcio-1.20.0rc2-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c7f5701677267ca76628485b27639094486b140bdc2d4b04155e8e091d115b76
MD5 c2b37732016c84b3cc0961aa45209258
BLAKE2b-256 28e2b3096ee7647d71e75242a70aa62176044f5872bf16182ae1d07aca2d35a5

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.20.0rc2-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: grpcio-1.20.0rc2-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 1.5 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/40.6.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.14+

File hashes

Hashes for grpcio-1.20.0rc2-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 37b373202df9676fe9a42d35a13ad7b71528a5dd67f663413ddd180b2e79034d
MD5 e1a163f1a481805dce4462a4830a47ef
BLAKE2b-256 2206f653975f22c22230b55d10d643faa0f3ff8e2f2893c321dc008ac86f28d6

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.20.0rc2-cp36-cp36m-win32.whl.

File metadata

  • Download URL: grpcio-1.20.0rc2-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/40.6.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.14+

File hashes

Hashes for grpcio-1.20.0rc2-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 f39a3e3da49651a5044bde86a9e6e82d94e15c4c4e977a44797018731af2b48a
MD5 dc87bc7f230db4e29e678fdbbb74e4f9
BLAKE2b-256 ef6b6a6ffb0bfc95ad78a274246749f47a91c2053c487a020df94f296e154c08

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.20.0rc2-cp36-cp36m-manylinux1_x86_64.whl.

File metadata

  • Download URL: grpcio-1.20.0rc2-cp36-cp36m-manylinux1_x86_64.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/40.6.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.14+

File hashes

Hashes for grpcio-1.20.0rc2-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 9a9ae4f952e3435cbfc4d7e32ac32cc1b34bbe7132f8ff07ff662e980d39732f
MD5 3223832d5e1b988182c6a08b1f522615
BLAKE2b-256 022929c75b42bf70c43beb1ff663bb5c378d80c94206e14f5067b4bf8439894e

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.20.0rc2-cp36-cp36m-manylinux1_i686.whl.

File metadata

  • Download URL: grpcio-1.20.0rc2-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/40.6.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.14+

File hashes

Hashes for grpcio-1.20.0rc2-cp36-cp36m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 c14e9dd3fa804ff27c7295e969412f63486f3424aec872919e4bb73c8ec01948
MD5 138cf7779f3942d4a57cecaafbd7fefe
BLAKE2b-256 5433cf6dff6b74aed977159319ea2908ff0784624785938d3d27822a63935118

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.20.0rc2-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: grpcio-1.20.0rc2-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/40.6.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.14+

File hashes

Hashes for grpcio-1.20.0rc2-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e5f889027bb6cfc49ce1da273cb5f1cc3610ba9988c0a31a4dec14855b7fd6a8
MD5 ec943522916441da2f56a011e6afe1f1
BLAKE2b-256 68c17a33c949bc3303487c33f72878a309240219f54651119bf4793d294aaa14

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.20.0rc2-cp36-cp36m-linux_armv7l.whl.

File metadata

  • Download URL: grpcio-1.20.0rc2-cp36-cp36m-linux_armv7l.whl
  • Upload date:
  • Size: 10.3 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/40.6.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.14+

File hashes

Hashes for grpcio-1.20.0rc2-cp36-cp36m-linux_armv7l.whl
Algorithm Hash digest
SHA256 b82a801e716e8f480ebbd0389002949aa2858085872077f4e168737f617f7dc4
MD5 b99dd48d4a42ae146a63020c15830554
BLAKE2b-256 570cf5d4999e6da63af56d0cbcc51918934def0affa4d38a86ad0ca315371618

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.20.0rc2-cp35-cp35m-win_amd64.whl.

File metadata

  • Download URL: grpcio-1.20.0rc2-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 1.5 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/40.6.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.14+

File hashes

Hashes for grpcio-1.20.0rc2-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 6341719a54023111c8d70e8b8328c3d6899c7581505e79bd19c1e54b30c06d18
MD5 5c7f3a7e5707582fba44ca225ffb12c2
BLAKE2b-256 192ff5c96fa704279d4028a146911737f8ad681d174d95009508f65c8ac65aad

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.20.0rc2-cp35-cp35m-win32.whl.

File metadata

  • Download URL: grpcio-1.20.0rc2-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/40.6.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.14+

File hashes

Hashes for grpcio-1.20.0rc2-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 15080a8ffe583fda581f6eb4b327043973f283ec3432172966657e1d77a85c36
MD5 3699d84c33953202c332b91cd1663025
BLAKE2b-256 a1047e84dc5e2058d7886fab99e8c4e7be392b50632543f8209fc0c5773c75bf

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.20.0rc2-cp35-cp35m-manylinux1_x86_64.whl.

File metadata

  • Download URL: grpcio-1.20.0rc2-cp35-cp35m-manylinux1_x86_64.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/40.6.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.14+

File hashes

Hashes for grpcio-1.20.0rc2-cp35-cp35m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 73e0f8fe94b533e5430bfb9aa6aac1ef73b994fb6454b4660a6cbfa717c99da1
MD5 623fc28f6e2357e1ccbb02c0bdb15b0f
BLAKE2b-256 6666dc21a408827b061e334f251b59eed9c6de65ff6e8540998d285f752ae155

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.20.0rc2-cp35-cp35m-manylinux1_i686.whl.

File metadata

  • Download URL: grpcio-1.20.0rc2-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/40.6.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.14+

File hashes

Hashes for grpcio-1.20.0rc2-cp35-cp35m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 3031ac4c7eec5da5077fb761b4dbcd4a11c8f6212da988d660943af7e6281f77
MD5 1cd57335c6762187a9c0efb96e50bf45
BLAKE2b-256 36eed19f66a7bf0e50aa078b0ee1c2d11391ff8a62bb991d4609ede0ccb2161a

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.20.0rc2-cp35-cp35m-macosx_10_7_intel.whl.

File metadata

  • Download URL: grpcio-1.20.0rc2-cp35-cp35m-macosx_10_7_intel.whl
  • Upload date:
  • Size: 3.7 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/40.6.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.14+

File hashes

Hashes for grpcio-1.20.0rc2-cp35-cp35m-macosx_10_7_intel.whl
Algorithm Hash digest
SHA256 f2e43b1aa5f942360d75e0f9801bc7f304db345ff4656188d2778659921b60f8
MD5 2d924153f9bf18b6a7e7616e0c4063eb
BLAKE2b-256 fffcc6c3a3704d9d666fb65144175a01812c62ea197a3f594c9c8fd732ed11eb

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.20.0rc2-cp35-cp35m-linux_armv7l.whl.

File metadata

  • Download URL: grpcio-1.20.0rc2-cp35-cp35m-linux_armv7l.whl
  • Upload date:
  • Size: 10.3 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/40.6.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.14+

File hashes

Hashes for grpcio-1.20.0rc2-cp35-cp35m-linux_armv7l.whl
Algorithm Hash digest
SHA256 aa3a3aa48c6faf07182c27641b1069705592df53d5e6f0de00c15bea018b95ba
MD5 05e00f0bcaed10c5e36885828905b1de
BLAKE2b-256 6485cf92f23bc341a62a061fe54f45d7dfc5bcc2d674c3742c35ab9b68ce4795

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.20.0rc2-cp34-cp34m-win_amd64.whl.

File metadata

  • Download URL: grpcio-1.20.0rc2-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/40.6.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.14+

File hashes

Hashes for grpcio-1.20.0rc2-cp34-cp34m-win_amd64.whl
Algorithm Hash digest
SHA256 09a77a9a4a1a394d78ec7c44f902654b03c2781a59ad4216dda06f18355ad257
MD5 7b8a6dd85c071829c90665e1aaffef46
BLAKE2b-256 160716f483fd7176821cfe30ea06ff95cca0e61a01c12c5867c00031c5da40f1

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.20.0rc2-cp34-cp34m-win32.whl.

File metadata

  • Download URL: grpcio-1.20.0rc2-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/40.6.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.14+

File hashes

Hashes for grpcio-1.20.0rc2-cp34-cp34m-win32.whl
Algorithm Hash digest
SHA256 77a6e38f4104e99a44828f7403be997afa1af54abe382d6d333448c31335167f
MD5 5b91dc518f3b5ec2cf5431eb9a73f9b6
BLAKE2b-256 dc3d77615a2ff1c9c7eea4b1b8badfd1c51ecbf05c9112232608e89b43ab5d4b

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.20.0rc2-cp34-cp34m-manylinux1_x86_64.whl.

File metadata

  • Download URL: grpcio-1.20.0rc2-cp34-cp34m-manylinux1_x86_64.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/40.6.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.14+

File hashes

Hashes for grpcio-1.20.0rc2-cp34-cp34m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 0d013c19275d5b3837e2a2e3b8abfe1736dc659a89a646fb9ba4953dedd6cedd
MD5 6fd39d9048967779ebf5a479e36de0ec
BLAKE2b-256 2360b449c150745f2c179669d669d62cf0067e036da4df0c1cc507d7236d13d2

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.20.0rc2-cp34-cp34m-manylinux1_i686.whl.

File metadata

  • Download URL: grpcio-1.20.0rc2-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/40.6.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.14+

File hashes

Hashes for grpcio-1.20.0rc2-cp34-cp34m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 1da4983f74f2f2d4306231dd67efa456f055719a6c10357cc86ea08f72d1c882
MD5 4132bcdd80f304068347e446c1956a65
BLAKE2b-256 c23233d55e08b7dc4516c069e2f22eae52ce58d54bd9339e8d50142aa1ffcf26

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.20.0rc2-cp34-cp34m-macosx_10_7_intel.whl.

File metadata

  • Download URL: grpcio-1.20.0rc2-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/40.6.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.14+

File hashes

Hashes for grpcio-1.20.0rc2-cp34-cp34m-macosx_10_7_intel.whl
Algorithm Hash digest
SHA256 5f4b251a2a1e73373310cf306d11928c27f798aba61653144110e33cc4d1d454
MD5 cfab6c02cc4f5acd5f8ec56c0a5a0ab4
BLAKE2b-256 69b98cd66aaa0c11679719ff947994484554dd2761c71bd98fa2d406aca219ee

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.20.0rc2-cp34-cp34m-linux_armv7l.whl.

File metadata

  • Download URL: grpcio-1.20.0rc2-cp34-cp34m-linux_armv7l.whl
  • Upload date:
  • Size: 10.3 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/40.6.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.14+

File hashes

Hashes for grpcio-1.20.0rc2-cp34-cp34m-linux_armv7l.whl
Algorithm Hash digest
SHA256 387dee327a4c7493e7ce8575890c3cb5600523f5b5a17d5a61f47ef22542f438
MD5 0d650abe4bf86dbd9bfa11b55e75577c
BLAKE2b-256 565621b371a6f51b5617bc090379268aec88065b53fa769929caea9ef2514f62

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.20.0rc2-cp27-cp27mu-manylinux1_x86_64.whl.

File metadata

  • Download URL: grpcio-1.20.0rc2-cp27-cp27mu-manylinux1_x86_64.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/40.6.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.14+

File hashes

Hashes for grpcio-1.20.0rc2-cp27-cp27mu-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 f975b07d5cab6ed42236b48d9e16dbb269573d4336df4e537c4cb58aa143468e
MD5 66de45103e90c70731be674dcaa0ecbe
BLAKE2b-256 8dc5f3d4e86aa678e2f82307feee5076d5d79447b980f4facb6d3ef659def6ec

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.20.0rc2-cp27-cp27mu-manylinux1_i686.whl.

File metadata

  • Download URL: grpcio-1.20.0rc2-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/40.6.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.14+

File hashes

Hashes for grpcio-1.20.0rc2-cp27-cp27mu-manylinux1_i686.whl
Algorithm Hash digest
SHA256 be61e491169ef5def54381d3798b527cdfb2887e6cba6b50a4e203fb5baeef74
MD5 c6971ec4592c61ed816c03baf5fd89eb
BLAKE2b-256 06787c7c149056ac0e2ad206eed64e7eb4a632dd9652bbf9dcf926157c5b4966

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.20.0rc2-cp27-cp27mu-linux_armv7l.whl.

File metadata

  • Download URL: grpcio-1.20.0rc2-cp27-cp27mu-linux_armv7l.whl
  • Upload date:
  • Size: 10.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/40.6.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.14+

File hashes

Hashes for grpcio-1.20.0rc2-cp27-cp27mu-linux_armv7l.whl
Algorithm Hash digest
SHA256 e0481935f3c305e92f260d5b40ea832c90546f59172101a3a31585931d81677a
MD5 bf8c87c0e0bc9f5f446953ede58dabc0
BLAKE2b-256 0ee3dee04afad9027ccb878399b7ed1c45b33b5c37a2d0e4be1136cf65b57639

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.20.0rc2-cp27-cp27m-win_amd64.whl.

File metadata

  • Download URL: grpcio-1.20.0rc2-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/40.6.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.14+

File hashes

Hashes for grpcio-1.20.0rc2-cp27-cp27m-win_amd64.whl
Algorithm Hash digest
SHA256 b1532dd655c8784bddb3d8f09f2771939e9c0d404c8e13b2d09935d9d4ee7c64
MD5 d3f18797a1ba37d63e5ffb37e9ebcd00
BLAKE2b-256 66ef2e85efc3441a94b415fb1bccb534f4b9f04d1157c0ff676dfe792c366d8a

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.20.0rc2-cp27-cp27m-win32.whl.

File metadata

  • Download URL: grpcio-1.20.0rc2-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/40.6.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.14+

File hashes

Hashes for grpcio-1.20.0rc2-cp27-cp27m-win32.whl
Algorithm Hash digest
SHA256 1a1a9ab0a18415d338d61f9906c70b3cbfe86a2ff8d07b6b1de7903a2b0cf040
MD5 07758f10f8acb6528a431f6833f85e4e
BLAKE2b-256 80b8f829958b4b4bc04900292d173acb9dc930339294aaffdf3863e52c8a4907

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.20.0rc2-cp27-cp27m-manylinux1_x86_64.whl.

File metadata

  • Download URL: grpcio-1.20.0rc2-cp27-cp27m-manylinux1_x86_64.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/40.6.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.14+

File hashes

Hashes for grpcio-1.20.0rc2-cp27-cp27m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 c611a847649c9215931c39efa16b8380174838ceede3bec46ccefcc1bc6bf5ef
MD5 3a188bc6589ceabc0950ce193366bc4d
BLAKE2b-256 6827a7354ff0df5ae78c8aedccd876c01b4a7304428aa989f22eca69aff43437

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.20.0rc2-cp27-cp27m-manylinux1_i686.whl.

File metadata

  • Download URL: grpcio-1.20.0rc2-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/40.6.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.14+

File hashes

Hashes for grpcio-1.20.0rc2-cp27-cp27m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 c66a62df689a1f866ed4fc39c53b034d14cbe2bf9296d8138c91617daed2b54a
MD5 67b23f1cb3374ab2b12efdc2e8db7e11
BLAKE2b-256 7ae2a2f54406aecf0fe88e2f80a132d85dffefca413d9777b19fd18e9f2f9123

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.20.0rc2-cp27-cp27m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: grpcio-1.20.0rc2-cp27-cp27m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.9 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/40.6.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.14+

File hashes

Hashes for grpcio-1.20.0rc2-cp27-cp27m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9100902f6b04f7a476b39658670eb29c7f31cebf4e63c862eb6dbf9f395c7dec
MD5 e1195eeee7a32da5310ba3e5ac03fe0b
BLAKE2b-256 dd8314d65f16e86169b0f472b0cec4365cc8e89a9a5e125b9834269ae187bc33

See more details on using hashes here.

Provenance

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