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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

grpcio-1.44.0rc2-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.0rc2-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.0rc2-cp310-cp310-manylinux_2_17_aarch64.whl (54.4 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

grpcio-1.44.0rc2-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.0rc2-cp310-cp310-linux_armv7l.whl (60.7 MB view details)

Uploaded CPython 3.10

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

grpcio-1.44.0rc2-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.0rc2-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.0rc2-cp39-cp39-manylinux_2_17_aarch64.whl (54.4 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686

grpcio-1.44.0rc2-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.0rc2-cp39-cp39-linux_armv7l.whl (60.8 MB view details)

Uploaded CPython 3.9

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

grpcio-1.44.0rc2-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.0rc2-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.0rc2-cp38-cp38-manylinux_2_17_aarch64.whl (54.8 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

grpcio-1.44.0rc2-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.0rc2-cp38-cp38-linux_armv7l.whl (60.9 MB view details)

Uploaded CPython 3.8

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

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

grpcio-1.44.0rc2-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.0rc2-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.0rc2-cp37-cp37m-manylinux_2_17_aarch64.whl (54.3 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

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

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

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

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

grpcio-1.44.0rc2-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.0rc2-cp37-cp37m-linux_armv7l.whl (60.5 MB view details)

Uploaded CPython 3.7m

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

Uploaded CPython 3.6m Windows x86-64

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

Uploaded CPython 3.6m Windows x86

grpcio-1.44.0rc2-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.0rc2-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.0rc2-cp36-cp36m-manylinux_2_17_aarch64.whl (54.3 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ ARM64

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

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

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

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

grpcio-1.44.0rc2-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.0rc2-cp36-cp36m-linux_armv7l.whl (60.5 MB view details)

Uploaded CPython 3.6m

File details

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

File metadata

  • Download URL: grpcio-1.44.0rc2.tar.gz
  • Upload date:
  • Size: 21.5 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.9

File hashes

Hashes for grpcio-1.44.0rc2.tar.gz
Algorithm Hash digest
SHA256 99f22f98d3726d660c9c05969ef5cd9551fed03e937df180faef8aa3d8f595a7
MD5 75746f6938185a7dfb62edeab117078b
BLAKE2b-256 5294910e76b2a3b4e6c8b300d640109f4b0b4896b545c9fe3cbd2cadf6af5e55

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.44.0rc2-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/4.0.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.0rc2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 7bfeeed865b0608a0c4bde6f2dd0151cee8682bf09c1e67abc0820595f51b6b4
MD5 a589de06681dfa51ff199be98e0aec67
BLAKE2b-256 482ff0ff0387c042e351545e4f299fc53aa40937e067a481887e7930c8061100

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.44.0rc2-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/4.0.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.0rc2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 07bdaca45538e04aee726d7c5885cddd8d838aeb29b298c5d181e69d5364c3c6
MD5 894032aa3551bdb16cbfead270920370
BLAKE2b-256 fc11039a98fb4fa2fbb3e856222ad01e9bcc06e00293f01c43807ced68b76d26

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.44.0rc2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 dbdf4cea10da555d6ca99be8c14fac2e58b326ea2159895977008d8d5239ca9c
MD5 a41a6e724ae922403c876d8899940718
BLAKE2b-256 2035cdb6a5fa678c730476efd9abb9fe5e4d25982b51a257af9188d10c239e69

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.44.0rc2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 81ecdc63947283f136c41d1ce1836af11d5e9722ebeb1264ebf1de5dff71db0b
MD5 9af92d09d5da80616258156bcf432b16
BLAKE2b-256 d4a91ad2c0bd1f01cf7aa901223304831334ff85d4bc5b1a79a0c8c77fc0d96d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.44.0rc2-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/4.0.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.0rc2-cp310-cp310-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 d835b5de806276a73402f3b9e46ab5557aa6906dffb01e37f0db737170c87e13
MD5 dd764e7a41292285f1e7b4b181617445
BLAKE2b-256 4e76671bb4e61fbefefee5a8798298b0662b80c6f55333e9567c4ad8945e8f51

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.44.0rc2-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/4.0.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.0rc2-cp310-cp310-macosx_10_10_universal2.whl
Algorithm Hash digest
SHA256 bfc3914107d7095fd649cbe96fd2329e2fc3b43411b78a1199f00ca86abc27d5
MD5 96763aa82dae0955665c4dad721e582b
BLAKE2b-256 e7dbe9c1ec28a1bb93ec29b53beb8d91fd8514beee4344ccaa58aea88a742c14

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.44.0rc2-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/4.0.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.0rc2-cp310-cp310-linux_armv7l.whl
Algorithm Hash digest
SHA256 e77a828716dfbd79f2752fe574fe52aaf2753e1f59ec549356dd91a1b2dcf3ea
MD5 163507c6458f293a8a62e88ea616291b
BLAKE2b-256 6eebf4936c803157223b3298eaf13bfb36521b39e4a20ab26e6370172417ebe4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.44.0rc2-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/4.0.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.0rc2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 53e7d73c37ce90f9f4d6c16846b30b404d6f99dbd6c00c68529deb3d36f95d42
MD5 ea23f3d88a83e897e86949cccfc0b98c
BLAKE2b-256 1b79d1ea37b072daee93ea6ef361ae7646437a5cac993512c15dd15a09d34e89

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.44.0rc2-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/4.0.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.0rc2-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 b06c602e1118cd2f3f80533052f7f407207b6f07f72c488df0f56a682343bf2b
MD5 d20d721c440477bdc32151cb715fa862
BLAKE2b-256 9caead5850486858fdcd9e0c30da5930f97542f2088c587bc137866f33384c91

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.44.0rc2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 557877087a246c8a957c1ea5a8d436c583fc1b06bfc028b46a6062b1b3e077b4
MD5 8e7ebb41c55baee1918f0e7b36abebec
BLAKE2b-256 31fc6a2796bf0bc0d12807ba15c949d4b579034ba861c68830b7d2a4304ccd6d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.44.0rc2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6fde7553ee57af4087229718ed702ec31b8a978264c5e56c3e04724d7e2d73bb
MD5 0a87405f274cf2f16b5384fd436ba73e
BLAKE2b-256 03db67d47e7e02538a737bbd1aeee26715cca1a3a479973c55e0fd60374e223d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.44.0rc2-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/4.0.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.0rc2-cp39-cp39-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 327e527115c34e370f25972f6ed0e4f5df8a84fc943d77bed632fff4b53a7191
MD5 0f7e52b839779109ac880c23c1025b76
BLAKE2b-256 7801f2e046139aaa8a2e4c3c1fa496f9b12c7348db12b998f51c5a08f1a244e3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.44.0rc2-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/4.0.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.0rc2-cp39-cp39-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 be4d6e09fbf02d91b83f7a483b09aeed8f295a1a6b63f62b713fcc27ab729aa5
MD5 2221c4745456a8bc525c95b3c91f06e3
BLAKE2b-256 af539aef0f1373bbf79265c9a7a890f111f5db56df73cfa27404ca86c3212f39

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.44.0rc2-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/4.0.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.0rc2-cp39-cp39-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 95a47cbc62ac5f663732430e46bf88604cb96b936294bb8945c30073eba496b7
MD5 e5c9c499a8ddb78af053342f9accf61a
BLAKE2b-256 2ae3b57f43cea001f2497429d10eb2d92c3b422c0678cfb2db17f32a14b2d1a0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.44.0rc2-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/4.0.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.0rc2-cp39-cp39-macosx_10_10_x86_64.whl
Algorithm Hash digest
SHA256 d071b13210c4e139377ccb116e1bd0213ae80afdba25c7b7b54f6392a93b56c3
MD5 b49fa1087e0fcd7d39e24a92840fb870
BLAKE2b-256 ec8f7d8660366b47be88a99619a87f99342815b63a858e99575cbedcbf1933d2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.44.0rc2-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/4.0.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.0rc2-cp39-cp39-linux_armv7l.whl
Algorithm Hash digest
SHA256 0020b5b0fbe1418cda4dd1810772cc60798464063d4a901eadb550f4c0ccc2cf
MD5 2276006595b2d0784e0e8489e3933a7e
BLAKE2b-256 67c3b9f6b1d6790bd13b4644172cbc1fa0e36591f68bc9169ccf701aa3b46b04

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.44.0rc2-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/4.0.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.0rc2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 15a4c113fcd5630417426198a4b648d03c20164e4837cd879a03af26ef523bfa
MD5 1e84d0d37248bfa16bd09cf4610506ea
BLAKE2b-256 b110401d6b26c69e82e4106e8700fe9de2792911a0a33039e8e77583df2aaa08

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.44.0rc2-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/4.0.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.0rc2-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 4647b742bc4416f07c548c7abf079394836e560c47a65315f912f3d25406f698
MD5 77a56aabdcbab623b21b2b471246ce37
BLAKE2b-256 a32c9596263082d2a7df0347f469e833ed693675867e426d83c077248848721b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.44.0rc2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d790fc0b2e9f1fd067ce5565be2a2e0018e0ababa17c3bcef25ece57824d7109
MD5 c675bedc8a86559bddd2e5802390d8b1
BLAKE2b-256 0318d7879c9e4844a84a3021c60262c9d282579b84466e52765a638ed0089b85

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.44.0rc2-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 81c567b1b12634e3c30e3afcacd64178b24acbf5a41423e8fde81ebed63b1c4e
MD5 eba87846d2010bda31aedd0a5eb6cc54
BLAKE2b-256 845e4ac3eb787f4909f540683dcea0df036986767b21f7d477333153901592e8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.44.0rc2-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/4.0.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.0rc2-cp38-cp38-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 ab82ac1b94bd8a2d0f39d72702f890fc328d82ffccac4e338f6da4b87cec7635
MD5 90e3fcd14dca6c826f333c6352fa3468
BLAKE2b-256 4e55e1d9971dc272c63bd3964a850b89c3105c3e852e7189b832791832e8c61a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.44.0rc2-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/4.0.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.0rc2-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 00ff827b3301722a7b2b3a647fda1078ff5c4821dbe32bd0adb3c8ac0bfe5c4d
MD5 94cfdc6e634f01d08398eb7e3b9954c9
BLAKE2b-256 f972d82787610c264f2b2cc66a355e7baadbc4ab878d3026b44f50b8dea9390d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.44.0rc2-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/4.0.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.0rc2-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 e1933c2a5f4a5a544d489997668ce49d79a14c03e7b41c34c7796afd814a4c0e
MD5 5bc4b031c0cddb64daad9bf4a5840907
BLAKE2b-256 9bc20a7343501ad267045b9044a9e4bc937a184bf3056d99001bec4987c83f6c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.44.0rc2-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/4.0.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.0rc2-cp38-cp38-macosx_10_10_x86_64.whl
Algorithm Hash digest
SHA256 e8f89463461bf8c3de3690be78b20ad28666f49a9df3df7520b187c4f8194065
MD5 8e2ee0cec74d6c97f43ec612bcb05ebb
BLAKE2b-256 d62cd0862be94790aeb335a4e63b84970c7d7103bc8a51e1a27bd0a920438bd9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.44.0rc2-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/4.0.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.0rc2-cp38-cp38-linux_armv7l.whl
Algorithm Hash digest
SHA256 6d670addae599d5b010340c9e457dd1a615d7ee627451471e909b1b28fe52aa2
MD5 ef4a71562512cd9b821a776d03544d95
BLAKE2b-256 1775c41ca9194c7dc569f28052eb268a1f4f1ae4896e654f7603a336413ca2c1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.44.0rc2-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/4.0.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.0rc2-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 845f8de9baf98f1d6ca7f031b03fb4e0341d587812501f1828f567473c88874c
MD5 2a91de6f63ad2efd66c9d4100a27e4b9
BLAKE2b-256 4c8a17cfc83bb4df50a068e049e71ab95d60ef09bcf68428611b485ca1775e89

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.44.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/4.0.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.0rc2-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 ffead2484f45b775bc3e32bd54a1ee35c32006f67cfaa80be3e55d031dcf5a62
MD5 76fbda2fe4fe52e975652846f9488a97
BLAKE2b-256 5a22d7827e720e1a7fff26306a585c8cd4cd75f18e773cb969f2daeb1f9497d3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.44.0rc2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d0d296ae91cf2dd7c0140d871cb3d8d59584c3951775cd40951129f93438592d
MD5 ed0b0e7a9bcfdd8c7714d7d30f5415ca
BLAKE2b-256 188c08a14cf05c87c372e153aa4ca52fbf180ac0fbd79efa9255c4d810a26ef5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.44.0rc2-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 cad50488b5675042b3e76bad83d80d9a76921346e57a9ff827bcb9bc1c5e715f
MD5 07ba033567754d74a73d4ee62c047548
BLAKE2b-256 73ce01afdc39a0502475f4bc5881427538049e4d480d7bbb690f1c58014aaf48

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.44.0rc2-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/4.0.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.0rc2-cp37-cp37m-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 1f10b336530dd0f91269042b085936839ec6ac9104186a6fd1a55745b7b381c8
MD5 6acfa5329874c1fc0b6bba3aa120b6fc
BLAKE2b-256 d84d22d513bb4495fd1084a134553e5a5a21de32bc109b88729c150830867640

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.44.0rc2-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/4.0.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.0rc2-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 b2b543eec8bfb1c097561821f9b9a9c40f4705ac62acc5651611a8330b2c6e14
MD5 6a45dc6e0a1d9e0945285626a43415f9
BLAKE2b-256 acbe634293b890e90c5c474f8f556e9590cf91cfd76493d41cd513f50ff6761e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.44.0rc2-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/4.0.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.0rc2-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 3e3e256dcaf6d4ebb8aca07c141bcc1bce7ddd3a140f3625cc764b0bd14b5bc0
MD5 306ee0855dd8df4234aa409524dc7b3c
BLAKE2b-256 12448333cb6f6afcfee78f967fb9e8532573c015a54d2d9afe124a3922cc7d24

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.44.0rc2-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/4.0.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.0rc2-cp37-cp37m-macosx_10_10_x86_64.whl
Algorithm Hash digest
SHA256 fe5f7b5eca7dbf6155bffba2d762a80d7e2a89d52911735c74c109fd2a66d326
MD5 e93c588d8300f7f6a2101d1401bdc97a
BLAKE2b-256 025be7775d14eff34b17147c97a1ee22ef40ad511876d5053be1950b9aec1f94

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.44.0rc2-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/4.0.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.0rc2-cp37-cp37m-linux_armv7l.whl
Algorithm Hash digest
SHA256 708bc3cd31044bd0d3b47f0179cbc107e3ca9fa5271196ce1bc0799cb3cd84c2
MD5 e0d810466caf8029de30a27b1fa2d54e
BLAKE2b-256 afc19d3e545075f2703edc9a44d7772defe9cb7c143579204f7abf6d57cc4ad3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.44.0rc2-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/4.0.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.0rc2-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 71b6a0b78b481e51f000066485229120f242d3154b8b8a08689b9219038cfe4e
MD5 41fef64ee99e07e3278a38025557e24e
BLAKE2b-256 e1193a08a51d5d9697f660ced49dc07a69a9fb924b6473d4279470a4ca2afcd1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.44.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/4.0.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.0rc2-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 eca7aaaf54d7c3fa83adc89cf107a6db065c1059cc1628ae1bb0f88658228bf2
MD5 28590b8ac71263e815fbdca2f22319ad
BLAKE2b-256 309ccc824c5185e87b57413bb8c317c5b85866b978c1f420abee99c0e203d618

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.44.0rc2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 dc80a10a4c832ef9ee107b2a4f01a04d11fc3bd1b803421c16e980b6febcf4ff
MD5 76410dad5347f3f2a7e444a6f99cf3fe
BLAKE2b-256 337761177f36cc9c8f0dc46c8fb7d2734898bf0e6876c6154bb315407b9375e5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.44.0rc2-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 cd5550a4b10103f688a9c4d1beaf3eff1fe17fcd2df715439258f0ff77715733
MD5 6648c598a94df112221f3ec9b234804a
BLAKE2b-256 ee058802a1717d68c811ec40a7afcdc72380b587831bf18e428cad3aaad16195

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.44.0rc2-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/4.0.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.0rc2-cp36-cp36m-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 47aa802456dbe48a48932fba63c20e2c2b62e356a7f0fa52c4d3694ea134a85f
MD5 adcfd233884ada214c9c8114326f7793
BLAKE2b-256 1ad65964d5ed62e1f9fd3f3619fdb9f673757fb1fc2bcb9f610f37b6d4fa3ca3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.44.0rc2-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/4.0.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.0rc2-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 5da23c113e81d93d35fd88a1f9736df7c6e375485a71eff3ae4d04ddc7e95441
MD5 bea4967f28ed5d69cab8e94df1ccec8f
BLAKE2b-256 d9c7d06795f50f31c0ccbc44514596b24e73e867545fb4825397eb1602b7099e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.44.0rc2-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/4.0.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.0rc2-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 1362035396051fd5be9efb83a1eaa41a15f0a16e0213c7440387fcb8a8859a11
MD5 90f44073a8085be3fb56e6e584b648f8
BLAKE2b-256 e7572d2b03aaecc336d4ff2d0a06cbe4ef0fc93c8c75dfaa7a30cf743cff17a1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.44.0rc2-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/4.0.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.0rc2-cp36-cp36m-macosx_10_10_x86_64.whl
Algorithm Hash digest
SHA256 8c88fa3f6c995131c9747891f02ec7b7df288a73bf13f49059439afa700dce58
MD5 e250d20dbd11956a3e81fe0e220bb95b
BLAKE2b-256 1421bf7b9bd53887175900900656295d5550fdb4efe12df256330e54f7b7a7a4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.44.0rc2-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/4.0.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.0rc2-cp36-cp36m-linux_armv7l.whl
Algorithm Hash digest
SHA256 c3e342707d6bd7a94a98d80ef84ac9c1a62d1bccdbeed5012c69d9f9534d71aa
MD5 33655999769aee9a6a2fe38bafe7bffa
BLAKE2b-256 2f4cf314eb05d5c8fe402e647aeb62ffbb95607b8b62a626a62f43abb02fadbd

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