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

Uploaded Source

Built Distributions

grpcio-1.42.0rc1-cp310-cp310-win_amd64.whl (3.3 MB view details)

Uploaded CPython 3.10 Windows x86-64

grpcio-1.42.0rc1-cp310-cp310-win32.whl (2.8 MB view details)

Uploaded CPython 3.10 Windows x86

grpcio-1.42.0rc1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.0 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

grpcio-1.42.0rc1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (4.2 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

grpcio-1.42.0rc1-cp310-cp310-manylinux_2_17_aarch64.whl (45.8 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

grpcio-1.42.0rc1-cp310-cp310-macosx_10_10_universal2.whl (3.8 MB view details)

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

grpcio-1.42.0rc1-cp310-cp310-linux_armv7l.whl (50.4 MB view details)

Uploaded CPython 3.10

grpcio-1.42.0rc1-cp39-cp39-win_amd64.whl (3.3 MB view details)

Uploaded CPython 3.9 Windows x86-64

grpcio-1.42.0rc1-cp39-cp39-win32.whl (2.8 MB view details)

Uploaded CPython 3.9 Windows x86

grpcio-1.42.0rc1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.0 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

grpcio-1.42.0rc1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (4.2 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

grpcio-1.42.0rc1-cp39-cp39-manylinux_2_17_aarch64.whl (45.8 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

grpcio-1.42.0rc1-cp39-cp39-manylinux2010_x86_64.whl (3.8 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

grpcio-1.42.0rc1-cp39-cp39-manylinux2010_i686.whl (3.9 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686

grpcio-1.42.0rc1-cp39-cp39-macosx_10_10_x86_64.whl (4.0 MB view details)

Uploaded CPython 3.9 macOS 10.10+ x86-64

grpcio-1.42.0rc1-cp39-cp39-linux_armv7l.whl (50.4 MB view details)

Uploaded CPython 3.9

grpcio-1.42.0rc1-cp38-cp38-win_amd64.whl (3.3 MB view details)

Uploaded CPython 3.8 Windows x86-64

grpcio-1.42.0rc1-cp38-cp38-win32.whl (2.8 MB view details)

Uploaded CPython 3.8 Windows x86

grpcio-1.42.0rc1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.0 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

grpcio-1.42.0rc1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (4.2 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

grpcio-1.42.0rc1-cp38-cp38-manylinux_2_17_aarch64.whl (46.1 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

grpcio-1.42.0rc1-cp38-cp38-manylinux2010_x86_64.whl (3.8 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

grpcio-1.42.0rc1-cp38-cp38-manylinux2010_i686.whl (3.9 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

grpcio-1.42.0rc1-cp38-cp38-macosx_10_10_x86_64.whl (4.0 MB view details)

Uploaded CPython 3.8 macOS 10.10+ x86-64

grpcio-1.42.0rc1-cp38-cp38-linux_armv7l.whl (50.5 MB view details)

Uploaded CPython 3.8

grpcio-1.42.0rc1-cp37-cp37m-win_amd64.whl (3.2 MB view details)

Uploaded CPython 3.7m Windows x86-64

grpcio-1.42.0rc1-cp37-cp37m-win32.whl (2.7 MB view details)

Uploaded CPython 3.7m Windows x86

grpcio-1.42.0rc1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.0 MB view details)

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

grpcio-1.42.0rc1-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (4.2 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686

grpcio-1.42.0rc1-cp37-cp37m-manylinux_2_17_aarch64.whl (45.6 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

grpcio-1.42.0rc1-cp37-cp37m-manylinux2010_x86_64.whl (3.8 MB view details)

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

grpcio-1.42.0rc1-cp37-cp37m-manylinux2010_i686.whl (3.9 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

grpcio-1.42.0rc1-cp37-cp37m-macosx_10_10_x86_64.whl (4.0 MB view details)

Uploaded CPython 3.7m macOS 10.10+ x86-64

grpcio-1.42.0rc1-cp37-cp37m-linux_armv7l.whl (50.1 MB view details)

Uploaded CPython 3.7m

grpcio-1.42.0rc1-cp36-cp36m-win_amd64.whl (3.2 MB view details)

Uploaded CPython 3.6m Windows x86-64

grpcio-1.42.0rc1-cp36-cp36m-win32.whl (2.7 MB view details)

Uploaded CPython 3.6m Windows x86

grpcio-1.42.0rc1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.0 MB view details)

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

grpcio-1.42.0rc1-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl (4.2 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ i686

grpcio-1.42.0rc1-cp36-cp36m-manylinux_2_17_aarch64.whl (45.7 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ ARM64

grpcio-1.42.0rc1-cp36-cp36m-manylinux2010_x86_64.whl (3.8 MB view details)

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

grpcio-1.42.0rc1-cp36-cp36m-manylinux2010_i686.whl (3.9 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

grpcio-1.42.0rc1-cp36-cp36m-macosx_10_10_x86_64.whl (4.0 MB view details)

Uploaded CPython 3.6m macOS 10.10+ x86-64

grpcio-1.42.0rc1-cp36-cp36m-linux_armv7l.whl (50.2 MB view details)

Uploaded CPython 3.6m

File details

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

File metadata

  • Download URL: grpcio-1.42.0rc1.tar.gz
  • Upload date:
  • Size: 21.3 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.7

File hashes

Hashes for grpcio-1.42.0rc1.tar.gz
Algorithm Hash digest
SHA256 c55d300af18cbf7f3b2fa808a72d117d8076470fa46d78e5a58f1fd39551f4bf
MD5 80b32bc4a30284785bd3e9ab265c6a04
BLAKE2b-256 a820be6937b0904b19f61f4ad673d5ef681173fd85bca39949440dbccecb5b1f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.42.0rc1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 3.3 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.7

File hashes

Hashes for grpcio-1.42.0rc1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 e2a0870c7db6168de35fb1d0149b46ff3f9ee897cd8c97baed40934a1428dea6
MD5 39faa1cd128a8df34bd7756af8c6e52b
BLAKE2b-256 3bba7c124ee629d16f275149c4715eb055b2400978b1034e1cc3551b5f1412d1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.42.0rc1-cp310-cp310-win32.whl
  • Upload date:
  • Size: 2.8 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.7

File hashes

Hashes for grpcio-1.42.0rc1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 643d47c8823598906540cc2a60463d6e3c18cb7df29596cab3b74843c072cff7
MD5 a771cb2e396b03b64d56df3b0951f87c
BLAKE2b-256 07dde2e650833840af50e0ec930d5abeb33c334f126d1b1996c182b847b0a33d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.42.0rc1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f6d04251d058fa711a70562d241b8662e4ee8bd249a95e9186cfdc78bcc3b5ee
MD5 2edef4d1c47103506b88b1f1d931da28
BLAKE2b-256 eaf2f1b76bde1ecf9f8207fc80baacc723b1f1a3ceec017ab4a623fa0bcb37c4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.42.0rc1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 922b7e45e31ab1400c07f2102d57dcaa8b1fae201f7f6b4f796bcacceebfa8b4
MD5 8b305492380fb7a7a79cb8e688c6805b
BLAKE2b-256 d7f5711a38c806c2c427882155a1954229e6b7aaeabe25b234aec2a8e86c5809

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.42.0rc1-cp310-cp310-manylinux_2_17_aarch64.whl
  • Upload date:
  • Size: 45.8 MB
  • Tags: CPython 3.10, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.7

File hashes

Hashes for grpcio-1.42.0rc1-cp310-cp310-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 0ae0e6b2d61f6b1a0d52533e88088592a8191e12e7e6cfb4bc9135b634368b23
MD5 1e5f83077c90743d9c86901c78af5cc0
BLAKE2b-256 7599663c681d92799f53872067e41c56b683c62cc8dfad79cd8d3c5011455678

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.42.0rc1-cp310-cp310-macosx_10_10_universal2.whl
  • Upload date:
  • Size: 3.8 MB
  • Tags: CPython 3.10, macOS 10.10+ universal2 (ARM64, x86-64)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.7

File hashes

Hashes for grpcio-1.42.0rc1-cp310-cp310-macosx_10_10_universal2.whl
Algorithm Hash digest
SHA256 576ada1fff6522948ec4f3cf5e472cac1dd8c91cf5ad95d9fc6d7e7d63d18836
MD5 06d286f9186d7558fa14bb560bd06a6f
BLAKE2b-256 186f4669baa0b3efbd6ab77a2a9521b66b0fe3316e75cc57f601309f7c92adf4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.42.0rc1-cp310-cp310-linux_armv7l.whl
  • Upload date:
  • Size: 50.4 MB
  • Tags: CPython 3.10
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.7

File hashes

Hashes for grpcio-1.42.0rc1-cp310-cp310-linux_armv7l.whl
Algorithm Hash digest
SHA256 bfd62e35266320c373f315bfd7394d364f76aadeae256a2d4faedbb48b21da77
MD5 f9c72961e329504e0dff5fabe9ade805
BLAKE2b-256 656f2a3941320ce78ffab17d4d484d345ae531e2e96d566e14b5b1b7a143c37f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.42.0rc1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 3.3 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.7

File hashes

Hashes for grpcio-1.42.0rc1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 c869ce3c2ae7af96568cc663ad44f1dff39a81d8b5d244edc6525d602d26c789
MD5 9d0715b9b38dd8b0d0ae44fd0d0fdedf
BLAKE2b-256 6f502f5ea36aeb6a818d9ada3408814e0106f918318602318c04bdd92abee01b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.42.0rc1-cp39-cp39-win32.whl
  • Upload date:
  • Size: 2.8 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.7

File hashes

Hashes for grpcio-1.42.0rc1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 7b73c27fcaa519e9fb98872d5566d8828d9853e2a93782654127057936cdff50
MD5 caf92b32d9c311ee742d35723d5f227d
BLAKE2b-256 d55413af4537209b0dc30840146020567add5015925f4b4c3d34ca409a2e06cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.42.0rc1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8e6894ac8ad471a7a50d5458a58fc151639f94ef0f56cd2da17c4565439a00d8
MD5 187afb95ff15a33db02d8a9942af6adc
BLAKE2b-256 8af226ec1281b04a2b4d34ab2344cb66d0c2f9b951b05364e8725ffea0c98ed7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.42.0rc1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3709a38126e78c15f65e9490af23f08d02808bb2e298e784d1d14e053439e6e4
MD5 fe327a71f0e8f7b357ce574fd903ccad
BLAKE2b-256 08da791c583e4ab4e249c94104a7934bb0e9fe186bf72dfe90b962829bbe314c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.42.0rc1-cp39-cp39-manylinux_2_17_aarch64.whl
  • Upload date:
  • Size: 45.8 MB
  • Tags: CPython 3.9, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.7

File hashes

Hashes for grpcio-1.42.0rc1-cp39-cp39-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 865019cbb03188ef4a3bfd1f916d5d6ca90617cca0c5d38f676dcb4cd5795a1e
MD5 b512d98d3af77165797fd03c7beea733
BLAKE2b-256 de9a7eb6b5ac65790b69a3e97d390983662b3e11ff2b589a554afbea1e0b150f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.42.0rc1-cp39-cp39-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 3.8 MB
  • Tags: CPython 3.9, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.7

File hashes

Hashes for grpcio-1.42.0rc1-cp39-cp39-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 e64964da4607304aa7a3e26dc9ff3db1fd80dab185e8aef716f51ad388405cba
MD5 7b0519136f37870948152dbe45d8c835
BLAKE2b-256 65adfd018ea36e6c8832a357762fe3050473229fabeda7c73e22a340f6e7dfeb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.42.0rc1-cp39-cp39-manylinux2010_i686.whl
  • Upload date:
  • Size: 3.9 MB
  • Tags: CPython 3.9, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.7

File hashes

Hashes for grpcio-1.42.0rc1-cp39-cp39-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 f29fc027969537854841e828a29121134c182c9ddcac9b1b08a749381665959f
MD5 84ffbb94b58b39808ea3921d0fc289f8
BLAKE2b-256 04278606c03d0ea2931ae470e7731befa94581c5678d1c3777ed2c179a1a1b11

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.42.0rc1-cp39-cp39-macosx_10_10_x86_64.whl
  • Upload date:
  • Size: 4.0 MB
  • Tags: CPython 3.9, macOS 10.10+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.7

File hashes

Hashes for grpcio-1.42.0rc1-cp39-cp39-macosx_10_10_x86_64.whl
Algorithm Hash digest
SHA256 dd482c4fea6f1c1f8ca7919ce67bd8cc7f79dbc4b0fabe62ae9cea4d48c75d21
MD5 c28cf84950298f1ca20089fa240b68f6
BLAKE2b-256 896833d9e11fbabcdf20cc9af6fa9e41ae8b8a52d30adf199eb1f8cd7ed81c60

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.42.0rc1-cp39-cp39-linux_armv7l.whl
  • Upload date:
  • Size: 50.4 MB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.7

File hashes

Hashes for grpcio-1.42.0rc1-cp39-cp39-linux_armv7l.whl
Algorithm Hash digest
SHA256 bf4fb07991c34ae3ddeb87dac65fbb05e78a7b3ea88ac7f40b35d5c2124cfa77
MD5 cea4cc819495d9117f8ea2456ced6f45
BLAKE2b-256 5acc25a0aa4e6d33be0c4f71eccab3a73b5032a85247bf2f933b0c060a183230

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.42.0rc1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 3.3 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.7

File hashes

Hashes for grpcio-1.42.0rc1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 5f28c96be39a27d53e13812fdcc8e0a6c95c671c128a172ec5e3dfa85ec992e8
MD5 47e0a682a62db85dcf422f3ed4fa422c
BLAKE2b-256 752ab9bab504fce42392eb5ef063a39867983d6b696c0b26f0d7eab6fc76803a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.42.0rc1-cp38-cp38-win32.whl
  • Upload date:
  • Size: 2.8 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.7

File hashes

Hashes for grpcio-1.42.0rc1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 7dcd95becf03a9ac81bbaed4bfb50c68f0c9521eec912a46164e91564bd8b8d6
MD5 8977e1bf9ca0d29060a1ef7696351215
BLAKE2b-256 2f9513b71a4ebddbaa3af26d64e6f827c108e5166c77e7656daad519a3f5c982

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.42.0rc1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 efb88ae45263239bed52b184a2ea889637bae729995bf967919181bba05480ce
MD5 5cbc31b0115b3c93eda24c01043d97c3
BLAKE2b-256 e8e0fbc2ce163a581ea723afa0f7838489f2a9830cc56805cd3f72dbd55512dc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.42.0rc1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5990ae4fe8aa8ddb1aac8506f1d11cf2e0235645c58dcf91d6633336e5626279
MD5 890207106ac64a5b243d1c62a44a0404
BLAKE2b-256 f3d916ca2d83c62c8427515b251c708af37b70ec0a89fc9a75baa379e1c881fe

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.42.0rc1-cp38-cp38-manylinux_2_17_aarch64.whl
  • Upload date:
  • Size: 46.1 MB
  • Tags: CPython 3.8, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.7

File hashes

Hashes for grpcio-1.42.0rc1-cp38-cp38-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 3f2b7c25ac04606055709cdf826dca5d41fc33a2e5044cf9f606071d13bdfe5c
MD5 9353d8a98c853b13f08b2d614965d440
BLAKE2b-256 1e537da8b9d3d713f989dd53fe593f7140c692f67223483b587905e40aadfc40

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.42.0rc1-cp38-cp38-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 3.8 MB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.7

File hashes

Hashes for grpcio-1.42.0rc1-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 62bd322b8a0bc504baba7554d39227cbc5c85655a74a2f9d67bf9fe6a0fa0cdc
MD5 96faec2be324165c399c6db99b37dea0
BLAKE2b-256 ca81592f32e34fea3b96d052bf986f4c86c6501d99fe5667180963526ef373c4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.42.0rc1-cp38-cp38-manylinux2010_i686.whl
  • Upload date:
  • Size: 3.9 MB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.7

File hashes

Hashes for grpcio-1.42.0rc1-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 086ab5fd0a3037c806b7283c9f9cee912025e77e73c8b6de809ed3041feddca5
MD5 149054ec8c87dc8428d9ec2969cf3d70
BLAKE2b-256 b2c3adc9928a33cec8ff77c1c9c8497a9e3aa5f0a9bfa13be68e22b54da8c621

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.42.0rc1-cp38-cp38-macosx_10_10_x86_64.whl
  • Upload date:
  • Size: 4.0 MB
  • Tags: CPython 3.8, macOS 10.10+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.7

File hashes

Hashes for grpcio-1.42.0rc1-cp38-cp38-macosx_10_10_x86_64.whl
Algorithm Hash digest
SHA256 68ab5cc329177c2fe0afe2b5de745e7071ba7c1f546c1d878e77cf95e7509dd4
MD5 2af9fe5dd9184e49a79ea90ad88d48cc
BLAKE2b-256 913efd471025f1b794c7e6144735cad5105dab133e09867036126e00bdf0be5a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.42.0rc1-cp38-cp38-linux_armv7l.whl
  • Upload date:
  • Size: 50.5 MB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.7

File hashes

Hashes for grpcio-1.42.0rc1-cp38-cp38-linux_armv7l.whl
Algorithm Hash digest
SHA256 efa34269b4fbd49f9fb60d8a40c4646c47794eb2aae6228445e93024ddd30210
MD5 432bb9397da973fbfc0b6ae3ce1d75df
BLAKE2b-256 e54afcef4b2436814a42d291a272c4ce887c66832183c52dbd3a5f093fe47659

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.42.0rc1-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 3.2 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.7

File hashes

Hashes for grpcio-1.42.0rc1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 d797b7ccbb96a102045b33eb60cb21d54b3a1e882e22d7e6cf2f4aae9ca61b71
MD5 40107c05202c58182cabbfd573b0293f
BLAKE2b-256 fa734dea84a3971141a3b5dd11f02a888fb57d500a7cfc7a7a3c0a52b444b824

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.42.0rc1-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 2.7 MB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.7

File hashes

Hashes for grpcio-1.42.0rc1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 caaa414a0fddec078b53fd4bccbaf947f01c9066148fd3cefc147ab2d5a8a587
MD5 2631f8523d4ef8937a572123b70d686f
BLAKE2b-256 cacc66b10a6699cb90a2608a9b0103917d0574e0abb1e86714b05e500c5d0e22

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.42.0rc1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 96119fda6f1e102ce86f6c3aaee61ef8b959af88e1c371654177a960eb30dc4b
MD5 11507984a66d91ae3115baff342abadd
BLAKE2b-256 f83c7cf46ac411320eed0f51b78f03c9a3d1384ba8f3f63113be5a065ff738b5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.42.0rc1-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b7fc8b90d1178e07659571bf07ff172e9392ee475bf60ecaf2a876b3bb634c8b
MD5 e635d13fb755656c5acf934d7da03ccd
BLAKE2b-256 ff67f2fbe1c0c2b91a5884243cfba0672b8fa45f4fa8c26820633542773bf8df

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.42.0rc1-cp37-cp37m-manylinux_2_17_aarch64.whl
  • Upload date:
  • Size: 45.6 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.7

File hashes

Hashes for grpcio-1.42.0rc1-cp37-cp37m-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 f50ff9d43d8fb5b587b7cba69f5af7758f22413f0080eafdcb13d049f16ce0e7
MD5 f17f1f5dd8d00fce624efee515a57f01
BLAKE2b-256 ad8f0f47504324b2dedf4ba508bd0845d7b2e2527406249074a9e706bc8d4105

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.42.0rc1-cp37-cp37m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 3.8 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.7

File hashes

Hashes for grpcio-1.42.0rc1-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 9c0e583e7cd72b21ae1b6c4534121bd072ed2bbdf324f228f93c8c1a58cf5f7e
MD5 0338cc3c38aab79df285e3dde8a69f34
BLAKE2b-256 c5d650287e0875307e3ca47fc858dbc203a7fafca4a72ce5f8e1b319cc4c97ff

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.42.0rc1-cp37-cp37m-manylinux2010_i686.whl
  • Upload date:
  • Size: 3.9 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.7

File hashes

Hashes for grpcio-1.42.0rc1-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 a9988be6f191927a4088ac342ab201f6a4a726e22bfc5325b00d5795b9dfab2f
MD5 651b1796dccbca94118c05bc4a8baa35
BLAKE2b-256 ee307931ad7af0bad62f9ae0c3e16d988d9521a8212f1d4690f99e4804d1123e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.42.0rc1-cp37-cp37m-macosx_10_10_x86_64.whl
  • Upload date:
  • Size: 4.0 MB
  • Tags: CPython 3.7m, macOS 10.10+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.7

File hashes

Hashes for grpcio-1.42.0rc1-cp37-cp37m-macosx_10_10_x86_64.whl
Algorithm Hash digest
SHA256 a3abe3731eecc2b586fa1a1d35738e743c69928e6abd2b2092ddeabeee551204
MD5 792cc27b592deb86c7189d8a576b4fc0
BLAKE2b-256 5421abd4d6beb0de711d4ef6d13b75479582da7938d4da0f3360b408b45ba787

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.42.0rc1-cp37-cp37m-linux_armv7l.whl
  • Upload date:
  • Size: 50.1 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.7

File hashes

Hashes for grpcio-1.42.0rc1-cp37-cp37m-linux_armv7l.whl
Algorithm Hash digest
SHA256 5e34dffcca30bdec6dc74c109fc46bb95f10e58a6eab8634eca59ea3c845fdec
MD5 aa978d9c57464a3c664bff1543aa2dda
BLAKE2b-256 90e1411a12484aae5e03719b4c025b0da8b6bcb37c1fed6e2b73f9494aef4115

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.42.0rc1-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 3.2 MB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.7

File hashes

Hashes for grpcio-1.42.0rc1-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 a204f19d46cfcd591167f9126fba78ade6bc1686dcc519805bc9eb9c7e984d68
MD5 34b8b21a2685b958517a9e8034dd359d
BLAKE2b-256 b26ffc9870ce73555b37a203a8a1dc079d67a5a964288f4d1d93b16d32599388

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.42.0rc1-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 2.7 MB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.7

File hashes

Hashes for grpcio-1.42.0rc1-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 51654dad85df3bc0a09ddfc316c5374368f9dc2b2453e247633ea7c0054e7f4d
MD5 9e827fa106bbbee7e22832f8e88a6365
BLAKE2b-256 11ccc1298d26a3c8ed0fdd844f59f39068d73dd9c8e27867e224cafd43354a48

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.42.0rc1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e212d54caf57a924a37d229cff535b25ee05d514f9144749f75f8428b227a813
MD5 3e148982bdd5a65a4791f09feab70554
BLAKE2b-256 da96d964e90cbf64f8b75e536f7ea074890a21ca9377380a306b6c212bb97a90

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.42.0rc1-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a7eaed4a78cb49df8461222965908736077374ab56f2c42a684cc61d508f04bf
MD5 07a9557da13b112ead82483300e7ba51
BLAKE2b-256 8697bebbf5f7a19b9d70bdd40631713c830d9c8f3d879c07c362d878e1cea9e3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.42.0rc1-cp36-cp36m-manylinux_2_17_aarch64.whl
  • Upload date:
  • Size: 45.7 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.7

File hashes

Hashes for grpcio-1.42.0rc1-cp36-cp36m-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 f4734566124aa45aefd8d5199583f345f06af5b89254a11b4c118a25de2a3d32
MD5 2adc7b6e616c959078834b2542b708af
BLAKE2b-256 9b0ca36fafe934827defb63025daaa832848a2991efe1ee418218bbb74419952

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.42.0rc1-cp36-cp36m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 3.8 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.7

File hashes

Hashes for grpcio-1.42.0rc1-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 0e08e502bdfc99af21e8749d80d0fbd8bf1fb4f711e291f6ee57b60be9c688e1
MD5 013d72dc67aeee86016847a8531b5ff9
BLAKE2b-256 f918c8e6c691cf01318b780d695e23e61e6709ac49896a05f7d5c1e18e969c82

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.42.0rc1-cp36-cp36m-manylinux2010_i686.whl
  • Upload date:
  • Size: 3.9 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.7

File hashes

Hashes for grpcio-1.42.0rc1-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 649aff86bc4426356297e6b907b4048215b8d73e3a8ada9b955ee6a6bda1c2d6
MD5 0bdd5ce2666e4db0615b80b6375e791b
BLAKE2b-256 a0665fcf87d75ffd0da92e7cae9faa8fb3546d253a63ddbc56117b2bc2250551

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.42.0rc1-cp36-cp36m-macosx_10_10_x86_64.whl
  • Upload date:
  • Size: 4.0 MB
  • Tags: CPython 3.6m, macOS 10.10+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.7

File hashes

Hashes for grpcio-1.42.0rc1-cp36-cp36m-macosx_10_10_x86_64.whl
Algorithm Hash digest
SHA256 8f392eb32ab531b943499ac8ec78681b61fe3e4d61fa4d86063bcf45f5e442ae
MD5 dbd849c88a9b0f413c54641894920355
BLAKE2b-256 fba5d8c1eff02c0b8ef0a760c7ee27598584a1aa984da7cb33ab31bd4f0ade01

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.42.0rc1-cp36-cp36m-linux_armv7l.whl
Algorithm Hash digest
SHA256 720104d27ce4ab344909959a7bc73173056dc5df94f627cd53f6fc1a0fa2d309
MD5 23e3acfb30b46ac2980ae5f4d72d2286
BLAKE2b-256 43712eb5c2b6d05596d3b4c6f622bcee00f1573874bb1fcb844131562f1daf84

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