Skip to main content

HTTP/2-based RPC framework

Project description

compat_check_pypi

Package for gRPC Python.

Supported Python Versions

Python >= 3.5

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

Uploaded Source

Built Distributions

grpcio-1.38.0rc1-cp39-cp39-win_amd64.whl (3.2 MB view details)

Uploaded CPython 3.9 Windows x86-64

grpcio-1.38.0rc1-cp39-cp39-win32.whl (2.7 MB view details)

Uploaded CPython 3.9 Windows x86

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

Uploaded CPython 3.9

grpcio-1.38.0rc1-cp39-cp39-manylinux2014_i686.whl (4.4 MB view details)

Uploaded CPython 3.9

grpcio-1.38.0rc1-cp39-cp39-manylinux2014_aarch64.whl (39.0 MB view details)

Uploaded CPython 3.9

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

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686

grpcio-1.38.0rc1-cp39-cp39-macosx_10_10_x86_64.whl (3.9 MB view details)

Uploaded CPython 3.9 macOS 10.10+ x86-64

grpcio-1.38.0rc1-cp39-cp39-linux_armv7l.whl (38.2 MB view details)

Uploaded CPython 3.9

grpcio-1.38.0rc1-cp38-cp38-win_amd64.whl (3.2 MB view details)

Uploaded CPython 3.8 Windows x86-64

grpcio-1.38.0rc1-cp38-cp38-win32.whl (2.7 MB view details)

Uploaded CPython 3.8 Windows x86

grpcio-1.38.0rc1-cp38-cp38-manylinux2014_x86_64.whl (4.2 MB view details)

Uploaded CPython 3.8

grpcio-1.38.0rc1-cp38-cp38-manylinux2014_i686.whl (4.4 MB view details)

Uploaded CPython 3.8

grpcio-1.38.0rc1-cp38-cp38-manylinux2014_aarch64.whl (39.3 MB view details)

Uploaded CPython 3.8

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

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

grpcio-1.38.0rc1-cp38-cp38-macosx_10_10_x86_64.whl (3.9 MB view details)

Uploaded CPython 3.8 macOS 10.10+ x86-64

grpcio-1.38.0rc1-cp38-cp38-linux_armv7l.whl (38.5 MB view details)

Uploaded CPython 3.8

grpcio-1.38.0rc1-cp37-cp37m-win_amd64.whl (3.1 MB view details)

Uploaded CPython 3.7m Windows x86-64

grpcio-1.38.0rc1-cp37-cp37m-win32.whl (2.6 MB view details)

Uploaded CPython 3.7m Windows x86

grpcio-1.38.0rc1-cp37-cp37m-manylinux2014_x86_64.whl (4.2 MB view details)

Uploaded CPython 3.7m

grpcio-1.38.0rc1-cp37-cp37m-manylinux2014_i686.whl (4.3 MB view details)

Uploaded CPython 3.7m

grpcio-1.38.0rc1-cp37-cp37m-manylinux2014_aarch64.whl (39.1 MB view details)

Uploaded CPython 3.7m

grpcio-1.38.0rc1-cp37-cp37m-manylinux2010_x86_64.whl (4.1 MB view details)

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

grpcio-1.38.0rc1-cp37-cp37m-manylinux2010_i686.whl (4.2 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

grpcio-1.38.0rc1-cp37-cp37m-macosx_10_10_x86_64.whl (3.9 MB view details)

Uploaded CPython 3.7m macOS 10.10+ x86-64

grpcio-1.38.0rc1-cp37-cp37m-linux_armv7l.whl (38.3 MB view details)

Uploaded CPython 3.7m

grpcio-1.38.0rc1-cp36-cp36m-win_amd64.whl (3.1 MB view details)

Uploaded CPython 3.6m Windows x86-64

grpcio-1.38.0rc1-cp36-cp36m-win32.whl (2.6 MB view details)

Uploaded CPython 3.6m Windows x86

grpcio-1.38.0rc1-cp36-cp36m-manylinux2014_x86_64.whl (4.2 MB view details)

Uploaded CPython 3.6m

grpcio-1.38.0rc1-cp36-cp36m-manylinux2014_i686.whl (4.3 MB view details)

Uploaded CPython 3.6m

grpcio-1.38.0rc1-cp36-cp36m-manylinux2014_aarch64.whl (39.1 MB view details)

Uploaded CPython 3.6m

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

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

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

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

grpcio-1.38.0rc1-cp36-cp36m-macosx_10_10_x86_64.whl (3.9 MB view details)

Uploaded CPython 3.6m macOS 10.10+ x86-64

grpcio-1.38.0rc1-cp36-cp36m-linux_armv7l.whl (38.3 MB view details)

Uploaded CPython 3.6m

grpcio-1.38.0rc1-cp35-cp35m-win_amd64.whl (3.0 MB view details)

Uploaded CPython 3.5m Windows x86-64

grpcio-1.38.0rc1-cp35-cp35m-win32.whl (2.5 MB view details)

Uploaded CPython 3.5m Windows x86

grpcio-1.38.0rc1-cp35-cp35m-manylinux2014_x86_64.whl (4.2 MB view details)

Uploaded CPython 3.5m

grpcio-1.38.0rc1-cp35-cp35m-manylinux2014_i686.whl (4.3 MB view details)

Uploaded CPython 3.5m

grpcio-1.38.0rc1-cp35-cp35m-manylinux2010_x86_64.whl (4.1 MB view details)

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

grpcio-1.38.0rc1-cp35-cp35m-manylinux2010_i686.whl (4.1 MB view details)

Uploaded CPython 3.5m manylinux: glibc 2.12+ i686

grpcio-1.38.0rc1-cp35-cp35m-macosx_10_10_intel.whl (6.9 MB view details)

Uploaded CPython 3.5m macOS 10.10+ intel

grpcio-1.38.0rc1-cp27-cp27mu-manylinux2010_x86_64.whl (4.1 MB view details)

Uploaded CPython 2.7mu manylinux: glibc 2.12+ x86-64

grpcio-1.38.0rc1-cp27-cp27mu-manylinux2010_i686.whl (4.1 MB view details)

Uploaded CPython 2.7mu manylinux: glibc 2.12+ i686

grpcio-1.38.0rc1-cp27-cp27m-win_amd64.whl (3.2 MB view details)

Uploaded CPython 2.7m Windows x86-64

grpcio-1.38.0rc1-cp27-cp27m-win32.whl (3.3 MB view details)

Uploaded CPython 2.7m Windows x86

grpcio-1.38.0rc1-cp27-cp27m-manylinux2010_x86_64.whl (4.1 MB view details)

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

grpcio-1.38.0rc1-cp27-cp27m-manylinux2010_i686.whl (4.1 MB view details)

Uploaded CPython 2.7m manylinux: glibc 2.12+ i686

grpcio-1.38.0rc1-cp27-cp27m-macosx_10_10_x86_64.whl (3.8 MB view details)

Uploaded CPython 2.7m macOS 10.10+ x86-64

File details

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

File metadata

  • Download URL: grpcio-1.38.0rc1.tar.gz
  • Upload date:
  • Size: 21.4 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.2

File hashes

Hashes for grpcio-1.38.0rc1.tar.gz
Algorithm Hash digest
SHA256 fc9182f707866f1894f2e08f1ec599a3f797c2812e9aaa6776d4e44ed3f43044
MD5 e48d22ae093c929188fb3f1fde47c9b6
BLAKE2b-256 50a8c1c48615db1067153d16f51ef3581d62d8c606263b35160439b642cec1e2

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.38.0rc1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 3.2 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.2

File hashes

Hashes for grpcio-1.38.0rc1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 82bd97610930086ec7c1d48680b8936620107a14308b744300d044f6b29db6b1
MD5 46130fc1819a32b75fc45d9c7c78adcb
BLAKE2b-256 7c7445accb900dc205aa7849727d2942c4eb450a801224ec80c77cf65d4cf9a1

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.38.0rc1-cp39-cp39-win32.whl
  • Upload date:
  • Size: 2.7 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.2

File hashes

Hashes for grpcio-1.38.0rc1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 67195f58149e381a8c73f22ea1d6496a62e57fcba9410fc83f7151b612ebaac6
MD5 5b398a4da58f2ede406c1b6f53b98f9b
BLAKE2b-256 bab08519145077ecb07caff41732869784bdd8a8858a081c50933f5b2bdb1d48

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.38.0rc1-cp39-cp39-manylinux2014_x86_64.whl.

File metadata

  • Download URL: grpcio-1.38.0rc1-cp39-cp39-manylinux2014_x86_64.whl
  • Upload date:
  • Size: 4.3 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.2

File hashes

Hashes for grpcio-1.38.0rc1-cp39-cp39-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d708bc579c193dc61edfdc7a8563a8250e55bef311816f65afd28fcf8d0fd978
MD5 16ae0b0db2cf4d14c451c0bdc7d986d6
BLAKE2b-256 49a07fcf5f6490b304aa1158615a20e1dfd6b651d25c1f26f7890571a87ac3f9

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.38.0rc1-cp39-cp39-manylinux2014_i686.whl.

File metadata

  • Download URL: grpcio-1.38.0rc1-cp39-cp39-manylinux2014_i686.whl
  • Upload date:
  • Size: 4.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.2

File hashes

Hashes for grpcio-1.38.0rc1-cp39-cp39-manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ae3fa2e09eac3dad00b869256a5020427330440740c6e2e638bb2ea6de77c5d4
MD5 9687215338d8998ab808e7a79d068a86
BLAKE2b-256 5d57a8a0b03b85ef15be35d200c3699665978a1e6f8e04d5af284638a20733c2

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.38.0rc1-cp39-cp39-manylinux2014_aarch64.whl.

File metadata

  • Download URL: grpcio-1.38.0rc1-cp39-cp39-manylinux2014_aarch64.whl
  • Upload date:
  • Size: 39.0 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.2

File hashes

Hashes for grpcio-1.38.0rc1-cp39-cp39-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 db61d68dfcaa7554befa1748a5f0ade28ea7932d3b3a65a05c0711f2251a48c2
MD5 bcbae126874caf6580b2db21dc2993d6
BLAKE2b-256 bd457ff2acbdc9d2f5c0ca79e33148e08822681e95f7fb608c77b0c2ef10b71d

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.38.0rc1-cp39-cp39-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 4.1 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.2

File hashes

Hashes for grpcio-1.38.0rc1-cp39-cp39-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 85279c9c81cb31d3227434d5479dd0242dc212ad4dd80aea1935ea60041eae44
MD5 ff2e48456ef84a40ce5f029b4bf69d3d
BLAKE2b-256 6581ea30a7c76c2024f9361cc9154a6bd1078c76064459d67980b46e53ad1ac4

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.38.0rc1-cp39-cp39-manylinux2010_i686.whl
  • Upload date:
  • Size: 4.2 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.2

File hashes

Hashes for grpcio-1.38.0rc1-cp39-cp39-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 625ff956545b71c981e83b753dda2dd52383892d5de4b49948a5ade1daee0230
MD5 01f4282de2bc1dbd42cd7a675f5d891f
BLAKE2b-256 91baed2f6b9aaa691027d13a3d369776ad8ba4745d81f6dd6af59890f832afe4

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.38.0rc1-cp39-cp39-macosx_10_10_x86_64.whl
  • Upload date:
  • Size: 3.9 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.2

File hashes

Hashes for grpcio-1.38.0rc1-cp39-cp39-macosx_10_10_x86_64.whl
Algorithm Hash digest
SHA256 674f485df7fcd4142360e5b0622ca7d038a806a362ad216062f5c71a7b20f649
MD5 3b9740e8d6d00fbe4a833495e06e7caf
BLAKE2b-256 2260688c804884e358408ab11c115af5346ed92a7abf2936fbb880b95363c7f6

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.38.0rc1-cp39-cp39-linux_armv7l.whl
  • Upload date:
  • Size: 38.2 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.2

File hashes

Hashes for grpcio-1.38.0rc1-cp39-cp39-linux_armv7l.whl
Algorithm Hash digest
SHA256 b94a2a09ffa77ae79d1f5c21e326c93d327987c1eeda79e76499fe14698bdfe7
MD5 b51972393e0340858d434d87222df40e
BLAKE2b-256 56d839254a537159218088e0b7b76bf4b6714947ccfab47e7690177674c73494

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.38.0rc1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 3.2 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.2

File hashes

Hashes for grpcio-1.38.0rc1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 664475349e05164ce0bfdc41465b650eecb8d255993a8fce67ca8167d1c2c10c
MD5 cf895f71aaf20dc675968d591dd19dad
BLAKE2b-256 1800ba7c4e079ea08657914f498a720b7b74c41531faf11036c74cf45c2e8713

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.38.0rc1-cp38-cp38-win32.whl
  • Upload date:
  • Size: 2.7 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.2

File hashes

Hashes for grpcio-1.38.0rc1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 01d7e5319bddfdc4250b13a4d58319dcb1bb44907d5194c54c84850501beb696
MD5 63c260eaf02a4e9c98f1fd40b0a3fa32
BLAKE2b-256 a20fa9d4b3e57956c7aa1c56bc95fafb1292d59074067befb292e456c653e328

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.38.0rc1-cp38-cp38-manylinux2014_x86_64.whl.

File metadata

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

File hashes

Hashes for grpcio-1.38.0rc1-cp38-cp38-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7bbdfd97f332262f3a06c2e660bcaa29ec905066ba9e1f484e256a5dfee3356d
MD5 5f3da20dd71634e95a358bbd46d5f203
BLAKE2b-256 fc7571fe7ec5b860f64654ee2839b41b6d3b41eaa67e1767a4e87fe71674461a

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.38.0rc1-cp38-cp38-manylinux2014_i686.whl.

File metadata

  • Download URL: grpcio-1.38.0rc1-cp38-cp38-manylinux2014_i686.whl
  • Upload date:
  • Size: 4.4 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.2

File hashes

Hashes for grpcio-1.38.0rc1-cp38-cp38-manylinux2014_i686.whl
Algorithm Hash digest
SHA256 88975de09449192e8c1e74d2f668dd77d19a26aa0750125a37175ac7e1cd4657
MD5 2f61cb5f6ec5cf9e328ee1ea4a9d29f9
BLAKE2b-256 ccb57bae99b7e73d9e311f0f01127a3e29394729be5cbb08006d8300e56b8883

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.38.0rc1-cp38-cp38-manylinux2014_aarch64.whl.

File metadata

  • Download URL: grpcio-1.38.0rc1-cp38-cp38-manylinux2014_aarch64.whl
  • Upload date:
  • Size: 39.3 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.2

File hashes

Hashes for grpcio-1.38.0rc1-cp38-cp38-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7c99090d5042db23235d3f50746ec04db5c24ccde5d61cf5d7b3900ea3f3e7c7
MD5 9f2a37f86b2e29025799365ca49ca8b9
BLAKE2b-256 0d8615f9793da56b01aac19260dba6fe6a6c6bfe63e327390d55a8fd81584834

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.38.0rc1-cp38-cp38-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 4.1 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.2

File hashes

Hashes for grpcio-1.38.0rc1-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 4634a739e07408cb5a1451828a41d2979366dfaca9c11ad237a9327e312192a1
MD5 2c504595c34a15223ddb3383abd12a18
BLAKE2b-256 7491718d50ff714b2633679c5ced8006d569e3ab677227a1615e293404ea4e62

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.38.0rc1-cp38-cp38-manylinux2010_i686.whl
  • Upload date:
  • Size: 4.2 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.2

File hashes

Hashes for grpcio-1.38.0rc1-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 d712b01a73a883e8c66c1f3a0a56874afbf8bf558cf955a2bb2a27fb4d79e6d9
MD5 852234c094bc1f9e3be76e5de16b310b
BLAKE2b-256 212506aeb4bd3c6b72c4fb31255628554dc1c9a344f45f57e9288db80a2dcc21

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.38.0rc1-cp38-cp38-macosx_10_10_x86_64.whl
  • Upload date:
  • Size: 3.9 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.2

File hashes

Hashes for grpcio-1.38.0rc1-cp38-cp38-macosx_10_10_x86_64.whl
Algorithm Hash digest
SHA256 5e8e9d46c476f78465a65b09c9c638944f4d7a5188105bda0fe2e5f648ea67c4
MD5 e136ac8abed7c61976ec25d70e962c1f
BLAKE2b-256 ad1196f8b2634b7c78119943045145adb673bd43a9a040f9c02b17fc99dd99da

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.38.0rc1-cp38-cp38-linux_armv7l.whl
  • Upload date:
  • Size: 38.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.2

File hashes

Hashes for grpcio-1.38.0rc1-cp38-cp38-linux_armv7l.whl
Algorithm Hash digest
SHA256 8632e700078a344b5e3c650dc79343b2b05d326a80b45f2164573cb75fbea710
MD5 3022e14a88061e22e2b1ce439574b37d
BLAKE2b-256 b0b478d533ec51c6368b62f1047f3ab5a0cd657497c9412af0ee3ad7a8dfda58

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.38.0rc1-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 3.1 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.2

File hashes

Hashes for grpcio-1.38.0rc1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 7a6b3ceec77a4cce448c881084b5d3ab975d68c6ad3e50db1ce78b3deca12f15
MD5 2baf9326294a9bb17a2cbedc1aece1cc
BLAKE2b-256 081f2337c031ee4ba6de4325079eb22cd8a2cbead48ca311551bd2c6b82399ec

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.38.0rc1-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 2.6 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.2

File hashes

Hashes for grpcio-1.38.0rc1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 efcec3cf6e312d123f0c12cda9f5ab3243c1bc4f828a9a7ed6d459751a827714
MD5 56f546a1fb9c5e90bedf064762ee231a
BLAKE2b-256 cafbd9cfb52b64c25b39d1c9ff1c143064f10f7f1ae9d0d36048ee218fd1204f

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.38.0rc1-cp37-cp37m-manylinux2014_x86_64.whl
  • Upload date:
  • Size: 4.2 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.2

File hashes

Hashes for grpcio-1.38.0rc1-cp37-cp37m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2ae9c45d1922940e6af7bc6ef9c944bcf06243b444ae85df4cc7f88d9c029120
MD5 8249438ec6350df67d7e9c67f3f3c781
BLAKE2b-256 fc352341e43ed4ece8f2eae82a725ac076dc9717eb2188d0189a984070dd876c

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.38.0rc1-cp37-cp37m-manylinux2014_i686.whl
  • Upload date:
  • Size: 4.3 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.2

File hashes

Hashes for grpcio-1.38.0rc1-cp37-cp37m-manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9148102c3f298a0d02e644a8b1de4195dcd235a04c140514513716ec4fd09e17
MD5 914052f5fb2604f393b517747fd145ab
BLAKE2b-256 9a5d77967abde12aaa3e3224ebb26dcff17fc3e73d83c83defe4784e242acbbb

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.38.0rc1-cp37-cp37m-manylinux2014_aarch64.whl.

File metadata

  • Download URL: grpcio-1.38.0rc1-cp37-cp37m-manylinux2014_aarch64.whl
  • Upload date:
  • Size: 39.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.2

File hashes

Hashes for grpcio-1.38.0rc1-cp37-cp37m-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 86ea553350f2bc2074c7cf563cf2f0f54e810190bb0bb1c4f002e663447efce6
MD5 5c9429c1ef343d9bdcc5110c980d300d
BLAKE2b-256 a7ca8decec09df93aa7a3eeda08e9c6646d2422ebbb3b80147bd0b37a7e1bf3d

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.38.0rc1-cp37-cp37m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 4.1 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.2

File hashes

Hashes for grpcio-1.38.0rc1-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 8cef14ee30756bfbe7e42ea34b7bbb4f990ef6c326970cab7c63bbb2a9dc7f26
MD5 e424aed7113174d8b1b300098194d589
BLAKE2b-256 e613c82ee53de6fe1f5c68d25f3351847f4afc2ea76c921ad4c7e12a47f8abc0

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.38.0rc1-cp37-cp37m-manylinux2010_i686.whl
  • Upload date:
  • Size: 4.2 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.2

File hashes

Hashes for grpcio-1.38.0rc1-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 b902c3db3899761df25ce7529561803defab6ce0dcbf3e79e1efedb9e121af44
MD5 4ba88ce9a4404be4541360ebfd35c725
BLAKE2b-256 3d7ef3546edef3036d74d62e6b2b3de235381ee793334477d64ba96730f7907c

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.38.0rc1-cp37-cp37m-macosx_10_10_x86_64.whl
  • Upload date:
  • Size: 3.9 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.2

File hashes

Hashes for grpcio-1.38.0rc1-cp37-cp37m-macosx_10_10_x86_64.whl
Algorithm Hash digest
SHA256 ab4bbcfd72a0a7a69b8a378a23670d28fa986d93e3817fc1566cdfe1f28f37bd
MD5 54cd462340d942fa80e506ea10410dff
BLAKE2b-256 82db74a443e9778f135497d75545528ca2611b8951831fa4a7289d97604230aa

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.38.0rc1-cp37-cp37m-linux_armv7l.whl
  • Upload date:
  • Size: 38.3 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.2

File hashes

Hashes for grpcio-1.38.0rc1-cp37-cp37m-linux_armv7l.whl
Algorithm Hash digest
SHA256 1cca3ed1ababeab20c5dd844bf7a9c938debe803b4bd36d6d23507e978ff5637
MD5 14b18664bcfeb1f445c19ddf3a417e7d
BLAKE2b-256 a227b610c4747325acf5e9cdc25b25a318a1f7fcfe68eb1bab440e55cac067a8

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.38.0rc1-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 3.1 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.2

File hashes

Hashes for grpcio-1.38.0rc1-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 3b80c48045cd5f44409af7b23fc779b3a51b32c1b0a5803f6f857b74b85e764c
MD5 e6da129d6af22c5a0885db011c2f14f8
BLAKE2b-256 c1041ea08ad6f0b0535f2358f61be1211c622bb47e35cfc22729de4d505a3a94

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.38.0rc1-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 2.6 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.2

File hashes

Hashes for grpcio-1.38.0rc1-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 cf0a87c47d9dbadc40ca0579c076fa3d03bcd84f5a8b89ef69ffa7e51a49bbd5
MD5 ed4c9efed646485a3d56c22d0aedd6e8
BLAKE2b-256 008a99110cf351a23f4c88caf13d597ecdb7588d63962c4cbd83667c4f0a6243

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.38.0rc1-cp36-cp36m-manylinux2014_x86_64.whl
  • Upload date:
  • Size: 4.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.2

File hashes

Hashes for grpcio-1.38.0rc1-cp36-cp36m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 51b941a928499c32c27cab362ebc835c104cc256b04c149147149cdb6a4abb07
MD5 f4be3447235c7da15cdedc5fd948969e
BLAKE2b-256 75ad85462cddc6e2eeea9b717976114daa028a13466c0658f51f4e7744a02538

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.38.0rc1-cp36-cp36m-manylinux2014_i686.whl
  • Upload date:
  • Size: 4.3 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.2

File hashes

Hashes for grpcio-1.38.0rc1-cp36-cp36m-manylinux2014_i686.whl
Algorithm Hash digest
SHA256 bfeb7117e58fa7db98dff991e59819a873412c698058aecc69f1d7cb132200e2
MD5 252665dcf2bcbd22732b7f7884527105
BLAKE2b-256 6887bf062a26102f71ddfbda1bc2349b94875da95261c1d7eb5fa6a436f96a3e

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.38.0rc1-cp36-cp36m-manylinux2014_aarch64.whl.

File metadata

  • Download URL: grpcio-1.38.0rc1-cp36-cp36m-manylinux2014_aarch64.whl
  • Upload date:
  • Size: 39.1 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.2

File hashes

Hashes for grpcio-1.38.0rc1-cp36-cp36m-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7a4adc0d2f09742ae41e25e0ab1730dfc224d28ed5ae05ae8acc14a9fadacf21
MD5 84f9a24b5321efac4408b0518dac08d1
BLAKE2b-256 b35516e0fff0f22bbf9f9cf1a0ffe94e9d6882aa12b6ee59da761607811d3363

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.38.0rc1-cp36-cp36m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 4.1 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.2

File hashes

Hashes for grpcio-1.38.0rc1-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 18145155a38c26512c4130febc2d0863fed6e3d5ec3258e801259257f406639f
MD5 3ec9d4fd10c6cd8b660ea4eaf130ed2d
BLAKE2b-256 6fc3c95db84cbbba17162c15f98abf910157f1000c4281c89ff8c772fc949f8b

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.38.0rc1-cp36-cp36m-manylinux2010_i686.whl
  • Upload date:
  • Size: 4.2 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.2

File hashes

Hashes for grpcio-1.38.0rc1-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 a9a94c0f8f0072862cc568c52877322f5f404266ed0fe795892147787d9f34f4
MD5 cce44f43fca05361af485333cbd90e02
BLAKE2b-256 653c1ac1b8aa351f89ad6d5622987a925c8fa23c84ce19fa0ce8deb330e00cf7

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.38.0rc1-cp36-cp36m-macosx_10_10_x86_64.whl
  • Upload date:
  • Size: 3.9 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.2

File hashes

Hashes for grpcio-1.38.0rc1-cp36-cp36m-macosx_10_10_x86_64.whl
Algorithm Hash digest
SHA256 3ebce00fc9ee28b5b8f3f85f0b32ce1b387b0f460f70739f4a2c038b34099bac
MD5 a9df9f7acdadd7732080905a4d05f394
BLAKE2b-256 6fd864a185857edd0eb9d650b3b8935b7a881144ba068a4e291f3fff986fae04

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.38.0rc1-cp36-cp36m-linux_armv7l.whl
  • Upload date:
  • Size: 38.3 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.2

File hashes

Hashes for grpcio-1.38.0rc1-cp36-cp36m-linux_armv7l.whl
Algorithm Hash digest
SHA256 52a0455245f631f7bd925c29b8aae5223eafa0a91bfa49af0c403f2d83a95c8b
MD5 5af1824a4fdf07cdfe4e0d306211d95d
BLAKE2b-256 03ce01c3372dde83f2abe63f169ca65a68193b8789cb526b8af5c118cb922c9d

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.38.0rc1-cp35-cp35m-win_amd64.whl.

File metadata

  • Download URL: grpcio-1.38.0rc1-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 3.0 MB
  • Tags: CPython 3.5m, 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.2

File hashes

Hashes for grpcio-1.38.0rc1-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 31c4ec43c7d5684f86f395ad4cf49c06e811609019cbe9116beaa4e24ee7f1a5
MD5 fbfaf3479c85c4bc83e1f777c04a83ce
BLAKE2b-256 9f8b785e3b0c9470e802a74f5afb93a76bb59744603002ed66c386314385ec08

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.38.0rc1-cp35-cp35m-win32.whl.

File metadata

  • Download URL: grpcio-1.38.0rc1-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 2.5 MB
  • Tags: CPython 3.5m, 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.2

File hashes

Hashes for grpcio-1.38.0rc1-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 c54c0274cb6b5582dea9495c9a816f756db4c1b6ab5d171f8aa2315f97c4d4da
MD5 9dec0f38f3e8e825faf1a888e869afda
BLAKE2b-256 c7fd9e79c9b83e4ff0ff25225a269acca780ae797e34d2d3bd9b08af816ae1d8

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.38.0rc1-cp35-cp35m-manylinux2014_x86_64.whl.

File metadata

  • Download URL: grpcio-1.38.0rc1-cp35-cp35m-manylinux2014_x86_64.whl
  • Upload date:
  • Size: 4.2 MB
  • Tags: CPython 3.5m
  • 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.2

File hashes

Hashes for grpcio-1.38.0rc1-cp35-cp35m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 dbe40208634c7755fc28f6a672016c5cfe97f072ac606e160b0ed5322db117ca
MD5 9240d4dc439d174a514ac1099671dbd4
BLAKE2b-256 7233d7a80eccca627def0d6e5f02d19cc85efe79d2352b2cdaf1cd1a626e0fd3

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.38.0rc1-cp35-cp35m-manylinux2014_i686.whl.

File metadata

  • Download URL: grpcio-1.38.0rc1-cp35-cp35m-manylinux2014_i686.whl
  • Upload date:
  • Size: 4.3 MB
  • Tags: CPython 3.5m
  • 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.2

File hashes

Hashes for grpcio-1.38.0rc1-cp35-cp35m-manylinux2014_i686.whl
Algorithm Hash digest
SHA256 bfdd27489a14ffc62d3f8874f298903344b20fe752e8adf820908022e291f5ce
MD5 1beac6895615c969763e0a9232562845
BLAKE2b-256 a1b754ca839c3693bc8fdce7300fef4d62f48ed38c3aebaa26e7b3a9dade4f87

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.38.0rc1-cp35-cp35m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: grpcio-1.38.0rc1-cp35-cp35m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 4.1 MB
  • Tags: CPython 3.5m, 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.2

File hashes

Hashes for grpcio-1.38.0rc1-cp35-cp35m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 817eac9f227c1f8c2eb8f8dc219837e7d3a05b2ea0c061f0cc75a46387a83ebd
MD5 36c3f6d0c41afe010c26d3cbd6945f7a
BLAKE2b-256 f53ef6d599bcaeeeebb6acd9d62433ae66d5e84b4d48abc9a10675919d2091ec

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.38.0rc1-cp35-cp35m-manylinux2010_i686.whl.

File metadata

  • Download URL: grpcio-1.38.0rc1-cp35-cp35m-manylinux2010_i686.whl
  • Upload date:
  • Size: 4.1 MB
  • Tags: CPython 3.5m, 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.2

File hashes

Hashes for grpcio-1.38.0rc1-cp35-cp35m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 117508a6a9fc3e7aacc4e0b0598d226c861215c3c86503707996910cef9509aa
MD5 db1a86e134201be35cf898fd8cc65bc3
BLAKE2b-256 cc1091b84ebe31f6940773849827151b3ce502030753eac4dd8e1744e17a4ee0

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.38.0rc1-cp35-cp35m-macosx_10_10_intel.whl.

File metadata

  • Download URL: grpcio-1.38.0rc1-cp35-cp35m-macosx_10_10_intel.whl
  • Upload date:
  • Size: 6.9 MB
  • Tags: CPython 3.5m, macOS 10.10+ intel
  • 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.2

File hashes

Hashes for grpcio-1.38.0rc1-cp35-cp35m-macosx_10_10_intel.whl
Algorithm Hash digest
SHA256 f61769f4826f5fff7984aca0d38375ac40ab5b67165264748f00ef488d4d7e95
MD5 e22ba3bc5fc01682e7b46c828c1b0c1d
BLAKE2b-256 a7e0e309f41d4b10073ed07798cfc2354cf28a7e434b896ae877394651c2fcc0

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.38.0rc1-cp27-cp27mu-manylinux2010_x86_64.whl.

File metadata

  • Download URL: grpcio-1.38.0rc1-cp27-cp27mu-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 4.1 MB
  • Tags: CPython 2.7mu, 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.2

File hashes

Hashes for grpcio-1.38.0rc1-cp27-cp27mu-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 1bea286aa61def68d2f65399e3321f16037b6ede366910d04cd77b943da33f1c
MD5 7a6a3bcf857a3a637891a4bcf31b271f
BLAKE2b-256 a264023b568b8cafdfe8a8eee03ece9dbf570cb1b61606e1d969e79b7cfe7d0e

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.38.0rc1-cp27-cp27mu-manylinux2010_i686.whl.

File metadata

  • Download URL: grpcio-1.38.0rc1-cp27-cp27mu-manylinux2010_i686.whl
  • Upload date:
  • Size: 4.1 MB
  • Tags: CPython 2.7mu, 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.2

File hashes

Hashes for grpcio-1.38.0rc1-cp27-cp27mu-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 11734725a9d0638c152529bd7d36711254e3a3a8af145570d6a90b9a9981b74d
MD5 e6f1ba02a9be9ffaf037ccb7c7c9b119
BLAKE2b-256 1f5f1db35e4f8746f8f5820e71ba5d622f4e4c5a8fbb6b45f294449a500883e8

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.38.0rc1-cp27-cp27m-win_amd64.whl.

File metadata

  • Download URL: grpcio-1.38.0rc1-cp27-cp27m-win_amd64.whl
  • Upload date:
  • Size: 3.2 MB
  • Tags: CPython 2.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.2

File hashes

Hashes for grpcio-1.38.0rc1-cp27-cp27m-win_amd64.whl
Algorithm Hash digest
SHA256 b6570516624f71f6b9392887c44a9eac4677c14417200c080dd7abeeff195404
MD5 a43fce730cdc35e965148aa4780d597b
BLAKE2b-256 f3229fc7febd6308418d282bd2413eaaf1f4bafbfba68c8e859bbf9fdb987ebc

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.38.0rc1-cp27-cp27m-win32.whl.

File metadata

  • Download URL: grpcio-1.38.0rc1-cp27-cp27m-win32.whl
  • Upload date:
  • Size: 3.3 MB
  • Tags: CPython 2.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.2

File hashes

Hashes for grpcio-1.38.0rc1-cp27-cp27m-win32.whl
Algorithm Hash digest
SHA256 a129c72be3085a70273840be5282333067e3b8a6a16c7ef15d9c68732492cf35
MD5 44f1d10be2f7ae1a77f333a81816a2fa
BLAKE2b-256 375d661a56d466630b4bae04fbcad21e2e2dc5e68f4e400621ed4b2d6bf6effb

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.38.0rc1-cp27-cp27m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: grpcio-1.38.0rc1-cp27-cp27m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 4.1 MB
  • Tags: CPython 2.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.2

File hashes

Hashes for grpcio-1.38.0rc1-cp27-cp27m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 edcb9c6efaeee4b82cfd09d43ba3d13f5e3b54c821f9edf5fc544a4d5b067276
MD5 b5eb610e055733cd557392dfbee53b53
BLAKE2b-256 b883e118cc4a53453150e452300c1cf83c6090be4a5611906932e86b4996fcef

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.38.0rc1-cp27-cp27m-manylinux2010_i686.whl.

File metadata

  • Download URL: grpcio-1.38.0rc1-cp27-cp27m-manylinux2010_i686.whl
  • Upload date:
  • Size: 4.1 MB
  • Tags: CPython 2.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.2

File hashes

Hashes for grpcio-1.38.0rc1-cp27-cp27m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 8d3320fed9c1eb750b395688530abd1520c568cbb309f88c5481437cdb6d3d7e
MD5 21e6bcb9bef38faf8d8c702a021a9ed6
BLAKE2b-256 e6eaf6a0891ab49ae07e42ac3be246b6bde338f518ffd49cb3618fcd6e505e23

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.38.0rc1-cp27-cp27m-macosx_10_10_x86_64.whl.

File metadata

  • Download URL: grpcio-1.38.0rc1-cp27-cp27m-macosx_10_10_x86_64.whl
  • Upload date:
  • Size: 3.8 MB
  • Tags: CPython 2.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.2

File hashes

Hashes for grpcio-1.38.0rc1-cp27-cp27m-macosx_10_10_x86_64.whl
Algorithm Hash digest
SHA256 c9b90685e80145f8ff3af084af22f14cd520fbd51f4160b59d54c1e13abef161
MD5 f9910a76565d3eca97b22227788e991b
BLAKE2b-256 220e637eb647e3dac8c53406e5b2fa2b74dee21b6b1f3503491dd1a03e0a87f3

See more details on using hashes here.

Provenance

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