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

Uploaded Source

Built Distributions

grpcio-1.44.0rc1-cp310-cp310-win_amd64.whl (3.4 MB view details)

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

grpcio-1.44.0rc1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.3 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

grpcio-1.44.0rc1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (4.5 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

grpcio-1.44.0rc1-cp310-cp310-manylinux_2_17_aarch64.whl (54.4 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

grpcio-1.44.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.44.0rc1-cp310-cp310-linux_armv7l.whl (60.7 MB view details)

Uploaded CPython 3.10

grpcio-1.44.0rc1-cp39-cp39-win_amd64.whl (3.4 MB view details)

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

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

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

grpcio-1.44.0rc1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (4.5 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

grpcio-1.44.0rc1-cp39-cp39-manylinux_2_17_aarch64.whl (54.4 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

grpcio-1.44.0rc1-cp39-cp39-manylinux2010_x86_64.whl (4.0 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

grpcio-1.44.0rc1-cp39-cp39-manylinux2010_i686.whl (4.1 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686

grpcio-1.44.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.44.0rc1-cp39-cp39-linux_armv7l.whl (60.8 MB view details)

Uploaded CPython 3.9

grpcio-1.44.0rc1-cp38-cp38-win_amd64.whl (3.4 MB view details)

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

grpcio-1.44.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.44.0rc1-cp38-cp38-manylinux_2_17_aarch64.whl (54.8 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

grpcio-1.44.0rc1-cp38-cp38-manylinux2010_x86_64.whl (4.0 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

grpcio-1.44.0rc1-cp38-cp38-manylinux2010_i686.whl (4.1 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

grpcio-1.44.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.44.0rc1-cp38-cp38-linux_armv7l.whl (60.9 MB view details)

Uploaded CPython 3.8

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

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

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

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

grpcio-1.44.0rc1-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (4.4 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686

grpcio-1.44.0rc1-cp37-cp37m-manylinux_2_17_aarch64.whl (54.3 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

grpcio-1.44.0rc1-cp37-cp37m-manylinux2010_x86_64.whl (4.0 MB view details)

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

grpcio-1.44.0rc1-cp37-cp37m-manylinux2010_i686.whl (4.1 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

grpcio-1.44.0rc1-cp37-cp37m-macosx_10_10_x86_64.whl (4.2 MB view details)

Uploaded CPython 3.7m macOS 10.10+ x86-64

grpcio-1.44.0rc1-cp37-cp37m-linux_armv7l.whl (60.5 MB view details)

Uploaded CPython 3.7m

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

Uploaded CPython 3.6m Windows x86-64

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

Uploaded CPython 3.6m Windows x86

grpcio-1.44.0rc1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.3 MB view details)

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

grpcio-1.44.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.44.0rc1-cp36-cp36m-manylinux_2_17_aarch64.whl (54.3 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ ARM64

grpcio-1.44.0rc1-cp36-cp36m-manylinux2010_x86_64.whl (4.0 MB view details)

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

grpcio-1.44.0rc1-cp36-cp36m-manylinux2010_i686.whl (4.1 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

grpcio-1.44.0rc1-cp36-cp36m-macosx_10_10_x86_64.whl (4.2 MB view details)

Uploaded CPython 3.6m macOS 10.10+ x86-64

grpcio-1.44.0rc1-cp36-cp36m-linux_armv7l.whl (60.5 MB view details)

Uploaded CPython 3.6m

File details

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

File metadata

  • Download URL: grpcio-1.44.0rc1.tar.gz
  • Upload date:
  • Size: 21.5 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.44.0rc1.tar.gz
Algorithm Hash digest
SHA256 dbb6b53a9b79200a6dec9baf38f68f23c21c6c5cea1f890ab2c8359e5fd822e1
MD5 527a413e237136d38c9a7e4a43f06899
BLAKE2b-256 c9186d64ae602c383fc3b2f3e03f9f1ce66462c63ab63c023a670af1b0160347

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.44.0rc1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 3.4 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.44.0rc1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 358bbf0f1f42acfc3dee6853a4a5efaa7e5fccf675710b8954be6d58537406d6
MD5 26ee03427131c79aa9bafdfa05f8fe6b
BLAKE2b-256 4433b1bb32af6724a339525e644e6fc523081627298e062a596f5de5e61733d7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.44.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.44.0rc1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 36a8884e32295df8055f35c32b8ed003a7230925a0462769db9d273398f6cbe9
MD5 98a2b5f0c897a155ceeacfe0aeb529a5
BLAKE2b-256 e35a51bdbe98d91039ff3c32c71a3adac6bd8e43a464bbfe4b4cab5b7951de2d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.44.0rc1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ead62e3c1f07f2e3e659783c62a5873b503087088348ba52a26c3089cd1c2f20
MD5 a73cf39a0f58a6528415ba8b256bb475
BLAKE2b-256 d65248a517738ad7d280223ab90f664f95a133982ac6f98ae6032adc6751ae4a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.44.0rc1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ca2c2986109fb4c98ff452c1b78fecad038a0da3006b402059432ab4c924a489
MD5 ade3513ac9a18137277ba21f30b82544
BLAKE2b-256 1c4932c9394f31adcc8f220da61ca9cad3f3adc7596425f1ec67fa86df6d74d4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.44.0rc1-cp310-cp310-manylinux_2_17_aarch64.whl
  • Upload date:
  • Size: 54.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.44.0rc1-cp310-cp310-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 6cb9cc2ae8d6501a6cae5f560cae6c09b2ee4f1799d4ffc4df4c0d26c48d956b
MD5 8d831f446d87d7a7d565c62b02ba7fda
BLAKE2b-256 fe440f76ff9d0ac6940c60fcc2b677d17a37ef0ba7c09f27a2ad0deaa9944577

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.44.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.44.0rc1-cp310-cp310-macosx_10_10_universal2.whl
Algorithm Hash digest
SHA256 b3a2fc2af8532ad193136adbb1eacde386c5eba374edde60c84d3e270b5a795e
MD5 de2cf2e503422886ff3e060258169823
BLAKE2b-256 d06bead5afad187135394e4d67a5a24148a5553a4c720dddb1f822bbff0a7093

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.44.0rc1-cp310-cp310-linux_armv7l.whl
  • Upload date:
  • Size: 60.7 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.44.0rc1-cp310-cp310-linux_armv7l.whl
Algorithm Hash digest
SHA256 4c95c5acf65771d3eae3351a91d84dab40b7c73029759dd324fe71ca379d3f88
MD5 937edf9fc301d16ee3ba0299f405e698
BLAKE2b-256 a2cdec9db2ce95f8a9a9c117c27c87e9f1e08ea21185ecaf472aee0c1458c03b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.44.0rc1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 3.4 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.44.0rc1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 3173654764f37dca7e63d8ce28d59da047447dc1c57b69a5b9c08846ec672bbc
MD5 8372a3b2a4ffdd1b72aec35f8b4a82ea
BLAKE2b-256 fefa35d50fef135ec6d5ee7e5ace17280e6b77123da3e82d446144bbb2c750f5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.44.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.44.0rc1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 dbec699b765723044d1b2b1c83245cc236746270ad7b9bcbe9d532781794853f
MD5 2e561dbf6bd51a6f05e664eedd2dc62c
BLAKE2b-256 a287ab6da9f8130c776207124ac12da2ace5e301f6d1e1b110d1afa671977224

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.44.0rc1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 99195539ea95ec5501240a7516dc709ed2f8df5f8ebefe312144cc1c4ce0f9d7
MD5 c2c1bf506a957777190dc27f66b5bde1
BLAKE2b-256 a8ef14e2ac607146375f305de0e457010dae3f307e1683d87067ba72582dfdec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.44.0rc1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 984f5e1bd5103092c69e271900449f4b5b9449c2f17c1785655e390f9b9d9296
MD5 75b533efb7cc21d0f56475c835e46f0a
BLAKE2b-256 9a741ca0a95a15bd124fcdd933b6d3835c71d85af2ab08c7636c1e3068b787e2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.44.0rc1-cp39-cp39-manylinux_2_17_aarch64.whl
  • Upload date:
  • Size: 54.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.44.0rc1-cp39-cp39-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 c91137ceb65260c81ccbe244136a47c06a424958ce80ce891ec43d66398342cf
MD5 24a95accb3ba10782c60ece09f4cb868
BLAKE2b-256 bf5e25b4c7606ece4559f392ff34c3daf3a88061e8cd16519ebfa41c7b463a39

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.44.0rc1-cp39-cp39-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 4.0 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.9

File hashes

Hashes for grpcio-1.44.0rc1-cp39-cp39-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 9125cb950ef870af544f16c675f30911bbcaba5294012a9289649ae6767897fe
MD5 b6cdefc2ddbe13cfcfb836dc4b2b8b95
BLAKE2b-256 7af39143492a1bae2ccb290bf4d61f957ffe045db6f520ebd4fcb5c5ac379fd0

See more details on using hashes here.

File details

Details for the file grpcio-1.44.0rc1-cp39-cp39-manylinux2010_i686.whl.

File metadata

  • Download URL: grpcio-1.44.0rc1-cp39-cp39-manylinux2010_i686.whl
  • Upload date:
  • Size: 4.1 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.9

File hashes

Hashes for grpcio-1.44.0rc1-cp39-cp39-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 dbe8801315e6ea32f757eed8dcf6b9dc231f87a8669d8f0240d4717521914b59
MD5 1cac6d0d5ac09fbc0cf6a6dd37fdabdc
BLAKE2b-256 4c52dc70a219d03b8e6e7a2dabe40fa0aa22b4d8410954c93ba3097802f47df6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.44.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.44.0rc1-cp39-cp39-macosx_10_10_x86_64.whl
Algorithm Hash digest
SHA256 59264e39ea20f535a91e1c52fc32f838d6cd1d30fd1aa0abd6560a31c1826037
MD5 0e99f2f6ca5f736f6653ddd0969afe84
BLAKE2b-256 9683a3066b3f9f8cb8decae8674df9ec001bf015167a57914d873501af1f4d0f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.44.0rc1-cp39-cp39-linux_armv7l.whl
  • Upload date:
  • Size: 60.8 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.44.0rc1-cp39-cp39-linux_armv7l.whl
Algorithm Hash digest
SHA256 cc145a86b42d508b8bc9a20273099af1d372b76f5f76f59921738788ba46c41a
MD5 05247136cabd726a2ac81521f2f1190e
BLAKE2b-256 fe592d53f2c4da095fb8ff90eccaf7747edbdd93a2d5ed4291a2f42674ddbe9e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.44.0rc1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 3.4 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.44.0rc1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 09777eaa8ad5692820c09cbec9e6827be01f35fcbfae8fc08a95dad4dd25d0ae
MD5 59fd85986fb8528589769a200266242b
BLAKE2b-256 d631f7f8446c93a1936ae36ad3e7f714656267876999f5adfe618614859a6fde

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.44.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.44.0rc1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 b43e4b31a5d7f388574547a842a14ec2e30c46cb8b731b4d22130b9bf5643214
MD5 a7b71a71bbd93c6be64336063a0aff25
BLAKE2b-256 e836fabf508dc5a707291dac174cf50bc7c7cb0b049c6ad3fa0f7e0d2d80c7d1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.44.0rc1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ffc12f9545d01703a5edf60a6e764a51b2e586f526dc126b182ab6e4cd98d384
MD5 821307b738f4913c678fb6df3bc80055
BLAKE2b-256 5d6d7167f385d88e3b4f3eefebc30b7730155da3e66679801ab78e86eecb66bc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.44.0rc1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0eebfe9b6051c5a6d2dd728c08a94cb6642183fef70790b627c5b406cda36c60
MD5 ba4c01ba79abaa54e56972903c7b8545
BLAKE2b-256 a8139354e6275229808af16c3636862f473caf62d1e315f76fe4eb8e3f34c733

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.44.0rc1-cp38-cp38-manylinux_2_17_aarch64.whl
  • Upload date:
  • Size: 54.8 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.44.0rc1-cp38-cp38-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 b9b3fc30e8ace209a35ee23ee5f510997ede23b3da7567750b68958b93b18f86
MD5 86b6a4b5f7bdaab9e2d262dbe4e255ce
BLAKE2b-256 173576c2ac16f24957f917ec3d287e0a47b92fb9b55a43ddfb0986fad0bbd86f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.44.0rc1-cp38-cp38-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 4.0 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.9

File hashes

Hashes for grpcio-1.44.0rc1-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 4a44b42fbfb2f3b4ea30aad7d563e3a851525e8b235322a34539f4866e06a6ba
MD5 0abd34d504f21254aded21530c41cc82
BLAKE2b-256 9051d7833a6ee5bef553d4da1f4007a1df6cbea08f3f770e505b1a7a041abf2f

See more details on using hashes here.

File details

Details for the file grpcio-1.44.0rc1-cp38-cp38-manylinux2010_i686.whl.

File metadata

  • Download URL: grpcio-1.44.0rc1-cp38-cp38-manylinux2010_i686.whl
  • Upload date:
  • Size: 4.1 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.9

File hashes

Hashes for grpcio-1.44.0rc1-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 4353065e1c3c1bdf0cd4925739c3146c83288012cd747eb425db81c65a7eab73
MD5 3d5bcef850e554f6377b9a5f10d188ff
BLAKE2b-256 61b3061301799c37595c26a345f95f1fb610f225af0eec84f32a157e5a31f5d0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.44.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.44.0rc1-cp38-cp38-macosx_10_10_x86_64.whl
Algorithm Hash digest
SHA256 0ceb30086051fe1dfc6caa11ea7330943a90cba67771b8df89fcefbd301d92d4
MD5 4844f29b2c634f23e64a0448cf49f0bf
BLAKE2b-256 538851ceae93a0fab6d3e29213d392e3419cf1c813de2152af0bf10e88083e7c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.44.0rc1-cp38-cp38-linux_armv7l.whl
  • Upload date:
  • Size: 60.9 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.44.0rc1-cp38-cp38-linux_armv7l.whl
Algorithm Hash digest
SHA256 4267c08fd8677288f1482b218f4ed76720aebd57bc84fa1e279932a4105b9509
MD5 9055a05c7a84d21f5f0cefd1fdd234ea
BLAKE2b-256 df692126b9416796c306f06e567dbc8dfa15acf43bec79340e3d2d5748a2033e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.44.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.44.0rc1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 3fa1b70944143fb63093a699a8cac69d225ddaea1624d3a691ee961d26dddfea
MD5 d6453ec0731f4858c64486b210a3f39f
BLAKE2b-256 299ffc23ccdc3c93ba3ad5eb9e4c784965d64cc21f66ae8e69579f413a9a87a1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.44.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.44.0rc1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 e3175a4ca38ac9a65a6d1d04a44484d38e605a983f1aa0448598f25aef2abe8d
MD5 4afdd1ae927538d33997510252fbc842
BLAKE2b-256 f52c0e683e1ce2c69051e7da03be592f76bae620415908929ae07128b9266352

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.44.0rc1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8dddb375c80a7ef431fcda480cafbeca9ee0665865471b203f6333ae964bb78c
MD5 09ad33462941af2dc70c059d54f388c5
BLAKE2b-256 6c541394af3e81215ffa9cc615253160e001c7f70e24b8d4ef2a455356db2f15

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.44.0rc1-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9220681c8f9d9849729c48d6aa45bbef7bd5b2eb1a3e18cd443c8b333ff162be
MD5 d5b1e5580eb19f5938ca586a442b6fb7
BLAKE2b-256 3aad434183da7adefb5c09b9bf643db1da45651fadeae6e6106bd846480b81e0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.44.0rc1-cp37-cp37m-manylinux_2_17_aarch64.whl
  • Upload date:
  • Size: 54.3 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.44.0rc1-cp37-cp37m-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 c525d4076f12f4c45eeb2f2feede86fb8d49dd14378d742774a3e4b6fe8393e7
MD5 a9770c92bd02cd0b72adefefe0620734
BLAKE2b-256 bb1ba1a4d91c24f9ea52c253e8aa40041f55759d8bfe185146668e76e2e6f49a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.44.0rc1-cp37-cp37m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 4.0 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.9

File hashes

Hashes for grpcio-1.44.0rc1-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 fdfece1433d509c380bb024c0f75384c6fbd84dd1009e99a5688fb439e18030d
MD5 750f29264bd625944439ac9e1487047d
BLAKE2b-256 4093c419a6e307ff575f78f0b788fdc283499f507a01bae56620cfccf04c2f16

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.44.0rc1-cp37-cp37m-manylinux2010_i686.whl
  • Upload date:
  • Size: 4.1 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.9

File hashes

Hashes for grpcio-1.44.0rc1-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 a100ce614020e6b623ac1620b40c03b2029195a78a692ed704c9621fe3f3347a
MD5 5a7896b8c464e6a95279588e43e86c8b
BLAKE2b-256 24dc5cb789924adc74e9a29fc769069fa7d0fbfd0789a39d364b6204cd6659b1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.44.0rc1-cp37-cp37m-macosx_10_10_x86_64.whl
  • Upload date:
  • Size: 4.2 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.44.0rc1-cp37-cp37m-macosx_10_10_x86_64.whl
Algorithm Hash digest
SHA256 7a78cbfdb381fee2d72e1193591501e216f7a5ef0e4f449e67e79de69e43b9cc
MD5 e0e763fec9f2cee7e98879aa7652abfd
BLAKE2b-256 d111d1b550887739b2e24c7ff755d6cffec687846d0748e967a68f7f2078dd8b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.44.0rc1-cp37-cp37m-linux_armv7l.whl
  • Upload date:
  • Size: 60.5 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.44.0rc1-cp37-cp37m-linux_armv7l.whl
Algorithm Hash digest
SHA256 317e9dc75e08672f1db30fb29cc3ff5a1eb18dc74b246867ff99d2e8878b1ccf
MD5 ee71682e4da4c8926266730993d28885
BLAKE2b-256 8816ce16baa22a65d301e3be70f49a63311a4f56d1cc6e36e923eb3c35e601b0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.44.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.44.0rc1-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 7b822405bfa2320204aa55eb675e9954ab660ea693ed725d4e67997346e043f2
MD5 1c96739ce2e32d1bb989158cd3cd80ff
BLAKE2b-256 9c31831cce4f92c927a0daa5c5fdd1bc9c5f45d7fd0e385e728e9438d3fbb8cb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.44.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.44.0rc1-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 1875150fec4c8e9adae45943838ef3317c90ce819222df5681b81b45110d6947
MD5 a88a8dbf63afae5d575c54b3659188d4
BLAKE2b-256 74d6ad501ee19ebc306d9f687fbc94910bc01e4f787fc5cfb609a6d0dabbd65d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.44.0rc1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3a59b9281c17c814dda24b16824ed3197ced8b1b5ffa24d70f1c450a16f65aec
MD5 54749b4361fd80c83015da6ee1f08ae3
BLAKE2b-256 9c444054c2b5f004a9666f2e5eb924d88a4bb8bb57825350689017c75c5690ba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.44.0rc1-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 13bbddd1cd43799eefab24ffcef8de21ed400562adeb6a4412e071e3ceb505c8
MD5 84ad2c1c1a2c172e364132ad224389f8
BLAKE2b-256 25768f344a8494c069acf923acff902b61787815ee18b1b55ef1e634b8aa6156

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.44.0rc1-cp36-cp36m-manylinux_2_17_aarch64.whl
  • Upload date:
  • Size: 54.3 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.44.0rc1-cp36-cp36m-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 a4b7d687dad304805eb3a2d811d529b21067d11f820d7007226849c3084fe7e4
MD5 fb12884ebe9a678a8a5ec255f3e5d954
BLAKE2b-256 fc4dd3229dc1b5169a3afaa0e0134a979d0d27b40b676efeb5070f82680ec05a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.44.0rc1-cp36-cp36m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 4.0 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.9

File hashes

Hashes for grpcio-1.44.0rc1-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 65e14e28655cf64505290ef7342e29338e9578eebe1d094dfabf40a6aa862e22
MD5 8a9298ffbd1a37d1d90f701130c542f3
BLAKE2b-256 b19c6e4a697bc41524da7ebe3320e2f41e7dcb671c3a2415dec47bf931695706

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.44.0rc1-cp36-cp36m-manylinux2010_i686.whl
  • Upload date:
  • Size: 4.1 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.9

File hashes

Hashes for grpcio-1.44.0rc1-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 3956e98cbd9ec09bfbbaad9e7cdb2e0854c4b1096fb9ec2024c2de93e9a7a3f5
MD5 b0f6c447b31a2e4b0628644a683367ba
BLAKE2b-256 0415e3967892396b7edafa4c1fe00b59e1e83527094282b25ab9e43a00a1ac94

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.44.0rc1-cp36-cp36m-macosx_10_10_x86_64.whl
  • Upload date:
  • Size: 4.2 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.44.0rc1-cp36-cp36m-macosx_10_10_x86_64.whl
Algorithm Hash digest
SHA256 f1725d87454a0fe90bc85e8415cc08ebd7edf82445f89cbe0c1e7b134081ed3a
MD5 005db4cfa025148b928b1c7987017c15
BLAKE2b-256 30cbb86825807f18ff04c6b55534657d275af73ab1c777692b8bd887833df9a5

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.44.0rc1-cp36-cp36m-linux_armv7l.whl
Algorithm Hash digest
SHA256 82343943f71a6bd9cf7460ab4de2faf0b65408538c0c227b73c74ad413446ff1
MD5 4bbbff967334e238eb9418b9a94620d7
BLAKE2b-256 52fddf10ad7b471c2fad5d5e8975ffd5fad075e12057a42b9ccefa7d81f32d4e

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