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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.9

grpcio-1.34.0rc1-cp39-cp39-manylinux2014_i686.whl (4.0 MB view details)

Uploaded CPython 3.9

grpcio-1.34.0rc1-cp39-cp39-manylinux2010_x86_64.whl (3.9 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686

grpcio-1.34.0rc1-cp39-cp39-macosx_10_10_x86_64.whl (3.6 MB view details)

Uploaded CPython 3.9 macOS 10.10+ x86-64

grpcio-1.34.0rc1-cp38-cp38-win_amd64.whl (2.8 MB view details)

Uploaded CPython 3.8 Windows x86-64

grpcio-1.34.0rc1-cp38-cp38-win32.whl (2.3 MB view details)

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8

grpcio-1.34.0rc1-cp38-cp38-manylinux2014_i686.whl (4.0 MB view details)

Uploaded CPython 3.8

grpcio-1.34.0rc1-cp38-cp38-manylinux2010_x86_64.whl (3.9 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

grpcio-1.34.0rc1-cp38-cp38-macosx_10_10_x86_64.whl (3.6 MB view details)

Uploaded CPython 3.8 macOS 10.10+ x86-64

grpcio-1.34.0rc1-cp37-cp37m-win_amd64.whl (2.6 MB view details)

Uploaded CPython 3.7m Windows x86-64

grpcio-1.34.0rc1-cp37-cp37m-win32.whl (2.2 MB view details)

Uploaded CPython 3.7m Windows x86

grpcio-1.34.0rc1-cp37-cp37m-manylinux2014_x86_64.whl (3.9 MB view details)

Uploaded CPython 3.7m

grpcio-1.34.0rc1-cp37-cp37m-manylinux2014_i686.whl (4.0 MB view details)

Uploaded CPython 3.7m

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

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

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

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

grpcio-1.34.0rc1-cp37-cp37m-macosx_10_10_x86_64.whl (3.6 MB view details)

Uploaded CPython 3.7m macOS 10.10+ x86-64

grpcio-1.34.0rc1-cp36-cp36m-win_amd64.whl (2.8 MB view details)

Uploaded CPython 3.6m Windows x86-64

grpcio-1.34.0rc1-cp36-cp36m-win32.whl (2.3 MB view details)

Uploaded CPython 3.6m Windows x86

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

Uploaded CPython 3.6m

grpcio-1.34.0rc1-cp36-cp36m-manylinux2014_i686.whl (4.0 MB view details)

Uploaded CPython 3.6m

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

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

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

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

grpcio-1.34.0rc1-cp36-cp36m-macosx_10_10_x86_64.whl (3.7 MB view details)

Uploaded CPython 3.6m macOS 10.10+ x86-64

grpcio-1.34.0rc1-cp36-cp36m-linux_armv7l.whl (30.5 MB view details)

Uploaded CPython 3.6m

grpcio-1.34.0rc1-cp35-cp35m-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.5m Windows x86-64

grpcio-1.34.0rc1-cp35-cp35m-win32.whl (2.3 MB view details)

Uploaded CPython 3.5m Windows x86

grpcio-1.34.0rc1-cp35-cp35m-manylinux2014_x86_64.whl (3.9 MB view details)

Uploaded CPython 3.5m

grpcio-1.34.0rc1-cp35-cp35m-manylinux2014_i686.whl (4.0 MB view details)

Uploaded CPython 3.5m

grpcio-1.34.0rc1-cp35-cp35m-manylinux2010_x86_64.whl (3.8 MB view details)

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

grpcio-1.34.0rc1-cp35-cp35m-manylinux2010_i686.whl (3.8 MB view details)

Uploaded CPython 3.5m manylinux: glibc 2.12+ i686

grpcio-1.34.0rc1-cp35-cp35m-macosx_10_10_intel.whl (6.4 MB view details)

Uploaded CPython 3.5m macOS 10.10+ intel

grpcio-1.34.0rc1-cp35-cp35m-linux_armv7l.whl (30.4 MB view details)

Uploaded CPython 3.5m

grpcio-1.34.0rc1-cp27-cp27mu-manylinux2010_x86_64.whl (3.8 MB view details)

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

grpcio-1.34.0rc1-cp27-cp27mu-manylinux2010_i686.whl (3.8 MB view details)

Uploaded CPython 2.7mu manylinux: glibc 2.12+ i686

grpcio-1.34.0rc1-cp27-cp27mu-linux_armv7l.whl (30.2 MB view details)

Uploaded CPython 2.7mu

grpcio-1.34.0rc1-cp27-cp27m-win_amd64.whl (2.9 MB view details)

Uploaded CPython 2.7m Windows x86-64

grpcio-1.34.0rc1-cp27-cp27m-win32.whl (3.0 MB view details)

Uploaded CPython 2.7m Windows x86

grpcio-1.34.0rc1-cp27-cp27m-manylinux2010_x86_64.whl (3.8 MB view details)

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

grpcio-1.34.0rc1-cp27-cp27m-manylinux2010_i686.whl (3.8 MB view details)

Uploaded CPython 2.7m manylinux: glibc 2.12+ i686

grpcio-1.34.0rc1-cp27-cp27m-macosx_10_10_x86_64.whl (3.6 MB view details)

Uploaded CPython 2.7m macOS 10.10+ x86-64

File details

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

File metadata

  • Download URL: grpcio-1.34.0rc1.tar.gz
  • Upload date:
  • Size: 21.0 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.53.0 CPython/3.8.5

File hashes

Hashes for grpcio-1.34.0rc1.tar.gz
Algorithm Hash digest
SHA256 4ca002a6ba9d124f935c495c7eb6063d2ac117d9db57a83fa922afe5df2dafbc
MD5 85b7c33cf6fe9f96edd859c294ca0454
BLAKE2b-256 ee0ced13fd2381388fcdcc5708544eed093d48cbe4883278aa0ff22fda9b9e5f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.34.0rc1-cp39-cp39-manylinux2014_x86_64.whl
  • Upload date:
  • Size: 4.0 MB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.53.0 CPython/3.8.5

File hashes

Hashes for grpcio-1.34.0rc1-cp39-cp39-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1edd14d0b8f7fc915399d10a0c846d142810dc2a1a5930654c02f0ce37cf22d1
MD5 0f2ea26dba7044cc32318e6223716684
BLAKE2b-256 d4575890e6a51dfe62360079eca88fb3a47b77555e45078b455b14be833751af

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.34.0rc1-cp39-cp39-manylinux2014_i686.whl
  • Upload date:
  • Size: 4.0 MB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.53.0 CPython/3.8.5

File hashes

Hashes for grpcio-1.34.0rc1-cp39-cp39-manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4476298240e420bc715115ee807cc10c63307a53f588a380b76d51d546e67610
MD5 c8cae9f3705694ae55b00d335eb146ec
BLAKE2b-256 8141f78e6d90f805ef6d3ac7e932e18f2ef651d4a8816030e3c17620d4a268e9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.34.0rc1-cp39-cp39-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 3.9 MB
  • Tags: CPython 3.9, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.53.0 CPython/3.8.5

File hashes

Hashes for grpcio-1.34.0rc1-cp39-cp39-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 310faf9fe8c380a3b8894600ec8cd5dfebec16d14e570d44304b173bc9795ac9
MD5 7f8e24f3e6745f802a2b129856077aaa
BLAKE2b-256 adf81cca29538bb27fbabca16a463a6fde1586282e24485baa478bb0cd8599b4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.34.0rc1-cp39-cp39-manylinux2010_i686.whl
  • Upload date:
  • Size: 3.9 MB
  • Tags: CPython 3.9, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.53.0 CPython/3.8.5

File hashes

Hashes for grpcio-1.34.0rc1-cp39-cp39-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 24a84be18c463b1b8b387a58c67468460430f571965987a68674128c769e4687
MD5 f832bc38ad72e5e35f0c8ae8e153195b
BLAKE2b-256 bd07eddddc90205460f51d69705febf36f9a58060ad30f15f7c943121243b5c2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.34.0rc1-cp39-cp39-macosx_10_10_x86_64.whl
  • Upload date:
  • Size: 3.6 MB
  • Tags: CPython 3.9, macOS 10.10+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.53.0 CPython/3.8.5

File hashes

Hashes for grpcio-1.34.0rc1-cp39-cp39-macosx_10_10_x86_64.whl
Algorithm Hash digest
SHA256 969becd403f70f20424b2f7a8e3bd469eb4548c3e039224914e63f9e6bc4d459
MD5 6060fe29241c34feb6eb38634d54769a
BLAKE2b-256 58bcae8f417abc068d6d42e239a8df67bde0d4f1a8f35488b1fe798db3feea9e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.34.0rc1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 2.8 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.53.0 CPython/3.8.5

File hashes

Hashes for grpcio-1.34.0rc1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 26d44b6b9b9ec3cacbac2742f7cd269bf1bd890b3d1e3acbb38a87a96755dba0
MD5 3c3339f71f6cb54c62393e2a3d31f4c0
BLAKE2b-256 e92489cc61f8cc44b1a867654e6d50d7b2ec27f4a86c75278a509430a4e2c2af

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.34.0rc1-cp38-cp38-win32.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.53.0 CPython/3.8.5

File hashes

Hashes for grpcio-1.34.0rc1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 b5c43406d6479a0d7911f4d2a67e42bb3ce121b53fc54cc6047c465e7a8d50a3
MD5 90c2e1619642220fc93b4b7507f28cea
BLAKE2b-256 8249251235e59ab1989c03a8870248424715eab0afbeb6a9bea26ecf5c988a05

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.34.0rc1-cp38-cp38-manylinux2014_x86_64.whl
  • Upload date:
  • Size: 4.0 MB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.53.0 CPython/3.8.5

File hashes

Hashes for grpcio-1.34.0rc1-cp38-cp38-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fc5688344a4137b02775b5319af82c7d82241105d767a0750a2ce06673dadc47
MD5 9715fed804cb1a9ad0af0fccba94492f
BLAKE2b-256 c70f6ba286201acab2190829636884e560ac02cd1683dfc796234ac8e0348111

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.34.0rc1-cp38-cp38-manylinux2014_i686.whl
  • Upload date:
  • Size: 4.0 MB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.53.0 CPython/3.8.5

File hashes

Hashes for grpcio-1.34.0rc1-cp38-cp38-manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1a79df97202dceae3ae8266dbe1d57eac3c0e72d50ade27f463ba5bf9e262a35
MD5 cd3a4b1d6a0c69e964e5dd1f5158410b
BLAKE2b-256 d11debfec787be3ad5f50a1fcfa1c858244e81a8eacc5a41f87d85bd43ce7856

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.34.0rc1-cp38-cp38-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 3.9 MB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.53.0 CPython/3.8.5

File hashes

Hashes for grpcio-1.34.0rc1-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 7034240859fd0a09b054504118b554afd0646765480102eaf8c0b1bfc2c52a2c
MD5 6f8bb61d0d5fbeda5007fb46c34e852e
BLAKE2b-256 1dd46c7c573277c871725a815b39abc81edae11d34fdd7152f7573cc38e7c1b2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.34.0rc1-cp38-cp38-manylinux2010_i686.whl
  • Upload date:
  • Size: 3.9 MB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.53.0 CPython/3.8.5

File hashes

Hashes for grpcio-1.34.0rc1-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 4f3d1a7a8104e94ad5b7afd6c2744163a05a53236e8f46329febc31fe0802545
MD5 8b72e24c8132483abe0f8b49ce7683e0
BLAKE2b-256 541883a65ec41a9660add83b10c75142392a6f3573757c931cdda3d12cba6b1b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.34.0rc1-cp38-cp38-macosx_10_10_x86_64.whl
  • Upload date:
  • Size: 3.6 MB
  • Tags: CPython 3.8, macOS 10.10+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.53.0 CPython/3.8.5

File hashes

Hashes for grpcio-1.34.0rc1-cp38-cp38-macosx_10_10_x86_64.whl
Algorithm Hash digest
SHA256 ac15e1c484a4dc3af097e0d828c87c06b1f689bbc32d081d19146a0adcc41b19
MD5 ba4f18134b8928e20dd224ef81be115d
BLAKE2b-256 e6253be158c5ff4371a5e9f94ecbb1be2a10d078990906758a0a9eb7b2e8542c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.34.0rc1-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.53.0 CPython/3.8.5

File hashes

Hashes for grpcio-1.34.0rc1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 620a3db1bd8f9533fb2aa19d5735de5ad025e947b5aabe362af0ca9bdc3e9236
MD5 02ee256b39f6900be5020978445c5d59
BLAKE2b-256 1d9967741c68b6f16586433549cd515ee3a75cf7b44f15e9943b178cf3e3a706

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.34.0rc1-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 2.2 MB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.53.0 CPython/3.8.5

File hashes

Hashes for grpcio-1.34.0rc1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 2418b3db6e0590f3b7a2e5421ceadefab53b647c5bd034f1785b44dc417c21f3
MD5 98d4f75fec06aa6cc23a65e9d9033e40
BLAKE2b-256 c4c5cc6306f4322fdd0b06c618f12875fc556c56ad581a2d05c796ae52e3af33

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.34.0rc1-cp37-cp37m-manylinux2014_x86_64.whl
  • Upload date:
  • Size: 3.9 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.53.0 CPython/3.8.5

File hashes

Hashes for grpcio-1.34.0rc1-cp37-cp37m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c4019cc51a52d03afe74f5ca2f27b93285f85cb58a7df434523df4f917ed4b5a
MD5 f406be1d5061ec61d6cc06e70fe108c4
BLAKE2b-256 91385a34acd64673e52308db3d32f0bdedfe815ae84d8c61daa5d4ae70b26437

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.34.0rc1-cp37-cp37m-manylinux2014_i686.whl
  • Upload date:
  • Size: 4.0 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.53.0 CPython/3.8.5

File hashes

Hashes for grpcio-1.34.0rc1-cp37-cp37m-manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3f004c5b97b1bdfecefc819d43338e82117a7fdcdcb85360cdb7d6cee2a452cf
MD5 051538232461a0759a088610f53ee2cf
BLAKE2b-256 01d7eba7507deecf32a7692fcfbf1116e4f3570e35c476d88264118345fe5df2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.34.0rc1-cp37-cp37m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 3.8 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.53.0 CPython/3.8.5

File hashes

Hashes for grpcio-1.34.0rc1-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 7916cba64d4b362d6676b6c8d710858ebbbb328e1925eb390b64d5d4d258cd94
MD5 5e43ec725815eeb8c71b835c22ac75e7
BLAKE2b-256 cbd540cc94972f8d61bb91cf123e092251a326e6696054c540716410c70fa4d9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.34.0rc1-cp37-cp37m-manylinux2010_i686.whl
  • Upload date:
  • Size: 3.9 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.53.0 CPython/3.8.5

File hashes

Hashes for grpcio-1.34.0rc1-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 277660eb89f8c307daf1e0cf2eabb431238785dcfa6dbc94dce5afb7f28b0bec
MD5 644fab43324b0d361940e814da8b3bb9
BLAKE2b-256 21d68d671bb4406fd09f4db441e6a55548ce71b306340ef833d883f107db9a80

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.34.0rc1-cp37-cp37m-macosx_10_10_x86_64.whl
  • Upload date:
  • Size: 3.6 MB
  • Tags: CPython 3.7m, macOS 10.10+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.53.0 CPython/3.8.5

File hashes

Hashes for grpcio-1.34.0rc1-cp37-cp37m-macosx_10_10_x86_64.whl
Algorithm Hash digest
SHA256 fff25386ef91fa997961086cdebcf0c34573e1183dc85be798f6cdf5be094da1
MD5 225967665beb1a98cdf0d185bf9502b2
BLAKE2b-256 674c537ca3bfded08593aa976eece1437ee9a6cde2425ecbdf19a095d6a60946

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.34.0rc1-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 2.8 MB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.53.0 CPython/3.8.5

File hashes

Hashes for grpcio-1.34.0rc1-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 1de1f9da5ea1d2e06cda071200db1da5248c31f37d9eb8bf09c4a1638c0664b8
MD5 6abbd01d7961c22e4e3057826b9425b8
BLAKE2b-256 7da2d6cc81224098c418983117f755a09d4426b89641a9175512f5ae1966d535

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.34.0rc1-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.53.0 CPython/3.8.5

File hashes

Hashes for grpcio-1.34.0rc1-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 0f2d72152698f4d47eb8c584f484246a2f6b34bca3c971354eeae8f073c0be58
MD5 81b4501528bca8389b0cf0273a9164d7
BLAKE2b-256 db59340ba39265844a0da4edd39913489a4762bb87a49a8f0c3711957e2f6309

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.34.0rc1-cp36-cp36m-manylinux2014_x86_64.whl
  • Upload date:
  • Size: 4.0 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.53.0 CPython/3.8.5

File hashes

Hashes for grpcio-1.34.0rc1-cp36-cp36m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5fb654d15f20c093e0f627b6bc5e7e44fd8488507cc7a47fb5e30a2e75209b87
MD5 7875244a49aee63bfa5019012bafb59d
BLAKE2b-256 d8771326ef487848caf2585a26f89edb78e1e10191fbf090bbfe748c8873c763

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.34.0rc1-cp36-cp36m-manylinux2014_i686.whl
  • Upload date:
  • Size: 4.0 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.53.0 CPython/3.8.5

File hashes

Hashes for grpcio-1.34.0rc1-cp36-cp36m-manylinux2014_i686.whl
Algorithm Hash digest
SHA256 91840915caf07f7cb6cdf6a1bec90d27c29e8205a90382e8d501a0b43fbeb4fe
MD5 8b2cfd984c2d889f2aceaaad222bbd41
BLAKE2b-256 dc891ad572b7f3eaa19be2105b3c4fea88e050aed70572ea34b78bf3bfe314c9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.34.0rc1-cp36-cp36m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 3.8 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.53.0 CPython/3.8.5

File hashes

Hashes for grpcio-1.34.0rc1-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 cbee4d017ebd5005875511c381bb11b8ab15555d0a024161f2290a5d9a30d2ed
MD5 59409edc3de2eef4b4b7e10a23099823
BLAKE2b-256 5b2800e78d4ef2d11758f20944b688c4e8ee4949ef7d6a4d26e08caffe662575

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.34.0rc1-cp36-cp36m-manylinux2010_i686.whl
  • Upload date:
  • Size: 3.9 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.53.0 CPython/3.8.5

File hashes

Hashes for grpcio-1.34.0rc1-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 d8d190c722be1e939251072f1d0f1e2b0d3bafdc6395170b585d8c23824cba78
MD5 b0774c4edeb3060fe61c33862c530cb1
BLAKE2b-256 ab966b9300d88bf86ad7c4b67ba98fec80c64b71a90892190ef99f8623e81526

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.34.0rc1-cp36-cp36m-macosx_10_10_x86_64.whl
  • Upload date:
  • Size: 3.7 MB
  • Tags: CPython 3.6m, macOS 10.10+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.53.0 CPython/3.8.5

File hashes

Hashes for grpcio-1.34.0rc1-cp36-cp36m-macosx_10_10_x86_64.whl
Algorithm Hash digest
SHA256 ab2a879b02693cdbf1cb8f3d8ef9973ec667c97e47fc2984cf8ec5b999aec901
MD5 28e6ddb88ce748fa6da125a50e845726
BLAKE2b-256 35cbeeb70d3c542f1f8b0bfb4bebe58bb0b828aa18565c1c033077ab52ba8b96

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.34.0rc1-cp36-cp36m-linux_armv7l.whl
  • Upload date:
  • Size: 30.5 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.53.0 CPython/3.8.5

File hashes

Hashes for grpcio-1.34.0rc1-cp36-cp36m-linux_armv7l.whl
Algorithm Hash digest
SHA256 8db5de79deb42e41ed699fb58b0875be2e46e5da749ee34abb0d19ec35ef59a7
MD5 5eb0abf8b5a1ce811863e8d314b4a326
BLAKE2b-256 270689b929568c0b767a91bd78604b6b038744da152c4a18ab4e00498489a426

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.34.0rc1-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 2.7 MB
  • Tags: CPython 3.5m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.53.0 CPython/3.8.5

File hashes

Hashes for grpcio-1.34.0rc1-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 f57bbde090807e0988f2ca9ce0ffb27206da6bbc75cb593c1f0625677027ff54
MD5 16a0d865455d0df6f6a7dec80d311bb2
BLAKE2b-256 c995a035e0a9f70516a2966277b45535f9f4e4920f88f279416e3850e4272a89

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.34.0rc1-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.5m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.53.0 CPython/3.8.5

File hashes

Hashes for grpcio-1.34.0rc1-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 52abfe2d1534d76414f6f552ae454f271a4d203d51f2cc8ae66c30fd1b1ac9fa
MD5 0f2f228a913f53ef21cd67d1402a41d4
BLAKE2b-256 42948bf142a9413466a13d6215aeb1d8e9999a517a3e58edfbc185cdb2493d7b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.34.0rc1-cp35-cp35m-manylinux2014_x86_64.whl
  • Upload date:
  • Size: 3.9 MB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.53.0 CPython/3.8.5

File hashes

Hashes for grpcio-1.34.0rc1-cp35-cp35m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 84b7519cb8d7effcf2698dddd3de2db51f68fd8e15cde26365ad0ac26ff1b424
MD5 e543fb076cca4b48971408b63be8d4bb
BLAKE2b-256 9d4a313d992e8855600090dddf6488bb77551164edd69697430db1bed7cbff67

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.34.0rc1-cp35-cp35m-manylinux2014_i686.whl
  • Upload date:
  • Size: 4.0 MB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.53.0 CPython/3.8.5

File hashes

Hashes for grpcio-1.34.0rc1-cp35-cp35m-manylinux2014_i686.whl
Algorithm Hash digest
SHA256 af41c605f35fc2904e3559eecd5bb98fc909eb57e4e76bee10df2807baf71cff
MD5 dd2679a7b7085fedab8330de90b40e4d
BLAKE2b-256 0ee19dc6ac26a5d8ba73710050b86727cf9f2a992d88f080183bcd0cc3a9f70a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.34.0rc1-cp35-cp35m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 3.8 MB
  • Tags: CPython 3.5m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.53.0 CPython/3.8.5

File hashes

Hashes for grpcio-1.34.0rc1-cp35-cp35m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 a1cde1acdfdbd51a1e9ecb288fdcd3a2c6d1e96df41bf13090dc3b11ce0ad323
MD5 6b35b291a45b3535e9354cf320f9071d
BLAKE2b-256 b1f0f3d78d50a2138e36b149e25758488af51cf91041d16c66adc13fed537cde

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.34.0rc1-cp35-cp35m-manylinux2010_i686.whl
  • Upload date:
  • Size: 3.8 MB
  • Tags: CPython 3.5m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.53.0 CPython/3.8.5

File hashes

Hashes for grpcio-1.34.0rc1-cp35-cp35m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 e93f84bc0f812398faf29ba24743af60b2a6c6eaf21a623ceaa68a476dfa1da1
MD5 bbae49eb2270e6a88300a65f97437113
BLAKE2b-256 579812e54a36389d1b2c1fc0aeb27f2cd2ffc22a36d8f23fe0006e299e063cbb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.34.0rc1-cp35-cp35m-macosx_10_10_intel.whl
  • Upload date:
  • Size: 6.4 MB
  • Tags: CPython 3.5m, macOS 10.10+ intel
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.53.0 CPython/3.8.5

File hashes

Hashes for grpcio-1.34.0rc1-cp35-cp35m-macosx_10_10_intel.whl
Algorithm Hash digest
SHA256 a5d6ae17b048bff783e0758fae3c5e6b6af25c8691e538b5910e902335789926
MD5 b3f2bd50df855863b2e8e77c46cad486
BLAKE2b-256 19ed585ca1ce2974d0f352b4979252b778acc68970f1b350352d667685a93dff

See more details on using hashes here.

File details

Details for the file grpcio-1.34.0rc1-cp35-cp35m-linux_armv7l.whl.

File metadata

  • Download URL: grpcio-1.34.0rc1-cp35-cp35m-linux_armv7l.whl
  • Upload date:
  • Size: 30.4 MB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.53.0 CPython/3.8.5

File hashes

Hashes for grpcio-1.34.0rc1-cp35-cp35m-linux_armv7l.whl
Algorithm Hash digest
SHA256 0fb6448abc96571ad9939e8d5e8f711b88cff389079e30ba7114f9f66869b81a
MD5 a3fe01b24c3e26268c2924f5d6f08f67
BLAKE2b-256 76258585ded871175e709d778d4ed5d5e993ce69ca87fb2c45ac1a2a88d65b59

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.34.0rc1-cp27-cp27mu-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 3.8 MB
  • Tags: CPython 2.7mu, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.53.0 CPython/3.8.5

File hashes

Hashes for grpcio-1.34.0rc1-cp27-cp27mu-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 8e747e17c688922d7bf42258d7444811063cad969971833b67ea8dcc83d89325
MD5 4d02a7757b836a02acb3409fb3df567a
BLAKE2b-256 b7744eda0846693827643269a0af4d64f30814e7286015c835f0715bdab7f169

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.34.0rc1-cp27-cp27mu-manylinux2010_i686.whl
  • Upload date:
  • Size: 3.8 MB
  • Tags: CPython 2.7mu, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.53.0 CPython/3.8.5

File hashes

Hashes for grpcio-1.34.0rc1-cp27-cp27mu-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 da7639606304320c1c6f6ed77f3f83fc28c870eb87d2fc309747789d8747439c
MD5 6d236393afcca03f76964c44e4ba70d3
BLAKE2b-256 9b9823d855777fb247ffae595f30c02d1dc4d94f4c666f5d1f71f6eddc24e844

See more details on using hashes here.

File details

Details for the file grpcio-1.34.0rc1-cp27-cp27mu-linux_armv7l.whl.

File metadata

  • Download URL: grpcio-1.34.0rc1-cp27-cp27mu-linux_armv7l.whl
  • Upload date:
  • Size: 30.2 MB
  • Tags: CPython 2.7mu
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.53.0 CPython/3.8.5

File hashes

Hashes for grpcio-1.34.0rc1-cp27-cp27mu-linux_armv7l.whl
Algorithm Hash digest
SHA256 86962b6a0378d1b3547f5c796d65b3ef215d0da27e95adc08f3a778cf54aee98
MD5 553248df7383a85726727d979adcb61b
BLAKE2b-256 dd56cb5f14a21941709b7ec13e541a95ac3b5a27c203cd641a50ea77a7c3f916

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.34.0rc1-cp27-cp27m-win_amd64.whl
  • Upload date:
  • Size: 2.9 MB
  • Tags: CPython 2.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.53.0 CPython/3.8.5

File hashes

Hashes for grpcio-1.34.0rc1-cp27-cp27m-win_amd64.whl
Algorithm Hash digest
SHA256 cf197f44ad1c5d717af4c8ec2af89f95db937d3b7a453ef30c2e59d87a32f947
MD5 2cd52a3fee95154514e7056400870817
BLAKE2b-256 6229003bdd2414568692ce2093e59db593462c0935f4506501dfb23579c79acf

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.34.0rc1-cp27-cp27m-win32.whl
  • Upload date:
  • Size: 3.0 MB
  • Tags: CPython 2.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.53.0 CPython/3.8.5

File hashes

Hashes for grpcio-1.34.0rc1-cp27-cp27m-win32.whl
Algorithm Hash digest
SHA256 efc6e7dd3f2497eae5a0ad91be1453980b8359a56679bf76a2a6d1effa8f5735
MD5 d93596dd8f05002bb93da30e1c67e082
BLAKE2b-256 f4fb5c1ccd3f26b3dd596a0b2cdf7a27d7a35ccd34c686f16999fb76d1dfea4c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.34.0rc1-cp27-cp27m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 3.8 MB
  • Tags: CPython 2.7m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.53.0 CPython/3.8.5

File hashes

Hashes for grpcio-1.34.0rc1-cp27-cp27m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 e26a261893751c74138ea2bc81e896b2bb6f2f7ddf87fcfb6ea41756dd50ce7c
MD5 8fb92707277d6ac55af5da5a32cd2b67
BLAKE2b-256 b0c18e7fc5663f8114592e7f307542172beab6158e00abbd387dfb9802944fef

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.34.0rc1-cp27-cp27m-manylinux2010_i686.whl
  • Upload date:
  • Size: 3.8 MB
  • Tags: CPython 2.7m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.53.0 CPython/3.8.5

File hashes

Hashes for grpcio-1.34.0rc1-cp27-cp27m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 d3999b4f50b3635582eacb9efc7f6bc10b98c5264ce890e61f2de2b8b7426681
MD5 b66708b21726ed35d90566e570d359b9
BLAKE2b-256 4a06a024f602e064a91610306a9d5d2ab33471d41791b6a20c1c0d6972e1c19f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.34.0rc1-cp27-cp27m-macosx_10_10_x86_64.whl
  • Upload date:
  • Size: 3.6 MB
  • Tags: CPython 2.7m, macOS 10.10+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.53.0 CPython/3.8.5

File hashes

Hashes for grpcio-1.34.0rc1-cp27-cp27m-macosx_10_10_x86_64.whl
Algorithm Hash digest
SHA256 095b09b4a1b1f9f2f482af0d8a3d550ba7425f0bc39e0f92e79eed1064257b3b
MD5 159d33754c7d5b10d31e0a9df0fd6db1
BLAKE2b-256 c70bc81b2fa4f2300a383608d92dfd1c58c0ce95f5ca529c1d89bb170730283f

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