Skip to main content

HTTP/2-based RPC framework

Project description

compat_check_pypi

Package for gRPC Python.

Supported Python Versions

Python >= 3.5

Deprecated Python Versions

Python == 2.7. Python 2.7 support will be removed on January 1, 2020.

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 $(curl -L https://grpc.io/release) 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.27.1.tar.gz (16.9 MB view details)

Uploaded Source

Built Distributions

grpcio-1.27.1-cp38-cp38-win_amd64.whl (2.1 MB view details)

Uploaded CPython 3.8 Windows x86-64

grpcio-1.27.1-cp38-cp38-win32.whl (1.7 MB view details)

Uploaded CPython 3.8 Windows x86

grpcio-1.27.1-cp38-cp38-manylinux2010_x86_64.whl (2.7 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

grpcio-1.27.1-cp38-cp38-manylinux2010_i686.whl (2.9 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

grpcio-1.27.1-cp38-cp38-manylinux1_x86_64.whl (2.7 MB view details)

Uploaded CPython 3.8

grpcio-1.27.1-cp38-cp38-manylinux1_i686.whl (2.7 MB view details)

Uploaded CPython 3.8

grpcio-1.27.1-cp38-cp38-macosx_10_9_x86_64.whl (2.5 MB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

grpcio-1.27.1-cp37-cp37m-win_amd64.whl (1.9 MB view details)

Uploaded CPython 3.7m Windows x86-64

grpcio-1.27.1-cp37-cp37m-win32.whl (1.6 MB view details)

Uploaded CPython 3.7m Windows x86

grpcio-1.27.1-cp37-cp37m-manylinux2010_x86_64.whl (2.7 MB view details)

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

grpcio-1.27.1-cp37-cp37m-manylinux2010_i686.whl (2.9 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

grpcio-1.27.1-cp37-cp37m-manylinux1_x86_64.whl (2.7 MB view details)

Uploaded CPython 3.7m

grpcio-1.27.1-cp37-cp37m-manylinux1_i686.whl (2.7 MB view details)

Uploaded CPython 3.7m

grpcio-1.27.1-cp37-cp37m-macosx_10_9_x86_64.whl (2.5 MB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

grpcio-1.27.1-cp36-cp36m-win_amd64.whl (2.0 MB view details)

Uploaded CPython 3.6m Windows x86-64

grpcio-1.27.1-cp36-cp36m-win32.whl (1.7 MB view details)

Uploaded CPython 3.6m Windows x86

grpcio-1.27.1-cp36-cp36m-manylinux2010_x86_64.whl (2.7 MB view details)

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

grpcio-1.27.1-cp36-cp36m-manylinux2010_i686.whl (2.9 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

grpcio-1.27.1-cp36-cp36m-manylinux1_x86_64.whl (2.7 MB view details)

Uploaded CPython 3.6m

grpcio-1.27.1-cp36-cp36m-manylinux1_i686.whl (2.7 MB view details)

Uploaded CPython 3.6m

grpcio-1.27.1-cp36-cp36m-macosx_10_9_x86_64.whl (2.5 MB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

grpcio-1.27.1-cp36-cp36m-linux_armv7l.whl (17.2 MB view details)

Uploaded CPython 3.6m

grpcio-1.27.1-cp35-cp35m-win_amd64.whl (2.0 MB view details)

Uploaded CPython 3.5m Windows x86-64

grpcio-1.27.1-cp35-cp35m-win32.whl (1.7 MB view details)

Uploaded CPython 3.5m Windows x86

grpcio-1.27.1-cp35-cp35m-manylinux2010_x86_64.whl (2.7 MB view details)

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

grpcio-1.27.1-cp35-cp35m-manylinux2010_i686.whl (2.9 MB view details)

Uploaded CPython 3.5m manylinux: glibc 2.12+ i686

grpcio-1.27.1-cp35-cp35m-manylinux1_x86_64.whl (2.7 MB view details)

Uploaded CPython 3.5m

grpcio-1.27.1-cp35-cp35m-manylinux1_i686.whl (18.0 MB view details)

Uploaded CPython 3.5m

grpcio-1.27.1-cp35-cp35m-macosx_10_7_intel.whl (4.7 MB view details)

Uploaded CPython 3.5m macOS 10.7+ intel

grpcio-1.27.1-cp35-cp35m-linux_armv7l.whl (17.1 MB view details)

Uploaded CPython 3.5m

grpcio-1.27.1-cp27-cp27mu-manylinux2010_x86_64.whl (21.1 MB view details)

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

grpcio-1.27.1-cp27-cp27mu-manylinux2010_i686.whl (17.4 MB view details)

Uploaded CPython 2.7mu manylinux: glibc 2.12+ i686

grpcio-1.27.1-cp27-cp27mu-manylinux1_x86_64.whl (18.3 MB view details)

Uploaded CPython 2.7mu

grpcio-1.27.1-cp27-cp27mu-manylinux1_i686.whl (17.8 MB view details)

Uploaded CPython 2.7mu

grpcio-1.27.1-cp27-cp27mu-linux_armv7l.whl (16.9 MB view details)

Uploaded CPython 2.7mu

grpcio-1.27.1-cp27-cp27m-win_amd64.whl (2.2 MB view details)

Uploaded CPython 2.7m Windows x86-64

grpcio-1.27.1-cp27-cp27m-win32.whl (2.3 MB view details)

Uploaded CPython 2.7m Windows x86

grpcio-1.27.1-cp27-cp27m-manylinux2010_x86_64.whl (21.0 MB view details)

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

grpcio-1.27.1-cp27-cp27m-manylinux2010_i686.whl (17.5 MB view details)

Uploaded CPython 2.7m manylinux: glibc 2.12+ i686

grpcio-1.27.1-cp27-cp27m-manylinux1_x86_64.whl (18.3 MB view details)

Uploaded CPython 2.7m

grpcio-1.27.1-cp27-cp27m-manylinux1_i686.whl (17.8 MB view details)

Uploaded CPython 2.7m

grpcio-1.27.1-cp27-cp27m-macosx_10_9_x86_64.whl (2.5 MB view details)

Uploaded CPython 2.7m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: grpcio-1.27.1.tar.gz
  • Upload date:
  • Size: 16.9 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/2.7.17rc1

File hashes

Hashes for grpcio-1.27.1.tar.gz
Algorithm Hash digest
SHA256 a899725d34769a498ecd3be154021c4368dd22bdc69473f6ec46779696f626c4
MD5 ccaf4e7eb4f031d926fb80035d193b98
BLAKE2b-256 e5db2b747faac8d840223f406dda2aa048e9cc1ef297005d42a80af1224b4e77

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.27.1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 2.1 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/2.7.17rc1

File hashes

Hashes for grpcio-1.27.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 8f8cc652ad0f269851da2ac1bf88f50cadb6ea80999c22a338a2ea016983f1a9
MD5 5e31640645d1947f2ac0e14e472e91ac
BLAKE2b-256 96f7935cf301d62a0c1f688ad6f3d68eadbc720ee9c0b37756f9f26814897402

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.27.1-cp38-cp38-win32.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/2.7.17rc1

File hashes

Hashes for grpcio-1.27.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 692145878e7913b767546a1c2741655340d9d2f30c485700605e46e55929ec8d
MD5 67ca2729a40780294b6fb0613280c493
BLAKE2b-256 1631d51cebb11e0ccbba77ea7e693babbac1317bb66464e5575b504a9e75d3a8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.27.1-cp38-cp38-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 2.7 MB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/2.7.17rc1

File hashes

Hashes for grpcio-1.27.1-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 bdd602a52c9bf86f9a126a75b304a90c055035296955127db9df33aebf043021
MD5 65b6694e042d7ed10e85ecb82b565fb3
BLAKE2b-256 80751d49b5f69ed38fa91bb942872299987a09e39fe057e444b0a79e05fd72af

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.27.1-cp38-cp38-manylinux2010_i686.whl
  • Upload date:
  • Size: 2.9 MB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/2.7.17rc1

File hashes

Hashes for grpcio-1.27.1-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 80b7b16e74b4d6ebcaa3a5819294df1636a397efb90567b7afe5607c085c288c
MD5 8e6c40a13da033d97a788724d7abb290
BLAKE2b-256 3d0880f134dc303446e421454e907f5e7319f9e322dc96d703c8b848f812c243

See more details on using hashes here.

File details

Details for the file grpcio-1.27.1-cp38-cp38-manylinux1_x86_64.whl.

File metadata

  • Download URL: grpcio-1.27.1-cp38-cp38-manylinux1_x86_64.whl
  • Upload date:
  • Size: 2.7 MB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/2.7.17rc1

File hashes

Hashes for grpcio-1.27.1-cp38-cp38-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 f2eff46bc020043de5581e3e77ad7c3da6c5346d6430bbaaabc354675564ff97
MD5 2e908a1d6d06bd22e63b61ec29e40a6c
BLAKE2b-256 4e2b92b00acc44ede6545493f3b5fcbff071d5d5af3780c418c0d7ce47fcb39f

See more details on using hashes here.

File details

Details for the file grpcio-1.27.1-cp38-cp38-manylinux1_i686.whl.

File metadata

  • Download URL: grpcio-1.27.1-cp38-cp38-manylinux1_i686.whl
  • Upload date:
  • Size: 2.7 MB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/2.7.17rc1

File hashes

Hashes for grpcio-1.27.1-cp38-cp38-manylinux1_i686.whl
Algorithm Hash digest
SHA256 ee2bf83129b1952261a9cea61adbe58c4dd6b701a05bb55dc31bd917322ab99f
MD5 dc2932ef26dc6636a74e45d30c7a7f31
BLAKE2b-256 8fd6222e0d1d58b3328d30bcd8578924f09be83d7d3c53d7c89d9fc5a81e1f12

See more details on using hashes here.

File details

Details for the file grpcio-1.27.1-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: grpcio-1.27.1-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 2.5 MB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/2.7.17rc1

File hashes

Hashes for grpcio-1.27.1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 259659c947aaee67c306d08ce3b664f8d78abb7a0f190ae349a1bc96c7b2ff59
MD5 1649d20f5cdf9f2baa2892d252b09af9
BLAKE2b-256 945c527f0e599a92997b40dfd1333366763be3ad164495836a0e56a8d85ef438

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.27.1-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/2.7.17rc1

File hashes

Hashes for grpcio-1.27.1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 8c77e99e6aa6a98c55e3bf240271f38d705f35e4bfbcda9d90d59e6cad0fbde6
MD5 2608c8434e30c3d8e052153f1019c156
BLAKE2b-256 043ced9d6f653422777d11c8df359b57e569f630264fbc19962819c5ef2cc056

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.27.1-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/2.7.17rc1

File hashes

Hashes for grpcio-1.27.1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 38d7427586963ed08e75820c7f3dbd99a9bb48cb608470655717602e7f4e6af6
MD5 27277a6501cb98ced4a45b66aa062e8f
BLAKE2b-256 54d2393b7f256100502f15f8e123bd20eecf005c6831a672cf97ea442c94a896

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.27.1-cp37-cp37m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 2.7 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/2.7.17rc1

File hashes

Hashes for grpcio-1.27.1-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 c3bf9384b1cd55de1b08c6fbeb93756d7c38af9ba57cd8aec05c41645ffeac5f
MD5 c9d82e7739d2dc1c7c3d2ef9337d6c45
BLAKE2b-256 cfe4c13705968795f33719be6c253a7bda27ea90b3650af54648593ad8257a90

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.27.1-cp37-cp37m-manylinux2010_i686.whl
  • Upload date:
  • Size: 2.9 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/2.7.17rc1

File hashes

Hashes for grpcio-1.27.1-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 bb060dcdcc20359d565dfee36e2c906968c4fe73392e75d3de1c6025a4280b24
MD5 d365a80a9f628e693316568a1568519d
BLAKE2b-256 c193bb2586d0ce1d81f8e293e9b0bf7fb70c2ed64b3ecd5e025e63fbc34c7732

See more details on using hashes here.

File details

Details for the file grpcio-1.27.1-cp37-cp37m-manylinux1_x86_64.whl.

File metadata

  • Download URL: grpcio-1.27.1-cp37-cp37m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 2.7 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/2.7.17rc1

File hashes

Hashes for grpcio-1.27.1-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 70d876631af27383d59071f298b6e7827910d058cf00ede12222f8b73c6933cc
MD5 284fb89e83dc7b165345976183af8c84
BLAKE2b-256 ce45c78b566b612240208b6710559ee63fd0c9f4eddf77502398472fee879305

See more details on using hashes here.

File details

Details for the file grpcio-1.27.1-cp37-cp37m-manylinux1_i686.whl.

File metadata

  • Download URL: grpcio-1.27.1-cp37-cp37m-manylinux1_i686.whl
  • Upload date:
  • Size: 2.7 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/2.7.17rc1

File hashes

Hashes for grpcio-1.27.1-cp37-cp37m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 aa4108228c056e10f46aa012935646fe42b88fa30496ce28cc74f8d444534cca
MD5 b3083c14250d439b6f646fbce2beee46
BLAKE2b-256 972bf0778b435eaa4a9ad0617e1ff9e3e2c39cdb80a61c49eff14cff3e5e4787

See more details on using hashes here.

File details

Details for the file grpcio-1.27.1-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: grpcio-1.27.1-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 2.5 MB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/2.7.17rc1

File hashes

Hashes for grpcio-1.27.1-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9ed2b218ed83d088c159709ad6344edf85226de796036cf55253e98d297b64f5
MD5 3b4901a8b31e7ceab417802132c20249
BLAKE2b-256 ca051df66e93eb404ac7d0b1873fbe94f5922d02465e1fce7f746dce28a2bc5d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.27.1-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/2.7.17rc1

File hashes

Hashes for grpcio-1.27.1-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 3b8f4c2f8db147bab6bbbe7b14a9f74e154f59572f5031ba1cf932045b73b7c9
MD5 3fd0f09fd9300c5ccfb85f369e3c49fc
BLAKE2b-256 81c882db41ff95329b1b6de90aad4073d61fc020b344c61bdebda53931df17f8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.27.1-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/2.7.17rc1

File hashes

Hashes for grpcio-1.27.1-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 79e7beb53d4da29f6e9527137948c702fe2829fa5644e755bca0bcefc67a8654
MD5 7120ac40272daec4ccd7eca011db4c5c
BLAKE2b-256 991decc12979b851829d15248cd8bf74af9b570319883211d5699128d1e4f20a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.27.1-cp36-cp36m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 2.7 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/2.7.17rc1

File hashes

Hashes for grpcio-1.27.1-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 24cc8bab24a9799c574795ad2ec1c11430c84dd5acefb49d34439e72ca8b4aa5
MD5 8cb96ff957b38aab4e12edea4ffd0cde
BLAKE2b-256 456dee60b05e5e6df8d27561bcb2579b4b2e4004561be7c843768359e005093b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.27.1-cp36-cp36m-manylinux2010_i686.whl
  • Upload date:
  • Size: 2.9 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/2.7.17rc1

File hashes

Hashes for grpcio-1.27.1-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 fcd38f293e5380335e6ec36174b34ed9a136cfb23a76082770f6180888819f28
MD5 ccfc47e7a630611aa26d16d4ac5fc682
BLAKE2b-256 f43826f3246bf5236618f50a39f71a0b86a57c31dae3919247064bb20af66e46

See more details on using hashes here.

File details

Details for the file grpcio-1.27.1-cp36-cp36m-manylinux1_x86_64.whl.

File metadata

  • Download URL: grpcio-1.27.1-cp36-cp36m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 2.7 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/2.7.17rc1

File hashes

Hashes for grpcio-1.27.1-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 3199b373dfab8e3fc77aac794c8bd59593ba75d6d7c7e5585dfe496367b053d5
MD5 9dbdd78a0edb9b68a269d0d4eaa3b42c
BLAKE2b-256 67cb80f204469f08cefced8f1369a56599568b7f27e0aacde78ded55a4fc8cf9

See more details on using hashes here.

File details

Details for the file grpcio-1.27.1-cp36-cp36m-manylinux1_i686.whl.

File metadata

  • Download URL: grpcio-1.27.1-cp36-cp36m-manylinux1_i686.whl
  • Upload date:
  • Size: 2.7 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/2.7.17rc1

File hashes

Hashes for grpcio-1.27.1-cp36-cp36m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 c67278a23cb18008eab9ae1362f0e9d477ca8b8779d1ed601d9250d130ed2ed4
MD5 8825fea5938dd2a505245c59c84c95a2
BLAKE2b-256 37bbe473e9a06ec780361df0a49b4b69b7ccc378e27c9a7601240d607062b3c4

See more details on using hashes here.

File details

Details for the file grpcio-1.27.1-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: grpcio-1.27.1-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 2.5 MB
  • Tags: CPython 3.6m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/2.7.17rc1

File hashes

Hashes for grpcio-1.27.1-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4d1ef5fa46848e073f10fde5e63c2228d8a36e850a7422c84cd470c930eb9408
MD5 d36063747bcb4ebeaaa4bb054e1da4dc
BLAKE2b-256 32e1f6792b63f892acad4991b6d2729bb8c01d25242c098ac85238a0fd93fbe0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.27.1-cp36-cp36m-linux_armv7l.whl
  • Upload date:
  • Size: 17.2 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/2.7.17rc1

File hashes

Hashes for grpcio-1.27.1-cp36-cp36m-linux_armv7l.whl
Algorithm Hash digest
SHA256 882a529b5c2ad498dd79fc3238a9f99249a140d3502df2bdc342b5f59b9555e3
MD5 54b4399a55f9fb9a9dfeaeb3cea069fb
BLAKE2b-256 bd201647a7f47f4faffc8f8c22d473d45bff3e5160a32e1c68ab97dbb1096133

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.27.1-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.5m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/2.7.17rc1

File hashes

Hashes for grpcio-1.27.1-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 d444659793b0177eca9c0d5189662f1e176faadc579e7aec9d6b4cd58654a05c
MD5 dabd72b58f21e583ce3d9112c38dda99
BLAKE2b-256 de0bf89e400b4d0814e7253f586b756b232d79bc8d3898914493a0774a00f62e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.27.1-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.5m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/2.7.17rc1

File hashes

Hashes for grpcio-1.27.1-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 a032bd4cd05bf5112271f8c481a7161fbb67dc4191a12b9c04fd49c9058ae3fd
MD5 a0fd4dfa69a0e3f6aac4b78f797f8709
BLAKE2b-256 99e917d2caa935e2c327612a90bc16caa8cef20ff7ab1a6e0a29602ec9b6a51e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.27.1-cp35-cp35m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 2.7 MB
  • Tags: CPython 3.5m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/2.7.17rc1

File hashes

Hashes for grpcio-1.27.1-cp35-cp35m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 be96fd0c8048c1b04b181b36c18274c564abc5d4f868f20a17fce0cd0f02ba81
MD5 d546d93b995a1d55a48577cbb341531a
BLAKE2b-256 4f52f16adf6cce2f9dc2ebbf079d9fcb49a5ef00f99fba29a27960be76c145a6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.27.1-cp35-cp35m-manylinux2010_i686.whl
  • Upload date:
  • Size: 2.9 MB
  • Tags: CPython 3.5m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/2.7.17rc1

File hashes

Hashes for grpcio-1.27.1-cp35-cp35m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 99fbd1b75d0aa9c61b09eb4975e97b35f3c1b7a0b507b7507c8904dbadb8318c
MD5 3e6841d7dd780b5980d15458b016cfa7
BLAKE2b-256 c5ca391f4281c19e75d249b0a38bb35873e5c207f658fa02379af6555fca5a61

See more details on using hashes here.

File details

Details for the file grpcio-1.27.1-cp35-cp35m-manylinux1_x86_64.whl.

File metadata

  • Download URL: grpcio-1.27.1-cp35-cp35m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 2.7 MB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/2.7.17rc1

File hashes

Hashes for grpcio-1.27.1-cp35-cp35m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 421e91334b2e296927047722c7f2f2e622e1eee5938bdaebc74b956ea1451dcf
MD5 18de2a0657ecc4f8e8d351cf0139565c
BLAKE2b-256 7c9dc1201ba20b531b140f00ccc5cfb8906c2d0055baa41cceaedbf56be9e98e

See more details on using hashes here.

File details

Details for the file grpcio-1.27.1-cp35-cp35m-manylinux1_i686.whl.

File metadata

  • Download URL: grpcio-1.27.1-cp35-cp35m-manylinux1_i686.whl
  • Upload date:
  • Size: 18.0 MB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.21.0 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.17rc1

File hashes

Hashes for grpcio-1.27.1-cp35-cp35m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 a494b81441af0eba8dea62cd6a0d78da0b99989ee98f361cbcfe5c34119452b7
MD5 3842fca5e570887c0ced7976c4d43207
BLAKE2b-256 bb6f8fc71f68b0b4add78fc3a28521f30d568b5c28d9fa758a24172aba0fb200

See more details on using hashes here.

File details

Details for the file grpcio-1.27.1-cp35-cp35m-macosx_10_7_intel.whl.

File metadata

  • Download URL: grpcio-1.27.1-cp35-cp35m-macosx_10_7_intel.whl
  • Upload date:
  • Size: 4.7 MB
  • Tags: CPython 3.5m, macOS 10.7+ intel
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/2.7.17rc1

File hashes

Hashes for grpcio-1.27.1-cp35-cp35m-macosx_10_7_intel.whl
Algorithm Hash digest
SHA256 1ebe3093958b46c72c3a4a63477f7b8e60e8887d9ac8b3bdfb9e9bec05caabd2
MD5 baa517d6ce0f231bc298050305ac6981
BLAKE2b-256 425f0055ed980b6ada5d56b3dd2e1bddd50689ba8cb65c08009ea1792a720e86

See more details on using hashes here.

File details

Details for the file grpcio-1.27.1-cp35-cp35m-linux_armv7l.whl.

File metadata

  • Download URL: grpcio-1.27.1-cp35-cp35m-linux_armv7l.whl
  • Upload date:
  • Size: 17.1 MB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.21.0 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.17rc1

File hashes

Hashes for grpcio-1.27.1-cp35-cp35m-linux_armv7l.whl
Algorithm Hash digest
SHA256 c57da980d054dc9dd6d052c710536c4d8efa5f41e2193eb1662f4381aa0d501a
MD5 a4408eb664df2e684dfdb18680de5a76
BLAKE2b-256 1c727b240ef9b5feab870e966ff7cffceb0a25a378bdaa3a675e755671677f41

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.27.1-cp27-cp27mu-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 21.1 MB
  • Tags: CPython 2.7mu, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.21.0 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.17rc1

File hashes

Hashes for grpcio-1.27.1-cp27-cp27mu-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 4ee8dbb9440aa8e578340c1d9e10deb053f70919bcc777676f8039190c76baf6
MD5 886ee3bdc9e60975d9bd65dcb8827a28
BLAKE2b-256 f2ae0f63b68b9aa99a9b05036940c00f8ffa8cd85ce2517b8a7d0f51a2e7fb7a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.27.1-cp27-cp27mu-manylinux2010_i686.whl
  • Upload date:
  • Size: 17.4 MB
  • Tags: CPython 2.7mu, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.21.0 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.17rc1

File hashes

Hashes for grpcio-1.27.1-cp27-cp27mu-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 1ffdf333741726792c47145dc8cde8c947ec41e82a7f9de920d0b73edc1e67e0
MD5 dc96341877a7ef6d7f878b913fa6c5d7
BLAKE2b-256 e80b68eea0a957c5b2b68d67c5a637e5db1120061fd2231846282b457b447fb9

See more details on using hashes here.

File details

Details for the file grpcio-1.27.1-cp27-cp27mu-manylinux1_x86_64.whl.

File metadata

  • Download URL: grpcio-1.27.1-cp27-cp27mu-manylinux1_x86_64.whl
  • Upload date:
  • Size: 18.3 MB
  • Tags: CPython 2.7mu
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.21.0 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.17rc1

File hashes

Hashes for grpcio-1.27.1-cp27-cp27mu-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 0adf01b7b79a88d4c98059805920f952d7149b4947a6c5e725955e62a61a2bea
MD5 4e9746c90ef0e64ff6c132fff9f4bdf0
BLAKE2b-256 b9390379c2d3357451609cf3f8b711c87418f20b31d683856b503fd047b66468

See more details on using hashes here.

File details

Details for the file grpcio-1.27.1-cp27-cp27mu-manylinux1_i686.whl.

File metadata

  • Download URL: grpcio-1.27.1-cp27-cp27mu-manylinux1_i686.whl
  • Upload date:
  • Size: 17.8 MB
  • Tags: CPython 2.7mu
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.21.0 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.17rc1

File hashes

Hashes for grpcio-1.27.1-cp27-cp27mu-manylinux1_i686.whl
Algorithm Hash digest
SHA256 9197de1aec35bc3b0130af71e35e872693b35c5b4f8e99a1ba34a867516174cb
MD5 be050d17d085d80f78105de3b6463682
BLAKE2b-256 fcd6b06bfdac9e94c2f7ec9767557b0939f9b5ae46d0f4c1e753946cc59bbe6a

See more details on using hashes here.

File details

Details for the file grpcio-1.27.1-cp27-cp27mu-linux_armv7l.whl.

File metadata

  • Download URL: grpcio-1.27.1-cp27-cp27mu-linux_armv7l.whl
  • Upload date:
  • Size: 16.9 MB
  • Tags: CPython 2.7mu
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.21.0 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.17rc1

File hashes

Hashes for grpcio-1.27.1-cp27-cp27mu-linux_armv7l.whl
Algorithm Hash digest
SHA256 0f2ca165eb5b1fe4532db84d0d99c5045ca20c4861f158c82bbca29655e55a08
MD5 8b1b2feedcd4ae86d0b8743c02ea640a
BLAKE2b-256 4dd3cc03ccdc277d976b2d47d2e256b68ab91994a90f3d8cfb2d6ebe6d709589

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.27.1-cp27-cp27m-win_amd64.whl
  • Upload date:
  • Size: 2.2 MB
  • Tags: CPython 2.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/2.7.17rc1

File hashes

Hashes for grpcio-1.27.1-cp27-cp27m-win_amd64.whl
Algorithm Hash digest
SHA256 6ac41f39100fe81558785d20601cdb7a179aa377c25a8b4e0c84b430b09d5ee7
MD5 2bd2251ac1fc90a58a9ebcaa0ac0c209
BLAKE2b-256 fdd77375fdc70099477557eec0d61c48dcb2b4b154953d47fa80b8f42ea4ae8b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.27.1-cp27-cp27m-win32.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 2.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/2.7.17rc1

File hashes

Hashes for grpcio-1.27.1-cp27-cp27m-win32.whl
Algorithm Hash digest
SHA256 090325ec265466ae6a875faf2d903dbbf6a3e3b78b468f6a5eef25b4f19aa3a0
MD5 dea669e20a5b50a86efcd32a12c57bf4
BLAKE2b-256 e4d4aab8f8fab37d00ab83798adbf40234f221c740189647d2fd5e5ef0259bf9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.27.1-cp27-cp27m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 21.0 MB
  • Tags: CPython 2.7m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.21.0 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.17rc1

File hashes

Hashes for grpcio-1.27.1-cp27-cp27m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 c7e6fee9b47ccf77e9c2f62fc9ddc468f620c8dc8c1ce44b421d60f89b8181ca
MD5 dc63b8a48b2efa270cbce3c9b3071d41
BLAKE2b-256 82c6483567f258a58146686546dfff11db895e5a0a4896c374a83f16b6fe5497

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.27.1-cp27-cp27m-manylinux2010_i686.whl
  • Upload date:
  • Size: 17.5 MB
  • Tags: CPython 2.7m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.21.0 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.17rc1

File hashes

Hashes for grpcio-1.27.1-cp27-cp27m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 c9177b593504b8b6932cb6d5e8e71bfa92b12ca05e670994f156e4805fd65103
MD5 e6b2bff5958a9e327846fdbebf13c214
BLAKE2b-256 bf4240e06050c37c320ef0d7ed0bcce89bfd8058d7cf2d6e5a99f5d9e892d715

See more details on using hashes here.

File details

Details for the file grpcio-1.27.1-cp27-cp27m-manylinux1_x86_64.whl.

File metadata

  • Download URL: grpcio-1.27.1-cp27-cp27m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 18.3 MB
  • Tags: CPython 2.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.21.0 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.17rc1

File hashes

Hashes for grpcio-1.27.1-cp27-cp27m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 313c202f7d3b4a60f610481186843754ec2d3eff08a7d7c80e31d4231dc30d3b
MD5 bd9dc5828d416eec57ebf1862b80ff0e
BLAKE2b-256 e9798fe6624fdaad20fd97d7470e6d77e01ae27b8f65e96f1e5179df7c5a9d6d

See more details on using hashes here.

File details

Details for the file grpcio-1.27.1-cp27-cp27m-manylinux1_i686.whl.

File metadata

  • Download URL: grpcio-1.27.1-cp27-cp27m-manylinux1_i686.whl
  • Upload date:
  • Size: 17.8 MB
  • Tags: CPython 2.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.21.0 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.17rc1

File hashes

Hashes for grpcio-1.27.1-cp27-cp27m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 e7064e2cb44beb6a5c629ed6f4a46e28f76f6e5b2c1b9fb78d9be092d0087793
MD5 cdc1c9b9f6fdce84199f5b1bf345e2d6
BLAKE2b-256 3c48a80ffa54c8f2280197897e86a81bea8f104c90d9ca4e8baf634d584320e2

See more details on using hashes here.

File details

Details for the file grpcio-1.27.1-cp27-cp27m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: grpcio-1.27.1-cp27-cp27m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 2.5 MB
  • Tags: CPython 2.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/2.7.17rc1

File hashes

Hashes for grpcio-1.27.1-cp27-cp27m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9fc0d666dbefcec490fc19282ea60111de56974537353bb74725a2c4f74f9922
MD5 33564898a7cdef0a033dd4a6b9cb99d9
BLAKE2b-256 ff2951d4255324fb9afdf07266dfb6d2e6d54c068282675e1294a9d1a689f28e

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