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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

grpcio-1.39.0-cp39-cp39-manylinux_2_24_aarch64.whl (38.4 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.24+ ARM64

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

Uploaded CPython 3.9

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

Uploaded CPython 3.9

grpcio-1.39.0-cp39-cp39-manylinux2010_x86_64.whl (4.2 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686

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

Uploaded CPython 3.9 macOS 10.10+ x86-64

grpcio-1.39.0-cp39-cp39-linux_armv7l.whl (37.6 MB view details)

Uploaded CPython 3.9

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

grpcio-1.39.0-cp38-cp38-manylinux_2_24_aarch64.whl (38.7 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.24+ ARM64

grpcio-1.39.0-cp38-cp38-manylinux2014_x86_64.whl (4.3 MB view details)

Uploaded CPython 3.8

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

Uploaded CPython 3.8

grpcio-1.39.0-cp38-cp38-manylinux2010_x86_64.whl (4.2 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

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

Uploaded CPython 3.8 macOS 10.10+ x86-64

grpcio-1.39.0-cp38-cp38-linux_armv7l.whl (37.9 MB view details)

Uploaded CPython 3.8

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

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

grpcio-1.39.0-cp37-cp37m-manylinux_2_24_aarch64.whl (38.5 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.24+ ARM64

grpcio-1.39.0-cp37-cp37m-manylinux2014_x86_64.whl (4.3 MB view details)

Uploaded CPython 3.7m

grpcio-1.39.0-cp37-cp37m-manylinux2014_i686.whl (4.4 MB view details)

Uploaded CPython 3.7m

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

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

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

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

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

Uploaded CPython 3.7m macOS 10.10+ x86-64

grpcio-1.39.0-cp37-cp37m-linux_armv7l.whl (37.8 MB view details)

Uploaded CPython 3.7m

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

Uploaded CPython 3.6m Windows x86-64

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

Uploaded CPython 3.6m Windows x86

grpcio-1.39.0-cp36-cp36m-manylinux_2_24_aarch64.whl (38.5 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.24+ ARM64

grpcio-1.39.0-cp36-cp36m-manylinux2014_x86_64.whl (4.3 MB view details)

Uploaded CPython 3.6m

grpcio-1.39.0-cp36-cp36m-manylinux2014_i686.whl (4.4 MB view details)

Uploaded CPython 3.6m

grpcio-1.39.0-cp36-cp36m-manylinux2010_x86_64.whl (4.2 MB view details)

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

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

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

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

Uploaded CPython 3.6m macOS 10.10+ x86-64

grpcio-1.39.0-cp36-cp36m-linux_armv7l.whl (37.8 MB view details)

Uploaded CPython 3.6m

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

Uploaded CPython 3.5m Windows x86-64

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

Uploaded CPython 3.5m Windows x86

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

Uploaded CPython 3.5m

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

Uploaded CPython 3.5m

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

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

grpcio-1.39.0-cp35-cp35m-manylinux2010_i686.whl (4.2 MB view details)

Uploaded CPython 3.5m manylinux: glibc 2.12+ i686

grpcio-1.39.0-cp35-cp35m-macosx_10_10_intel.whl (7.0 MB view details)

Uploaded CPython 3.5m macOS 10.10+ intel

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

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

grpcio-1.39.0-cp27-cp27mu-manylinux2010_i686.whl (4.2 MB view details)

Uploaded CPython 2.7mu manylinux: glibc 2.12+ i686

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

Uploaded CPython 2.7m Windows x86-64

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

Uploaded CPython 2.7m Windows x86

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

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

grpcio-1.39.0-cp27-cp27m-manylinux2010_i686.whl (4.2 MB view details)

Uploaded CPython 2.7m manylinux: glibc 2.12+ i686

grpcio-1.39.0-cp27-cp27m-macosx_10_10_x86_64.whl (3.9 MB view details)

Uploaded CPython 2.7m macOS 10.10+ x86-64

File details

Details for the file grpcio-1.39.0.tar.gz.

File metadata

  • Download URL: grpcio-1.39.0.tar.gz
  • Upload date:
  • Size: 21.3 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.39.0.tar.gz
Algorithm Hash digest
SHA256 57974361a459d6fe04c9ae0af1845974606612249f467bbd2062d963cb90f407
MD5 237f00f4e1d4c61a2cb709b789c8c423
BLAKE2b-256 07ea398472e896f529d23fb58e33f01298dfc554a341d58f87c1ea5ad817208e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.39.0-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.39.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 2068a2b896ac67103c4a5453d5435fafcbb1a2f41eaf25148d08780096935cee
MD5 bbea2f9bbec43cc0dae8a50838cf98c1
BLAKE2b-256 3ec0134acba1ce418d344e03e7edc2274408707f1087602b6a28946169b77922

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.39.0-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.39.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 c44958a24559f875d902d5c1acb0ae43faa5a84f6120d1d0d800acb52f96516e
MD5 0ef0598a601982683f4ca0ed8d58efdc
BLAKE2b-256 3d18d2748ec9dce831f7d5844187c71999c028da2134dfd1e9e8417136fbf48a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.39.0-cp39-cp39-manylinux_2_24_aarch64.whl
  • Upload date:
  • Size: 38.4 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.39.0-cp39-cp39-manylinux_2_24_aarch64.whl
Algorithm Hash digest
SHA256 4258b778ce09ffa3b7c9a26971c216a34369e786771afbf4f98afe223f27d248
MD5 5d84a10bc24f00ac9b223a084db077b6
BLAKE2b-256 2e16eaf17ddd593c0fa8b83d1723abe04b6126e78cca90577328cbe1815235a0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.39.0-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.39.0-cp39-cp39-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 de83a045005703e7b9e67b61c38bb72cd49f68d9d2780d2c675353a3a3f2816f
MD5 8d0ffb117216c929142b690e06533253
BLAKE2b-256 9f2a3e2856d256339e144953e7d28401faee13d72142a73fa4c0d25746786025

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.39.0-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.39.0-cp39-cp39-manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5091b4a5ee8454a8f0c8ac45946ca25d6142c3be4b1fba141f1d62a6e0b5c696
MD5 0abbc7708d03163ce2f31ce539d0ff4d
BLAKE2b-256 67da46990a221252856e270848cc0f75024f4848ce17bb17f065d4068d225e30

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.39.0-cp39-cp39-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 4.2 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.39.0-cp39-cp39-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 46d510a7af777d2f38ef4c1d25491add37cad24143012f3eebe72dc5c6d0fc4c
MD5 fb9ee4c86b8e1be23f0007e2cbab5e55
BLAKE2b-256 777843e4d04a602dada1b4788a32d9a7578df0130243b2e3f148f2ee81d4fac8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.39.0-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.39.0-cp39-cp39-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 476fa94ba8efb09213baabd757f6f93e839794d8ae0eaa371347d6899e8f57a0
MD5 2f9840caa90eca42db11285f8f4329d1
BLAKE2b-256 0b4f86c3e14e6dd9efccf0547b1a97db0f217442c3ea5aa7949e8557cf306e5a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.39.0-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.39.0-cp39-cp39-macosx_10_10_x86_64.whl
Algorithm Hash digest
SHA256 dc3a24022a90c1754e54315009da6f949b48862c1d06daa54f9a28f89a5efacb
MD5 a1aad7f58f060e9600b2e0dcd7c99793
BLAKE2b-256 739d16396c2b6e2830c8b5285c13bcf91f149f77f51e0cd5e88e2b99a6a5c0f4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.39.0-cp39-cp39-linux_armv7l.whl
  • Upload date:
  • Size: 37.6 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.39.0-cp39-cp39-linux_armv7l.whl
Algorithm Hash digest
SHA256 43e0f5c49f985c94332794aa6c4f15f3a1ced336f0c6a6c8946c67b5ab111ae9
MD5 5f62d649ff0aee4b3e368817c2d60da7
BLAKE2b-256 20e5436ac12fe5ec7c62589593face386bd3d16fd039d1524b6f9e736960ed61

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.39.0-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.39.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 cffdccc94e63710dd6ead01849443390632c8e0fec52dc26e4fddf9f28ac9280
MD5 d35d169281af06f6612baa8402360ce8
BLAKE2b-256 736d7b5dacab83432e47b04f90b25ac41279d7cdb779a2449384a4ceca097b45

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.39.0-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.39.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 88dbef504b491b96e3238a6d5360b04508c34c62286080060c85fddd3caf7137
MD5 3b96df4a27b0d5c4ace889c37666b312
BLAKE2b-256 f576714e39d58854c9fc2428afab8187344b74a0c997e7aec099aa77c8e3f33d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.39.0-cp38-cp38-manylinux_2_24_aarch64.whl
  • Upload date:
  • Size: 38.7 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.39.0-cp38-cp38-manylinux_2_24_aarch64.whl
Algorithm Hash digest
SHA256 3c57fa7fec932767bc553bfb956759f45026890255bd232b2f797c3bc4dfeba2
MD5 7419d8cb00f0cf7b2f90eae5b7c1e81c
BLAKE2b-256 66114daf12350b00a2143f8ab97196e6d02562e14fbafa2901283e5b23dee43f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.39.0-cp38-cp38-manylinux2014_x86_64.whl
  • Upload date:
  • Size: 4.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.39.0-cp38-cp38-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8ed1e52ad507a54d20e6aaedf4b3edcab18cc12031eafe6de898f97513d8997b
MD5 b2f87be5d0f09541cf111dd960ae4a9d
BLAKE2b-256 89650bcffaf1db154514fa87433411b6f01fcbcab2eab776438071482cb3c772

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.39.0-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.39.0-cp38-cp38-manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e98aca5cfe05ca29950b3d99006b9ddb54fde6451cd12cb2db1443ae3b9fa076
MD5 93c1365fe398322f96b0288b70d18231
BLAKE2b-256 63590c804793d5e1c152d650b6169e52ce271dee8ae009e16230dcb5358da48b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.39.0-cp38-cp38-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 4.2 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.39.0-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 f2621c82fbbff1496993aa5fbf60e235583c7f970506e818671ad52000b6f310
MD5 335fef82e79cf7f5c680dc51253a25f9
BLAKE2b-256 9d9f710c157082b7a1535207240e9f103550d665b39929c6c56a6dc6efce371f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.39.0-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.39.0-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 46cfb0f2b757673bfd36ab4b0e3d61988cc1a0d47e0597e91462dcbef7528f35
MD5 f30aba72f7488b237621d4c2da369c66
BLAKE2b-256 1645f3b0ca05a9f7c29ff798b3d10db463f2a6fb1d7d08c72f1be1566a76700a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.39.0-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.39.0-cp38-cp38-macosx_10_10_x86_64.whl
Algorithm Hash digest
SHA256 a1fb9936b86b5efdea417fe159934bcad82a6f8c6ab7d1beec4bf3a78324d975
MD5 b8f47ea0664f4fe0b1fec7ca657deb7f
BLAKE2b-256 5e1884704a0504a890317aa7648399bc3beb81856d4a3ad7fffa8e42951419f6

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.39.0-cp38-cp38-linux_armv7l.whl
Algorithm Hash digest
SHA256 6ba6ad60009da2258cf15a72c51b7e0c2f58c8da517e97550881e488839e56c6
MD5 8d101294f95f514a8b912f76a68eaca1
BLAKE2b-256 d4463fbcfa211c94d5accb46b2ae500e0b23bf03388e20b9a52ec8e8781de880

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.39.0-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 3.2 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/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.39.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 20f57c5d09a36e0d0c8fe16ee1905f4307edb1d04f6034b56320f7fbc1a1071a
MD5 775cc558c41d53725cdc6e08a6f937fa
BLAKE2b-256 b14050b0c1c805663a10e7772c50cd64cc707a9564fbe075de50533989bcdad9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.39.0-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 2.7 MB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/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.39.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 52100d800390d58492ed1093de6faccd957de6fc29b1a0e5948c84f275d9228f
MD5 434204c0977a816638437b248e4d5390
BLAKE2b-256 0c1fd21b638bc6844505dc653fd8512c7ae8f4f5625fddc3094523eaa3173488

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.39.0-cp37-cp37m-manylinux_2_24_aarch64.whl
  • Upload date:
  • Size: 38.5 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.39.0-cp37-cp37m-manylinux_2_24_aarch64.whl
Algorithm Hash digest
SHA256 2bc7eebb405aac2d7eecfaa881fd73b489f99c01470d7193b4431a6ce199b9c3
MD5 ad2e0d7fdf746cc268ad73ec02752fb7
BLAKE2b-256 8d87f66686884e21e4350746a18e664202ab9b39a3cd527df3ff54a022935ee5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.39.0-cp37-cp37m-manylinux2014_x86_64.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.39.0-cp37-cp37m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3cccf470fcaab65a1b0a826ff34bd7c0861eb82ed957a83c6647a983459e4ecd
MD5 8ef478bf68685643c97002cc021edf9e
BLAKE2b-256 68c7e2104d2c91e451b7ce5e3f5bea221bff2c680473ad491626b46a54efeaa9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.39.0-cp37-cp37m-manylinux2014_i686.whl
  • Upload date:
  • Size: 4.4 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.39.0-cp37-cp37m-manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c8fe430add656b92419f6cd0680b64fbe6347c831d89a7788324f5037dfb3359
MD5 a0aaa14b90e3b76300a2270369f7f222
BLAKE2b-256 1b050356def9f40feef6771edd0c2093e9752929fe6c39f33f99c0abc95693e6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.39.0-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.39.0-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 691f5b3a75f072dfb7b093f46303f493b885b7a42f25a831868ffaa22ee85f9d
MD5 c173904954021ba194e8d7ac7e7082f9
BLAKE2b-256 6661680d8a5a146e33ac463e0fa800ee37c6becbeee4aa02522fa6632dca8831

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.39.0-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.39.0-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 a6211150765cc2343e69879dfb856718b0f7477a4618b5f9a8f6c3ee84c047c0
MD5 a086382ef17dc9cb4970eda72dac5405
BLAKE2b-256 74d515fc34c39d741744fd7167b56a7c18d142dfaaa6adb8cdd3b03f825e8fde

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.39.0-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.39.0-cp37-cp37m-macosx_10_10_x86_64.whl
Algorithm Hash digest
SHA256 5127f4ba1f52fda28037ae465cf4b0e5fabe89d5ac1d64d15b073b46b7db5e16
MD5 69650b89092ae097ae972d8662830bd9
BLAKE2b-256 624b8aec74c3dc13144a55afcc43108fc84d7aa8b9fe5bdfd8118042acc17a31

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.39.0-cp37-cp37m-linux_armv7l.whl
  • Upload date:
  • Size: 37.8 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.39.0-cp37-cp37m-linux_armv7l.whl
Algorithm Hash digest
SHA256 27e2c6213fc04e71a862bacccb51f3c8e722255933f01736ace183e92d860ee6
MD5 76ba27dc4832084fd0cea0666043fc10
BLAKE2b-256 8a27f7a952a3fe26fb6f6db7146fdc4e287c80de077fd6a323814e9a81549755

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.39.0-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 3.2 MB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/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.39.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 b236eb4b50d83754184b248b8b1041bb1546287fff7618c4b7001b9f257bb903
MD5 28fb21f75c9affe8060ded90420196b4
BLAKE2b-256 45e584e5ce93007285789175ac12229775d692d5aa75facaed8b909551703d81

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.39.0-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 2.7 MB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/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.39.0-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 ed845ba6253c4032d5a01b7fb9db8fe80299e9a437e695a698751b0b191174be
MD5 8a6086c770e0fdc7e28eab09df8ed914
BLAKE2b-256 6ca4c25ed3989536466a4ca20a9c083838375db4f6c618d33963db90af0ffb4b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.39.0-cp36-cp36m-manylinux_2_24_aarch64.whl
  • Upload date:
  • Size: 38.5 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.39.0-cp36-cp36m-manylinux_2_24_aarch64.whl
Algorithm Hash digest
SHA256 2a958ad794292e12d8738a06754ebaf71662e635a89098916c18715b27ca2b5b
MD5 288ff2bdca514a56dd5136accf821018
BLAKE2b-256 cb0bce65998c97a468d7f2633241fd02ce44be1b895bf61a6acb523f95b3c149

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.39.0-cp36-cp36m-manylinux2014_x86_64.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.39.0-cp36-cp36m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b0ff14dd872030e6b2fce8a6811642bd30d93833f794d3782c7e9eb2f01234cc
MD5 8205c3c1d0e6540c3918162797c42505
BLAKE2b-256 eb32332a2bb0cee0d4040331952c5ef3d040d119a15b3c622b60bdcbe768bded

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.39.0-cp36-cp36m-manylinux2014_i686.whl
  • Upload date:
  • Size: 4.4 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.39.0-cp36-cp36m-manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a659f7c634cacfcf14657687a9fa3265b0a1844b1c19d140f3b66aebfba1a66b
MD5 c7a48b3348a3af41e86625de8cab1184
BLAKE2b-256 5ef77578f5157fa6cfeecbb7c9a7214cab0af3f582cdfbffdb289d98818d9ca3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.39.0-cp36-cp36m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 4.2 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.39.0-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 544e1c1a133b43893e03e828c8325be5b82e20d3b0ef0ee3942d32553052a1b5
MD5 6be323ae1210456d1aa78ad34237e7e0
BLAKE2b-256 673c53cc28f04fb9bd3e8bad6fa603aa8b01fa399dd74601ab0991e6385dbfe4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.39.0-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.39.0-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 366b6b35b3719c5570588e21d866460c5666ae74e3509c2a5a73ca79997abdaf
MD5 b7c235a438394374a3350e4a82549b2f
BLAKE2b-256 4f53ca7d18d16fa5eceab20290041954a46013acf53ad38e54442095b5872fe0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.39.0-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.39.0-cp36-cp36m-macosx_10_10_x86_64.whl
Algorithm Hash digest
SHA256 d5a105f5a595b89a0e394e5b147430b115333d07c55efb0c0eddc96055f0d951
MD5 61d3f43dc730f3620e397dd9b55a20f7
BLAKE2b-256 b5e58a47687794a883bbe40dbf4f91112e3f01a7cf23b4a5d11560a045aafa03

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.39.0-cp36-cp36m-linux_armv7l.whl
  • Upload date:
  • Size: 37.8 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.39.0-cp36-cp36m-linux_armv7l.whl
Algorithm Hash digest
SHA256 3c14e2087f809973d5ee8ca64f772a089ead0167286f3f21fdda8b6029b50abb
MD5 b08173a532bfc96f34a68b7f2e5f531a
BLAKE2b-256 11685e208543f718d3adc3220dbe6bf682d8c032f3a5ae9f4d6144bc4ba11b9d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.39.0-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.39.0-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 5628e7cc69079159f9465388ff21fde1e1a780139f76dd99d319119d45156f45
MD5 603a9cc84d637c9952cbfec74c362855
BLAKE2b-256 98b47a10223fe07d68343d43234b60d22e349476d338441dddcda2110ac4219c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.39.0-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.39.0-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 cd2e39a199bcbefb3f4b9fa6677c72b0e67332915550fed3bd7c28b454bf917d
MD5 db27a9d5394d049ee8d80dd236759ca0
BLAKE2b-256 b974de6cb5c365a75b666720bca9b8d1eaa89bf078af993a08f4f8bc81895208

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.39.0-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.39.0-cp35-cp35m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 43c57987e526d1b893b85099424387b22de6e3eee4ea7188443de8d657d11cc0
MD5 e802fd635d380bafe9ee29f3f4bf890a
BLAKE2b-256 f3e01f98ef82033eed1e09262fb1ad03e06fa414b48b094ca3125581ca1d5f99

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.39.0-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.39.0-cp35-cp35m-manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6d51be522b573cec14798d4742efaa69d234bedabce122fec2d5489abb3724d4
MD5 f15f4a1e8deb7a8d2c0997924059fb04
BLAKE2b-256 0978b4a09391785ce6eb7ec65d0d358e398d03e370be20f7ffbf53609035ce2f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.39.0-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.39.0-cp35-cp35m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 4b3fcc1878a1a5b71e1ecdfe82c74f7cd9eadaa43e25be0d67676dcec0c9d39f
MD5 01582fbe1dc23a8095ce1fe13e3acc20
BLAKE2b-256 d932041a9f03cc7e80cc57d5460df1af31e859d5eba375a2d48a383228e0cd6c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.39.0-cp35-cp35m-manylinux2010_i686.whl
  • Upload date:
  • Size: 4.2 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.39.0-cp35-cp35m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 2a4308875b9b986000513c6b04c2e7424f436a127f15547036c42d3cf8289374
MD5 8abdcfd11e07f0b72217476b4b109cc2
BLAKE2b-256 3e5de5e0f34c4b86a53c3b71e2c2e6dbdc403290b1b22a7ae8f19b3088c2e79f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.39.0-cp35-cp35m-macosx_10_10_intel.whl
  • Upload date:
  • Size: 7.0 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.39.0-cp35-cp35m-macosx_10_10_intel.whl
Algorithm Hash digest
SHA256 7b95b3329446408e2fe6db9b310d263303fa1a94649d08ec1e1cc12506743d26
MD5 02f4a85ad1239493bd6ebb10da398946
BLAKE2b-256 c83d4894e2035c3949ae46b3ed4ca02ecb3a470548b6fd9195bb40dd7a5985db

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.39.0-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.39.0-cp27-cp27mu-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 4039645b8b5d19064766f3a6fa535f1db52a61c4d4de97a6a8945331a354d527
MD5 3f490d7555fb7cb774427dec9289f0b8
BLAKE2b-256 985a423579e0794518470bff234776cdfc7315816825a99142c7ef81067d7ec0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.39.0-cp27-cp27mu-manylinux2010_i686.whl
  • Upload date:
  • Size: 4.2 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.39.0-cp27-cp27mu-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 a2733994b05ee5382da1d0378f6312b72c5cb202930c7fa20c794a24e96a1a34
MD5 9c889c4921c8e6dc925a3a1677a39580
BLAKE2b-256 a872228415de2d45545d8c285177f9fb58ef317beabea91e7d8519d819cfb391

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.39.0-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.39.0-cp27-cp27m-win_amd64.whl
Algorithm Hash digest
SHA256 25731b2c20a4ed51bea7e3952d5e83d408a5df32d03c7553457b2e6eb8bcb16c
MD5 37e716f66ac2e27519e7ecc8e6830579
BLAKE2b-256 b0237c15d7f9f23274ec0a55f90226cb730ae8a89b43f16775bdbaadfa2eabd5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.39.0-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.39.0-cp27-cp27m-win32.whl
Algorithm Hash digest
SHA256 1ab44dde4e1b225d3fc873535ca6e642444433131dd2891a601b75fb46c87c11
MD5 f0a574f1f0ae131f0d73143fb54a2cf3
BLAKE2b-256 372094651c5f9615a12cfd25978bd86c5f5cc81ec50e76d9af8f13271db7abb3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.39.0-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.39.0-cp27-cp27m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 050901a5baa6c4ca445e1781ef4c32d864f965ccec70c46cd5ad92d15e282c6a
MD5 62d8c0f0217f2bbd7ad3f339db846bba
BLAKE2b-256 a5bcf02e694bacb1ce60144d7776bc808c17ad1e8e130151bac6ec31c51c270f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.39.0-cp27-cp27m-manylinux2010_i686.whl
  • Upload date:
  • Size: 4.2 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.39.0-cp27-cp27m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 02e8a8b41db8e13df53078355b439363e4ac46d0ac9a8a461a39e42829e2bcf8
MD5 5f09f46ec082ae6f31c1c3795a7629aa
BLAKE2b-256 c66739240776db018e5840049d6652d1a44e653cb3451440292e4ebc5aac0b3b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.39.0-cp27-cp27m-macosx_10_10_x86_64.whl
  • Upload date:
  • Size: 3.9 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.39.0-cp27-cp27m-macosx_10_10_x86_64.whl
Algorithm Hash digest
SHA256 4163e022f365406be2da78db890035463371effea172300ce5af8a768142baf3
MD5 165990349fcc4be87ed9f03e8aa4c5d4
BLAKE2b-256 1dc022bdd524aee9ae74d9a16f1ed8df1810b739ec41772dc73ac9d8b1df5319

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