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

Uploaded Source

Built Distributions

grpcio-1.45.0rc1-cp310-cp310-win_amd64.whl (3.5 MB view details)

Uploaded CPython 3.10 Windows x86-64

grpcio-1.45.0rc1-cp310-cp310-win32.whl (2.9 MB view details)

Uploaded CPython 3.10 Windows x86

grpcio-1.45.0rc1-cp310-cp310-musllinux_1_1_x86_64.whl (4.6 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

grpcio-1.45.0rc1-cp310-cp310-musllinux_1_1_i686.whl (4.8 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

grpcio-1.45.0rc1-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.45.0rc1-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.45.0rc1-cp310-cp310-manylinux_2_17_aarch64.whl (59.0 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

grpcio-1.45.0rc1-cp310-cp310-macosx_10_10_universal2.whl (4.1 MB view details)

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

grpcio-1.45.0rc1-cp310-cp310-linux_armv7l.whl (66.1 MB view details)

Uploaded CPython 3.10

grpcio-1.45.0rc1-cp39-cp39-win_amd64.whl (3.5 MB view details)

Uploaded CPython 3.9 Windows x86-64

grpcio-1.45.0rc1-cp39-cp39-win32.whl (2.9 MB view details)

Uploaded CPython 3.9 Windows x86

grpcio-1.45.0rc1-cp39-cp39-musllinux_1_1_x86_64.whl (4.6 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

grpcio-1.45.0rc1-cp39-cp39-musllinux_1_1_i686.whl (4.8 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

grpcio-1.45.0rc1-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.45.0rc1-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.45.0rc1-cp39-cp39-manylinux_2_17_aarch64.whl (59.0 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

grpcio-1.45.0rc1-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (4.1 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

grpcio-1.45.0rc1-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl (4.2 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686

grpcio-1.45.0rc1-cp39-cp39-macosx_10_10_x86_64.whl (4.3 MB view details)

Uploaded CPython 3.9 macOS 10.10+ x86-64

grpcio-1.45.0rc1-cp39-cp39-linux_armv7l.whl (66.1 MB view details)

Uploaded CPython 3.9

grpcio-1.45.0rc1-cp38-cp38-win_amd64.whl (3.5 MB view details)

Uploaded CPython 3.8 Windows x86-64

grpcio-1.45.0rc1-cp38-cp38-win32.whl (2.9 MB view details)

Uploaded CPython 3.8 Windows x86

grpcio-1.45.0rc1-cp38-cp38-musllinux_1_1_x86_64.whl (4.6 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

grpcio-1.45.0rc1-cp38-cp38-musllinux_1_1_i686.whl (4.8 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

grpcio-1.45.0rc1-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.45.0rc1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (4.5 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

grpcio-1.45.0rc1-cp38-cp38-manylinux_2_17_aarch64.whl (59.3 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

grpcio-1.45.0rc1-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (4.1 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

grpcio-1.45.0rc1-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl (4.2 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

grpcio-1.45.0rc1-cp38-cp38-macosx_10_10_x86_64.whl (4.3 MB view details)

Uploaded CPython 3.8 macOS 10.10+ x86-64

grpcio-1.45.0rc1-cp38-cp38-linux_armv7l.whl (66.2 MB view details)

Uploaded CPython 3.8

grpcio-1.45.0rc1-cp37-cp37m-win_amd64.whl (3.4 MB view details)

Uploaded CPython 3.7m Windows x86-64

grpcio-1.45.0rc1-cp37-cp37m-win32.whl (2.9 MB view details)

Uploaded CPython 3.7m Windows x86

grpcio-1.45.0rc1-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.45.0rc1-cp37-cp37m-musllinux_1_1_i686.whl (4.8 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

grpcio-1.45.0rc1-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.45.0rc1-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (4.5 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686

grpcio-1.45.0rc1-cp37-cp37m-manylinux_2_17_aarch64.whl (58.8 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

grpcio-1.45.0rc1-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.45.0rc1-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.45.0rc1-cp37-cp37m-macosx_10_10_x86_64.whl (4.3 MB view details)

Uploaded CPython 3.7m macOS 10.10+ x86-64

grpcio-1.45.0rc1-cp37-cp37m-linux_armv7l.whl (65.8 MB view details)

Uploaded CPython 3.7m

grpcio-1.45.0rc1-cp36-cp36m-win_amd64.whl (3.4 MB view details)

Uploaded CPython 3.6m Windows x86-64

grpcio-1.45.0rc1-cp36-cp36m-win32.whl (2.9 MB view details)

Uploaded CPython 3.6m Windows x86

grpcio-1.45.0rc1-cp36-cp36m-musllinux_1_1_x86_64.whl (4.6 MB view details)

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

grpcio-1.45.0rc1-cp36-cp36m-musllinux_1_1_i686.whl (4.8 MB view details)

Uploaded CPython 3.6m musllinux: musl 1.1+ i686

grpcio-1.45.0rc1-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.45.0rc1-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl (4.5 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ i686

grpcio-1.45.0rc1-cp36-cp36m-manylinux_2_17_aarch64.whl (58.8 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ ARM64

grpcio-1.45.0rc1-cp36-cp36m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (4.1 MB view details)

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

grpcio-1.45.0rc1-cp36-cp36m-manylinux_2_12_i686.manylinux2010_i686.whl (4.2 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

grpcio-1.45.0rc1-cp36-cp36m-macosx_10_10_x86_64.whl (4.3 MB view details)

Uploaded CPython 3.6m macOS 10.10+ x86-64

grpcio-1.45.0rc1-cp36-cp36m-linux_armv7l.whl (65.9 MB view details)

Uploaded CPython 3.6m

File details

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

File metadata

  • Download URL: grpcio-1.45.0rc1.tar.gz
  • Upload date:
  • Size: 21.6 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.45.0rc1.tar.gz
Algorithm Hash digest
SHA256 8b9a2fe1ba1ee1969415387ead42f1d39d970963724d455631de5e862c132cb0
MD5 472e932499eb4135911687f58078cad5
BLAKE2b-256 6dfec457729a716e386532f8596b6704bda6f95f1833043c8f2fb58e68356af1

See more details on using hashes here.

File details

Details for the file grpcio-1.45.0rc1-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: grpcio-1.45.0rc1-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.45.0rc1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 ef357179b0910b2ab1f303f10414eef6097445c70d849031841b7c2b3f7c6c8d
MD5 50fd32bd2a75c97ca1d022e1e8393845
BLAKE2b-256 9803a7cbb7a80e812e40d2474b41c87f37373d5e3a35652d8e65ac7b8b2e0127

See more details on using hashes here.

File details

Details for the file grpcio-1.45.0rc1-cp310-cp310-win32.whl.

File metadata

  • Download URL: grpcio-1.45.0rc1-cp310-cp310-win32.whl
  • Upload date:
  • Size: 2.9 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.45.0rc1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 d575ac36d7b40f9deea1af92cf727dac97fa081ee31dfd945d0ec027a854ebd5
MD5 9cfa268b10e9b61396ac240b2a111c5f
BLAKE2b-256 3487ae0e7a2e8d478dace9a89004d32fc42bd3edf32f71cb2494331f35c18b19

See more details on using hashes here.

File details

Details for the file grpcio-1.45.0rc1-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: grpcio-1.45.0rc1-cp310-cp310-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 4.6 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.45.0rc1-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 a46df2f6abe947cef50ef25f7d2703fb8ae69d54e656e42be4a9cf14c6780cf4
MD5 613db7be708f2953ede2c43b27f62b7f
BLAKE2b-256 5684877ceca3f92d67a47ad0197d1a4304101a3ac27b28030a250caa42b6e2dc

See more details on using hashes here.

File details

Details for the file grpcio-1.45.0rc1-cp310-cp310-musllinux_1_1_i686.whl.

File metadata

  • Download URL: grpcio-1.45.0rc1-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.45.0rc1-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 4ed924193d60e0536c1d21beca1b80ac5564ce969a6ef44a1cabeba5cd36ae1e
MD5 7d0489fc23d22251672d1e36e2a0d311
BLAKE2b-256 2825a48141f1e840b0a33910259fe311f81444f3346eefd399db9779007133f2

See more details on using hashes here.

File details

Details for the file grpcio-1.45.0rc1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for grpcio-1.45.0rc1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e548edd49d076d84a31329b096cd33f415702705a5220da9ce831fff264c999e
MD5 079dd01ab7f76d585d149a9dcfef2d28
BLAKE2b-256 bed0032a09f8a7f3c20d75bab3ef5f410f7b1acafb960bd29aaa19d607c93885

See more details on using hashes here.

File details

Details for the file grpcio-1.45.0rc1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for grpcio-1.45.0rc1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7dcd57233db114b2343847751308ffa8c9be2769ff069dbcf1fec3c482fcdc0e
MD5 45096c64063750d35e43ef67f650789c
BLAKE2b-256 59014bcf8199cc84b0bb8864e21ace28e7c40d0f4a23a5558318815ff7359e45

See more details on using hashes here.

File details

Details for the file grpcio-1.45.0rc1-cp310-cp310-manylinux_2_17_aarch64.whl.

File metadata

  • Download URL: grpcio-1.45.0rc1-cp310-cp310-manylinux_2_17_aarch64.whl
  • Upload date:
  • Size: 59.0 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.45.0rc1-cp310-cp310-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 8e602a17cc802b1c44f4be0d0210a48cbd554afce1d75d0903d6e225bece31c9
MD5 64924b151086981eef5eec0589d6ae8d
BLAKE2b-256 7c5969e6a8119b9aa6320c90a3fdcf019459ac2772b1d9e796089b2266a22c78

See more details on using hashes here.

File details

Details for the file grpcio-1.45.0rc1-cp310-cp310-macosx_10_10_universal2.whl.

File metadata

  • Download URL: grpcio-1.45.0rc1-cp310-cp310-macosx_10_10_universal2.whl
  • Upload date:
  • Size: 4.1 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.45.0rc1-cp310-cp310-macosx_10_10_universal2.whl
Algorithm Hash digest
SHA256 a22f00a049b0d90bb76acdda74ab16df5f59a836aef933ba07dca77853a68dc5
MD5 d4ba2ee18a42a0ad6c75b01293447a79
BLAKE2b-256 9ec30e680a953b8cc849a3c928b8365f4380173d1cd14142077150800a060051

See more details on using hashes here.

File details

Details for the file grpcio-1.45.0rc1-cp310-cp310-linux_armv7l.whl.

File metadata

  • Download URL: grpcio-1.45.0rc1-cp310-cp310-linux_armv7l.whl
  • Upload date:
  • Size: 66.1 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.45.0rc1-cp310-cp310-linux_armv7l.whl
Algorithm Hash digest
SHA256 bcdf6fe55e37773b0bee4d7383dfee47f9d044a9712b2a3833f813a65364bf42
MD5 c549b7fc033d2867a54b9629e957292c
BLAKE2b-256 2ffcbbe80fdbdf800f89b37cb3f8ceac30ddc92c72ada3ebb37d592852f5f38f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.45.0rc1-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.45.0rc1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 c8170689b4dae5e9ed16a0a6cc9ce7a857849b2a5056e6511ceaef172a76d3a0
MD5 e3b6c9ac003776a740a6c6280918639f
BLAKE2b-256 ca144c710adcda45e26aa09a2c159c4a78967858c2ee5dddcc699b2790ad04e3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.45.0rc1-cp39-cp39-win32.whl
  • Upload date:
  • Size: 2.9 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.45.0rc1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 26863cae81589be15fff218a63404f096cf3307089d8ceb35fa6ed4f71056729
MD5 1105988e85fd2aa91c246f843de35635
BLAKE2b-256 fc931cae8e876080fbfc81cebfdb61c124bbe50933ccd3e2923f5f51bbb26065

See more details on using hashes here.

File details

Details for the file grpcio-1.45.0rc1-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: grpcio-1.45.0rc1-cp39-cp39-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 4.6 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.45.0rc1-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 13f7fa460fbf3900cd4de70c9e461dadd0d41a6f97ed6d211fa64c6227199713
MD5 e4d290ab75d264d2cad44d6968c3605e
BLAKE2b-256 9568f6e265a7bc20814d74c1d4a6bd7fb5d9884f3449df0f665b303e5b337765

See more details on using hashes here.

File details

Details for the file grpcio-1.45.0rc1-cp39-cp39-musllinux_1_1_i686.whl.

File metadata

  • Download URL: grpcio-1.45.0rc1-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.45.0rc1-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 1f091ae9c476556482b23c82e38b7e3f8f8936acfe49ce94d9b469ce2f4864fa
MD5 08a23d5361a83a559a315eec7931b3fb
BLAKE2b-256 aa4ceac6dd0bc9826c8e612104dacc33e40aaadb4595234331c9cf1de3c89ccc

See more details on using hashes here.

File details

Details for the file grpcio-1.45.0rc1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for grpcio-1.45.0rc1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 97af6a4607dadfaa764fe2ede136999e629cb23d75ca888c0cb99c737718bfdf
MD5 c24bd03a1138537944a709b22b863099
BLAKE2b-256 c9a79835393bf040cb5800b64a00bdbe95ccf571b01b508c28c9546ec57478ed

See more details on using hashes here.

File details

Details for the file grpcio-1.45.0rc1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for grpcio-1.45.0rc1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 681644ae9cb8280ca365c076fa6b3d82734ea797bd920c466f476b5d2648ea07
MD5 e0101f1ebf34faf103e58f83f5684612
BLAKE2b-256 3917e1cc87ee0ea9b29297caa2ec9cae4f6d7d4b9133f1179e63a86c6067eb49

See more details on using hashes here.

File details

Details for the file grpcio-1.45.0rc1-cp39-cp39-manylinux_2_17_aarch64.whl.

File metadata

  • Download URL: grpcio-1.45.0rc1-cp39-cp39-manylinux_2_17_aarch64.whl
  • Upload date:
  • Size: 59.0 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.45.0rc1-cp39-cp39-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 815abda8af85f9b43cdffe22a22f70ee7b806078a8ecc760ff303c1f85b4da33
MD5 3be4a0a58c275d2cb3c5cb21010b618f
BLAKE2b-256 f258e281d5a933ba8c350ebbbcf44626b954c46bc6f22d35eeae8e1228b0ab71

See more details on using hashes here.

File details

Details for the file grpcio-1.45.0rc1-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for grpcio-1.45.0rc1-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 853eefbbac33717a4bc9b4285784786c4cb194885672063445b48226feeb5538
MD5 6847e1c4b4beb0bf595ff5047b3edbe1
BLAKE2b-256 893f723f04f9540e2f870d5f7a359c0c2b43ef7d5760557fbcb70bdb060ee4ac

See more details on using hashes here.

File details

Details for the file grpcio-1.45.0rc1-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for grpcio-1.45.0rc1-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 4261726896a288e7865be25bb9b51767ffd5ed72cef93e7bd150541e6ecd6657
MD5 2eeb745ccf0320113d52cf0f3ebee717
BLAKE2b-256 8ed7a11c754529b71e4f9cbb6f2d014d17e22287783aead418ec565ee3c6f819

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.45.0rc1-cp39-cp39-macosx_10_10_x86_64.whl
  • Upload date:
  • Size: 4.3 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.45.0rc1-cp39-cp39-macosx_10_10_x86_64.whl
Algorithm Hash digest
SHA256 8ab88e5fc85f7389b8656671e0deeadfe4cf806cdfc493fd7571c74ed5b0f695
MD5 41846e5e521270859bda8adab15b535e
BLAKE2b-256 ecc7c41a4512d7166cf2c0065be1bcd5f7fead13c8e433bb35650f586d9c6d2f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.45.0rc1-cp39-cp39-linux_armv7l.whl
  • Upload date:
  • Size: 66.1 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.45.0rc1-cp39-cp39-linux_armv7l.whl
Algorithm Hash digest
SHA256 846574e9b99d59c63f70df6822a7a6400fec6c65cb380db27bb1bd6e93b18f52
MD5 fa8e2859db2a2e21a4583afa4b80ccb2
BLAKE2b-256 dd2d78b330de15e56f6f4759c5218fffab071c4c5f4381e10eacba496c28f2a6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.45.0rc1-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.45.0rc1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 a066fdfd0a8a84ef72a69fd685bd0b801e5db2eedc497010421c5a5b96e3c328
MD5 72ff32dbb4d616c070a91bb5bafb13dd
BLAKE2b-256 39b6d3c6679ad7b9bd12674e417e6ab64cf4ebdda90a56ab3f21c9dc84f99b7e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.45.0rc1-cp38-cp38-win32.whl
  • Upload date:
  • Size: 2.9 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.45.0rc1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 713dae6b3d5fcf92da125a0aadc4c99b1174f9a3679ce9426236e362adfae6ab
MD5 60cfa7df86b9ab1cf9fb6fc7cb0cd3c6
BLAKE2b-256 20c1fa658acf2cc73f68b000fda23db17183a3e0b3d9d23c2d8f866806eb905a

See more details on using hashes here.

File details

Details for the file grpcio-1.45.0rc1-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: grpcio-1.45.0rc1-cp38-cp38-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 4.6 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.45.0rc1-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 46347bcdedcfa3a38f367e9391972a701c6e998559c8fb0a88187db1e7e7034b
MD5 b8176dcfed1aa37649d6ae5407de498a
BLAKE2b-256 0ddb5b4e83ce9319832560adb2c44e2f977d9c9db1f2c9c106f164d12c351b5a

See more details on using hashes here.

File details

Details for the file grpcio-1.45.0rc1-cp38-cp38-musllinux_1_1_i686.whl.

File metadata

  • Download URL: grpcio-1.45.0rc1-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.45.0rc1-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 3c85ba795ca00ddc5439ae4e719d69ba072627aa38eab3730c03b1a3696becea
MD5 378ab148d4473c1fb8b0973f6d56a6f1
BLAKE2b-256 badce3a035f71ba1b78a9a118cdfd098eb94ca3159048b81d3b898f69db169d9

See more details on using hashes here.

File details

Details for the file grpcio-1.45.0rc1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for grpcio-1.45.0rc1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c81e62cedecf41c3bf884f987233d232e9d0b4df3b0a5dbb29f660c2a1ed61fa
MD5 68998df62e9d9e469e77d18461193a9d
BLAKE2b-256 9c1fc1234971705132964332cb9b6773ed6f00608e4b6d6505aeb0fe6d96a808

See more details on using hashes here.

File details

Details for the file grpcio-1.45.0rc1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for grpcio-1.45.0rc1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1371914fd87fa358271a62e8c489526ebcedcda7f332aa75b1327f32c6a77116
MD5 aa5ddf9930c6efdbfef2c022fc398e4d
BLAKE2b-256 c2626ea0e978f8557b169be192d830497e8ce0ddc295201b045bcfaeffb8e994

See more details on using hashes here.

File details

Details for the file grpcio-1.45.0rc1-cp38-cp38-manylinux_2_17_aarch64.whl.

File metadata

  • Download URL: grpcio-1.45.0rc1-cp38-cp38-manylinux_2_17_aarch64.whl
  • Upload date:
  • Size: 59.3 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.45.0rc1-cp38-cp38-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 819d62fe3eb5600da736f1b6ebc89dfe3747463bf9a7689cfc4e9c77f489017d
MD5 5249d6cf013bdced92c7c36636d1b084
BLAKE2b-256 feed114baa8110ca05b28b989943655d651e64bb30400178c1fe0892861ed830

See more details on using hashes here.

File details

Details for the file grpcio-1.45.0rc1-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for grpcio-1.45.0rc1-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 78c968431be96459a0b2c3a076d01ba52de6ad1ba669cd19dc1654a9f5ab655e
MD5 1feb55355644ec02effc68665b4aada0
BLAKE2b-256 29ca5022902b719d4e339a6a231a71a97b981f8be0d04e2620091dd9a403f350

See more details on using hashes here.

File details

Details for the file grpcio-1.45.0rc1-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for grpcio-1.45.0rc1-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 4f57f719cac4e10fe8c7ab97d302af5fed38381b214b2a8cb88e3b686d05d8ac
MD5 6b73074028e0217eb284a526b2d2a6ea
BLAKE2b-256 5f901513302fca3d8a63f4caf6966b096da8a58d46a67c5bf5008edc563b191b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.45.0rc1-cp38-cp38-macosx_10_10_x86_64.whl
  • Upload date:
  • Size: 4.3 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.45.0rc1-cp38-cp38-macosx_10_10_x86_64.whl
Algorithm Hash digest
SHA256 4d840c837363772ae435244073d7537955cbe68f48345d431e925f55921775cd
MD5 e71b3a840d012c8e99daf26cfa481953
BLAKE2b-256 af2303939945fdbd7b95c1933b8c0d79779fd31624a99dd7c98b44a614213897

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.45.0rc1-cp38-cp38-linux_armv7l.whl
  • Upload date:
  • Size: 66.2 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.45.0rc1-cp38-cp38-linux_armv7l.whl
Algorithm Hash digest
SHA256 4c07dab99be2b4d4fef08387dda400ff480e3fe2ac4fd8e40dc4a5a69b7d6753
MD5 7e24992a7aba71cab3943251b928a274
BLAKE2b-256 ff350cbfb7a33ac5ce46a27942a0d1bab82678c07cc562c24ed534ed327fe8f7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.45.0rc1-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 3.4 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.45.0rc1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 d018a3c03608e62fadb89ca26a247ff90fa863baeef81b74bdffccde4f720d4b
MD5 7cbea5b123500904f67076041ef64718
BLAKE2b-256 ce4562af22772ce3390e9acb3e511db210f7ff730a01ce1ef753a6d68c889d46

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.45.0rc1-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.45.0rc1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 cfaa0c0070644540e4343c3837c7c44e53bf7591ab1393573025ef3b00b1ff23
MD5 b1f9e080b7717884d507aaae26f0a2c3
BLAKE2b-256 8579f2ff71e27ff3fb86f0ca58829a660f4482afd9b67c2bf453ed7ba3a5bc56

See more details on using hashes here.

File details

Details for the file grpcio-1.45.0rc1-cp37-cp37m-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: grpcio-1.45.0rc1-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.45.0rc1-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 82fb184ff5ba1333060a41efff2e90717275d14c07cf07efafa7f9782c03c018
MD5 cb1c4eeb64f308f51677cf478c9cefb1
BLAKE2b-256 860edd15440b51459077a62c3eaf16882308e631f48fe353eee1fa76018bb279

See more details on using hashes here.

File details

Details for the file grpcio-1.45.0rc1-cp37-cp37m-musllinux_1_1_i686.whl.

File metadata

  • Download URL: grpcio-1.45.0rc1-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.45.0rc1-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 c37a6d4932d7b331962e478ad0a4cd09aa548e7b2cbf5aefd2d4dce0544f7c26
MD5 87d2bc2e52d1ad71dea6ce5a80337312
BLAKE2b-256 1b2ed58a8b55ea5c694808fe62910fdaca089947f668546589a5a99da9f327c6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.45.0rc1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e6d78794096444306c687f208cda6539c61d0ec38a8bd88f3583243feeb90e43
MD5 877e8c5e0239957a6149f457a5ff1a85
BLAKE2b-256 42e89a35abdb41aa255437754337b4e793bdc7849ed6eec7e5c3e4ca0debb361

See more details on using hashes here.

File details

Details for the file grpcio-1.45.0rc1-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for grpcio-1.45.0rc1-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 de243a3cf74b4e5369882e13632803f16cb180a9c958dd16450c9445c07ff776
MD5 b67f13e776046ebcff9ae8219e6657ce
BLAKE2b-256 a2fa2b796eb135848bdd36e0c50795816fd042fe3e5123be2c143cfe9a60c32e

See more details on using hashes here.

File details

Details for the file grpcio-1.45.0rc1-cp37-cp37m-manylinux_2_17_aarch64.whl.

File metadata

  • Download URL: grpcio-1.45.0rc1-cp37-cp37m-manylinux_2_17_aarch64.whl
  • Upload date:
  • Size: 58.8 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.45.0rc1-cp37-cp37m-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 ef4e8a726696344fa9d51e289cf78e742edf5f18ec210d70f838d521ea50ec48
MD5 9eef6cb322f2c03691240ac852f9a415
BLAKE2b-256 81f8a5b1fd5d7ccce62c12a2c6bfab2f923a96502fe63ebd78ccb2b5164f26ea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.45.0rc1-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 777dfa25cfdafbb95ed1c0e9fe144f902101bc11c1146c5c01d980a1d5c234dc
MD5 25b32b80094b78d1e1eacf6af1c287a9
BLAKE2b-256 553188714a7675894feb05b5a06b6419706cd6d6b122c56f549073d4957fe236

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.45.0rc1-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 f33769c0a2167454e69caddaa89affe791178413955be491192027abb1ab0353
MD5 1fc300d2493bc6678afc1a52fe890742
BLAKE2b-256 732aa7a88fc00ba722be5063192288186fe5d2fec43569822a66b32bd214300f

See more details on using hashes here.

File details

Details for the file grpcio-1.45.0rc1-cp37-cp37m-macosx_10_10_x86_64.whl.

File metadata

  • Download URL: grpcio-1.45.0rc1-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.45.0rc1-cp37-cp37m-macosx_10_10_x86_64.whl
Algorithm Hash digest
SHA256 f5309452e6f0538e32d07aab2f0d62e234a2e4b45d53bea07d74b5afa7729527
MD5 1073a47fd8801aea7f6fc2ea2999de2a
BLAKE2b-256 250d97ee237c49731c39deed5446784b5a102ecdd9fa3ad600c470fcd8be62cc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.45.0rc1-cp37-cp37m-linux_armv7l.whl
  • Upload date:
  • Size: 65.8 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.45.0rc1-cp37-cp37m-linux_armv7l.whl
Algorithm Hash digest
SHA256 731987a32e46b5bcc9d1520b54ed6ebacc8b4c1dd433202af3014e1e26f9683b
MD5 cb165f0e77e3d11c9153cc97f949f150
BLAKE2b-256 a2e1bb86ca32c7291233d0d5065744e4ba9ba08136c03d159bbba61e4e1ce56b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.45.0rc1-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 3.4 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.45.0rc1-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 077a15ce2c620aa3d0e458d585e48281153147fe8c09231d93fb095d36d776df
MD5 20ac86d2356c0f2ae12eb4e0ad1ed307
BLAKE2b-256 6ce2e429cc329184e1d3442c3c11d69d133398921007e8e74727ea90adb62597

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.45.0rc1-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.45.0rc1-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 b2d1895d7868f63169ccb72d997b6912fb8a29ebaece7c8e4edfe84b6993ff18
MD5 0f94bb20d35d39d640f9cc3033747117
BLAKE2b-256 a37f2b2c395894ed5736037bc957560fa5c3f65eb73147dfaa801cd0f17f77f7

See more details on using hashes here.

File details

Details for the file grpcio-1.45.0rc1-cp36-cp36m-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: grpcio-1.45.0rc1-cp36-cp36m-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 4.6 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.45.0rc1-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 9f8187610c4c995a5aa73a81d8b524ca75c48e1c5082cc3ec410756db0d19b6b
MD5 b2411a8aa57999ffbc59f3ae8956bfec
BLAKE2b-256 8aa42da67dcfa5e840e3ba4596b226b1fbaea2da84666cd87d26c588b756bada

See more details on using hashes here.

File details

Details for the file grpcio-1.45.0rc1-cp36-cp36m-musllinux_1_1_i686.whl.

File metadata

  • Download URL: grpcio-1.45.0rc1-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.45.0rc1-cp36-cp36m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 ab8d4abd07372f0de678f48cde17a82e3a44eccc555f6fe0fd21b63fcefe4099
MD5 3b856bdf0a803432edd0c9018650951e
BLAKE2b-256 b6032eeef9f51fc7b9d7f03ac3de7a9d515e085328a422265458c541cd5a5cf8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.45.0rc1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f65525548961140f1348e94fc3fd3f7794b8c0414c03e34e82ffe7ea4023f216
MD5 212098a3ecba7bd902d78c7fb5b6d8bb
BLAKE2b-256 c8a668a66a1123f12608111c8d0c27f1f3e077844bf91853d7a995dc9c5b1a8a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.45.0rc1-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e637b3374fc78c30064fc174ffcd1eb3ba6078836d883bc03130196a16ac8d71
MD5 ecf74a353e32d16c91e645b92a5dc728
BLAKE2b-256 6405f63e44d68093bbd210dd40119e261624e6d39d47e46659a655c849f637e9

See more details on using hashes here.

File details

Details for the file grpcio-1.45.0rc1-cp36-cp36m-manylinux_2_17_aarch64.whl.

File metadata

  • Download URL: grpcio-1.45.0rc1-cp36-cp36m-manylinux_2_17_aarch64.whl
  • Upload date:
  • Size: 58.8 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.45.0rc1-cp36-cp36m-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 735a622ee588d1d10b11caab66ee4d9a776d0067fe8b8af1792a09b8d1a96868
MD5 0eeac15d22a6785c56fc50332cd919cd
BLAKE2b-256 e578079d4e540c6ecd4f3fb02b7b0ef7834dc47f8161fb297979bb5dd1016727

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.45.0rc1-cp36-cp36m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 bf39add21569032ba0ccc6d40d68da5386292ccb6da57df6d5b0c3605b3b05b0
MD5 7b5eb044825f2eaf63ca793d4596f45f
BLAKE2b-256 c42efe9c7263cda530a73e78dc5141cb35d7b369ec653f371fc1f15cd1f60e04

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.45.0rc1-cp36-cp36m-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 b3a76937b6079a010e2f27d1758f96977385352e3839d09f7c467e708194d50c
MD5 da8874e09700ca6433fd89379804fb54
BLAKE2b-256 2b53b71dc7857f1c6230bd976187906e8de0aacb0e2ff328a4335c588321ecc5

See more details on using hashes here.

File details

Details for the file grpcio-1.45.0rc1-cp36-cp36m-macosx_10_10_x86_64.whl.

File metadata

  • Download URL: grpcio-1.45.0rc1-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.45.0rc1-cp36-cp36m-macosx_10_10_x86_64.whl
Algorithm Hash digest
SHA256 8816dd44c8e0bd2e0760aebb77a5ce401b49ccd7f1eb195d47ce3e2751224c7a
MD5 3da0bdc8fa142be805fff3cc10bb7c7d
BLAKE2b-256 16d5f7afb9de6e7fee2829d0c1ea7e7b26b8606f8c5a594889884e86575c93c4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.45.0rc1-cp36-cp36m-linux_armv7l.whl
  • Upload date:
  • Size: 65.9 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.45.0rc1-cp36-cp36m-linux_armv7l.whl
Algorithm Hash digest
SHA256 7fc82cdaade801d96e5226eb40f0f1a6fa395ef39ea37ceeb216b87d3e503303
MD5 806f87c97c09c7aaac7c9054ce1a808d
BLAKE2b-256 2f07c80d770dc269d01a3709b67ba8565b5f4921bb70561effd37d09be102e73

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