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

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

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

Uploaded CPython 3.7mWindows x86-64

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

Uploaded CPython 3.7mWindows x86

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

Uploaded CPython 3.7m

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

Uploaded CPython 3.7m

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

Uploaded CPython 3.7mmacOS 10.9+ x86-64

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

Uploaded CPython 3.6mWindows x86-64

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

Uploaded CPython 3.6mWindows x86

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

Uploaded CPython 3.6m

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

Uploaded CPython 3.6m

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

Uploaded CPython 3.6mmacOS 10.9+ x86-64

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

Uploaded CPython 3.6m

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

Uploaded CPython 3.5mWindows x86-64

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

Uploaded CPython 3.5mWindows x86

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

Uploaded CPython 3.5m

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

Uploaded CPython 3.5m

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

Uploaded CPython 3.5mmacOS 10.7+ Intel (x86-64, i386)

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

Uploaded CPython 3.5m

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

Uploaded CPython 3.4mWindows x86-64

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

Uploaded CPython 3.4mWindows x86

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

Uploaded CPython 3.4m

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

Uploaded CPython 3.4m

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

Uploaded CPython 3.4mmacOS 10.7+ Intel (x86-64, i386)

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

Uploaded CPython 3.4m

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

Uploaded CPython 2.7mu

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

Uploaded CPython 2.7mu

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

Uploaded CPython 2.7mu

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

Uploaded CPython 2.7mWindows x86-64

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

Uploaded CPython 2.7mWindows x86

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

Uploaded CPython 2.7m

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

Uploaded CPython 2.7m

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

Uploaded CPython 2.7mmacOS 10.9+ x86-64

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.20.0rc1.tar.gz
Algorithm Hash digest
SHA256 54195b867f89bb54703261f6ba5bc983d442fb45f5a9390d51d89b416eb1c807
MD5 a13bbf71fd2d40de17520fb84ffaf66b
BLAKE2b-256 9cb136fd750140ce0b1c31606b622c2db2ae02982b70b6d0785bb04811b52ffe

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.20.0rc1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 3d4fa7e68817a631cdc743eea46da393319a1e47916d11a3823c2f90cdeb5133
MD5 f714bd25b40c33b0b9c09b0e10010f00
BLAKE2b-256 38ec669cc30aeaaa060ccd4b72fab2ede9a45c23da13d1180b3c6ac3ad5981e6

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.20.0rc1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 dbe0de093d14cccc4335531d9b2104b7fbe7a7f669ff73ceb3c46a7540305aa1
MD5 287c0f0ad16c1cf8fad8061f79910a0c
BLAKE2b-256 1aa027c6038ec200e4eaba87133c9d8b2a74f779451386205bb58d6ad1949407

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.20.0rc1-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.0rc1-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 18a5d7955219ef642b1eb56eb649e55d5f082e1791a14fed04c23cf8fb92238c
MD5 28c952cfb76b3ca7f008e72a2da785c9
BLAKE2b-256 8a2aecf0ac07c130bbc0fcc98b8faf45369b1fb643f0131c53d3a84a681355b5

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.20.0rc1-cp37-cp37m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 7ffaff265768afac67b31486a85bdc2a97724e4e955343d23550230ff4875fa1
MD5 8eb97a613067e78dbfa09c630f67ec53
BLAKE2b-256 d9e978eb6902f540a1f092a25124249a8ce8d076160f3837c8906de542229fb1

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.20.0rc1-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0d694935314a31a0e3816445529c4e2593f8875859fe66231bb560d4379fb480
MD5 1d2ac5d249fbe4f97f5eab0bf835e310
BLAKE2b-256 b5ea0c3328b103b055ccc21e3a240e852f79d6879956fec719cd2597c0d13c93

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.20.0rc1-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.0rc1-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 3f68203bfbc60931f8f158761d6bf6c34fac705d88e052ea3b8668b0cc5bb8cc
MD5 e6f0e653ff89c852484f147362766cab
BLAKE2b-256 65ef83e2ae087f73f044d15aba827f007b4ee8582528dfdfb4a050b8c43bfe3a

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.20.0rc1-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 167b4bc5e9cfff4cac3fe2a98576b381be485e8e1a100f2032a1eadf23cb847a
MD5 7956efd6fe622823560cf29403f8e84a
BLAKE2b-256 314412b72d2f507ac9860956c37b5987c2b0c6b1b118020dac17ecdc50a35102

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.20.0rc1-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.0rc1-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 9ecbfadf52f1ecb96d5fdabc23d5062d53d86b11f4362c96f09f7ebcb9dd84a4
MD5 2bd6edcdb0f833826a4f8488ec8e0649
BLAKE2b-256 319ae0a5688af7476d7e6f69c3a27a32adcef8bd61282f3e6ff0b02e65dcf83f

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.20.0rc1-cp36-cp36m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 81c58a83a25d5c8672323adf70ef088d08f3bb4e68a72f7458d6585905cf78ba
MD5 bed6d03f3b9c30449ff889da351e75d3
BLAKE2b-256 09490523523c30bd88f499d3ff59f650ba1ff8e3503355c696d78b4abea1ae7d

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.20.0rc1-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 86d0aefb38b849aebe96d7c4e340fa17d1de281ac73ffed14ec565bf6a70675a
MD5 79aa2f48734feceb62f3eba1b98c3933
BLAKE2b-256 1a24472532128307a339c249a658d4ca6e593701bc592bec2970276abbf57032

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.20.0rc1-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.0rc1-cp36-cp36m-linux_armv7l.whl
Algorithm Hash digest
SHA256 151985c62296ef16434710d22372a08a3ff724d537aaea22191c170fcbe98d01
MD5 623d9a06673fe4671f0a1ed3f9b0338d
BLAKE2b-256 58538ac2b899e7f3044370da3ad0c7e5bd7306abad0c4630636ea6a21d37620e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.20.0rc1-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.0rc1-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 e8d970bae6ee4635db489aa1f36f4bc1676f17976a75c9f14c2e40c751a93989
MD5 0005d04267715e50a20f8d6307672f09
BLAKE2b-256 79756b4eaacc634ba6c33b4fa9783f0cc72c1a7dab4f86c964348dd92791ac8d

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.20.0rc1-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 467c59cf6cdfdf36d5e1a1973862b82169715ce18315ea7c1d7f402be4a9c547
MD5 8e004a8121a4c7fe9d38b153d51dcf2b
BLAKE2b-256 daa5bedb30c45c78fa060f888ce5385ea78e2e8734a2fbf3b8372da65f8f57fb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.20.0rc1-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.0rc1-cp35-cp35m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 47f1f8e894d448332c71224abd693ea74f0f253269de358116ed00c7e1e9399b
MD5 ce28162db20d229e3e2303484909ccf1
BLAKE2b-256 bea51dc9e4b8fe364def65d1fcdec303e11f6ba3f969f202d07b145aac08ee7b

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.20.0rc1-cp35-cp35m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 e73c5bf51c68ee0b6561c273c515804d7b008e1e406deaad50a1426ba4bc0711
MD5 71b17ec03cb3e94e9dde624c6385f34e
BLAKE2b-256 2beb27bbb52d261bf25636740add9732b9e581666920b94aa0e6299183ebc99f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.20.0rc1-cp35-cp35m-macosx_10_7_intel.whl
  • Upload date:
  • Size: 3.7 MB
  • Tags: CPython 3.5m, macOS 10.7+ Intel (x86-64, i386)
  • 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.0rc1-cp35-cp35m-macosx_10_7_intel.whl
Algorithm Hash digest
SHA256 a96ae0939ba396db184f77c962e101a35e4e08d263e769b5e75ce64fe213d600
MD5 620a0b761ff4274eddbff61e14d59a32
BLAKE2b-256 c12d785d8fd4611b23084025f7204b80640992206dd7118de9d84aac3ec4508e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.20.0rc1-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.0rc1-cp35-cp35m-linux_armv7l.whl
Algorithm Hash digest
SHA256 e147c3499325dbc99f2ffcfcbdebbfb4d193d499d1980b7a313b0ebb34e258a3
MD5 b955c9ac0850e83bb65763f79e93d682
BLAKE2b-256 b94d53236b1d45b4494631cdbc32a541b6bb4481fdf047a98f4c0499a072af63

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.20.0rc1-cp34-cp34m-win_amd64.whl
Algorithm Hash digest
SHA256 141f182c4105bad70493f8e51af3a4fcc5fd7c0cda222a66edd51893b81c7687
MD5 4851ec250198eaf5981fac56e4cc1c71
BLAKE2b-256 a9de675fddd4d5710914ea48cdd9d3d98a5d5c59a7c740eda16ec46a65e0d72f

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.20.0rc1-cp34-cp34m-win32.whl
Algorithm Hash digest
SHA256 6cb659a7eef62166d7502b8a5b3fc22543ebda4c0c6728ee59bd6d26b979aa25
MD5 7b9a519cb0fac9f61757eac5a301a85a
BLAKE2b-256 57157febbb3c6fe16be42b731a7abbd86a642bb18d4258a16c1eb98db4c4edc8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.20.0rc1-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.0rc1-cp34-cp34m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 ee3e8caadd9553645d6d0fa10cd07d6c62a4dad3b06c6639d826a1f43e10a474
MD5 25a0f52ee7d078d2d7d22cb886991a10
BLAKE2b-256 f5c2ba75f1da12b76a0421d3aeb1d0a16c2bbe905a68539003df4db04de318db

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.20.0rc1-cp34-cp34m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 68a76caa9410246c3fa92685f8951dd493dac154ef24721ae9587d251f9f70f4
MD5 f2c4bf303e0933a994cf7660ff692081
BLAKE2b-256 47524ba22be07e6b056d48e4a7c83688c512679653fa0702ebdfcb73b7396f20

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.20.0rc1-cp34-cp34m-macosx_10_7_intel.whl
  • Upload date:
  • Size: 3.7 MB
  • Tags: CPython 3.4m, macOS 10.7+ Intel (x86-64, i386)
  • 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.0rc1-cp34-cp34m-macosx_10_7_intel.whl
Algorithm Hash digest
SHA256 e623584d36e219b48010b163a3b8f5374a6ad4b148591c6551a4fbba33e4ea5b
MD5 8aabf67d18202a1a7995707713cffeb2
BLAKE2b-256 be5f65a3c69d481c9ffd3364ff207b3c1addeaad7cbd5eede7c79df1242975c6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.20.0rc1-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.0rc1-cp34-cp34m-linux_armv7l.whl
Algorithm Hash digest
SHA256 1391b404605dccbc789c4d3d87383bc1c08c42b5494042579464baa6c474b5ca
MD5 dfa61dc799fcec685c3d25d3faae933f
BLAKE2b-256 fe358d440c84927f33f2947cb4df510c27d1dd031b93547284ff8d6c62909921

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.20.0rc1-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.0rc1-cp27-cp27mu-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 d551db26fb21e975d19da24456279cefb94fdaded560bf50dfb7390a0135ab77
MD5 d95bf178cdb16a6f974a008ffcadf011
BLAKE2b-256 cd0d03fff2300e109a4d2f8f0a7da623c763a421e1f14d29ed8721aa5b0f9f9f

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.20.0rc1-cp27-cp27mu-manylinux1_i686.whl
Algorithm Hash digest
SHA256 b8adbd6356244db34332cfb0293ec9ef9adb2b0ca3425683f828d0881f7041db
MD5 55bef7993ef6eab61a60edfb823b7f1f
BLAKE2b-256 978b27bfac5c7102c578dd8b785b11e44ebf5871cbc16d0fcc03e76d04e4a7f5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.20.0rc1-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.0rc1-cp27-cp27mu-linux_armv7l.whl
Algorithm Hash digest
SHA256 c32787244a97cd04c5387fb1f57c9d484871cc4bd836ca2d044c311ab041e92c
MD5 14e868179a5f54afbf7a9841ea876021
BLAKE2b-256 fb41ecbf845cfa5414fb976f79c4140ab4fbd72a8f88f788245128fa5be532b7

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.20.0rc1-cp27-cp27m-win_amd64.whl
Algorithm Hash digest
SHA256 285330d061417d2408dd4774d84121fa07dae998d9743249a03cfa1b45614286
MD5 bec0cd4174caa5dc3b4fd4af028c286b
BLAKE2b-256 556761e71f182defd7dcb0216871eda2e754176720026ab1f17f889f01d1d7ab

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.20.0rc1-cp27-cp27m-win32.whl
Algorithm Hash digest
SHA256 dc18059e9fb5ff8bd7e30a184b60ca2eb652b5eb6c6029f79ce27a89f7df5ed1
MD5 1f09a6584c84f7dcce63f7be66381ab4
BLAKE2b-256 9f88f2b8f289535fb10f4365e2fa6826a8e0b1eda160b3851ad2456533899fa0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.20.0rc1-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.0rc1-cp27-cp27m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 9b52abb583cf7caaa81af733d136582493c664403444df2e3a4e90c6e78ac110
MD5 df21f02492fe92186c18271e8c18834c
BLAKE2b-256 2619e58e6aad00b33879cf810ce84b87e06420274d6abfd4277d561f5f57c28c

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.20.0rc1-cp27-cp27m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 594606524cae1fa33f793e9065ad7e2e44cb2de5f1d3ea805e7b4b6eb5b0c376
MD5 ffca9255e0eb62060422ee9abf884c3b
BLAKE2b-256 e624c6db48065a9c8e9178503def30f97607938869734f62f196ab45e84165a8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.20.0rc1-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.0rc1-cp27-cp27m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 52103b7ae08a74ebd3787c744ec3d9a7deba7f2d75f44d4eaec317f3729b0d14
MD5 c424142922325b4baeb38029c131a14e
BLAKE2b-256 815e1e85afb0a5572aa31ff0559a4eddc6ef2625db286d364f8fe0bbc0ae278e

See more details on using hashes here.

Supported by

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