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

Uploaded Source

Built Distributions

grpcio-1.46.0rc2-cp310-cp310-win_amd64.whl (3.5 MB view details)

Uploaded CPython 3.10 Windows x86-64

grpcio-1.46.0rc2-cp310-cp310-win32.whl (3.0 MB view details)

Uploaded CPython 3.10 Windows x86

grpcio-1.46.0rc2-cp310-cp310-musllinux_1_1_x86_64.whl (4.7 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

grpcio-1.46.0rc2-cp310-cp310-musllinux_1_1_i686.whl (4.8 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

grpcio-1.46.0rc2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.4 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

grpcio-1.46.0rc2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (4.6 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

grpcio-1.46.0rc2-cp310-cp310-manylinux_2_17_aarch64.whl (60.4 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

grpcio-1.46.0rc2-cp310-cp310-macosx_10_10_universal2.whl (4.2 MB view details)

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

grpcio-1.46.0rc2-cp310-cp310-linux_armv7l.whl (67.6 MB view details)

Uploaded CPython 3.10

grpcio-1.46.0rc2-cp39-cp39-win_amd64.whl (3.5 MB view details)

Uploaded CPython 3.9 Windows x86-64

grpcio-1.46.0rc2-cp39-cp39-win32.whl (3.0 MB view details)

Uploaded CPython 3.9 Windows x86

grpcio-1.46.0rc2-cp39-cp39-musllinux_1_1_x86_64.whl (4.7 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

grpcio-1.46.0rc2-cp39-cp39-musllinux_1_1_i686.whl (4.8 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

grpcio-1.46.0rc2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.4 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

grpcio-1.46.0rc2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (4.6 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

grpcio-1.46.0rc2-cp39-cp39-manylinux_2_17_aarch64.whl (60.4 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

grpcio-1.46.0rc2-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (4.2 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

grpcio-1.46.0rc2-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl (4.3 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686

grpcio-1.46.0rc2-cp39-cp39-macosx_10_10_x86_64.whl (4.4 MB view details)

Uploaded CPython 3.9 macOS 10.10+ x86-64

grpcio-1.46.0rc2-cp39-cp39-linux_armv7l.whl (67.6 MB view details)

Uploaded CPython 3.9

grpcio-1.46.0rc2-cp38-cp38-win_amd64.whl (3.5 MB view details)

Uploaded CPython 3.8 Windows x86-64

grpcio-1.46.0rc2-cp38-cp38-win32.whl (3.0 MB view details)

Uploaded CPython 3.8 Windows x86

grpcio-1.46.0rc2-cp38-cp38-musllinux_1_1_x86_64.whl (4.7 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

grpcio-1.46.0rc2-cp38-cp38-musllinux_1_1_i686.whl (4.8 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

grpcio-1.46.0rc2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.4 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

grpcio-1.46.0rc2-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (4.6 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

grpcio-1.46.0rc2-cp38-cp38-manylinux_2_17_aarch64.whl (60.7 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

grpcio-1.46.0rc2-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (4.2 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

grpcio-1.46.0rc2-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl (4.3 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

grpcio-1.46.0rc2-cp38-cp38-macosx_10_10_x86_64.whl (4.4 MB view details)

Uploaded CPython 3.8 macOS 10.10+ x86-64

grpcio-1.46.0rc2-cp38-cp38-linux_armv7l.whl (67.7 MB view details)

Uploaded CPython 3.8

grpcio-1.46.0rc2-cp37-cp37m-win_amd64.whl (3.5 MB view details)

Uploaded CPython 3.7m Windows x86-64

grpcio-1.46.0rc2-cp37-cp37m-win32.whl (2.9 MB view details)

Uploaded CPython 3.7m Windows x86

grpcio-1.46.0rc2-cp37-cp37m-musllinux_1_1_x86_64.whl (4.6 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ x86-64

grpcio-1.46.0rc2-cp37-cp37m-musllinux_1_1_i686.whl (4.8 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

grpcio-1.46.0rc2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.4 MB view details)

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

grpcio-1.46.0rc2-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (4.6 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686

grpcio-1.46.0rc2-cp37-cp37m-manylinux_2_17_aarch64.whl (60.2 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

grpcio-1.46.0rc2-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (4.1 MB view details)

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

grpcio-1.46.0rc2-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl (4.2 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

grpcio-1.46.0rc2-cp37-cp37m-macosx_10_10_x86_64.whl (4.3 MB view details)

Uploaded CPython 3.7m macOS 10.10+ x86-64

grpcio-1.46.0rc2-cp37-cp37m-linux_armv7l.whl (67.4 MB view details)

Uploaded CPython 3.7m

grpcio-1.46.0rc2-cp36-cp36m-win_amd64.whl (3.5 MB view details)

Uploaded CPython 3.6m Windows x86-64

grpcio-1.46.0rc2-cp36-cp36m-win32.whl (2.9 MB view details)

Uploaded CPython 3.6m Windows x86

grpcio-1.46.0rc2-cp36-cp36m-musllinux_1_1_x86_64.whl (4.7 MB view details)

Uploaded CPython 3.6m musllinux: musl 1.1+ x86-64

grpcio-1.46.0rc2-cp36-cp36m-musllinux_1_1_i686.whl (4.8 MB view details)

Uploaded CPython 3.6m musllinux: musl 1.1+ i686

grpcio-1.46.0rc2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.4 MB view details)

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

grpcio-1.46.0rc2-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl (4.6 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ i686

grpcio-1.46.0rc2-cp36-cp36m-manylinux_2_17_aarch64.whl (60.2 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ ARM64

grpcio-1.46.0rc2-cp36-cp36m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (4.2 MB view details)

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

grpcio-1.46.0rc2-cp36-cp36m-manylinux_2_12_i686.manylinux2010_i686.whl (4.3 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

grpcio-1.46.0rc2-cp36-cp36m-macosx_10_10_x86_64.whl (4.3 MB view details)

Uploaded CPython 3.6m macOS 10.10+ x86-64

grpcio-1.46.0rc2-cp36-cp36m-linux_armv7l.whl (67.4 MB view details)

Uploaded CPython 3.6m

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.46.0rc2.tar.gz
Algorithm Hash digest
SHA256 c7f455055ad00e6132c7f47431698aa8afa6af44429d1a57ea72031eb657d714
MD5 098df763db7fb67ba6daeb136be29b12
BLAKE2b-256 bdd05561ab7aeee486a138380462378e53998b2618f686ecefeb110d379f33d7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.46.0rc2-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 3.5 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.9

File hashes

Hashes for grpcio-1.46.0rc2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 58ff8ce3d90dbe692188521d088a2099239e74c1f41d962dd45f4497df0cf024
MD5 fec3b5484f8d022c6572d4626f8f452b
BLAKE2b-256 394792ff86d2ba2aee2c51b228d27861cd0ffd709c319967532d283e8132cfa4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.46.0rc2-cp310-cp310-win32.whl
  • Upload date:
  • Size: 3.0 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.9

File hashes

Hashes for grpcio-1.46.0rc2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 c4cc26f2febf5a44e509ae9dd68b3656ff539cc4d2166071276530ec4b31de7a
MD5 b59633c74f5e8d46d971bc5e5e0d27d6
BLAKE2b-256 e16545b0b54c16e4601a92137d9063f4a76bf9da73e1bd8737e9960325895da1

See more details on using hashes here.

File details

Details for the file grpcio-1.46.0rc2-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: grpcio-1.46.0rc2-cp310-cp310-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 4.7 MB
  • Tags: CPython 3.10, musllinux: musl 1.1+ 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.9

File hashes

Hashes for grpcio-1.46.0rc2-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 df8529b176585630996b9cc15f7411a1a26361aaf6f9f02d7d892fcd6c321b1b
MD5 c0ac5ebab31b5dca8bd0ae2111dd686a
BLAKE2b-256 be3fbf0af3b1508b0cc42c8e3f27708d41c25aeafce311e9c10a5f2e25ae7e3a

See more details on using hashes here.

File details

Details for the file grpcio-1.46.0rc2-cp310-cp310-musllinux_1_1_i686.whl.

File metadata

  • Download URL: grpcio-1.46.0rc2-cp310-cp310-musllinux_1_1_i686.whl
  • Upload date:
  • Size: 4.8 MB
  • Tags: CPython 3.10, musllinux: musl 1.1+ 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.9

File hashes

Hashes for grpcio-1.46.0rc2-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 09487af3d479fb435971242815881c8a18bc92b8da310857e2173f03591a4d94
MD5 ba6fb2c0ba22cfcaaf2df0d380647c1a
BLAKE2b-256 aeb6e095f6a460272d89bd5ad2634f8b82ea69622181c7fb51d960557a04f922

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.46.0rc2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4b9c3eefa3fa5350a9d25a673dd59e246c6177a69d3e83aa2df1e71b48e64c83
MD5 28667f1f2c23d91d16fe519c31536a3f
BLAKE2b-256 5d4f563dac699cc1be2c54ce9a36a76e23555265a018a6bd7ee32459465ff63c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.46.0rc2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f6da099e57d64d257d6625c817f9a32252628f3d0769444bc3f0fd7b44d097cc
MD5 12147e06eaab4748f9aa60e5a19fe576
BLAKE2b-256 7cf02f8101c1d8bc4fceba065739290fc000dcff09103aa8224d3539abc0d4cd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.46.0rc2-cp310-cp310-manylinux_2_17_aarch64.whl
  • Upload date:
  • Size: 60.4 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.9

File hashes

Hashes for grpcio-1.46.0rc2-cp310-cp310-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 ea80f2bd4fd8c74237d2eb22880f0d7b3ee5ed805bc73b4dafaeb04205040e0e
MD5 8de74ed12f82cd9a994410e7cb2f1041
BLAKE2b-256 c08bf364dd951223ce81f150634f5162b1ea186c855d0a4b47eb552d509c421f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.46.0rc2-cp310-cp310-macosx_10_10_universal2.whl
  • Upload date:
  • Size: 4.2 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.9

File hashes

Hashes for grpcio-1.46.0rc2-cp310-cp310-macosx_10_10_universal2.whl
Algorithm Hash digest
SHA256 1dc1dad9957392e19158b9f4d19a4156d3a52811291dd7b0c439f92ce43bf3c9
MD5 0cbc5232b35dd5bee8185e52910745fa
BLAKE2b-256 23752a87d2fa08815ec642a28d8ce4b9d3ce2bf6d407333c2a1110abec2882a2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.46.0rc2-cp310-cp310-linux_armv7l.whl
  • Upload date:
  • Size: 67.6 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.9

File hashes

Hashes for grpcio-1.46.0rc2-cp310-cp310-linux_armv7l.whl
Algorithm Hash digest
SHA256 bc8a216aec7242ed9ea586416c45d07ea97ad4a5c56ab768a4e289355d29fbf9
MD5 bf9aefb79ab1d5754f6eedbfb108e055
BLAKE2b-256 2cd0cd410df816f990563a9f265508efc3b6101e9e34b0fec9eeb3441561cb36

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.46.0rc2-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 3.5 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.9

File hashes

Hashes for grpcio-1.46.0rc2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 f6dcdc7a4a4909dd7376a1875ee5c064bb525cbbebdea841827c7cc5180c246c
MD5 aef1d66d66e120c54357f263d00863cb
BLAKE2b-256 9b9156f2af950cbc7d69afb18184b865196b5814afd690e755283e4a26815499

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.46.0rc2-cp39-cp39-win32.whl
  • Upload date:
  • Size: 3.0 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.9

File hashes

Hashes for grpcio-1.46.0rc2-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 5caf505b99c7956d6c009110a992f9f0f7e425a23c6809b3d5c5e2aec89e3685
MD5 f17e307e311ced04bc84befb4217edc4
BLAKE2b-256 597e9037944d7b5b56d2748a89507427954e5f5e53394fffa0d39aad65ce1eb5

See more details on using hashes here.

File details

Details for the file grpcio-1.46.0rc2-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: grpcio-1.46.0rc2-cp39-cp39-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 4.7 MB
  • Tags: CPython 3.9, musllinux: musl 1.1+ 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.9

File hashes

Hashes for grpcio-1.46.0rc2-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 6abec131b6553900764e51158618ac9574716136021ac383f74506b51b4bbded
MD5 457613a9126a081fb41c00e307a63ef9
BLAKE2b-256 44a2350856c86d6fa7845fb1f88007eccbd65ea24b82e234aaf9c86925c3347b

See more details on using hashes here.

File details

Details for the file grpcio-1.46.0rc2-cp39-cp39-musllinux_1_1_i686.whl.

File metadata

  • Download URL: grpcio-1.46.0rc2-cp39-cp39-musllinux_1_1_i686.whl
  • Upload date:
  • Size: 4.8 MB
  • Tags: CPython 3.9, musllinux: musl 1.1+ 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.9

File hashes

Hashes for grpcio-1.46.0rc2-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 7c3d78e1d672bedef7dc9b5693d714311b40b37b10038a597c0bcf3453e5d6c8
MD5 e865534322b9185c8043fa09e5050db5
BLAKE2b-256 0faf67728b8854f9449e9f67b8fdfd31c0d65deddbffe6a58427ea836ad435df

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.46.0rc2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3b0f297dc3a7fd246eacad0678c9e823a91857793508ccbdca7eba07eb24dac8
MD5 f51ee6177efb799ad51e46f80abd5dd4
BLAKE2b-256 10a2a8d902371068549d13e1972209783bbfcf79a5866f07a639ac57fb9ec109

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.46.0rc2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 98e3707ed670957156ad3efa89062b3d7e28fb1f23243b50dedbf7c780de565a
MD5 6d58704fc5d17295d8ef35f1334c5dd5
BLAKE2b-256 494c02b8bf9b2e4f2ab2917c0e0a57ba1dc4c619262ebc002146321527cdd6f4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.46.0rc2-cp39-cp39-manylinux_2_17_aarch64.whl
  • Upload date:
  • Size: 60.4 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.9

File hashes

Hashes for grpcio-1.46.0rc2-cp39-cp39-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 bc06f072689c5db74a089cd3cd3f5c1964fe54fc1ff66798bc1de017513db451
MD5 8f85da4aa8182fc8df27e56b8561733e
BLAKE2b-256 8881e8b36b922ae21cefcc4bb96f7b7293f7f7cd1f5fef85a83d6e8d4bc3c218

See more details on using hashes here.

File details

Details for the file grpcio-1.46.0rc2-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for grpcio-1.46.0rc2-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 a17d5a5c6e3f1a2c387b4c34caf9ab3ccb706b56b983bef0fec8374fac77b3f3
MD5 851a73c32b3b8a4fe65cd535f07cc47e
BLAKE2b-256 b08e4d929ec54dbbc7d334c168b5c137a28169bc0f40ff51a84bac5dc3adeef1

See more details on using hashes here.

File details

Details for the file grpcio-1.46.0rc2-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for grpcio-1.46.0rc2-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 4dfbdcddc1379920a1dc2fc07a68f79bd91872f02ddf827acd6be9ad084d3bd9
MD5 97254358f6649f707cf88b939acdb67a
BLAKE2b-256 dc3cbd6817a29f7c682fc0505e545495b74e8a55653e75e880bd2ce990b5d6b0

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.46.0rc2-cp39-cp39-macosx_10_10_x86_64.whl
Algorithm Hash digest
SHA256 fd3a9dddab03f59713f2c149407620ca40b2a05c1c0e0a31c05d2758a6fc37e4
MD5 b89d3b608302faab1a79b55e8b990043
BLAKE2b-256 89904c51c9d1928d23133ed3777c15dee0f3c6b6c2f1bfc9522ddd3b768221d8

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.46.0rc2-cp39-cp39-linux_armv7l.whl
Algorithm Hash digest
SHA256 4a059b89a21fd73a9b81084874ce3807768a5e65fbb0eef0eba94539c5658d3e
MD5 12099bcd78900de72551d444d7354d8c
BLAKE2b-256 23ef2e038ed679fc81c536343bf15c210db4ccf9f3ca90023264d2a484b4c845

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.46.0rc2-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 3.5 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.9

File hashes

Hashes for grpcio-1.46.0rc2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 9dcf4d60e35631ffc8c30aaf85f14a3b5b2b7404faa96d5b64ac4331acd027c2
MD5 e5af4952efaa600474b7d6570cd475a4
BLAKE2b-256 ebbe80b758bbda810c0fa59e3cd4f9e82a8dde56dab0d9b2d66983c1c7e1fcc8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.46.0rc2-cp38-cp38-win32.whl
  • Upload date:
  • Size: 3.0 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.9

File hashes

Hashes for grpcio-1.46.0rc2-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 68e1574b59b256b27272d158aa11a08a8b8b3f3965aadaa5a7621541833fe603
MD5 403a9f2062f5c7356bb88671617aa2bc
BLAKE2b-256 f3ef981f44a93b86b1b7c3a7207571449f64aa1410f52975e6b2a5c117d319ee

See more details on using hashes here.

File details

Details for the file grpcio-1.46.0rc2-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: grpcio-1.46.0rc2-cp38-cp38-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 4.7 MB
  • Tags: CPython 3.8, musllinux: musl 1.1+ 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.9

File hashes

Hashes for grpcio-1.46.0rc2-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 bb9f5b15d65b1b45c32fb1479d8550a3695bd218a184d18758b6481826f26a3a
MD5 28e07c1f8d1c5a13033e33ab85c9daf1
BLAKE2b-256 805dade5a6dfcdbe429d084b081e5dcf550667736df5ff660fe34e9e9267cc41

See more details on using hashes here.

File details

Details for the file grpcio-1.46.0rc2-cp38-cp38-musllinux_1_1_i686.whl.

File metadata

  • Download URL: grpcio-1.46.0rc2-cp38-cp38-musllinux_1_1_i686.whl
  • Upload date:
  • Size: 4.8 MB
  • Tags: CPython 3.8, musllinux: musl 1.1+ 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.9

File hashes

Hashes for grpcio-1.46.0rc2-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 55c1f509859a3fabdef500e9fa1ee3bf16f1bf2025c662bbfaf402e6f0b568fd
MD5 bcf97f504572a42664b8fa5a291c10a3
BLAKE2b-256 4408bb962418e144c92727cbc7fd17a0a9204cf20b6f1943ca285fc0251e6ea8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.46.0rc2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 29075abd69d95e277cd4cc4762215639b6448fb601246f63b0491741a6cb3969
MD5 a65ab76ba9d24bb067d860ba6eb3c933
BLAKE2b-256 6375973844ff0782eba481ecb534f7b362e9ffb49eab6b63b6f4dfb94a5c916f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.46.0rc2-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6c8087be8239ef3e258588979054b3fc65a6146662df8b501bcc41697e569684
MD5 76406223008a8c35a8d8904243753bb2
BLAKE2b-256 b7f87c1c901aa4b7cba8c114dedea526daa5bd5afa2f72a3e830b5d6a6fca559

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.46.0rc2-cp38-cp38-manylinux_2_17_aarch64.whl
  • Upload date:
  • Size: 60.7 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.9

File hashes

Hashes for grpcio-1.46.0rc2-cp38-cp38-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 b382d8e38bffe61128f4559bc7e537dc2c83b070106625271381ff5e2da3f486
MD5 c3a977cffbc278e14658f5ca1a05bad1
BLAKE2b-256 3205c2cebc8de4d3a5ec60c4ecaee23f6c52c1ee651cdf56725a468c94037851

See more details on using hashes here.

File details

Details for the file grpcio-1.46.0rc2-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for grpcio-1.46.0rc2-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 4e9018e7cd31389add78e463c37c34383386a38893fa24df21200ff0522b7959
MD5 ecd3602501f73d23ce519f5a12929b63
BLAKE2b-256 58575ccad62479629f8e585e39a051322b1c8b8278b77ced2d025b08272b66b3

See more details on using hashes here.

File details

Details for the file grpcio-1.46.0rc2-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for grpcio-1.46.0rc2-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 6a90f48776ad7a990d228df6d780b087132b958492f8760bb1b1fbe5409dc278
MD5 8d986e530381a7b3ffa361ab2e1ca66b
BLAKE2b-256 d61903903884f8f81bdba2fdaab0d6d113a267cd52cdf69dd79618fb1ba4839e

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.46.0rc2-cp38-cp38-macosx_10_10_x86_64.whl
Algorithm Hash digest
SHA256 1c92444603b4dea652a7ca9c3d5ec64441b51eae852d9885530e6a9761a1c473
MD5 7e94c6cc184b1d0984e73dec9f77e957
BLAKE2b-256 895a16b80287322bb535e5f11fb396308b89dbf39d979bd31cb6ca29ad35fe82

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.46.0rc2-cp38-cp38-linux_armv7l.whl
Algorithm Hash digest
SHA256 b4d1e585775a0794d21a6625b53699aee851ba4cddc42a9064f0b856832cb414
MD5 02bc20a89c6f206b41e6bcd7309e5e05
BLAKE2b-256 283804ed3a1dde2d482c4fde7ad0f85cd115bb278ecf02d67770ea90565c2548

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.46.0rc2-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 17635a76a14fd5e2367ff41cb9c3304fbe058dab94e052ba6859b3d5d01b366c
MD5 828662ca7a74ecaf77194029e5dab0c4
BLAKE2b-256 0fa795400a079a33da83da5f299467994333f0347e5142526a545462bfef1ae7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.46.0rc2-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 2.9 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.9

File hashes

Hashes for grpcio-1.46.0rc2-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 2116cf2840e82cb8e6e37b781306a704fd7d20873b88a8fcd28ca46331b06a9c
MD5 f5381d99cb442c324c9ee83f033ee65a
BLAKE2b-256 57fc64b5037b61ad7d374d20263e0989649860641cd651812a4f0e93b5c21dbd

See more details on using hashes here.

File details

Details for the file grpcio-1.46.0rc2-cp37-cp37m-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: grpcio-1.46.0rc2-cp37-cp37m-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 4.6 MB
  • Tags: CPython 3.7m, musllinux: musl 1.1+ 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.9

File hashes

Hashes for grpcio-1.46.0rc2-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 c44fa4e8877e59a95003e65e8719a450ddca7f65e8a39cfe6f488c2cb2b0a799
MD5 e5d1ef9b6ba05723dbb6db863a1f1dc8
BLAKE2b-256 6a06fc16dafc8ebbb2972529708b490a2a7967554a5ccf4d21af04261efc3caa

See more details on using hashes here.

File details

Details for the file grpcio-1.46.0rc2-cp37-cp37m-musllinux_1_1_i686.whl.

File metadata

  • Download URL: grpcio-1.46.0rc2-cp37-cp37m-musllinux_1_1_i686.whl
  • Upload date:
  • Size: 4.8 MB
  • Tags: CPython 3.7m, musllinux: musl 1.1+ 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.9

File hashes

Hashes for grpcio-1.46.0rc2-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 d60d29d1e10fb991982b7035555baae5a4a3b28d4eed239a19f415e58778a30c
MD5 958ac1436bf7c5e513c82ca2246c3178
BLAKE2b-256 094e84c683f4848701d5b3c0548c51cf7ca03ecdc117c622bf9fb81d1e519dc3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.46.0rc2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 93f36536de5376d7d65cce3360cfc63802dc8e89fb2ce0574cbfecec89eb8dd0
MD5 ee4d05039761c8c6c459947c9a8f6d0f
BLAKE2b-256 e7307e83aed82c8e5f14134ae4e3aa695c7319c5f05c34e9a29ae881d8e1042a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.46.0rc2-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 fb2b722564d3e57e4981d8770cc66e7d654a85ef7870f5b5152f9ad7440e7db7
MD5 90be09bcf8ff3810eea4cb2b9f852075
BLAKE2b-256 9b35697eb913b50a9c66d7270e7a56b8493dedb6621405e6198c1da275b47245

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.46.0rc2-cp37-cp37m-manylinux_2_17_aarch64.whl
  • Upload date:
  • Size: 60.2 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.9

File hashes

Hashes for grpcio-1.46.0rc2-cp37-cp37m-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 201214c267c25a5153ee724d1c9879222c2e457a654e7fbe1f056be8bc59b041
MD5 0540391db756309340cb8e96e4a0cddf
BLAKE2b-256 f5c392308a1e981598138c0ed0bc1920895ab8ea2f61c17325ead4e99d4b754e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.46.0rc2-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 610dc191aca823d5f38e479fe8fc04b3dd85c978a4ff0735fc27aa38f5da71ae
MD5 cd292591e165c26765af6f1f1382e952
BLAKE2b-256 8e96de53ec57179470d98188ef90c8c387c4cd290ac9d304259f6014a15b55c9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.46.0rc2-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 f951f3a7de1c69a71315c491214a54509fa0c7f9a75d2b411bb562e13b361474
MD5 b0e37215a94dd33a48f5d903836d45eb
BLAKE2b-256 88b6585dcea6cccc7c28bc7f9e4e045071ec627ddf6a238db640bc4bf864e733

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.46.0rc2-cp37-cp37m-macosx_10_10_x86_64.whl
  • Upload date:
  • Size: 4.3 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.9

File hashes

Hashes for grpcio-1.46.0rc2-cp37-cp37m-macosx_10_10_x86_64.whl
Algorithm Hash digest
SHA256 cb2fd7c53a5420c80144ce5b30cdb0d8b08acd8c9226fc0bda4aebfc541e52ad
MD5 ef3c3ff3bab7f97eb29eefd67da5a05f
BLAKE2b-256 d99c539277b72f9efce6fbb4aa69e0c00a11fe6dbbff0949d6747023d083f39f

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.46.0rc2-cp37-cp37m-linux_armv7l.whl
Algorithm Hash digest
SHA256 ee510edf63a037890904cbcc9e1360a183ef36bd682d8c84e14c40bd1138098e
MD5 7a81f18f7d4e02df80e3019bb147844e
BLAKE2b-256 060c77e0ce1cc7a1a44c7945ba87b1d578b223648a4bc6ae329f401884310987

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.46.0rc2-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 3.5 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.9

File hashes

Hashes for grpcio-1.46.0rc2-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 665f73633bd0e94e105e6d33c433fbef06ebda6457e59f20012fe69e5cc17b8b
MD5 03c713e2bff10a588d829f9837d8fb60
BLAKE2b-256 7f2f666b69b25bb288c9b2667192a897022f385e0d0a31a6546ca141c5559666

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.46.0rc2-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 2.9 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.9

File hashes

Hashes for grpcio-1.46.0rc2-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 91d63254e9ff6bef8f7dd17e05e018ab567b1c8390d9aed2a34c3e42f1fdd6f5
MD5 d9d47fb5c8349e746e74c3027e3c3ca9
BLAKE2b-256 0f30af837572a0c25b4a09e8d53b19af0d3c96267d3a3f7229dc54ea834bd86d

See more details on using hashes here.

File details

Details for the file grpcio-1.46.0rc2-cp36-cp36m-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: grpcio-1.46.0rc2-cp36-cp36m-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 4.7 MB
  • Tags: CPython 3.6m, musllinux: musl 1.1+ 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.9

File hashes

Hashes for grpcio-1.46.0rc2-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 b616cd443017c1aaaccf7192f1298dc3682632cbc92fe3caeb23920a9ec26ba7
MD5 7b2613ac4cd7a8ec3c75aaf294f897f3
BLAKE2b-256 ad353a523445c6eecb0c663d9944a68fb0f45c64e08720b0a57bda3b9269eb67

See more details on using hashes here.

File details

Details for the file grpcio-1.46.0rc2-cp36-cp36m-musllinux_1_1_i686.whl.

File metadata

  • Download URL: grpcio-1.46.0rc2-cp36-cp36m-musllinux_1_1_i686.whl
  • Upload date:
  • Size: 4.8 MB
  • Tags: CPython 3.6m, musllinux: musl 1.1+ 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.9

File hashes

Hashes for grpcio-1.46.0rc2-cp36-cp36m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 46ce532797bf1158f4a805f9b438caaff7df9e75e1d840306531b331af638f13
MD5 3ce42979226ceab581a1f668bc0887d4
BLAKE2b-256 b5ca81e5720a0d8f2e3c1971f1b2b27fe22e6349e2344245e760d935e1eaf2e3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.46.0rc2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0015edad2a3aec9d73dc568ea6b5174fcfb58584488fe0a9a6d546cc4f84d834
MD5 12ebf64ce143986ffb88a43759229f24
BLAKE2b-256 696aadb8cd6baa039b8dc61464320747146fc62cce683f6cdfbc8cae6904a915

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.46.0rc2-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 fc7cd5fbdd159051f0b1a3a26c2de9028f5a99899c5daacde68bb78dd9228ae2
MD5 ac04855ed50683158c356df17576f3b9
BLAKE2b-256 a7bea788a449f857c5edced8a22051949660c4947e8e52ca39e107d413e86948

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.46.0rc2-cp36-cp36m-manylinux_2_17_aarch64.whl
  • Upload date:
  • Size: 60.2 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.9

File hashes

Hashes for grpcio-1.46.0rc2-cp36-cp36m-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 9a62071d61baefb426a0b57ffc55b103bfc269f4fbf00f20d7d3c1f17dcf66d8
MD5 f4204f654c4cfbe9d898634bdde486ed
BLAKE2b-256 e2e3eab710d26c097a8acb8a3b8a663ea0acec307cf536759b8ca35a41c1c6d5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.46.0rc2-cp36-cp36m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 aea9a68924e52efb92fd41c4be2c4a550396b1751b70fdcbf22239408319709a
MD5 5f3f975c15f95b8ffc791419e4ef3560
BLAKE2b-256 cb4c67aff08ac0507994345c33a5d7c45e89a18e0dbfc9418930c666a55fe40c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.46.0rc2-cp36-cp36m-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 ab6f9d117e566657b9cd2836cf6075c0077891c5ecbb06dde18ab58379ca9694
MD5 69696f20a3b15fb2186f6661df5fdae8
BLAKE2b-256 b4e3ed0c4f68f417d3567d38077ae3975d26a29082c028db634507ed3969fe41

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.46.0rc2-cp36-cp36m-macosx_10_10_x86_64.whl
  • Upload date:
  • Size: 4.3 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.9

File hashes

Hashes for grpcio-1.46.0rc2-cp36-cp36m-macosx_10_10_x86_64.whl
Algorithm Hash digest
SHA256 6f536cf2746e83035f4540c3ba4b5fda2f839724231f26f3c0089bfda35ac184
MD5 e61bdae14c323473054c4677149c86c4
BLAKE2b-256 6d3b18255267d1c6a6a5667ca04b45c6bced4db5bb3271f75a69d5f2b492bf7c

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.46.0rc2-cp36-cp36m-linux_armv7l.whl
Algorithm Hash digest
SHA256 ab9049ed9c3002b7a7616447f1a8097ae29f22ccd2ed7c3b0f7592186aeb8209
MD5 3242f1d0d5f73a46892b678d88654e5f
BLAKE2b-256 95eea65e69e976b7e5582aa5e562453079d4a2e7dec72d04792d2a43971744f3

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