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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

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

Uploaded CPython 3.9 manylinux: glibc 2.24+ ARM64

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

Uploaded CPython 3.9

grpcio-1.40.0-cp39-cp39-manylinux2014_i686.whl (4.4 MB view details)

Uploaded CPython 3.9

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

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686

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

Uploaded CPython 3.9 macOS 10.10+ x86-64

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

Uploaded CPython 3.9

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8 manylinux: glibc 2.24+ ARM64

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

Uploaded CPython 3.8

grpcio-1.40.0-cp38-cp38-manylinux2014_i686.whl (4.4 MB view details)

Uploaded CPython 3.8

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

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

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

Uploaded CPython 3.8 macOS 10.10+ x86-64

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

Uploaded CPython 3.8

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

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

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

Uploaded CPython 3.7m manylinux: glibc 2.24+ ARM64

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

Uploaded CPython 3.7m

grpcio-1.40.0-cp37-cp37m-manylinux2014_i686.whl (4.4 MB view details)

Uploaded CPython 3.7m

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

Uploaded CPython 3.7m manylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

grpcio-1.40.0-cp37-cp37m-macosx_10_10_x86_64.whl (3.9 MB view details)

Uploaded CPython 3.7m macOS 10.10+ x86-64

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

Uploaded CPython 3.7m

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

Uploaded CPython 3.6m Windows x86-64

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

Uploaded CPython 3.6m Windows x86

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

Uploaded CPython 3.6m manylinux: glibc 2.24+ ARM64

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

Uploaded CPython 3.6m

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

Uploaded CPython 3.6m

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

Uploaded CPython 3.6m manylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

grpcio-1.40.0-cp36-cp36m-macosx_10_10_x86_64.whl (3.9 MB view details)

Uploaded CPython 3.6m macOS 10.10+ x86-64

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

Uploaded CPython 3.6m

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

Uploaded CPython 3.5m Windows x86-64

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

Uploaded CPython 3.5m Windows x86

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

Uploaded CPython 3.5m

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

Uploaded CPython 3.5m

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

Uploaded CPython 3.5m manylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.5m manylinux: glibc 2.12+ i686

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

Uploaded CPython 3.5m macOS 10.10+ intel

File details

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

File metadata

  • Download URL: grpcio-1.40.0.tar.gz
  • Upload date:
  • Size: 21.3 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.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.0.tar.gz
Algorithm Hash digest
SHA256 3d172158fe886a2604db1b6e17c2de2ab465fe0fe36aba2ec810ca8441cefe3a
MD5 146b0dec6f24288c3ff2af489a9947a0
BLAKE2b-256 3756700ff83b59eb69a7ddd62840666699173923020cfdf33a2860b9eba5667a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.40.0-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/4.0.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.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 005fe14e67291498989da67d454d805be31d57a988af28ed3a2a0a7cabb05c53
MD5 266564fa5d1109dd69f8868bca9a1e81
BLAKE2b-256 e6e730bc37e570091b39b678ef6cd9b04b5dfa85cb229d2f8a28a23b2e03ce84

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.40.0-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/4.0.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.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 5f6d6b638698fa6decf7f040819aade677b583eaa21b43366232cb254a2bbac8
MD5 0503edc943bc270b27effabed1f617f1
BLAKE2b-256 9fa8353ff66efa58d94765d654ab4383d30fba170b23fe4c6af3ff8c1c7c1f51

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.40.0-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/4.0.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.0-cp39-cp39-manylinux_2_24_aarch64.whl
Algorithm Hash digest
SHA256 bf114be0023b145f7101f392a344692c1efd6de38a610c54a65ed3cba035e669
MD5 486532fba6290953cd95e21f0c2b4e4c
BLAKE2b-256 319b94433702aad87fc00b4f988fa5e6bf1ad3f8a7e03b4b9843d332289e0918

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.40.0-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/4.0.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.0-cp39-cp39-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4c2baa438f51152c9b7d0835ff711add0b4bc5056c0f5df581a6112153010696
MD5 176a7b82a7130f1f0da6f736d82d39b9
BLAKE2b-256 e634700c52aa609fa89fff1fdaea40492a79aef643dce9e69183ff7965c87cb0

See more details on using hashes here.

File details

Details for the file grpcio-1.40.0-cp39-cp39-manylinux2014_i686.whl.

File metadata

  • Download URL: grpcio-1.40.0-cp39-cp39-manylinux2014_i686.whl
  • Upload date:
  • Size: 4.4 MB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.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.0-cp39-cp39-manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1d9eabe2eb2f78208f9ae67a591f73b024488449d4e0a5b27c7fca2d6901a2d4
MD5 8c0b5afdce4e68571050486a5c1d90f8
BLAKE2b-256 c73fa2ad4647df5a99be7f39869b0ddf3d4b052e7842ecd49d15c4defaca2a5d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.40.0-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/4.0.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.0-cp39-cp39-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 c26de909cfd54bacdb7e68532a1591a128486af47ee3a5f828df9aa2165ae457
MD5 e021050e5c10eaa05273fd49945ecb19
BLAKE2b-256 3f7356a393e28bdbab95402fddc04fe00b343cd721d4975318405fc1e4bb5d28

See more details on using hashes here.

File details

Details for the file grpcio-1.40.0-cp39-cp39-manylinux2010_i686.whl.

File metadata

  • Download URL: grpcio-1.40.0-cp39-cp39-manylinux2010_i686.whl
  • Upload date:
  • Size: 4.3 MB
  • Tags: CPython 3.9, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.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.0-cp39-cp39-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 d487b4daf84a14741ca1dc1c061ffb11df49d13702cd169b5837fafb5e84d9c0
MD5 2926fc6414f828e7add7c0c428780ceb
BLAKE2b-256 41b548a3eb8721a181ae9a691c266c229eab6d199e8ebb5ac3ec32f5aaa6e752

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.40.0-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/4.0.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.0-cp39-cp39-macosx_10_10_x86_64.whl
Algorithm Hash digest
SHA256 ecfd80e8ea03c46b3ea7ed37d2040fcbfe739004b9e4329b8b602d06ac6fb113
MD5 e7d5e78b9b5668abdcee59927933741f
BLAKE2b-256 408176b049f820c8b5cd676dd3e77021127bc070df2bb4328b09424dc9127199

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.40.0-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/4.0.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.0-cp39-cp39-linux_armv7l.whl
Algorithm Hash digest
SHA256 fbe3b66bfa2c2f94535f6063f6db62b5b150d55a120f2f9e1175d3087429c4d9
MD5 1eef18a4a53e72156210553680a09ea6
BLAKE2b-256 9b8891637e63cd4300709f91d2c993957e09dcc793b51899abb91c0459f695cc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.40.0-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/4.0.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.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 d3b4b41eb0148fca3e6e6fc61d1332a7e8e7c4074fb0d1543f0b255d7f5f1588
MD5 02c4f97a40d1e005277d184991b164ed
BLAKE2b-256 6f122d9b6c7c800135fc92e7042822a9a0ceebbd5a6f5cea8489c76721e1d822

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.40.0-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/4.0.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.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 a93490e6eff5fce3748fb2757cb4273dc21eb1b56732b8c9640fd82c1997b215
MD5 defca6db399d346c65078f07ef51a949
BLAKE2b-256 41ca43574dabfd8043d0d9d92539c48154e2b31b448c25d733a698711cad8244

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.40.0-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/4.0.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.0-cp38-cp38-manylinux_2_24_aarch64.whl
Algorithm Hash digest
SHA256 72b7b8075ee822dad4b39c150d73674c1398503d389e38981e9e35a894c476de
MD5 12c7512feb28b2f9b7576d717e313128
BLAKE2b-256 28728063462c5faf5e31698f47fc4a82b1b3cdbf1aae6453913f7a648656f616

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.40.0-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/4.0.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.0-cp38-cp38-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 33dc4259fecb96e6eac20f760656b911bcb1616aa3e58b3a1d2f125714a2f5d3
MD5 9d1e26f46cc53091db29cf5c432c0d9b
BLAKE2b-256 90df57c1d776ba40975bfcd9111a84d1065793763f3e895c657e2b8076993bac

See more details on using hashes here.

File details

Details for the file grpcio-1.40.0-cp38-cp38-manylinux2014_i686.whl.

File metadata

  • Download URL: grpcio-1.40.0-cp38-cp38-manylinux2014_i686.whl
  • Upload date:
  • Size: 4.4 MB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.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.0-cp38-cp38-manylinux2014_i686.whl
Algorithm Hash digest
SHA256 41e250ec7cd7523bf49c815b5509d5821728c26fac33681d4b0d1f5f34f59f06
MD5 aabd028d70c0b43e12c4527c7299d9b5
BLAKE2b-256 f3eec49ed6bd645bd19f5514a5c024566596594adbfcff6074c5fddddac06f6a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.40.0-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/4.0.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.0-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 d271e52038dec0db7c39ad9303442d6087c55e09b900e2931b86e837cf0cbc2e
MD5 c3257917f5ae0be36947ae49bda1a53c
BLAKE2b-256 b831f3c2ed2f3b09adff67b40823eb15da4461e98b5015a519bf6fbb93ad678d

See more details on using hashes here.

File details

Details for the file grpcio-1.40.0-cp38-cp38-manylinux2010_i686.whl.

File metadata

  • Download URL: grpcio-1.40.0-cp38-cp38-manylinux2010_i686.whl
  • Upload date:
  • Size: 4.3 MB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.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.0-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 27dee6dcd1c04c4e9ceea49f6143003569292209d2c24ca100166660805e2440
MD5 4f0a013db41c7bd102147afb0b718faf
BLAKE2b-256 0239fbce25b26608cf5010a9bcfd2dc22057e20645782d94901251b6ef60018e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.40.0-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/4.0.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.0-cp38-cp38-macosx_10_10_x86_64.whl
Algorithm Hash digest
SHA256 e2367f2b18dd4ba64cdcd9f626a920f9ec2e8228630839dc8f4a424d461137ea
MD5 9fe7ff2664f388a43d6ccceb7d6ed3b7
BLAKE2b-256 96497138d611b7ff312f88fd527cdc99ee2056442d304945890ea9114403360a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.40.0-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/4.0.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.0-cp38-cp38-linux_armv7l.whl
Algorithm Hash digest
SHA256 a66a30513d2e080790244a7ac3d7a3f45001f936c5c2c9613e41e2a5d7a11794
MD5 3bbe6a30a8848ef4d1b35204c58af32d
BLAKE2b-256 abac8e578421c5b0fa2809e391ba94745b492abebb156a67255e59805575c765

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.40.0-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/4.0.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.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 24277aab99c346ca36a1aa8589a0624e19a8e6f2b74c83f538f7bb1cc5ee8dbc
MD5 dde73c18b22e5bfe848ad5267f44ff5c
BLAKE2b-256 b123e30b43a9c2d26d8f0c2786388d1666834144b13d090b0b47e3a567c8b5c9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.40.0-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/4.0.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.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 913916823efa2e487b2ee9735b7759801d97fd1974bacdb1900e3bbd17f7d508
MD5 83dd0b74bfe1df9c7adfbef54473ac14
BLAKE2b-256 3b5459437f7f556b3eeaa3cfcda1d3198d037c64de09e3242a71a9e59d445357

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.40.0-cp37-cp37m-manylinux_2_24_aarch64.whl
  • Upload date:
  • Size: 39.2 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.24+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.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.0-cp37-cp37m-manylinux_2_24_aarch64.whl
Algorithm Hash digest
SHA256 49155dfdf725c0862c428039123066b25ce61bd38ce50a21ce325f1735aac1bd
MD5 3d4bc43a3d506c0d9a7a9c8d6bd3627e
BLAKE2b-256 a5896d6e0125ced823e417d74eb67424ad90387a61f8caac847b9903664b1e62

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.40.0-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/4.0.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.0-cp37-cp37m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 edddc849bed3c5dfe215a9f9532a9bd9f670b57d7b8af603be80148b4c69e9a8
MD5 eba575b9d2ef65044c64f94b8afcd7e1
BLAKE2b-256 21e74b5f207ae6d583ee4fb074425e22876d44b58f85893f34d0b60ec6440825

See more details on using hashes here.

File details

Details for the file grpcio-1.40.0-cp37-cp37m-manylinux2014_i686.whl.

File metadata

  • Download URL: grpcio-1.40.0-cp37-cp37m-manylinux2014_i686.whl
  • Upload date:
  • Size: 4.4 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.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.0-cp37-cp37m-manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5729ca9540049f52c2e608ca110048cfabab3aeaa0d9f425361d9f8ba8506cac
MD5 2b6554be5b1321e320da73458bc919f4
BLAKE2b-256 657a21ef89cbb0d71ba8c597b74f5446a7094643a8c74cbabb6746a09f3d2ac3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.40.0-cp37-cp37m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 4.2 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.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.0-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 1f9ccc9f5c0d5084d1cd917a0b5ff0142a8d269d0755592d751f8ce9e7d3d7f1
MD5 c37aac9bf9157b3740bc22eab238c70a
BLAKE2b-256 de00d6c9481283eacc0e0ea9873a367e748bf2d1e62aa7f272ebd0de33b478c9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.40.0-cp37-cp37m-manylinux2010_i686.whl
  • Upload date:
  • Size: 4.2 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.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.0-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 4967949071c9e435f9565ec2f49700cebeda54836a04710fe21f7be028c0125a
MD5 f2a78b7ecc820fa79e5c3ae2f1943d55
BLAKE2b-256 65b71bceea6b0895e253310cba9198ca243ee8b9e8420e84915fc87adbaed1dc

See more details on using hashes here.

File details

Details for the file grpcio-1.40.0-cp37-cp37m-macosx_10_10_x86_64.whl.

File metadata

  • Download URL: grpcio-1.40.0-cp37-cp37m-macosx_10_10_x86_64.whl
  • Upload date:
  • Size: 3.9 MB
  • Tags: CPython 3.7m, macOS 10.10+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.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.0-cp37-cp37m-macosx_10_10_x86_64.whl
Algorithm Hash digest
SHA256 45704b9b5b85f9bcb027f90f2563d11d995c1b870a9ee4b3766f6c7ff6fc3505
MD5 ca407c8b80ff6459815f3e8090ede423
BLAKE2b-256 75c68e8dea4cc3ede8c28f3821fbabfdbd15007e953e01a29117a27ab83d5719

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.40.0-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/4.0.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.0-cp37-cp37m-linux_armv7l.whl
Algorithm Hash digest
SHA256 8a35b5f87247c893b01abf2f4f7493a18c2c5bf8eb3923b8dd1654d8377aa1a7
MD5 8466130c1a09b5ee7232c894ba9b8621
BLAKE2b-256 3fc02922ed9b88adf7bea8d0d12870a3528f043ed90d1a6d0de6fde6cf3f5826

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.40.0-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/4.0.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.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 d760a66c9773780837915be85a39d2cd4ab42ef32657c5f1d28475e23ab709fc
MD5 b87e1d9d8e33b42cba5d1355a5cbd034
BLAKE2b-256 3dd7f9109234f90eade1b51f0e2d84a7780fef91c07911f74d63fb3b24efd4c6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.40.0-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/4.0.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.0-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 1708a0ba90c798b4313f541ffbcc25ed47e790adaafb02111204362723dabef0
MD5 0fede46f3c8c154e0d59d1e2e11b1339
BLAKE2b-256 f71f1a5657445a7a598159b83655b8eed3fa86c64879045dd5440fe1aebd5bcf

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.40.0-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/4.0.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.0-cp36-cp36m-manylinux_2_24_aarch64.whl
Algorithm Hash digest
SHA256 eedc8c3514c10b6f11c6f406877e424ca29610883b97bb97e33b1dd2a9077f6c
MD5 e746288e0d9634cded565342fda579d0
BLAKE2b-256 8afe3acdf7be3c039fb6501bf3385abd9646ff72558ab65ab436d1e12e24e9e6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.40.0-cp36-cp36m-manylinux2014_x86_64.whl
  • Upload date:
  • Size: 4.3 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.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.0-cp36-cp36m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a812164ceb48cb62c3217bd6245274e693c624cc2ac0c1b11b4cea96dab054dd
MD5 67cec29f1edd9d253cb03ba4c9a05bbd
BLAKE2b-256 806a9457776cec0e15f122c377c022221a19dd73e7e85c8864e57f5fcd033d49

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.40.0-cp36-cp36m-manylinux2014_i686.whl
  • Upload date:
  • Size: 4.4 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.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.0-cp36-cp36m-manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e19de138199502d575fcec5cf68ae48815a6efe7e5c0d0b8c97eba8c77ae9f0e
MD5 f5671970557b5e065713b0e4136bf1b2
BLAKE2b-256 eb66259a3d58697b5da6cc2cadc651b4e744b045e70eb9ee974f97af7fc9ad5a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.40.0-cp36-cp36m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 4.2 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.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.0-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 17ed13d43450ef9d1f9b78cc932bcf42844ca302235b93026dfd07fb5208d146
MD5 e838fd5c76f8be2628dd5d32da2c3e83
BLAKE2b-256 0ed30c8bb5d53656f7dbbc965da1a8528bf82918e5f424b38ae57d67e9593fc8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.40.0-cp36-cp36m-manylinux2010_i686.whl
  • Upload date:
  • Size: 4.2 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.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.0-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 b1b34e5a6f1285d1576099c663dae28c07b474015ed21e35a243aff66a0c2aed
MD5 1652953a7e86565b4d168e5638dda5c9
BLAKE2b-256 c9ea29e41cdac6de03c40ca20b69897e1b84a9546a524d0cfb06dbc16f75f58c

See more details on using hashes here.

File details

Details for the file grpcio-1.40.0-cp36-cp36m-macosx_10_10_x86_64.whl.

File metadata

  • Download URL: grpcio-1.40.0-cp36-cp36m-macosx_10_10_x86_64.whl
  • Upload date:
  • Size: 3.9 MB
  • Tags: CPython 3.6m, macOS 10.10+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.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.0-cp36-cp36m-macosx_10_10_x86_64.whl
Algorithm Hash digest
SHA256 886d056f5101ac513f4aefe4d21a816d98ee3f9a8e77fc3bcb4ae1a3a24efe26
MD5 ca0f40852c545b5f767c48d902bc145b
BLAKE2b-256 e489ead2ae525a0da022d8f799624ddc5931a67c778ecbe82b7bbf51b64a58e3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.40.0-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/4.0.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.0-cp36-cp36m-linux_armv7l.whl
Algorithm Hash digest
SHA256 6b9b432f5665dfc802187384693b6338f05c7fc3707ebf003a89bd5132074e27
MD5 4cf13a082060456c7696ceaae0e54539
BLAKE2b-256 1997866652d27d88f69bac735e2c46aef6ed74ecb17e92508b2bf611971a70f3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.40.0-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/4.0.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.0-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 e12d776a240fee3ebd002519c02d165d94ec636d3fe3d6185b361bfc9a2d3106
MD5 d9774e79e4e77990b5bc8f1fd42ef60e
BLAKE2b-256 6fd806014ba0d740a3d819fe910833026a7a581ca0ef736156aef2fb4e6b5f4b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.40.0-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/4.0.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.0-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 ba9dd97ea1738be3e81d34e6bab8ff91a0b80668a4ec81454b283d3c828cebde
MD5 36111c6e8d9fac85fc63376d5859e88e
BLAKE2b-256 f093921c618513bbfcbd0e29ce7506c0d3a8c03c537b70663d3365a4157ad028

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.40.0-cp35-cp35m-manylinux2014_x86_64.whl
  • Upload date:
  • Size: 4.3 MB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.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.0-cp35-cp35m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5ff0dcf66315f3f00e1a8eb7244c6a49bdb0cc59bef4fb65b9db8adbd78e6acb
MD5 7d06aa316adaf4889a49f57e03259a8d
BLAKE2b-256 6ecac2e1753836168b556aafb1daef22475e468e6de3f451830d0976c1ae0917

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.40.0-cp35-cp35m-manylinux2014_i686.whl
  • Upload date:
  • Size: 4.4 MB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.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.0-cp35-cp35m-manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f06e07161c21391682bfcac93a181a037a8aa3d561546690e9d0501189729aac
MD5 b2fa3dabc2a249de47da6c4ec48b2f1f
BLAKE2b-256 c407295c866d1788b1892d7826841d21c8c04c88973b1201fc779a25feac6da5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.40.0-cp35-cp35m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 4.1 MB
  • Tags: CPython 3.5m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.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.0-cp35-cp35m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 fb06708e3d173e387326abcd5182d52beb60e049db5c3d317bd85509e938afdc
MD5 1be251b0a608460702756f9661e85c97
BLAKE2b-256 bbc02d8cc5880c4dbc0c8e47133d50971753c521dbc39cd0bcfe91d8033c4131

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.40.0-cp35-cp35m-manylinux2010_i686.whl
  • Upload date:
  • Size: 4.2 MB
  • Tags: CPython 3.5m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.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.0-cp35-cp35m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 a4389e26a8f9338ca91effdc5436dfec67d6ecd296368dba115799ae8f8e5bdb
MD5 99cffd57cdf7fefad65fc285dda8da36
BLAKE2b-256 1efe380a6ea7227840d9336b9a7ef3bb46817dc8b0acaa97bba1a91f71b9e633

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.40.0-cp35-cp35m-macosx_10_10_intel.whl
  • Upload date:
  • Size: 7.1 MB
  • Tags: CPython 3.5m, macOS 10.10+ intel
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.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.0-cp35-cp35m-macosx_10_10_intel.whl
Algorithm Hash digest
SHA256 6f8f581787e739945e6cda101f312ea8a7e7082bdbb4993901eb828da6a49092
MD5 d10d2580ba9b95a95b5d3816a590a040
BLAKE2b-256 a45428dac2d9b7cf15503c79798021367ed61b37355a372ce91bacb2e7a3300f

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