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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

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

Uploaded CPython 3.7m

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

Uploaded CPython 3.7m

grpcio-1.20.0rc3-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.0rc3-cp36-cp36m-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.6m Windows x86-64

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

Uploaded CPython 3.6m Windows x86

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

Uploaded CPython 3.6m

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

Uploaded CPython 3.6m

grpcio-1.20.0rc3-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.0rc3-cp36-cp36m-linux_armv7l.whl (10.3 MB view details)

Uploaded CPython 3.6m

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

Uploaded CPython 3.5m Windows x86-64

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

Uploaded CPython 3.5m Windows x86

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

Uploaded CPython 3.5m

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

Uploaded CPython 3.5m

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

Uploaded CPython 3.5m macOS 10.7+ intel

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

Uploaded CPython 3.5m

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

Uploaded CPython 3.4m Windows x86-64

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

Uploaded CPython 3.4m Windows x86

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

Uploaded CPython 3.4m

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

Uploaded CPython 3.4m

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

Uploaded CPython 3.4m macOS 10.7+ intel

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

Uploaded CPython 3.4m

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

Uploaded CPython 2.7mu

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

Uploaded CPython 2.7mu

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

Uploaded CPython 2.7mu

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

Uploaded CPython 2.7m Windows x86-64

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

Uploaded CPython 2.7m Windows x86

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

Uploaded CPython 2.7m

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

Uploaded CPython 2.7m

grpcio-1.20.0rc3-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.0rc3.tar.gz.

File metadata

  • Download URL: grpcio-1.20.0rc3.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.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.16rc1

File hashes

Hashes for grpcio-1.20.0rc3.tar.gz
Algorithm Hash digest
SHA256 ba6f9bff8645c940ff990a7d79cffe14227e377f92272413101e4fe77b56548a
MD5 b02229f5b0bb452acaf439926a727174
BLAKE2b-256 08b765d5fd886ef4c804bdd783855583f8b316e5a425e1ef545fb176c66bdca7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.20.0rc3-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.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.16rc1

File hashes

Hashes for grpcio-1.20.0rc3-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 3e7cbd20de49c73d1b2bb93d50ad345db1b20a13ab1e704b8b8da78a181f4013
MD5 dbb70e9a8308e442985291138f51b582
BLAKE2b-256 fc0be4517f4e53975dae4fb4410645ebbc2ce91c2dc8833e3832bbaaae6a2c39

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.20.0rc3-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.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.16rc1

File hashes

Hashes for grpcio-1.20.0rc3-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 fa30ec57528d2629ee1742ffea97b1d02ecec8d11e1f7b8a13219cfda4359e06
MD5 3867ac808210c1a328e1528910c09317
BLAKE2b-256 9680a6ddc0b453ac8578d8bb76ca68e5eca0774637e7578dbb9a48c41a7d24a1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.20.0rc3-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.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.16rc1

File hashes

Hashes for grpcio-1.20.0rc3-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 393f3405b2dbe08907a5a2e80187a80910304b2617f51bbcf3f898b98d31a06b
MD5 73e1e282db7676adbd6f01ccd8544684
BLAKE2b-256 1c4c10083e2ac91448d1e084abc237c71906219fb60ab1084d1566545d02c234

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.20.0rc3-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.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.16rc1

File hashes

Hashes for grpcio-1.20.0rc3-cp37-cp37m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 5057241e3e18f45f863201694cff5ead65a6cf639c7619ac69e797e6004d06d5
MD5 4e62a3e9cb55ab470a8a91fdc2ae91c3
BLAKE2b-256 8417d11cdae29cc5356fab4ff79ee64389d443deab32e6734ce3ddb8fcf08d63

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.20.0rc3-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.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.16rc1

File hashes

Hashes for grpcio-1.20.0rc3-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1e861950e0e50d2fe8d0170f1874fb5acc85aaae4b127ef4ff8d37d91fc4a745
MD5 f27cb2e4aa94516cd3a2ba0931c7d8c0
BLAKE2b-256 c48c8d33dff21d5dbef70f7f533be7a30cf668aa19dc3301d766bbca60655f95

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.20.0rc3-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.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.16rc1

File hashes

Hashes for grpcio-1.20.0rc3-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 7e5f038d37910479319a6d28ded2292e11919f19f81491440d9f31a61e5c0087
MD5 616ed17d5f4099e8ccea12539374fb30
BLAKE2b-256 e123681f7813a53b9d1ee38e88d73f880bacd2518ab3d863c3513e0d13338a77

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.20.0rc3-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.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.16rc1

File hashes

Hashes for grpcio-1.20.0rc3-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 3cfae2953b7729a8113b30a83e106a15542dc5f95e3dc35b91b243ef84323e41
MD5 d5754b2aa491af9df0cc393fdad9cd2b
BLAKE2b-256 f8d0fbc49344510c88cdebcf46f8ab9dded67cb8e1ea6f1e0ee6f08db2737701

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.20.0rc3-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.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.16rc1

File hashes

Hashes for grpcio-1.20.0rc3-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 a70d690a8c4f37910a0c81245c4cd43ac36f38b5582d303cf1daf4f26f6c813b
MD5 72afeacc1f464b5dc67963f659a757c4
BLAKE2b-256 b00656cd830ee123ca7d2c9b08dbc2db0be1507fa0539d289e34fabed6b60531

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.20.0rc3-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.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.16rc1

File hashes

Hashes for grpcio-1.20.0rc3-cp36-cp36m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 d9d45c7d9be77eb35979c5bb578598128717119e91e0449031214e0dccd03372
MD5 eb52032018fffd094364f269e50caf3e
BLAKE2b-256 1bd1784d26ef5e68455f57a7655ad9d2c3bb439bd1ae34f241708ac35d439f3b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.20.0rc3-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.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.16rc1

File hashes

Hashes for grpcio-1.20.0rc3-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 555221e9fd135e762f6569099772441d6a051faa172758514f845809b4d1e876
MD5 ef444eb37013003797ad22db415c6980
BLAKE2b-256 3016cf6ebc9f305dac674227ef4f5abed880c674738af61d85953d93538e3392

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.20.0rc3-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.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.16rc1

File hashes

Hashes for grpcio-1.20.0rc3-cp36-cp36m-linux_armv7l.whl
Algorithm Hash digest
SHA256 15dbe10e2962ef5923e38f6c7cbb79275d9a0f4e80324daa0d04aa87b7b7f2de
MD5 5fe03be82b1e7bc99b9af1006c70a82d
BLAKE2b-256 16c941c9d55ab81c68bdbe26a68d5ea88b81305e2af1f6ca00b074aa766fc749

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.20.0rc3-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.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.16rc1

File hashes

Hashes for grpcio-1.20.0rc3-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 bbe15ef47eb5ccdb9f1a2fc6c4ef0a5a809ff31213d88114a21d24ffa3e34c99
MD5 de6459a08617fa64ab17c0f9ea7b7695
BLAKE2b-256 300526a7c3620075006126c94c950b0126cd44e9a5266dac1ee0b6e55db33ea6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.20.0rc3-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.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.16rc1

File hashes

Hashes for grpcio-1.20.0rc3-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 be2b23f8cd91572f29e5768bc23a98e07dbd75321f1295eb654b7416bdcce96b
MD5 297cb37b5f29db2d71e69f355b91ff7e
BLAKE2b-256 47a7f7a4a95699076f88f6365f155ecbc63edd163424d8653fb26d72581e668a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.20.0rc3-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.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.16rc1

File hashes

Hashes for grpcio-1.20.0rc3-cp35-cp35m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 ef87019b15cd8de4ebdbc6acca8c76b5951db0b247134e5822451dad6de6b9bb
MD5 3f32fdc2cc81a4401de16b0870d03399
BLAKE2b-256 1b703d73e8067183bf618d6c5ad1aa806ec54460ea37f6e766d742ecdaf658ac

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.20.0rc3-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.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.16rc1

File hashes

Hashes for grpcio-1.20.0rc3-cp35-cp35m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 634743cc169a32658ddd39194ade99cf1dc470aef8bcaf21ce8e709fdaca3f2a
MD5 373d4410190191a959ca37933e3885b3
BLAKE2b-256 a651da3a20ccdc22481b0d59cf7fdb05d5ee7c8d7198cf4f423e4fca89a83c31

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.20.0rc3-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.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.16rc1

File hashes

Hashes for grpcio-1.20.0rc3-cp35-cp35m-macosx_10_7_intel.whl
Algorithm Hash digest
SHA256 b3dc307437745ec0d26fe93e240663f6ce1f231a66389e06dcc682f580c47f21
MD5 a12e041b88d5a0fc4c227daedb87d1d8
BLAKE2b-256 5a2709b418a7276e8d4ec1b945cdfa4826d1459863f9ae173cf95d5d36b6a4ce

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.20.0rc3-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.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.16rc1

File hashes

Hashes for grpcio-1.20.0rc3-cp35-cp35m-linux_armv7l.whl
Algorithm Hash digest
SHA256 7676ea75f0883ff0c6acd3877db9cb777059b866017b9253beef23cc2534625e
MD5 419f68aa55ce83f4c60aa2ed419ef3d4
BLAKE2b-256 ab9ec6d3b6c2f9177c188b8853af78471a981b38f6e9b53a8efa457f33dd80db

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.20.0rc3-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.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.16rc1

File hashes

Hashes for grpcio-1.20.0rc3-cp34-cp34m-win_amd64.whl
Algorithm Hash digest
SHA256 3b87817afd28a45070112173d4523a2e67edbe4ad2d6945ead09a60c5d88672d
MD5 28e95971660a317190a0f11f796ffcf8
BLAKE2b-256 64d19228c15d8ec206f253e6a7ae4f323c0ba87640b95fd791d2cef558ec2df3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.20.0rc3-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.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.16rc1

File hashes

Hashes for grpcio-1.20.0rc3-cp34-cp34m-win32.whl
Algorithm Hash digest
SHA256 dcca5597cf886275357eeb50b051013419572cd1e2fb542626e677284a28341a
MD5 be5eface8551edbdb4ff74598fb26a3a
BLAKE2b-256 4411ca3deb6d65ee61189b6524dca4e047e82b81f119bd51217db3ac0aa5e8c7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.20.0rc3-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.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.16rc1

File hashes

Hashes for grpcio-1.20.0rc3-cp34-cp34m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 025b62a654c78300ae6cb53126c0ccbd6b8ff5f6d9e1731d4041f03aaaf00543
MD5 7236d3f23c3e80f6ea0ec0a926332b79
BLAKE2b-256 90470cc7c65a4af58a6c5d246ab050757023fd68cc2c4c444da333a091a8da53

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.20.0rc3-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.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.16rc1

File hashes

Hashes for grpcio-1.20.0rc3-cp34-cp34m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 b6de6c6117b16f950d3da1134fb9d15bd4a7c3f9cd21cd1bbc87408cf25ad720
MD5 ce81c6e99c3bca771b62b446bfe7c059
BLAKE2b-256 c86149a2803b56b05cf18ef912f5898cb7af7178b552b266f50bafbbffba64c7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.20.0rc3-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.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.16rc1

File hashes

Hashes for grpcio-1.20.0rc3-cp34-cp34m-macosx_10_7_intel.whl
Algorithm Hash digest
SHA256 d27d8906bd5d0fa51fff69ce1723d88c01d902c1a81baac235055d48eb37a56e
MD5 3f6396f64d2a7d25fc4257a107d15dd0
BLAKE2b-256 ecedd40aed6cb72b62e9b7b8e1f329b1fc146c36b31eb183f84bdc75fe83e26a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.20.0rc3-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.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.16rc1

File hashes

Hashes for grpcio-1.20.0rc3-cp34-cp34m-linux_armv7l.whl
Algorithm Hash digest
SHA256 2e17281ef6cd9c0abf54d7a2d61a39820567720db690a8edec5b44dcdf037ed4
MD5 756a3687a96d7b93ccec09b539d2cfb2
BLAKE2b-256 973bc9e5e38febd49554038ec0cf216f281aa46ad3a2dfd528fa90ebe48a8aa6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.20.0rc3-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.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.16rc1

File hashes

Hashes for grpcio-1.20.0rc3-cp27-cp27mu-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 43ef839f21ca92588917e7b2441c81710dbdd00ae1c77e9f85bb366eb15ba43c
MD5 a4ed42cee1a4f68fd15da31c8ff4dcde
BLAKE2b-256 1475c1e55dcd82739150f7e09f1735e5fbb84f6e9a1e4a321ecf6cd8a91c7ce7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.20.0rc3-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.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.16rc1

File hashes

Hashes for grpcio-1.20.0rc3-cp27-cp27mu-manylinux1_i686.whl
Algorithm Hash digest
SHA256 45a153fded8e5c63bac3a09585040bc2dd49de4f2188a4a7afbb21d478738a67
MD5 2f13cafe1cfd03be2603f19e58370f6d
BLAKE2b-256 73bc92f42a94d2ae42d8ed670f8004bcd72a67849137277a334a8f542a99e4af

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.20.0rc3-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.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.16rc1

File hashes

Hashes for grpcio-1.20.0rc3-cp27-cp27mu-linux_armv7l.whl
Algorithm Hash digest
SHA256 cfae7f7d6104b1e6e784dcd9cc720a74b75d4caac566c4ff4f9a82bf2c0158a9
MD5 0aeb4b2d054fe6f468212cabb1ba0459
BLAKE2b-256 7b914e6080ed9a963f8c0df6378a4571c0a1ef60463f13a5757e74ae2a1f229d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.20.0rc3-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.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.16rc1

File hashes

Hashes for grpcio-1.20.0rc3-cp27-cp27m-win_amd64.whl
Algorithm Hash digest
SHA256 4dabb54fda84d58ca16b1665673d93e868dfd95e3c22dc959b22fdcdc34b8dbd
MD5 4989efebeee20ad16b03736a6abc9e97
BLAKE2b-256 5c1e7c8508da30a9227b529f91c3870ec49936586b69b042099ff2e89c421ee7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.20.0rc3-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.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.16rc1

File hashes

Hashes for grpcio-1.20.0rc3-cp27-cp27m-win32.whl
Algorithm Hash digest
SHA256 f4a4dae6c62c3ed66ac8b7f4e2a417347c5e0fbc950fe78b26e1eddd98da46ef
MD5 dcf2a133cb0376b8affab1c7869e579f
BLAKE2b-256 3b8f17bd17b4ec48220f70b8fd1f694dbde728299e38409f29b7d5f7b7703fd8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.20.0rc3-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.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.16rc1

File hashes

Hashes for grpcio-1.20.0rc3-cp27-cp27m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 5c08f45e8d2ee90ac5ea866632daf329e62fc16bb8d012269ca83d61f649b110
MD5 e12f0e3e55e1665ed2f0452af8e3276c
BLAKE2b-256 793b30b11ca79d12efcce201e28b200e07041b200b3789cf737994b80cc11a57

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.20.0rc3-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.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.16rc1

File hashes

Hashes for grpcio-1.20.0rc3-cp27-cp27m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 b7c1dfefc7ce34e28952735d0b94dcd90874fedf1950b12b64762e0723e50499
MD5 27ff3b0e0dd0fd0a9a8ff2a93e19b4af
BLAKE2b-256 1ecce96a6bf028a636b18b11d69933a357202c9d33ed6f4bd8f41a1eb79e5dc3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.20.0rc3-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.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.16rc1

File hashes

Hashes for grpcio-1.20.0rc3-cp27-cp27m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 286fa6652db0e5bb07cded7c1e21947ce6d7f4ad3e26386b3851094004e5de4b
MD5 42b4b4c89772a5844a5dfbf754adbe64
BLAKE2b-256 8b7f10c558a64f76eead7846358985250841ee1575f1e0636f2d25628ea23d34

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