Skip to main content

HTTP/2-based RPC framework

Project description

compat_check_pypi

Package for gRPC Python.

Supported Python Versions

Python >= 3.6

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

Uploaded Source

Built Distributions

grpcio-1.41.0rc2-cp310-cp310-win_amd64.whl (3.2 MB view details)

Uploaded CPython 3.10 Windows x86-64

grpcio-1.41.0rc2-cp310-cp310-win32.whl (2.7 MB view details)

Uploaded CPython 3.10 Windows x86

grpcio-1.41.0rc2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.9 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

grpcio-1.41.0rc2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (4.1 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

grpcio-1.41.0rc2-cp310-cp310-manylinux_2_17_aarch64.whl (44.2 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

grpcio-1.41.0rc2-cp310-cp310-macosx_10_10_universal2.whl (3.7 MB view details)

Uploaded CPython 3.10 macOS 10.10+ universal2 (ARM64, x86-64)

grpcio-1.41.0rc2-cp310-cp310-linux_armv7l.whl (48.3 MB view details)

Uploaded CPython 3.10

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

grpcio-1.41.0rc2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.9 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

grpcio-1.41.0rc2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (4.1 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

grpcio-1.41.0rc2-cp39-cp39-manylinux_2_17_aarch64.whl (44.2 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

grpcio-1.41.0rc2-cp39-cp39-manylinux2010_x86_64.whl (3.7 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

grpcio-1.41.0rc2-cp39-cp39-manylinux2010_i686.whl (3.8 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686

grpcio-1.41.0rc2-cp39-cp39-macosx_10_10_x86_64.whl (3.9 MB view details)

Uploaded CPython 3.9 macOS 10.10+ x86-64

grpcio-1.41.0rc2-cp39-cp39-linux_armv7l.whl (48.3 MB view details)

Uploaded CPython 3.9

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

grpcio-1.41.0rc2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.9 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

grpcio-1.41.0rc2-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (4.1 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

grpcio-1.41.0rc2-cp38-cp38-manylinux_2_17_aarch64.whl (44.5 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

grpcio-1.41.0rc2-cp38-cp38-manylinux2010_x86_64.whl (3.7 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

grpcio-1.41.0rc2-cp38-cp38-manylinux2010_i686.whl (3.8 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

grpcio-1.41.0rc2-cp38-cp38-macosx_10_10_x86_64.whl (3.9 MB view details)

Uploaded CPython 3.8 macOS 10.10+ x86-64

grpcio-1.41.0rc2-cp38-cp38-linux_armv7l.whl (48.4 MB view details)

Uploaded CPython 3.8

grpcio-1.41.0rc2-cp37-cp37m-win_amd64.whl (3.1 MB view details)

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

grpcio-1.41.0rc2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.9 MB view details)

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

grpcio-1.41.0rc2-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (4.0 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686

grpcio-1.41.0rc2-cp37-cp37m-manylinux_2_17_aarch64.whl (44.0 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

grpcio-1.41.0rc2-cp37-cp37m-manylinux2010_x86_64.whl (3.7 MB view details)

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

grpcio-1.41.0rc2-cp37-cp37m-manylinux2010_i686.whl (3.8 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

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

Uploaded CPython 3.7m macOS 10.10+ x86-64

grpcio-1.41.0rc2-cp37-cp37m-linux_armv7l.whl (48.0 MB view details)

Uploaded CPython 3.7m

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

Uploaded CPython 3.6m Windows x86-64

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

Uploaded CPython 3.6m Windows x86

grpcio-1.41.0rc2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.9 MB view details)

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

grpcio-1.41.0rc2-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl (4.0 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ i686

grpcio-1.41.0rc2-cp36-cp36m-manylinux_2_17_aarch64.whl (44.1 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ ARM64

grpcio-1.41.0rc2-cp36-cp36m-manylinux2010_x86_64.whl (3.7 MB view details)

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

grpcio-1.41.0rc2-cp36-cp36m-manylinux2010_i686.whl (3.8 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

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

Uploaded CPython 3.6m macOS 10.10+ x86-64

grpcio-1.41.0rc2-cp36-cp36m-linux_armv7l.whl (48.0 MB view details)

Uploaded CPython 3.6m

File details

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

File metadata

  • Download URL: grpcio-1.41.0rc2.tar.gz
  • Upload date:
  • Size: 21.2 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.7

File hashes

Hashes for grpcio-1.41.0rc2.tar.gz
Algorithm Hash digest
SHA256 8d61cb277304626eb11701e7a19166e1a6714cd2d5d44bef0cea05914ab35f42
MD5 80509a0f0e39b441c368e1ebf837a88f
BLAKE2b-256 f7edb1da21a926f0a68010845164800766dd1d35e3e0a022faaec98cf7e72f20

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.41.0rc2-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: grpcio-1.41.0rc2-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 3.2 MB
  • Tags: CPython 3.10, 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.7

File hashes

Hashes for grpcio-1.41.0rc2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 fbc2e3aa94b5fe1d619455bd6fc7d6b9a798cbce7e38b961c8f0b7f03bee331f
MD5 14f64a49f45aef7dc052a3661f2f620c
BLAKE2b-256 f8607ceb4777906d0a892d027148b38398bb302a19eabf59a128083fadb96b4a

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.41.0rc2-cp310-cp310-win32.whl.

File metadata

  • Download URL: grpcio-1.41.0rc2-cp310-cp310-win32.whl
  • Upload date:
  • Size: 2.7 MB
  • Tags: CPython 3.10, 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.7

File hashes

Hashes for grpcio-1.41.0rc2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 f1f942001d3cb3fb36295d70abb57634966a00125cd95f51e665b8357d9c7b57
MD5 acd30d302b8d58b50794da21871bb6a9
BLAKE2b-256 230dcb6134302e353d361b918975b309621fbea01e6044750ecfcf380fc854b1

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.41.0rc2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for grpcio-1.41.0rc2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e8c9195abf4b10fc723d4fcae1c34c5952fab541663597189f3d92845c87ed68
MD5 3239cbf29b95e491f2ae761dc4a06245
BLAKE2b-256 e7ba3beed19a404b20be3bbac30543cc42353ebcaed1e523825c771d8dcad2a5

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.41.0rc2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for grpcio-1.41.0rc2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 69cadd6c3a51f99d0e60d402a91dca0f9d425d8580c22552a067edf054236a1a
MD5 9a550c8a2efc2f2e51e0b7a5983594be
BLAKE2b-256 e71fb277963ab31dc1ceacb02a9f560839ba75f596360da5ed3aaa28cc17daaa

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.41.0rc2-cp310-cp310-manylinux_2_17_aarch64.whl.

File metadata

  • Download URL: grpcio-1.41.0rc2-cp310-cp310-manylinux_2_17_aarch64.whl
  • Upload date:
  • Size: 44.2 MB
  • Tags: CPython 3.10, manylinux: glibc 2.17+ 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.7

File hashes

Hashes for grpcio-1.41.0rc2-cp310-cp310-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 9e408b95c35c57b0669305004995a91afb4377d8ad319bb9b0171aa77586c745
MD5 8208a4ae49f03b65ee13ac41d5d3a4e7
BLAKE2b-256 1062db621acffb0a0edfcf25c3d386238d15a0c63f47e30f9095fbd3a19526f4

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.41.0rc2-cp310-cp310-macosx_10_10_universal2.whl.

File metadata

  • Download URL: grpcio-1.41.0rc2-cp310-cp310-macosx_10_10_universal2.whl
  • Upload date:
  • Size: 3.7 MB
  • Tags: CPython 3.10, macOS 10.10+ universal2 (ARM64, 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.7

File hashes

Hashes for grpcio-1.41.0rc2-cp310-cp310-macosx_10_10_universal2.whl
Algorithm Hash digest
SHA256 aacb14960f6fbc3d11d7a0b9eac01946c9329f6b48c51647de35ef37d522c06c
MD5 d2adafdaccf50d48de3e32783c0c4866
BLAKE2b-256 178788620ef97a699cc67aa10e00bcdbd5155e12adef98e6bdfb40691a7ff136

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.41.0rc2-cp310-cp310-linux_armv7l.whl.

File metadata

  • Download URL: grpcio-1.41.0rc2-cp310-cp310-linux_armv7l.whl
  • Upload date:
  • Size: 48.3 MB
  • Tags: CPython 3.10
  • 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.7

File hashes

Hashes for grpcio-1.41.0rc2-cp310-cp310-linux_armv7l.whl
Algorithm Hash digest
SHA256 df9e886b024ba2e0eacf4725639b2515594eb5448742112f3946b0de617714d7
MD5 f6c8c1771f8c838a616fa3b70904ba54
BLAKE2b-256 0fb0305483aafe08f6d294b1d43da9fcaa08d4a48c15bbd861950d8330b40362

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.41.0rc2-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: grpcio-1.41.0rc2-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.7

File hashes

Hashes for grpcio-1.41.0rc2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 03dd2c8a528a8af51a28d21113efeab935ae63c19c1354a336d4698d508e29b8
MD5 598a554d71102b3cb393315578ecb206
BLAKE2b-256 a1406248ac69d3c65c2a4e4a8f49645697157581b6c685c36dca51385e62b677

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.41.0rc2-cp39-cp39-win32.whl.

File metadata

  • Download URL: grpcio-1.41.0rc2-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.7

File hashes

Hashes for grpcio-1.41.0rc2-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 c155d25608d8dacdcc0f94611287380fa1fa49deb756c976c2680ebef2dc479d
MD5 ccb6e3e63020872521731076ba2b19b2
BLAKE2b-256 d0746d3c336e34d5aaf2b8365e43ef2002234febb80a048235ccbd937d2dead6

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.41.0rc2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for grpcio-1.41.0rc2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 999b1d71780a2a6a1a1c78d22af74c78a00407c0e89058b406281a7b3ee6b440
MD5 c94db6027ba149219ab16d5d8e393f6a
BLAKE2b-256 d0cef01e0d915d01bdd67b10272a1187fcadd4af6d8c2baa666e1dab551232fe

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.41.0rc2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for grpcio-1.41.0rc2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 fc82b177fc6c6b4748da1cb7ff21dfe319ced156b9dc2fe0793f655ae777c076
MD5 c0d7a2e26d5668db68f9aa0c84475cd6
BLAKE2b-256 d8b5da8e074cee585e3ff1b4cca9d6a633213903ecb7312895faec6cd29a2447

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.41.0rc2-cp39-cp39-manylinux_2_17_aarch64.whl.

File metadata

  • Download URL: grpcio-1.41.0rc2-cp39-cp39-manylinux_2_17_aarch64.whl
  • Upload date:
  • Size: 44.2 MB
  • Tags: CPython 3.9, manylinux: glibc 2.17+ 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.7

File hashes

Hashes for grpcio-1.41.0rc2-cp39-cp39-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 d4c57e9815e35643f1cb653f0eaf6f662e497ec5a874501554cb05f1ddae260a
MD5 3ebdddda055828fc7e1e7786e4c29a46
BLAKE2b-256 8b1be321a10804053474667405f36116da24c3029dd60a8ca0febfa9d21838e3

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.41.0rc2-cp39-cp39-manylinux2010_x86_64.whl.

File metadata

  • Download URL: grpcio-1.41.0rc2-cp39-cp39-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 3.7 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.7

File hashes

Hashes for grpcio-1.41.0rc2-cp39-cp39-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 f8723d02e5f0541ca97804900e0680afa3620a1b770c9862506f51d202df46a5
MD5 0d724a058c278f4c8e2e0726e3aedca4
BLAKE2b-256 35e255308d543b024d316e7895b3925962d8dcea9710a0f0aeab18d48175385a

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.41.0rc2-cp39-cp39-manylinux2010_i686.whl.

File metadata

  • Download URL: grpcio-1.41.0rc2-cp39-cp39-manylinux2010_i686.whl
  • Upload date:
  • Size: 3.8 MB
  • Tags: CPython 3.9, 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.7

File hashes

Hashes for grpcio-1.41.0rc2-cp39-cp39-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 a1c1d3d2a70bf5cb0b7ac236de8116ce8252848cc0bfb95c9983956929e46fcf
MD5 808a645361c4ddb63e1d58255f921d96
BLAKE2b-256 7a8c532b2f6e58ddc78a7e88bb79e2fef9f961746d334125bb4d6a5382f92b48

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.41.0rc2-cp39-cp39-macosx_10_10_x86_64.whl.

File metadata

  • Download URL: grpcio-1.41.0rc2-cp39-cp39-macosx_10_10_x86_64.whl
  • Upload date:
  • Size: 3.9 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.7

File hashes

Hashes for grpcio-1.41.0rc2-cp39-cp39-macosx_10_10_x86_64.whl
Algorithm Hash digest
SHA256 c48a71fbe8ca52b039e1eda1d77092f78477f06d9afe21f9d4c4b1d12ebc602c
MD5 6ffe2c5685384f10e5834e85a7dcd9a7
BLAKE2b-256 bc00c05249583fa8d00fde8d4c5c551d3bd37c340c212c5bd7f7fc0389748698

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.41.0rc2-cp39-cp39-linux_armv7l.whl.

File metadata

  • Download URL: grpcio-1.41.0rc2-cp39-cp39-linux_armv7l.whl
  • Upload date:
  • Size: 48.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.7

File hashes

Hashes for grpcio-1.41.0rc2-cp39-cp39-linux_armv7l.whl
Algorithm Hash digest
SHA256 27df0b05d59d020a485c726f5c0e3e36728b78599d5e07bef17721ea9509be63
MD5 faccf5d34ea52b6b18d998a6bf581c9e
BLAKE2b-256 0a84257f1537e201f088df14b989780ad9f2804a56191b51523ed27464043739

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.41.0rc2-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: grpcio-1.41.0rc2-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.7

File hashes

Hashes for grpcio-1.41.0rc2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 ed20b96e6bba5cdfd3f3103338b5821a1b99fe2a803272398a4eed4d1b34bd5b
MD5 6baaa2b9bf4a9a7cb8551c42996d5ac4
BLAKE2b-256 03f947222c954681bbe4e385de2f3642320ba2d7096e96fd29aad826ba40fef7

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.41.0rc2-cp38-cp38-win32.whl.

File metadata

  • Download URL: grpcio-1.41.0rc2-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.7

File hashes

Hashes for grpcio-1.41.0rc2-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 88a5b3ecfbf5472b7d2cefa91f54886abe10b5108b278ea12d90ce764c9aa02c
MD5 78dda6ae4d0f5f8c91f73aaf3e7057e6
BLAKE2b-256 4044b25f92795e945cb99d5567e2ac21a631b4aea64b5febd42b77ff6e16d702

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.41.0rc2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for grpcio-1.41.0rc2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b5da806c5da267c600f1a1312bd29d14d129b76ad05b760a27bee76693e66620
MD5 7dfeae84595d75521e05f1a1ab5ed135
BLAKE2b-256 c675ac1bfe861aa1f14699c9c3c85829c2c87dcc615779c5b299e42046b40141

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.41.0rc2-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for grpcio-1.41.0rc2-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4884f2a664c9b3dd441997ff07521430d3f7bf4caf63c306ce80656362bbfcff
MD5 f4f055fd82817e85742c2620ecf739ff
BLAKE2b-256 0b9f0b6699ed05e87d17d4a8a003f5341413432fda07a2945a50007c62b484ca

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.41.0rc2-cp38-cp38-manylinux_2_17_aarch64.whl.

File metadata

  • Download URL: grpcio-1.41.0rc2-cp38-cp38-manylinux_2_17_aarch64.whl
  • Upload date:
  • Size: 44.5 MB
  • Tags: CPython 3.8, manylinux: glibc 2.17+ 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.7

File hashes

Hashes for grpcio-1.41.0rc2-cp38-cp38-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 7ed499d0a042dbd57db689cba1401422f3daf41c528eb88c79beef95efb2b647
MD5 f58a0d5a3934651ffe49eff754412369
BLAKE2b-256 f0e5772506c465f84c1242dd043163d3e9390c5b57a7a75fe73a3e2dd1746629

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.41.0rc2-cp38-cp38-manylinux2010_x86_64.whl.

File metadata

  • Download URL: grpcio-1.41.0rc2-cp38-cp38-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 3.7 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.7

File hashes

Hashes for grpcio-1.41.0rc2-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 25ea88f1d5ddcdf71a3d52a22287616ccccf831ee489a5952a4baf659d97ec13
MD5 529cb5d946208a08868862a886287bd9
BLAKE2b-256 02de6d1a50882c54bb8150b8b2ca963795481755c0535dc3ebcbe78561866612

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.41.0rc2-cp38-cp38-manylinux2010_i686.whl.

File metadata

  • Download URL: grpcio-1.41.0rc2-cp38-cp38-manylinux2010_i686.whl
  • Upload date:
  • Size: 3.8 MB
  • Tags: CPython 3.8, 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.7

File hashes

Hashes for grpcio-1.41.0rc2-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 c1b55af897e5a5a25c5711a846c89cbb4171931895e326e3cd80111006137d72
MD5 ad0ac14ac891473d44735feb4fdd21b0
BLAKE2b-256 c0de04d6ef7ef1fd718fc71002716e9f520b3417cdd136ab64a9f482850f1c60

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.41.0rc2-cp38-cp38-macosx_10_10_x86_64.whl.

File metadata

  • Download URL: grpcio-1.41.0rc2-cp38-cp38-macosx_10_10_x86_64.whl
  • Upload date:
  • Size: 3.9 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.7

File hashes

Hashes for grpcio-1.41.0rc2-cp38-cp38-macosx_10_10_x86_64.whl
Algorithm Hash digest
SHA256 fd04781ea8c47dfd0ec1fb3607a6ff96b3cb44f6a157e726ae44c7fee1b5e92f
MD5 25d575301c4a86bfd14aebdc697eb8f8
BLAKE2b-256 e02bc729721f8cbf2e95725ddc73a06d058f6684301e8aeaa3e0944a83123b82

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.41.0rc2-cp38-cp38-linux_armv7l.whl.

File metadata

  • Download URL: grpcio-1.41.0rc2-cp38-cp38-linux_armv7l.whl
  • Upload date:
  • Size: 48.4 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.7

File hashes

Hashes for grpcio-1.41.0rc2-cp38-cp38-linux_armv7l.whl
Algorithm Hash digest
SHA256 183af2f8f1c7bcfe68e0d0727d0cb9f103c1c215d36d89af786aa8f061b52d46
MD5 2b03665ee392c84ee6e439e1106bdd52
BLAKE2b-256 e21d3262e070409a43ee078b92d409fc54bdb1278429be8a5965ab02734092d9

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.41.0rc2-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 3.1 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.7

File hashes

Hashes for grpcio-1.41.0rc2-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 aaba6bf45172bbb085f14f1aa0269ebe4a60d2c0617817f246e5ffcc12a04b31
MD5 621f5f7c92a57e4b303eaff27b0ce0d7
BLAKE2b-256 c858f7668d203db7dc0c79d6ff4b48c69063c0ba0d4e4a3c91278862e5b2f308

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.41.0rc2-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.7

File hashes

Hashes for grpcio-1.41.0rc2-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 19632bf5b290ffdc8d71b670d0428a2c060b9331e449442c9f5839c6f4139e06
MD5 f5a0eee778ca3bd209b3721e342403a9
BLAKE2b-256 94e837037cc9ed34675ac333818aeb4a418bb369dc63de2df027b409e93b8256

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.41.0rc2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for grpcio-1.41.0rc2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7cdab726df809d60e479f30037c2f5ae1b5126e80c464ea1c0a80439702f09e7
MD5 3c243b23f6ecb4d0f739197b6b205bdc
BLAKE2b-256 71764551db082f1d307bd60fe0f2151868dfc1eb25cc7817942622d234816a1a

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.41.0rc2-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for grpcio-1.41.0rc2-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5f7034dc0e1e37fbda18f0ae5d87c7c2a133137f8f1fbd117104940eeee63e50
MD5 123efd8e5c123fcd029116a65a2e5aae
BLAKE2b-256 91872d4ead783577e7d3ca991e2814709e9175d6dda4fce7b56dec25f792d8c6

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.41.0rc2-cp37-cp37m-manylinux_2_17_aarch64.whl.

File metadata

  • Download URL: grpcio-1.41.0rc2-cp37-cp37m-manylinux_2_17_aarch64.whl
  • Upload date:
  • Size: 44.0 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.17+ 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.7

File hashes

Hashes for grpcio-1.41.0rc2-cp37-cp37m-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 d0e6e6986b4ee2bdffe3b1d45a5aa9202edea0e73d23bf2ef12773f49c2cf7e0
MD5 a4452f9ed841cc4eb6c1ba63362c73f4
BLAKE2b-256 59ea8ddab9295c92247605ffe35654e25531376673a14ea5375ead38f0da65ea

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.41.0rc2-cp37-cp37m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: grpcio-1.41.0rc2-cp37-cp37m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 3.7 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.7

File hashes

Hashes for grpcio-1.41.0rc2-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 a8fb8e03146c52895b31f0aea4d7b7521423b674589d39cdef89580c3885c2f4
MD5 d607c4128f6951cc75bb79105935405f
BLAKE2b-256 98e00f1b782ab1f0954f9a76c3fd93ab1d38875c23fbf30012634336a8a331f9

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.41.0rc2-cp37-cp37m-manylinux2010_i686.whl.

File metadata

  • Download URL: grpcio-1.41.0rc2-cp37-cp37m-manylinux2010_i686.whl
  • Upload date:
  • Size: 3.8 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.7

File hashes

Hashes for grpcio-1.41.0rc2-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 e458047bb2d13bf0bfc7710f40c452bab42d8322ea6198316ac7c131b7181442
MD5 d45541bb5fc4441d984c6c248083f8b1
BLAKE2b-256 66c14946055b0180b7182bae9187706d9c1e2a7f25c640d3b87e9d100ac18e88

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.41.0rc2-cp37-cp37m-macosx_10_10_x86_64.whl.

File metadata

  • Download URL: grpcio-1.41.0rc2-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/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.7

File hashes

Hashes for grpcio-1.41.0rc2-cp37-cp37m-macosx_10_10_x86_64.whl
Algorithm Hash digest
SHA256 c4d514ec339b66d6e640079f4371ad82bb61dc147aad67459186f923426cba6d
MD5 a42419ba8d21366ebab0271994117d58
BLAKE2b-256 0151698436542cbb907ae9c22773ec999bed8d2126a577be7ceb975892350a07

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.41.0rc2-cp37-cp37m-linux_armv7l.whl.

File metadata

  • Download URL: grpcio-1.41.0rc2-cp37-cp37m-linux_armv7l.whl
  • Upload date:
  • Size: 48.0 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.7

File hashes

Hashes for grpcio-1.41.0rc2-cp37-cp37m-linux_armv7l.whl
Algorithm Hash digest
SHA256 5635e769265b121d878689f20b8edbbedf02e175d3614ac11f4c3672cf2ab0ed
MD5 3e72dbebb156be55839824c01c568ab3
BLAKE2b-256 99117ee625786ff7f17c380eb1d6b0296fc9aad623175e5c3edc366909c53325

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.41.0rc2-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.7

File hashes

Hashes for grpcio-1.41.0rc2-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 9c5d96306e38bbda746dab9aa410a200da77e76fea47999bb91bad80d2bf8d53
MD5 fd42a75be1ec283e38371450367bd15a
BLAKE2b-256 1ca300042b7fc2f6f153a44efe7391173aab26740f41dfe505abd6ad2924c9ae

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.41.0rc2-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.7

File hashes

Hashes for grpcio-1.41.0rc2-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 61897e8c067dc3a47310310c44ab1d6faa22bcfaf77f873324759c6af3d588e4
MD5 da125250b103c415d1975c3a44e8b008
BLAKE2b-256 79dbd7488cf532019b009a87555ca512465e42c530ae74884a1df29aeec02715

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.41.0rc2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for grpcio-1.41.0rc2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2a5189a284c167dfc2fc1353eb93af021815b99a60505595d212b55787297802
MD5 2b570a14c4ba12d51d2bae9dd67b2861
BLAKE2b-256 ab1194a8400ad6611d9507410b4d2d8281e7065b6d8dd8849f119fd30f758f70

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.41.0rc2-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for grpcio-1.41.0rc2-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9bb8eed21b4eae62de1bbe391c8f289ad9b0befb2cf0266c7db3fcd5560b7fb5
MD5 ac121448661cb721af3f9db8ca95df3f
BLAKE2b-256 ee9be667ec88d6ed5e40d1d299f8d7002d0ebed27b7c797c4218f69db0b66c0f

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.41.0rc2-cp36-cp36m-manylinux_2_17_aarch64.whl.

File metadata

  • Download URL: grpcio-1.41.0rc2-cp36-cp36m-manylinux_2_17_aarch64.whl
  • Upload date:
  • Size: 44.1 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.17+ 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.7

File hashes

Hashes for grpcio-1.41.0rc2-cp36-cp36m-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 b0263544c74f6a8019d0b8fdc0f1b7f8410e2fbdadb71b3249c913460b3d22eb
MD5 0c88a969798ec10bf4d2f7f4f2ea9bc0
BLAKE2b-256 d3fe11e6154ed1e464d4e33c3f05ad7e974dd5a07bfcca12116d68fbf58e5881

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.41.0rc2-cp36-cp36m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: grpcio-1.41.0rc2-cp36-cp36m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 3.7 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.7

File hashes

Hashes for grpcio-1.41.0rc2-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 d0328c98eaa2963b08433e90e42347db5abca4a141627d33423b84a5f203b073
MD5 0f6f7610127d2eddc3ec2d8123468c44
BLAKE2b-256 66a231e30eb4eef247e4fd755eeeca0f96a93a66dcff54f97ae1197edb42383f

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.41.0rc2-cp36-cp36m-manylinux2010_i686.whl.

File metadata

  • Download URL: grpcio-1.41.0rc2-cp36-cp36m-manylinux2010_i686.whl
  • Upload date:
  • Size: 3.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.7

File hashes

Hashes for grpcio-1.41.0rc2-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 ac6778e2a3fe657d2b44b8b3025eedc976a3509244dc788d14f0b3b8c6a7e56a
MD5 bf0415577384bc2015acc6345f0d2b68
BLAKE2b-256 8d3cb315fcb30a6980dfa42e6857f1a1c4e5fb5bf1a396e5030fa8256fbd2d14

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.41.0rc2-cp36-cp36m-macosx_10_10_x86_64.whl.

File metadata

  • Download URL: grpcio-1.41.0rc2-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/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.7

File hashes

Hashes for grpcio-1.41.0rc2-cp36-cp36m-macosx_10_10_x86_64.whl
Algorithm Hash digest
SHA256 7d5c42e961093aa240b978d05474500cdc51d29562d33a4e081a3a1199cebdbc
MD5 054dc22fd74342e5c52a9fb80847f252
BLAKE2b-256 612e0b717450fbfa20eb0c539ad49df1c5ecd7021df2a2405620798c1b6d8789

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.41.0rc2-cp36-cp36m-linux_armv7l.whl
  • Upload date:
  • Size: 48.0 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.7

File hashes

Hashes for grpcio-1.41.0rc2-cp36-cp36m-linux_armv7l.whl
Algorithm Hash digest
SHA256 8555c586890eb0fd2500eb16622f1046deaa6207f42598d1faeb4544e1565f69
MD5 8ae7f6c250daf2e029cea8e5e913ce11
BLAKE2b-256 55dc31838bc1a1206a8b95d83173663e4f436fa48bf9024b1baceff15218abf1

See more details on using hashes here.

Provenance

Supported by

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