Skip to main content

HTTP/2-based RPC framework

Project description

compat_check_pypi

Package for gRPC Python.

Supported Python Versions

Python >= 3.5

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 RELEASE_TAG_HERE 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.40.0rc1.tar.gz (21.3 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.40.0rc1-cp39-cp39-win_amd64.whl (3.2 MB view details)

Uploaded CPython 3.9Windows x86-64

grpcio-1.40.0rc1-cp39-cp39-win32.whl (2.7 MB view details)

Uploaded CPython 3.9Windows x86

grpcio-1.40.0rc1-cp39-cp39-manylinux_2_24_aarch64.whl (39.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.24+ ARM64

grpcio-1.40.0rc1-cp39-cp39-manylinux2014_x86_64.whl (4.3 MB view details)

Uploaded CPython 3.9

grpcio-1.40.0rc1-cp39-cp39-manylinux2010_x86_64.whl (4.2 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.12+ x86-64

grpcio-1.40.0rc1-cp39-cp39-macosx_10_10_x86_64.whl (4.0 MB view details)

Uploaded CPython 3.9macOS 10.10+ x86-64

grpcio-1.40.0rc1-cp39-cp39-linux_armv7l.whl (38.3 MB view details)

Uploaded CPython 3.9

grpcio-1.40.0rc1-cp38-cp38-win_amd64.whl (3.2 MB view details)

Uploaded CPython 3.8Windows x86-64

grpcio-1.40.0rc1-cp38-cp38-win32.whl (2.7 MB view details)

Uploaded CPython 3.8Windows x86

grpcio-1.40.0rc1-cp38-cp38-manylinux_2_24_aarch64.whl (39.4 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.24+ ARM64

grpcio-1.40.0rc1-cp38-cp38-manylinux2014_x86_64.whl (4.3 MB view details)

Uploaded CPython 3.8

grpcio-1.40.0rc1-cp38-cp38-manylinux2010_x86_64.whl (4.2 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.12+ x86-64

grpcio-1.40.0rc1-cp38-cp38-macosx_10_10_x86_64.whl (4.0 MB view details)

Uploaded CPython 3.8macOS 10.10+ x86-64

grpcio-1.40.0rc1-cp38-cp38-linux_armv7l.whl (38.6 MB view details)

Uploaded CPython 3.8

grpcio-1.40.0rc1-cp37-cp37m-win_amd64.whl (3.2 MB view details)

Uploaded CPython 3.7mWindows x86-64

grpcio-1.40.0rc1-cp37-cp37m-win32.whl (2.7 MB view details)

Uploaded CPython 3.7mWindows x86

grpcio-1.40.0rc1-cp37-cp37m-manylinux_2_24_aarch64.whl (39.1 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.24+ ARM64

grpcio-1.40.0rc1-cp37-cp37m-manylinux2014_x86_64.whl (4.3 MB view details)

Uploaded CPython 3.7m

grpcio-1.40.0rc1-cp37-cp37m-manylinux2010_x86_64.whl (49.5 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.12+ x86-64

grpcio-1.40.0rc1-cp37-cp37m-manylinux2010_i686.whl (47.7 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.12+ i686

grpcio-1.40.0rc1-cp37-cp37m-linux_armv7l.whl (38.4 MB view details)

Uploaded CPython 3.7m

grpcio-1.40.0rc1-cp36-cp36m-win_amd64.whl (3.2 MB view details)

Uploaded CPython 3.6mWindows x86-64

grpcio-1.40.0rc1-cp36-cp36m-win32.whl (2.7 MB view details)

Uploaded CPython 3.6mWindows x86

grpcio-1.40.0rc1-cp36-cp36m-manylinux_2_24_aarch64.whl (39.2 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.24+ ARM64

grpcio-1.40.0rc1-cp36-cp36m-manylinux2014_x86_64.whl (50.2 MB view details)

Uploaded CPython 3.6m

grpcio-1.40.0rc1-cp36-cp36m-manylinux2014_i686.whl (48.6 MB view details)

Uploaded CPython 3.6m

grpcio-1.40.0rc1-cp36-cp36m-manylinux2010_x86_64.whl (49.5 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.12+ x86-64

grpcio-1.40.0rc1-cp36-cp36m-manylinux2010_i686.whl (47.8 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.12+ i686

grpcio-1.40.0rc1-cp36-cp36m-linux_armv7l.whl (38.5 MB view details)

Uploaded CPython 3.6m

grpcio-1.40.0rc1-cp35-cp35m-win_amd64.whl (3.0 MB view details)

Uploaded CPython 3.5mWindows x86-64

grpcio-1.40.0rc1-cp35-cp35m-win32.whl (2.5 MB view details)

Uploaded CPython 3.5mWindows x86

grpcio-1.40.0rc1-cp35-cp35m-manylinux2014_x86_64.whl (50.1 MB view details)

Uploaded CPython 3.5m

grpcio-1.40.0rc1-cp35-cp35m-manylinux2014_i686.whl (48.5 MB view details)

Uploaded CPython 3.5m

grpcio-1.40.0rc1-cp35-cp35m-manylinux2010_x86_64.whl (49.4 MB view details)

Uploaded CPython 3.5mmanylinux: glibc 2.12+ x86-64

grpcio-1.40.0rc1-cp35-cp35m-manylinux2010_i686.whl (47.6 MB view details)

Uploaded CPython 3.5mmanylinux: glibc 2.12+ i686

grpcio-1.40.0rc1-cp35-cp35m-macosx_10_10_intel.whl (7.1 MB view details)

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

File details

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

File metadata

  • Download URL: grpcio-1.40.0rc1.tar.gz
  • Upload date:
  • Size: 21.3 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.2

File hashes

Hashes for grpcio-1.40.0rc1.tar.gz
Algorithm Hash digest
SHA256 6ec03b7da2c78fe37fae2c9f42ce781132d48c0b9efea7769a314bae8cae81c2
MD5 524d54382f5e199cfdd58e048fee7c48
BLAKE2b-256 bce7158e29f5bde705f9892450f8a26999dee56108596134941ccaf039492db6

See more details on using hashes here.

File details

Details for the file grpcio-1.40.0rc1-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: grpcio-1.40.0rc1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 3.2 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.2

File hashes

Hashes for grpcio-1.40.0rc1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 84b2a44a519bcace8c309df8e10332d2b7e0c977020f33c44ac975621a94a6d2
MD5 efd36d10593e28ad76b9e2756360d21c
BLAKE2b-256 962b4a9199eecb330ce9e45c391c808640c4148481be7f36cbc87cacfb540f49

See more details on using hashes here.

File details

Details for the file grpcio-1.40.0rc1-cp39-cp39-win32.whl.

File metadata

  • Download URL: grpcio-1.40.0rc1-cp39-cp39-win32.whl
  • Upload date:
  • Size: 2.7 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.2

File hashes

Hashes for grpcio-1.40.0rc1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 cf59a1818b40dc0f224c3ee55d4f93964ff314c9f834f1788664e74a971c31c0
MD5 7cfe9d70dc66ef3376ff4c96fdf5412b
BLAKE2b-256 0be24051ab4e6c70e2459796d1c6ac4d429559e5c5f9512d7eaac0825495d8fd

See more details on using hashes here.

File details

Details for the file grpcio-1.40.0rc1-cp39-cp39-manylinux_2_24_aarch64.whl.

File metadata

  • Download URL: grpcio-1.40.0rc1-cp39-cp39-manylinux_2_24_aarch64.whl
  • Upload date:
  • Size: 39.1 MB
  • Tags: CPython 3.9, manylinux: glibc 2.24+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.2

File hashes

Hashes for grpcio-1.40.0rc1-cp39-cp39-manylinux_2_24_aarch64.whl
Algorithm Hash digest
SHA256 ce0b5e979d8b694072b2fcef1972a8ffc1ff6ab49fe9e4c2f0d1129c415f1aae
MD5 574395720d903e61520ca8bb04c7e8b8
BLAKE2b-256 79e191c81b4b9672b04e6e1efd5f8a1b896d40ed74f1debba3679e49d9162b77

See more details on using hashes here.

File details

Details for the file grpcio-1.40.0rc1-cp39-cp39-manylinux2014_x86_64.whl.

File metadata

  • Download URL: grpcio-1.40.0rc1-cp39-cp39-manylinux2014_x86_64.whl
  • Upload date:
  • Size: 4.3 MB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.2

File hashes

Hashes for grpcio-1.40.0rc1-cp39-cp39-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 718d3d95eb12a571950106274c9f86adb4a8773ab26c9909a53190028b49e8d7
MD5 3dd391c5831d2f3d9182d519334fc385
BLAKE2b-256 3c38737033e9c1a303d79cbe509c88cd802e8b272c8a176113f13b776affe59d

See more details on using hashes here.

File details

Details for the file grpcio-1.40.0rc1-cp39-cp39-manylinux2010_x86_64.whl.

File metadata

  • Download URL: grpcio-1.40.0rc1-cp39-cp39-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 4.2 MB
  • Tags: CPython 3.9, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.2

File hashes

Hashes for grpcio-1.40.0rc1-cp39-cp39-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 639437c5e37f41b7ed5e1424624d19f0dd3a8469f0bf73f9f98645a087e5905b
MD5 9e772d365a36dff4707e0a05357c9b61
BLAKE2b-256 523d27b8cc5d784f987b738230ac45f71bf642a6827871f46d4e020db108c8c2

See more details on using hashes here.

File details

Details for the file grpcio-1.40.0rc1-cp39-cp39-macosx_10_10_x86_64.whl.

File metadata

  • Download URL: grpcio-1.40.0rc1-cp39-cp39-macosx_10_10_x86_64.whl
  • Upload date:
  • Size: 4.0 MB
  • Tags: CPython 3.9, macOS 10.10+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.2

File hashes

Hashes for grpcio-1.40.0rc1-cp39-cp39-macosx_10_10_x86_64.whl
Algorithm Hash digest
SHA256 6e7c01f7ab98ca5f54cc7036e10a70460427004e89ad9128bf5dec6b9b65830c
MD5 2eacd19bcd6455545f59b180cbe03388
BLAKE2b-256 8662e4c3431427d0a594990b1f8d60025dcc89cdaf5e35445abede7f6ccb5c97

See more details on using hashes here.

File details

Details for the file grpcio-1.40.0rc1-cp39-cp39-linux_armv7l.whl.

File metadata

  • Download URL: grpcio-1.40.0rc1-cp39-cp39-linux_armv7l.whl
  • Upload date:
  • Size: 38.3 MB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.2

File hashes

Hashes for grpcio-1.40.0rc1-cp39-cp39-linux_armv7l.whl
Algorithm Hash digest
SHA256 7363371a935bacad7bd0ba70904940c8e6b693d0b557b6a86a376e871280408b
MD5 2bb89c3d8270098f8ba13807d6abf381
BLAKE2b-256 c747156066f358be179866c137e3a3994fb70742fb9a9ff2262bebcc54b51260

See more details on using hashes here.

File details

Details for the file grpcio-1.40.0rc1-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: grpcio-1.40.0rc1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 3.2 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.2

File hashes

Hashes for grpcio-1.40.0rc1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 aba52337ac441a3e7b8ffaa8d3761f31633b08129c62798b7cacf579ef49c834
MD5 004e6c8a26fbb20988ab91e45677befe
BLAKE2b-256 6ea2e4238a3c40e443d477ea09507be52bd976851ead27fd9a50441295e4df44

See more details on using hashes here.

File details

Details for the file grpcio-1.40.0rc1-cp38-cp38-win32.whl.

File metadata

  • Download URL: grpcio-1.40.0rc1-cp38-cp38-win32.whl
  • Upload date:
  • Size: 2.7 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.2

File hashes

Hashes for grpcio-1.40.0rc1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 a294d61f0d37f05a86c141e1bde13a56db8a9aaf969deaf51bcf2a6ade700f56
MD5 58e42e6ec72fb764a9e22c82ee3ef944
BLAKE2b-256 26c96643cfe12aebb88bc382c653f9bc679cf6785879c947eb641747245692fc

See more details on using hashes here.

File details

Details for the file grpcio-1.40.0rc1-cp38-cp38-manylinux_2_24_aarch64.whl.

File metadata

  • Download URL: grpcio-1.40.0rc1-cp38-cp38-manylinux_2_24_aarch64.whl
  • Upload date:
  • Size: 39.4 MB
  • Tags: CPython 3.8, manylinux: glibc 2.24+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.2

File hashes

Hashes for grpcio-1.40.0rc1-cp38-cp38-manylinux_2_24_aarch64.whl
Algorithm Hash digest
SHA256 c9af5e2b4044e9f2fa18c1a9e42f454914603924a826914028ac309e0e51607e
MD5 32cbe12c04d2665afac96a163d4d79ad
BLAKE2b-256 66fecddc4300fd019c927815a16c217b2c5f6f352545a1a1eb7dc256f286e1d9

See more details on using hashes here.

File details

Details for the file grpcio-1.40.0rc1-cp38-cp38-manylinux2014_x86_64.whl.

File metadata

  • Download URL: grpcio-1.40.0rc1-cp38-cp38-manylinux2014_x86_64.whl
  • Upload date:
  • Size: 4.3 MB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.2

File hashes

Hashes for grpcio-1.40.0rc1-cp38-cp38-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1209bde3d9734a9bdba5b6d061518305fdf2cc42394446f23c07ac686b64d9db
MD5 79b7fa78a1f9d58fa8b9bd526d7c4047
BLAKE2b-256 fbf03bb233f07855b2697a93b534092a8cb40cba66529089ec351ece9b62caff

See more details on using hashes here.

File details

Details for the file grpcio-1.40.0rc1-cp38-cp38-manylinux2010_x86_64.whl.

File metadata

  • Download URL: grpcio-1.40.0rc1-cp38-cp38-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 4.2 MB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.2

File hashes

Hashes for grpcio-1.40.0rc1-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 fa9194fd2aa134ecb5abd89c790fe877814473132cd02a16b0ec339c0279d3f8
MD5 2aa9c0d637914a40298e69d3e572c170
BLAKE2b-256 202a866b4a5abace001ff7c89b4f3453f1a93892ae09b331f74786db1c85cdc9

See more details on using hashes here.

File details

Details for the file grpcio-1.40.0rc1-cp38-cp38-macosx_10_10_x86_64.whl.

File metadata

  • Download URL: grpcio-1.40.0rc1-cp38-cp38-macosx_10_10_x86_64.whl
  • Upload date:
  • Size: 4.0 MB
  • Tags: CPython 3.8, macOS 10.10+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.2

File hashes

Hashes for grpcio-1.40.0rc1-cp38-cp38-macosx_10_10_x86_64.whl
Algorithm Hash digest
SHA256 5466ea1fdf375ca5cb18d1f63edda26cf2b4784a82d5a7aec440ae67bb75f585
MD5 57270a8bfea03bd13f31c1c5f005ae73
BLAKE2b-256 84d8b8d29a9c20ed4222428c16c96fd47e5e03abdb26ed5850ab3ca8f92d6ced

See more details on using hashes here.

File details

Details for the file grpcio-1.40.0rc1-cp38-cp38-linux_armv7l.whl.

File metadata

  • Download URL: grpcio-1.40.0rc1-cp38-cp38-linux_armv7l.whl
  • Upload date:
  • Size: 38.6 MB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.2

File hashes

Hashes for grpcio-1.40.0rc1-cp38-cp38-linux_armv7l.whl
Algorithm Hash digest
SHA256 44776bcab7530b767ec2c2c2f0ab36312a9a49cf13d1315db28319bf842f1edf
MD5 c6fb113ad6af1cc4b3e7b4c8d2ca0898
BLAKE2b-256 160497be60b8473dc60fdab3783f5c839c9e7a0fddc500b9c2c011b9f9c2332e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.40.0rc1-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 3.2 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.2

File hashes

Hashes for grpcio-1.40.0rc1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 eb4fbf6b5c60fbd3fe5cfeed151994a78b32d021eec5bfa7b2a7ba41f45ed55d
MD5 9bcbb1eb0c819854dbb065cebe233dea
BLAKE2b-256 72ef9a4e57f28877d3d064452db066ac85b8d430c2223c65e2ca4c8f290b8499

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.40.0rc1-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 2.7 MB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.2

File hashes

Hashes for grpcio-1.40.0rc1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 f09af2f31a5848203a802e11562505a09ed66217de6ee558cf93dcfa1fc98692
MD5 a891b4b5f7dbb85751ddf13dba8cc2a2
BLAKE2b-256 06494fe253cf981d77ead382c6b581bf3d34b605270a77e8413b79baa297dbdd

See more details on using hashes here.

File details

Details for the file grpcio-1.40.0rc1-cp37-cp37m-manylinux_2_24_aarch64.whl.

File metadata

  • Download URL: grpcio-1.40.0rc1-cp37-cp37m-manylinux_2_24_aarch64.whl
  • Upload date:
  • Size: 39.1 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.24+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.2

File hashes

Hashes for grpcio-1.40.0rc1-cp37-cp37m-manylinux_2_24_aarch64.whl
Algorithm Hash digest
SHA256 424ca9edd7ce1d29d5d1ada9eafc81d8328ce468d36f3854faccc0c712e0fd10
MD5 8c87984c9b4682ba64b010e1c3a638db
BLAKE2b-256 9b0a8b9b9507c779cac08d616b36636b741419898854edde381ef81cb8b56852

See more details on using hashes here.

File details

Details for the file grpcio-1.40.0rc1-cp37-cp37m-manylinux2014_x86_64.whl.

File metadata

  • Download URL: grpcio-1.40.0rc1-cp37-cp37m-manylinux2014_x86_64.whl
  • Upload date:
  • Size: 4.3 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.2

File hashes

Hashes for grpcio-1.40.0rc1-cp37-cp37m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 64d3e6c01956177617eda51decd81d5bd81c9cbee9f3645231fe97733af0b563
MD5 0cb78dae3ae53a0e778a29819d4c40ae
BLAKE2b-256 cf3a125e779fb85b20bc278b6f8da71c7f07492e9dfd0189a064b6388cbe5bc8

See more details on using hashes here.

File details

Details for the file grpcio-1.40.0rc1-cp37-cp37m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: grpcio-1.40.0rc1-cp37-cp37m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 49.5 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.2

File hashes

Hashes for grpcio-1.40.0rc1-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 8a4598df19ee3bfbf136ac1fd4716d769aa14b7a40b725816cdc81f7acb9383c
MD5 fc01866f9484f2d529e3d02eb1860fd9
BLAKE2b-256 09366f251f496dae5dda0e5cc35c06e095d9721aaf5e3dfa14a61598ba7ae317

See more details on using hashes here.

File details

Details for the file grpcio-1.40.0rc1-cp37-cp37m-manylinux2010_i686.whl.

File metadata

  • Download URL: grpcio-1.40.0rc1-cp37-cp37m-manylinux2010_i686.whl
  • Upload date:
  • Size: 47.7 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.2

File hashes

Hashes for grpcio-1.40.0rc1-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 1d1de3f0732a054c529a8db4ba1ff9fea90d4459da08f3dea07acf5ed64ba204
MD5 1f9189342ec43ec54b72438e72a568e5
BLAKE2b-256 e7aae04e5e69bc632940b7de63fafd425790add8598c7097b786ba47a7e4cf48

See more details on using hashes here.

File details

Details for the file grpcio-1.40.0rc1-cp37-cp37m-linux_armv7l.whl.

File metadata

  • Download URL: grpcio-1.40.0rc1-cp37-cp37m-linux_armv7l.whl
  • Upload date:
  • Size: 38.4 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.2

File hashes

Hashes for grpcio-1.40.0rc1-cp37-cp37m-linux_armv7l.whl
Algorithm Hash digest
SHA256 8e5941a6862d12be775ed7b01a72f68f1d02658809bbeae2533bc9704039cb96
MD5 f10814152b4aaabb554dd23f3a6d964f
BLAKE2b-256 72d8b11596992a3a30f890b8d7ff5084fceead35ca6c637730cd3b0be6400f4d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.40.0rc1-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 3.2 MB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.2

File hashes

Hashes for grpcio-1.40.0rc1-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 fda8b7d193456bc21bd72f0f8719b027a95196c4ab27de11a4a90a7af023f29e
MD5 f5a06dc62207998fbd13c4494e080c0d
BLAKE2b-256 e3d2c3e499fe0c1afc17eb0dc04488fb0e899fa0e01da5a4d9c9f7eaff1b884b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.40.0rc1-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 2.7 MB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.2

File hashes

Hashes for grpcio-1.40.0rc1-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 b4530035b9477ae000b186de085f7de2b7d83bd7d91b5e50ee0afeb9ebbdb2e2
MD5 74d13d19b3ece82833dccb6468f9d617
BLAKE2b-256 30f98ea6f26249a336e7905eeddd133560bece15c28d12066757da6649aa067a

See more details on using hashes here.

File details

Details for the file grpcio-1.40.0rc1-cp36-cp36m-manylinux_2_24_aarch64.whl.

File metadata

  • Download URL: grpcio-1.40.0rc1-cp36-cp36m-manylinux_2_24_aarch64.whl
  • Upload date:
  • Size: 39.2 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.24+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.2

File hashes

Hashes for grpcio-1.40.0rc1-cp36-cp36m-manylinux_2_24_aarch64.whl
Algorithm Hash digest
SHA256 13336d0d79f0d944c0f9be51ad8382b7bf188f26529dee99342d2f5557a13c25
MD5 f164ecdc0a8e413e20620a9fca45fa78
BLAKE2b-256 07ee53f7536c93b44ded913e9bcc9adc9644cf28f450df0f07fb0fda0cabf549

See more details on using hashes here.

File details

Details for the file grpcio-1.40.0rc1-cp36-cp36m-manylinux2014_x86_64.whl.

File metadata

  • Download URL: grpcio-1.40.0rc1-cp36-cp36m-manylinux2014_x86_64.whl
  • Upload date:
  • Size: 50.2 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.2

File hashes

Hashes for grpcio-1.40.0rc1-cp36-cp36m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f3e0253f3d717034a27f62ecc65f7ced14906e6214bc79aa7e0ff81e03347b91
MD5 5d246cf2da47af1f68ef381f55ca0e11
BLAKE2b-256 3c078707bd884a427b7869f1fc670246dea8110103f88fdfac89a9d16a2f5822

See more details on using hashes here.

File details

Details for the file grpcio-1.40.0rc1-cp36-cp36m-manylinux2014_i686.whl.

File metadata

  • Download URL: grpcio-1.40.0rc1-cp36-cp36m-manylinux2014_i686.whl
  • Upload date:
  • Size: 48.6 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.2

File hashes

Hashes for grpcio-1.40.0rc1-cp36-cp36m-manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2f488b4ac860de0bb865e8930e5f26a17356ccd0bc25173f4c39e675a585ecc1
MD5 f376b5aa213b33ffa10634da0e40f85b
BLAKE2b-256 610b45d94c715f5c15ec7c21a12c02e4ea4a81c1387b5cb76a5bc3d166bd93c2

See more details on using hashes here.

File details

Details for the file grpcio-1.40.0rc1-cp36-cp36m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: grpcio-1.40.0rc1-cp36-cp36m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 49.5 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.2

File hashes

Hashes for grpcio-1.40.0rc1-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 064797172445fb378c068ae238553ad13543ffaffeb99933cec1008d31416d43
MD5 33f035673fc819a303dfd341aee13785
BLAKE2b-256 b1f0c7cb4aa644df37e1f6e0090c123e0e20403df2309beb04f6578ee7722fed

See more details on using hashes here.

File details

Details for the file grpcio-1.40.0rc1-cp36-cp36m-manylinux2010_i686.whl.

File metadata

  • Download URL: grpcio-1.40.0rc1-cp36-cp36m-manylinux2010_i686.whl
  • Upload date:
  • Size: 47.8 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.2

File hashes

Hashes for grpcio-1.40.0rc1-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 5c780961e2cd6ec024b9125177bcb0bc119e66ebd1ea55e768396ce1018ea59b
MD5 c5b1398bf4c32f1c8f460541a4079656
BLAKE2b-256 2a0aadff05d584b15116a2966d13836f7889f23b3db105efa246d0b5293a3809

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.40.0rc1-cp36-cp36m-linux_armv7l.whl
  • Upload date:
  • Size: 38.5 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.2

File hashes

Hashes for grpcio-1.40.0rc1-cp36-cp36m-linux_armv7l.whl
Algorithm Hash digest
SHA256 516a3fe848d51032c8a3a708187577782c309ad604d1bb8bf888fbfbe6dfdf81
MD5 d5f0eea3de8a5563b415b156ad11d140
BLAKE2b-256 983d57b582a26611c20769f29e5e657ea27e7018b3d1499d5fcd9bdeda40747d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.40.0rc1-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 3.0 MB
  • Tags: CPython 3.5m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.2

File hashes

Hashes for grpcio-1.40.0rc1-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 e55bc62916958290db50a9c9b3e4c3e1f0463fa004e6a01f14fab9ec276f111b
MD5 f4d37f68873709f97eab80f1d5691723
BLAKE2b-256 2077c6f157d6b73f7eac379e8fa8429c87f0aefc9248e2b588de83c240ed3e34

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.40.0rc1-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 2.5 MB
  • Tags: CPython 3.5m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.2

File hashes

Hashes for grpcio-1.40.0rc1-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 d8552c7efe8a2ba97267447809825ffe30043e9d55d3a16857600e651862fdc8
MD5 df931f30404a2ec0985ac2592928e838
BLAKE2b-256 b507a8799d4c6b7e3b7c04a53ebab957ce3ae57f9256b28f3172b103f47e2ea0

See more details on using hashes here.

File details

Details for the file grpcio-1.40.0rc1-cp35-cp35m-manylinux2014_x86_64.whl.

File metadata

  • Download URL: grpcio-1.40.0rc1-cp35-cp35m-manylinux2014_x86_64.whl
  • Upload date:
  • Size: 50.1 MB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.2

File hashes

Hashes for grpcio-1.40.0rc1-cp35-cp35m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 27bb30a7aafd3acc6881ef34232efdf353b43f1fd945779dc3b8476c07c699f3
MD5 faec35539a47d3135bb86ec0ff81efce
BLAKE2b-256 ee9bc7d1dcdc9555baa6b08c587a6d0ed4245bddef18098588984a915fe662d2

See more details on using hashes here.

File details

Details for the file grpcio-1.40.0rc1-cp35-cp35m-manylinux2014_i686.whl.

File metadata

  • Download URL: grpcio-1.40.0rc1-cp35-cp35m-manylinux2014_i686.whl
  • Upload date:
  • Size: 48.5 MB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.2

File hashes

Hashes for grpcio-1.40.0rc1-cp35-cp35m-manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3c90b6dd6006842a6a8f4918595ce5a2e3603686209199cd8e3c71212f34d223
MD5 2031d9bc026c4af3be94e3e0ea9f0a62
BLAKE2b-256 0411edf9c31632c7312abaf8164099c8d89877bab9ed9bbb31ec5b50bd2fe825

See more details on using hashes here.

File details

Details for the file grpcio-1.40.0rc1-cp35-cp35m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: grpcio-1.40.0rc1-cp35-cp35m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 49.4 MB
  • Tags: CPython 3.5m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.2

File hashes

Hashes for grpcio-1.40.0rc1-cp35-cp35m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 ea0ec480ab654f79049d4d339a775eb326f7f149d41971005043802137013052
MD5 47e87a9691efd40be138b73a41ac9523
BLAKE2b-256 2ebbda33642afabab5ca1316716db686dc63e189ebd2dd82dbe37da675a89070

See more details on using hashes here.

File details

Details for the file grpcio-1.40.0rc1-cp35-cp35m-manylinux2010_i686.whl.

File metadata

  • Download URL: grpcio-1.40.0rc1-cp35-cp35m-manylinux2010_i686.whl
  • Upload date:
  • Size: 47.6 MB
  • Tags: CPython 3.5m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.2

File hashes

Hashes for grpcio-1.40.0rc1-cp35-cp35m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 20e73fe8af4b7e30a4ff8206bc8e05a3c9e40100b858c014cbd32b2db96dca8f
MD5 87118802b155865d2e2881b3ec8b129d
BLAKE2b-256 0a5c57df685559772af8b835919283bd587a6112448706741ad7099f1a987dee

See more details on using hashes here.

File details

Details for the file grpcio-1.40.0rc1-cp35-cp35m-macosx_10_10_intel.whl.

File metadata

  • Download URL: grpcio-1.40.0rc1-cp35-cp35m-macosx_10_10_intel.whl
  • Upload date:
  • Size: 7.1 MB
  • Tags: CPython 3.5m, macOS 10.10+ Intel (x86-64, i386)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.2

File hashes

Hashes for grpcio-1.40.0rc1-cp35-cp35m-macosx_10_10_intel.whl
Algorithm Hash digest
SHA256 35c11963229492b7fad0fa637672e4f9675b564a24637e25d4167bf222eb4cdd
MD5 9ab3c48e6f4a0de510907f9ff03bef8c
BLAKE2b-256 6d05039ea3dc062194c795d4efbca9303724a2555ed6223eea30183892066517

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