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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

grpcio-1.38.1-cp39-cp39-manylinux_2_24_aarch64.whl (37.8 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.24+ ARM64

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

Uploaded CPython 3.9

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

Uploaded CPython 3.9

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

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686

grpcio-1.38.1-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.1-cp39-cp39-linux_armv7l.whl (37.0 MB view details)

Uploaded CPython 3.9

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

grpcio-1.38.1-cp38-cp38-manylinux_2_24_aarch64.whl (38.1 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.24+ ARM64

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

Uploaded CPython 3.8

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

Uploaded CPython 3.8

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

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

grpcio-1.38.1-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.1-cp38-cp38-linux_armv7l.whl (37.3 MB view details)

Uploaded CPython 3.8

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

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

grpcio-1.38.1-cp37-cp37m-manylinux_2_24_aarch64.whl (37.9 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.24+ ARM64

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

Uploaded CPython 3.7m

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

Uploaded CPython 3.7m

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

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

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

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

grpcio-1.38.1-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.1-cp37-cp37m-linux_armv7l.whl (37.2 MB view details)

Uploaded CPython 3.7m

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

Uploaded CPython 3.6m Windows x86-64

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

Uploaded CPython 3.6m Windows x86

grpcio-1.38.1-cp36-cp36m-manylinux_2_24_aarch64.whl (37.9 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.24+ ARM64

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

Uploaded CPython 3.6m

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

Uploaded CPython 3.6m

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

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

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

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

grpcio-1.38.1-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.1-cp36-cp36m-linux_armv7l.whl (37.2 MB view details)

Uploaded CPython 3.6m

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

Uploaded CPython 3.5m Windows x86-64

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

Uploaded CPython 3.5m Windows x86

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

Uploaded CPython 3.5m

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

Uploaded CPython 3.5m

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

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

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

Uploaded CPython 3.5m manylinux: glibc 2.12+ i686

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

Uploaded CPython 3.5m macOS 10.10+ intel

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

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

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

Uploaded CPython 2.7mu manylinux: glibc 2.12+ i686

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

Uploaded CPython 2.7m Windows x86-64

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

Uploaded CPython 2.7m Windows x86

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

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

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

Uploaded CPython 2.7m manylinux: glibc 2.12+ i686

grpcio-1.38.1-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.1.tar.gz.

File metadata

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

File hashes

Hashes for grpcio-1.38.1.tar.gz
Algorithm Hash digest
SHA256 1f79d8a24261e3c12ec3a6c25945ff799ae09874fd24815bc17c2dc37715ef6c
MD5 a094d80e31cb60a61d25f9b800b7ac4a
BLAKE2b-256 cd804b65b06e35599af065076891248b88d16c87cee1121b8886316ad4343f50

See more details on using hashes here.

File details

Details for the file grpcio-1.38.1-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: grpcio-1.38.1-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/4.0.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.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 77054f24d46498d9696c809da7810b67bccf6153f9848ea48331708841926d82
MD5 fe4f1f6deadebc6a6b6044f40a9bbe86
BLAKE2b-256 bd33f09e73d9bd4f6db30c937aa48de083fdf884f063148a2145f4a1aa10bce2

See more details on using hashes here.

File details

Details for the file grpcio-1.38.1-cp39-cp39-win32.whl.

File metadata

  • Download URL: grpcio-1.38.1-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/4.0.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.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 889518ce7c2a0609a3cffb7b667669a39b3410e869ff38e087bf7eeadad62e5d
MD5 13ec967117a2abc40fd8f318ff16434d
BLAKE2b-256 0d903e7fdfc2a98a5fb607f12c83f5e325f2c40f995b64740c31ddd4fb027b08

See more details on using hashes here.

File details

Details for the file grpcio-1.38.1-cp39-cp39-manylinux_2_24_aarch64.whl.

File metadata

  • Download URL: grpcio-1.38.1-cp39-cp39-manylinux_2_24_aarch64.whl
  • Upload date:
  • Size: 37.8 MB
  • Tags: CPython 3.9, manylinux: glibc 2.24+ 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.2

File hashes

Hashes for grpcio-1.38.1-cp39-cp39-manylinux_2_24_aarch64.whl
Algorithm Hash digest
SHA256 e891b0936aab73550d673dd3bbf89fa9577b3db1a61baecea480afd36fdb1852
MD5 7c988fa22b4e863bac69033f14d32be7
BLAKE2b-256 2930cd479b003d438652a412025d65d0e3d6e709bc22c5a2fa4545a1461864a2

See more details on using hashes here.

File details

Details for the file grpcio-1.38.1-cp39-cp39-manylinux2014_x86_64.whl.

File metadata

  • Download URL: grpcio-1.38.1-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/4.0.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.1-cp39-cp39-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6a225440015db88ec4625a2a41c21582a50cce7ffbe38dcbbb416c7180352516
MD5 35ba0f18ce79a77e10384925d8962690
BLAKE2b-256 ed78b278d4551e973699899b98d55a9cc087a2dee44361454c63ce2c31570363

See more details on using hashes here.

File details

Details for the file grpcio-1.38.1-cp39-cp39-manylinux2014_i686.whl.

File metadata

  • Download URL: grpcio-1.38.1-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/4.0.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.1-cp39-cp39-manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b1624123710fa701988a8a43994de78416e5010ac1508f64ed41e2577358604a
MD5 3864013b1b7d1b4715439b2f90c03517
BLAKE2b-256 32e62da84d4fd6e6ad4539bda4955a42b6e1fb4739e7aebc29a139c53dd1cee7

See more details on using hashes here.

File details

Details for the file grpcio-1.38.1-cp39-cp39-manylinux2010_x86_64.whl.

File metadata

  • Download URL: grpcio-1.38.1-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/4.0.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.1-cp39-cp39-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 2a179b2565fa85a134933acc7845f9d4c12e742c802b4f50bf2fd208bf8b741e
MD5 0cd990523c04e34b038d172de571ceaa
BLAKE2b-256 0460386cc8e069a1da85975f74d180d9efc3f4afbccb7072ec07aa1033985d71

See more details on using hashes here.

File details

Details for the file grpcio-1.38.1-cp39-cp39-manylinux2010_i686.whl.

File metadata

  • Download URL: grpcio-1.38.1-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/4.0.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.1-cp39-cp39-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 5efa68fc3fe0c439e2858215f2224bfb7242c35079538d58063f68a0d5d5ec33
MD5 8545a0adaf82b2920fc5c6623c1f2b12
BLAKE2b-256 869b0857bcc73bdd3a3e0a9d4e7bf2635be673092c10a1f48e8b1f1713e9698a

See more details on using hashes here.

File details

Details for the file grpcio-1.38.1-cp39-cp39-macosx_10_10_x86_64.whl.

File metadata

  • Download URL: grpcio-1.38.1-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/4.0.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.1-cp39-cp39-macosx_10_10_x86_64.whl
Algorithm Hash digest
SHA256 cf6c3bfa403e055380fe90844beb4fe8e9448edab5d2bf40d37d208dbb2f768c
MD5 6b02b2466cf9595251f2ff4122c51220
BLAKE2b-256 07218e28de75c5bea590a263aebbb8b4978e81102fe3c04a7a640456010da6da

See more details on using hashes here.

File details

Details for the file grpcio-1.38.1-cp39-cp39-linux_armv7l.whl.

File metadata

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

File hashes

Hashes for grpcio-1.38.1-cp39-cp39-linux_armv7l.whl
Algorithm Hash digest
SHA256 44efa41ac36f6bcbf4f64d6479b3031cceea28cf6892a77f15bd1c22611bff9d
MD5 acfdf4fd54c3c00ac8ec8ba0923ec9d6
BLAKE2b-256 72ed497f28ad332f9ac1f0e9a4f221020cc897c537c5f4958092267379b3ed3a

See more details on using hashes here.

File details

Details for the file grpcio-1.38.1-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: grpcio-1.38.1-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/4.0.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.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 278e131bfbc57bab112359b98930b0fdbf81aa0ba2cdfc6555c7a5119d7e2117
MD5 29e3ad6fbdd2d01a2ee6cf46330aaa08
BLAKE2b-256 8ef048974d1415814606209a5e3d97ff41a99c9157dd9f255d3bedae9285520b

See more details on using hashes here.

File details

Details for the file grpcio-1.38.1-cp38-cp38-win32.whl.

File metadata

  • Download URL: grpcio-1.38.1-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/4.0.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.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 72e8358c751da9ab4f8653a3b67b2a3bb7e330ee57cb26439c6af358d6eac032
MD5 dce5d5efea6274441d28cdf9fed916a3
BLAKE2b-256 a2a23680c8356a75d632b337542fedf00d85afd7688c85136b2f20da343bfbc6

See more details on using hashes here.

File details

Details for the file grpcio-1.38.1-cp38-cp38-manylinux_2_24_aarch64.whl.

File metadata

  • Download URL: grpcio-1.38.1-cp38-cp38-manylinux_2_24_aarch64.whl
  • Upload date:
  • Size: 38.1 MB
  • Tags: CPython 3.8, manylinux: glibc 2.24+ 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.2

File hashes

Hashes for grpcio-1.38.1-cp38-cp38-manylinux_2_24_aarch64.whl
Algorithm Hash digest
SHA256 c323265a4f18f586e8de84fda12b48eb3bd48395294aa2b8c05307ac1680299d
MD5 765fd0555b0d0b7a9fc01641327c3406
BLAKE2b-256 923f966030fbd039a6764b6d4c566a670a757c81ee5d843ab25bf0d44dc8c1a1

See more details on using hashes here.

File details

Details for the file grpcio-1.38.1-cp38-cp38-manylinux2014_x86_64.whl.

File metadata

  • Download URL: grpcio-1.38.1-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/4.0.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.1-cp38-cp38-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cddd61bff66e42ef334f8cb9e719951e479b5ad2cb75c00338aac8de28e17484
MD5 b865530cdcc3ddd0946041ec09a34099
BLAKE2b-256 d209cd751694e33371f876371524e39ad8fe08090f0dbd28166f061fc2bee18e

See more details on using hashes here.

File details

Details for the file grpcio-1.38.1-cp38-cp38-manylinux2014_i686.whl.

File metadata

  • Download URL: grpcio-1.38.1-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/4.0.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.1-cp38-cp38-manylinux2014_i686.whl
Algorithm Hash digest
SHA256 59f5fb4ba219a11fdc1c23e17c93ca3090480a8cde4370c980908546ffc091e6
MD5 839d9b5d1cee6cb8a00e2bd0b82158c6
BLAKE2b-256 d5f07662807431e5a10048b859a6f8b2f2b4351c1117ed8e040985d682c92178

See more details on using hashes here.

File details

Details for the file grpcio-1.38.1-cp38-cp38-manylinux2010_x86_64.whl.

File metadata

  • Download URL: grpcio-1.38.1-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/4.0.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.1-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 6d898441ada374f76e0b5354d7e240e1c0e905a1ebcb1e95d9ffd99c88f63700
MD5 686b5f34f684934c7b33b5298ce2729d
BLAKE2b-256 e67c5708a50b43b51478c09c3306751a62334264015d933f7a8e8cac986a9d7f

See more details on using hashes here.

File details

Details for the file grpcio-1.38.1-cp38-cp38-manylinux2010_i686.whl.

File metadata

  • Download URL: grpcio-1.38.1-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/4.0.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.1-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 947bdba3ebcd93a7cef537d6405bc5667d1caf818fa8bbd2e2cc952ec8f97e09
MD5 8703bfa9c4d9cb58978a552f95738edd
BLAKE2b-256 ad7f0a957e39c19f63c82ddb3dc849784a0031bfa9595cf9ce7e3cd68788db52

See more details on using hashes here.

File details

Details for the file grpcio-1.38.1-cp38-cp38-macosx_10_10_x86_64.whl.

File metadata

  • Download URL: grpcio-1.38.1-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/4.0.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.1-cp38-cp38-macosx_10_10_x86_64.whl
Algorithm Hash digest
SHA256 26af85ae0a7ff8e8f8f550255bf85551df86a89883c11721c0756b71bc1019be
MD5 c62aeed6325c212b3c1c1773fe10ee6b
BLAKE2b-256 ee8741554b53798ccbfa6dbc692fe6c44cf3ef2ec516f9b8e6260e2c40f1c651

See more details on using hashes here.

File details

Details for the file grpcio-1.38.1-cp38-cp38-linux_armv7l.whl.

File metadata

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

File hashes

Hashes for grpcio-1.38.1-cp38-cp38-linux_armv7l.whl
Algorithm Hash digest
SHA256 e90cda2ccd4bdb89a3cd5dc11771c3b8394817d5caaa1ae36042bc96a428c10e
MD5 7b34e965cd4e82da594b99645e2fc8e1
BLAKE2b-256 8db4f227f6a7c07ba7242b6ae63279b1eb49d2234febb2cde3b22d4cf33f999b

See more details on using hashes here.

File details

Details for the file grpcio-1.38.1-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: grpcio-1.38.1-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/4.0.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.1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 3eb960c2f9e031f0643b53bab67733a9544d82f42d0714338183d14993d2a23c
MD5 8569058c153f99dbc18654f8d07d3b2c
BLAKE2b-256 f904fcd36fc50fdda09b219fc39c6acac06f8fd7cf55109bb687cde067425bf5

See more details on using hashes here.

File details

Details for the file grpcio-1.38.1-cp37-cp37m-win32.whl.

File metadata

  • Download URL: grpcio-1.38.1-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/4.0.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.1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 549beb5646137b78534a312a3b80b2b8b1ea01058b38a711d42d6b54b20b6c2b
MD5 7d5c2d86528f523168f585e9f633dc4d
BLAKE2b-256 e012ea6a6cd7add21643541a80febcc688a82de049dc477a25e666cf898921a4

See more details on using hashes here.

File details

Details for the file grpcio-1.38.1-cp37-cp37m-manylinux_2_24_aarch64.whl.

File metadata

  • Download URL: grpcio-1.38.1-cp37-cp37m-manylinux_2_24_aarch64.whl
  • Upload date:
  • Size: 37.9 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.24+ 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.2

File hashes

Hashes for grpcio-1.38.1-cp37-cp37m-manylinux_2_24_aarch64.whl
Algorithm Hash digest
SHA256 a77d1f47e5e82504c531bc9dd22c093ff093b6706ec8bcdad228464ef3a5dd54
MD5 a3482b79940bce0624c3505553b08aca
BLAKE2b-256 db2bec7a924f8eaba546857af0f36d8c9e128f696b6bf8ed45606a80c19fb850

See more details on using hashes here.

File details

Details for the file grpcio-1.38.1-cp37-cp37m-manylinux2014_x86_64.whl.

File metadata

  • Download URL: grpcio-1.38.1-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/4.0.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.1-cp37-cp37m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3db0680fee9e55022677abda186e73e3c019c59ed83e1550519250dc97cf6793
MD5 30f4dbae4ac4d6135b271ab675a9014e
BLAKE2b-256 10ca2bbd8f95d03fac3e8f07563e0e3d9d8ec8e573f5ec61221536f4e854801d

See more details on using hashes here.

File details

Details for the file grpcio-1.38.1-cp37-cp37m-manylinux2014_i686.whl.

File metadata

  • Download URL: grpcio-1.38.1-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/4.0.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.1-cp37-cp37m-manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ff9ebc416e815161d89d2fd22d1a91acf3b810ef800dae38c402d19d203590bf
MD5 970ca93aa0ca526c63356f5d277943a3
BLAKE2b-256 dceb1a3a073f11eb94987d59f831b70bc72e76c81e12698c7c423f72dc8e34a0

See more details on using hashes here.

File details

Details for the file grpcio-1.38.1-cp37-cp37m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: grpcio-1.38.1-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/4.0.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.1-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 89af675d38bf490384dae85151768b8434e997cece98e5d1eb6fcb3c16d6af12
MD5 369b591a901cc330f8feeb051a5c9d76
BLAKE2b-256 fcebba4847c80d3af31dc01a873eb54ecbd6e9a9c59b4ba28c0ec7aba55cc9dc

See more details on using hashes here.

File details

Details for the file grpcio-1.38.1-cp37-cp37m-manylinux2010_i686.whl.

File metadata

  • Download URL: grpcio-1.38.1-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/4.0.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.1-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 e4a8a371ad02bf31576bcd99093cea3849e19ca1e9eb63fc0b2c0f1db1132f7d
MD5 ca861414ea60464d685a4243120480b3
BLAKE2b-256 e519b9f606053c31fe4af77e621933d1a8c50ae76bf4fcb61f206e7ddd54a05b

See more details on using hashes here.

File details

Details for the file grpcio-1.38.1-cp37-cp37m-macosx_10_10_x86_64.whl.

File metadata

  • Download URL: grpcio-1.38.1-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/4.0.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.1-cp37-cp37m-macosx_10_10_x86_64.whl
Algorithm Hash digest
SHA256 532ab738351aad2cdad80f4355123652e08b207281f3923ce51fb2b58692dd4c
MD5 c7cddc684e27699d6f4f89c31078a189
BLAKE2b-256 a55729d402cd168f537cebf3da0fac2501b557034febdd86fa652b62967f7aeb

See more details on using hashes here.

File details

Details for the file grpcio-1.38.1-cp37-cp37m-linux_armv7l.whl.

File metadata

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

File hashes

Hashes for grpcio-1.38.1-cp37-cp37m-linux_armv7l.whl
Algorithm Hash digest
SHA256 8ab27a6626c2038e13c1b250c5cd22da578f182364134620ec298b4ccfc85722
MD5 16ba23a87b27fcfb754dd75be9876c2a
BLAKE2b-256 64a3a4a2b7fdfda124e642ff9774055340b660784af26884230d4d1e6ce4145c

See more details on using hashes here.

File details

Details for the file grpcio-1.38.1-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: grpcio-1.38.1-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/4.0.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.1-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 96d78d9edf3070770cefd1822bc220d8cccad049b818a70a3c630052e9f15490
MD5 ac4e4654103de1a57da376884fa7b1b4
BLAKE2b-256 66f122f0cda319697bf813db705ea64767271e50fe06a946bdd93342908b45db

See more details on using hashes here.

File details

Details for the file grpcio-1.38.1-cp36-cp36m-win32.whl.

File metadata

  • Download URL: grpcio-1.38.1-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/4.0.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.1-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 d4179d96b0ce27602756185c1a00d088c9c1feb0cc17a36f8a66eec6ddddbc0c
MD5 4953d0f9002ae5c1691ae34a6eb1cbab
BLAKE2b-256 445b43f3bf1431feab51589fd13f83bd2ea4ea621bd2f707321781b94d5b54bb

See more details on using hashes here.

File details

Details for the file grpcio-1.38.1-cp36-cp36m-manylinux_2_24_aarch64.whl.

File metadata

  • Download URL: grpcio-1.38.1-cp36-cp36m-manylinux_2_24_aarch64.whl
  • Upload date:
  • Size: 37.9 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.24+ 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.2

File hashes

Hashes for grpcio-1.38.1-cp36-cp36m-manylinux_2_24_aarch64.whl
Algorithm Hash digest
SHA256 cd7ddb5b6ffcbd3691990df20f260a888c8bd770d57480a97da1b756fb1be5c0
MD5 8e603efd1d00bf7fee25adc250b889c5
BLAKE2b-256 464949fdbdb74b69eac6bd46c965b6ce982c4bced3e2f828a65b199d14967ee5

See more details on using hashes here.

File details

Details for the file grpcio-1.38.1-cp36-cp36m-manylinux2014_x86_64.whl.

File metadata

  • Download URL: grpcio-1.38.1-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/4.0.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.1-cp36-cp36m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 419af4f577a3d5d9f386aeacf4c4992f90016f84cbceb11ecd832101b1f7f9c9
MD5 d58e52f94ee55547fa116b4c87ee0b18
BLAKE2b-256 59c7faa547ae1e302288e7b79886b011091c5aa105dbdcf8490763d118d1cde7

See more details on using hashes here.

File details

Details for the file grpcio-1.38.1-cp36-cp36m-manylinux2014_i686.whl.

File metadata

  • Download URL: grpcio-1.38.1-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/4.0.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.1-cp36-cp36m-manylinux2014_i686.whl
Algorithm Hash digest
SHA256 dcfcb147c18272a22a592251a49830b3c7abc82385ffff34916c2534175d885e
MD5 232dfaa30ffd2356b827148211336b2f
BLAKE2b-256 be62a5326738d6c1e94865031b31de9320104489a5bdc8180777880cba846d41

See more details on using hashes here.

File details

Details for the file grpcio-1.38.1-cp36-cp36m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: grpcio-1.38.1-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/4.0.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.1-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 3e85bba6f0e0c454a90b8fea16b59db9c6d19ddf9cc95052b2d4ca77b22d46d6
MD5 4f2e973abc0002f0f76ac4f8ab6b1969
BLAKE2b-256 9292b8cf764b94fc80708770b6e8dc41c6d82685acaedaa7a6db8c00c6c17f81

See more details on using hashes here.

File details

Details for the file grpcio-1.38.1-cp36-cp36m-manylinux2010_i686.whl.

File metadata

  • Download URL: grpcio-1.38.1-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/4.0.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.1-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 c83481501533824fe341c17d297bbec1ec584ec46b352f98ce12bf16740615c4
MD5 ed5ea71358847267d4505748f965f52b
BLAKE2b-256 869561226ae6ac156c6ff523f53f796b83ea3663c19e9e71c6b922c5ac35f4a4

See more details on using hashes here.

File details

Details for the file grpcio-1.38.1-cp36-cp36m-macosx_10_10_x86_64.whl.

File metadata

  • Download URL: grpcio-1.38.1-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/4.0.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.1-cp36-cp36m-macosx_10_10_x86_64.whl
Algorithm Hash digest
SHA256 ddd33c90b0c95eca737c9f6db7e969a48d23aed72cecb23f3b8aac009ca2cfb4
MD5 648ca9438c754c6a4388b5a4069d4cf7
BLAKE2b-256 128134d6c8d5da3e77568432b33f2ecb613de8b683cff93cb129849572cad0e4

See more details on using hashes here.

File details

Details for the file grpcio-1.38.1-cp36-cp36m-linux_armv7l.whl.

File metadata

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

File hashes

Hashes for grpcio-1.38.1-cp36-cp36m-linux_armv7l.whl
Algorithm Hash digest
SHA256 6edf68d4305e08f6f8c45bfaa9dc04d527ab5a1562aaf0c452fa921fbe90eb23
MD5 32836dba91d9000fd75be87a21b2cf25
BLAKE2b-256 3953191bd08c7ef74e20513aaab05ad610bd22bb7b6862d8f8f0661fe3c7389a

See more details on using hashes here.

File details

Details for the file grpcio-1.38.1-cp35-cp35m-win_amd64.whl.

File metadata

  • Download URL: grpcio-1.38.1-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/4.0.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.1-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 4c19578b35715e110c324b27c18ab54a56fccc4c41b8f651b1d1da5a64e0d605
MD5 ca8843690cc024cf316ff37e5be3d037
BLAKE2b-256 dbd256c0ba161e369f9ceca31d26f18e687afd508a5df4b388ba1c402e8b8bd5

See more details on using hashes here.

File details

Details for the file grpcio-1.38.1-cp35-cp35m-win32.whl.

File metadata

  • Download URL: grpcio-1.38.1-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/4.0.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.1-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 5ff4802d9b3704e680454289587e1cc146bb0d953cf3c9296e2d96441a6a8e88
MD5 f3e36c71441594d40b16700019941d56
BLAKE2b-256 43c466dd16d5a64d582ada983cf62bfb3d94e8754264fdcc9e1bce5a4b6f4cb1

See more details on using hashes here.

File details

Details for the file grpcio-1.38.1-cp35-cp35m-manylinux2014_x86_64.whl.

File metadata

  • Download URL: grpcio-1.38.1-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/4.0.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.1-cp35-cp35m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6e137d014cf4162e5a796777012452516d92547717c1b4914fb71ce4e41817b5
MD5 876768cefa0b8ebf8406a1a9c96d8719
BLAKE2b-256 5c26f633afe1534bd7aae6bf747423b3f991ab53d68c8204d3d4c027e780a708

See more details on using hashes here.

File details

Details for the file grpcio-1.38.1-cp35-cp35m-manylinux2014_i686.whl.

File metadata

  • Download URL: grpcio-1.38.1-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/4.0.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.1-cp35-cp35m-manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d49f250c3ffbe83ba2d03e3500e03505576a985f7c5f77172a9531058347aa68
MD5 c273f49b78e2c77436fddb7be81c6e71
BLAKE2b-256 5da515a58a8b40229bd245d58b0fd68232c4500c9fe1320ccd390ffdbc6b7ea8

See more details on using hashes here.

File details

Details for the file grpcio-1.38.1-cp35-cp35m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: grpcio-1.38.1-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/4.0.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.1-cp35-cp35m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 a433d3740a9ef7bc34a18e2b12bf72b25e618facdfd09871167b30fd8e955fed
MD5 ba01e50e1f7cd8984108aa76a265e38d
BLAKE2b-256 b33a9f7b99f5bc5dbf2cefcc54ad1e475671fd465ff766ed59fc4db0182c3d20

See more details on using hashes here.

File details

Details for the file grpcio-1.38.1-cp35-cp35m-manylinux2010_i686.whl.

File metadata

  • Download URL: grpcio-1.38.1-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/4.0.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.1-cp35-cp35m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 4bc60f8372c3ab06f41279163c5d558bf95195bb3f68e35ed19f95d4fbd53d71
MD5 283698c359abfe3f299006852f233d08
BLAKE2b-256 628e1db2a7e4381f5daaa75e98d660ecdee705d2ca8263306354fdcb25f9cd15

See more details on using hashes here.

File details

Details for the file grpcio-1.38.1-cp35-cp35m-macosx_10_10_intel.whl.

File metadata

  • Download URL: grpcio-1.38.1-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/4.0.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.1-cp35-cp35m-macosx_10_10_intel.whl
Algorithm Hash digest
SHA256 b16e1967709392a0ec4b10b4374a72eb062c47c168a189606c9a7ea7b36593a8
MD5 a8cd30f29972c11553d7ef4fd4af0925
BLAKE2b-256 2676cb4d0db519e5eb90b88ab9348ab7e2ee6d6f50f9b799143a3d256a403640

See more details on using hashes here.

File details

Details for the file grpcio-1.38.1-cp27-cp27mu-manylinux2010_x86_64.whl.

File metadata

  • Download URL: grpcio-1.38.1-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/4.0.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.1-cp27-cp27mu-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 0e193feaf4ebc72f6af57d7b8a08c0b8e43ebbd76f81c6f1e55d013557602dfd
MD5 a783e5bec57f25a58b7deb85b7f98cdf
BLAKE2b-256 c2099cbec2ff021aeacffc62c6a47f4f50bb076564ce0dea69033102828ffee5

See more details on using hashes here.

File details

Details for the file grpcio-1.38.1-cp27-cp27mu-manylinux2010_i686.whl.

File metadata

  • Download URL: grpcio-1.38.1-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/4.0.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.1-cp27-cp27mu-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 8ccde1df51eeaddf5515edc41bde2ea43a834a288914eae9ce4287399be108f5
MD5 a86657680a44450c633a40c15c5984b5
BLAKE2b-256 4462ee4d44c6f2a9c230046aa71c7f036cebc4a75befdbf511d9cca0828f0512

See more details on using hashes here.

File details

Details for the file grpcio-1.38.1-cp27-cp27m-win_amd64.whl.

File metadata

  • Download URL: grpcio-1.38.1-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/4.0.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.1-cp27-cp27m-win_amd64.whl
Algorithm Hash digest
SHA256 b5ea9902fc2990af993b74862282b49ae0b8de8a64ca3b4a8dda26a3163c3bb4
MD5 63b76e380390f2aa6ec2850cbbb72848
BLAKE2b-256 722c50d0adac5e72b07d056c6bda1c9a51f0a8ad58dae54acb9b23c92ca980c6

See more details on using hashes here.

File details

Details for the file grpcio-1.38.1-cp27-cp27m-win32.whl.

File metadata

  • Download URL: grpcio-1.38.1-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/4.0.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.1-cp27-cp27m-win32.whl
Algorithm Hash digest
SHA256 3a25e1a46f51c80d06b66223f61938b9ffda37f2824ca65749c49b758137fac2
MD5 0cc6b8170e86d3ea089656fb07c0155d
BLAKE2b-256 9541e303445fb22261569747d5b20bad4b21bd5bc9d9a3f550473aba29db560f

See more details on using hashes here.

File details

Details for the file grpcio-1.38.1-cp27-cp27m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: grpcio-1.38.1-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/4.0.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.1-cp27-cp27m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 87b4b1977b52d5e0873a5e396340d2443640ba760f4fa23e93a38997ecfbcd5b
MD5 b7db6eedc9fe83383bcbe4115af145a4
BLAKE2b-256 b02ef9a56e07e18e446b433cf9092ebf2c3230af47a69582f58378abd38ff68b

See more details on using hashes here.

File details

Details for the file grpcio-1.38.1-cp27-cp27m-manylinux2010_i686.whl.

File metadata

  • Download URL: grpcio-1.38.1-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/4.0.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.1-cp27-cp27m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 7adfbd4e22647f880c9ed86b2be7f6d7a7dbbb8adc09395808cc7a4d021bc328
MD5 77ecf26a944c5fef121d50cad73fce92
BLAKE2b-256 fca7aa8b2bbae993f026f41e72aa97272498968c2ae8174996d60c076cc2f392

See more details on using hashes here.

File details

Details for the file grpcio-1.38.1-cp27-cp27m-macosx_10_10_x86_64.whl.

File metadata

  • Download URL: grpcio-1.38.1-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/4.0.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.1-cp27-cp27m-macosx_10_10_x86_64.whl
Algorithm Hash digest
SHA256 118479436bda25b369e2dc1cd0921790fbfaea1ec663e4ee7095c4c325694495
MD5 1ea6bdc847c3cc6180edf728dd2e18be
BLAKE2b-256 0e13355a88396b31d3df94bf814d626ea5559c65fb4b0c295151d59a714d9ebf

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