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

Uploaded Source

Built Distributions

grpcio-1.25.0-cp38-cp38-manylinux2010_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

grpcio-1.25.0-cp38-cp38-manylinux2010_i686.whl (2.6 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

grpcio-1.25.0-cp38-cp38-manylinux1_x86_64.whl (2.5 MB view details)

Uploaded CPython 3.8

grpcio-1.25.0-cp38-cp38-manylinux1_i686.whl (2.4 MB view details)

Uploaded CPython 3.8

grpcio-1.25.0-cp37-cp37m-win_amd64.whl (1.8 MB view details)

Uploaded CPython 3.7m Windows x86-64

grpcio-1.25.0-cp37-cp37m-win32.whl (1.5 MB view details)

Uploaded CPython 3.7m Windows x86

grpcio-1.25.0-cp37-cp37m-manylinux2010_x86_64.whl (2.4 MB view details)

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

grpcio-1.25.0-cp37-cp37m-manylinux2010_i686.whl (2.6 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

grpcio-1.25.0-cp37-cp37m-manylinux1_x86_64.whl (2.5 MB view details)

Uploaded CPython 3.7m

grpcio-1.25.0-cp37-cp37m-manylinux1_i686.whl (2.4 MB view details)

Uploaded CPython 3.7m

grpcio-1.25.0-cp37-cp37m-macosx_10_9_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

grpcio-1.25.0-cp36-cp36m-win_amd64.whl (1.9 MB view details)

Uploaded CPython 3.6m Windows x86-64

grpcio-1.25.0-cp36-cp36m-win32.whl (1.6 MB view details)

Uploaded CPython 3.6m Windows x86

grpcio-1.25.0-cp36-cp36m-manylinux2010_x86_64.whl (2.4 MB view details)

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

grpcio-1.25.0-cp36-cp36m-manylinux2010_i686.whl (2.6 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

grpcio-1.25.0-cp36-cp36m-manylinux1_x86_64.whl (2.5 MB view details)

Uploaded CPython 3.6m

grpcio-1.25.0-cp36-cp36m-manylinux1_i686.whl (2.4 MB view details)

Uploaded CPython 3.6m

grpcio-1.25.0-cp36-cp36m-macosx_10_9_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

grpcio-1.25.0-cp36-cp36m-linux_armv7l.whl (14.9 MB view details)

Uploaded CPython 3.6m

grpcio-1.25.0-cp35-cp35m-win_amd64.whl (1.9 MB view details)

Uploaded CPython 3.5m Windows x86-64

grpcio-1.25.0-cp35-cp35m-win32.whl (1.6 MB view details)

Uploaded CPython 3.5m Windows x86

grpcio-1.25.0-cp35-cp35m-manylinux2010_x86_64.whl (2.4 MB view details)

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

grpcio-1.25.0-cp35-cp35m-manylinux2010_i686.whl (2.6 MB view details)

Uploaded CPython 3.5m manylinux: glibc 2.12+ i686

grpcio-1.25.0-cp35-cp35m-manylinux1_x86_64.whl (2.5 MB view details)

Uploaded CPython 3.5m

grpcio-1.25.0-cp35-cp35m-manylinux1_i686.whl (2.4 MB view details)

Uploaded CPython 3.5m

grpcio-1.25.0-cp35-cp35m-macosx_10_7_intel.whl (4.3 MB view details)

Uploaded CPython 3.5m macOS 10.7+ intel

grpcio-1.25.0-cp35-cp35m-linux_armv7l.whl (14.8 MB view details)

Uploaded CPython 3.5m

grpcio-1.25.0-cp34-cp34m-win_amd64.whl (2.1 MB view details)

Uploaded CPython 3.4m Windows x86-64

grpcio-1.25.0-cp34-cp34m-win32.whl (2.1 MB view details)

Uploaded CPython 3.4m Windows x86

grpcio-1.25.0-cp34-cp34m-manylinux2010_x86_64.whl (2.4 MB view details)

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

grpcio-1.25.0-cp34-cp34m-manylinux2010_i686.whl (2.6 MB view details)

Uploaded CPython 3.4m manylinux: glibc 2.12+ i686

grpcio-1.25.0-cp34-cp34m-manylinux1_x86_64.whl (2.5 MB view details)

Uploaded CPython 3.4m

grpcio-1.25.0-cp34-cp34m-manylinux1_i686.whl (2.4 MB view details)

Uploaded CPython 3.4m

grpcio-1.25.0-cp34-cp34m-macosx_10_7_intel.whl (4.2 MB view details)

Uploaded CPython 3.4m macOS 10.7+ intel

grpcio-1.25.0-cp34-cp34m-linux_armv7l.whl (14.8 MB view details)

Uploaded CPython 3.4m

grpcio-1.25.0-cp27-cp27mu-manylinux2010_x86_64.whl (2.4 MB view details)

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

grpcio-1.25.0-cp27-cp27mu-manylinux2010_i686.whl (2.6 MB view details)

Uploaded CPython 2.7mu manylinux: glibc 2.12+ i686

grpcio-1.25.0-cp27-cp27mu-manylinux1_x86_64.whl (2.5 MB view details)

Uploaded CPython 2.7mu

grpcio-1.25.0-cp27-cp27mu-manylinux1_i686.whl (2.4 MB view details)

Uploaded CPython 2.7mu

grpcio-1.25.0-cp27-cp27mu-linux_armv7l.whl (14.7 MB view details)

Uploaded CPython 2.7mu

grpcio-1.25.0-cp27-cp27m-win_amd64.whl (2.0 MB view details)

Uploaded CPython 2.7m Windows x86-64

grpcio-1.25.0-cp27-cp27m-win32.whl (2.1 MB view details)

Uploaded CPython 2.7m Windows x86

grpcio-1.25.0-cp27-cp27m-manylinux2010_x86_64.whl (2.4 MB view details)

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

grpcio-1.25.0-cp27-cp27m-manylinux2010_i686.whl (2.6 MB view details)

Uploaded CPython 2.7m manylinux: glibc 2.12+ i686

grpcio-1.25.0-cp27-cp27m-manylinux1_x86_64.whl (2.5 MB view details)

Uploaded CPython 2.7m

grpcio-1.25.0-cp27-cp27m-manylinux1_i686.whl (2.4 MB view details)

Uploaded CPython 2.7m

grpcio-1.25.0-cp27-cp27m-macosx_10_9_x86_64.whl (2.2 MB view details)

Uploaded CPython 2.7m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: grpcio-1.25.0.tar.gz
  • Upload date:
  • Size: 15.4 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.25.0.tar.gz
Algorithm Hash digest
SHA256 c948c034d8997526011960db54f512756fb0b4be1b81140a15b4ef094c6594a4
MD5 14c23bbb1db72f6b8fe262b549203eb3
BLAKE2b-256 e46040c4d2b61d9e4349bc89445deb8d04cc000b10a63446c42d311e0d21d127

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.25.0-cp38-cp38-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 2.4 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.25.0-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 8d1684258e1385e459418f3429e107eec5fb3d75e1f5a8c52e5946b3f329d6ea
MD5 3d09d080f320fa8956dadab010d4ebd5
BLAKE2b-256 fcbd22a9efc527f5e43061b269abea390e402c5b8c1e6a0db0f4159ef2bd1eda

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.25.0-cp38-cp38-manylinux2010_i686.whl
  • Upload date:
  • Size: 2.6 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.25.0-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 43e38762635c09e24885d15e3a8e374b72d105d4178ee2cc9491855a8da9c380
MD5 30e82a27cad2ceb05ac8b16b1fb1fa4e
BLAKE2b-256 0a1630a92e8a088b5fc1e70e563ca8bbd2d0fb88174df00e98c6fbb350b53b18

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.25.0-cp38-cp38-manylinux1_x86_64.whl
  • Upload date:
  • Size: 2.5 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.25.0-cp38-cp38-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 43bd04cec72281a96eb361e1b0232f0f542b46da50bcfe72ef7e5a1b41d00cb3
MD5 b67d2c94681a4ac70e8c2b1839d0ae80
BLAKE2b-256 344a9dd43acd1ad710446a2435f43835b69d94091e79044cfeb44e2a33f033f0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.25.0-cp38-cp38-manylinux1_i686.whl
  • Upload date:
  • Size: 2.4 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.25.0-cp38-cp38-manylinux1_i686.whl
Algorithm Hash digest
SHA256 3433cb848b4209717722b62392e575a77a52a34d67c6730138102abc0a441685
MD5 a8b2aa754e65e62ab9d1fbe96ee477ff
BLAKE2b-256 6437008289c81571aec0df3f4b9c39c9b88359c8b8fdafdd6c24c25e53512775

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.25.0-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 1.8 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.25.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 e0dfb5f7a39029a6cbec23affa923b22a2c02207960fd66f109e01d6f632c1eb
MD5 f8a544198a56333a921580200daaaf24
BLAKE2b-256 b3a891d878054bdacf586ed613bec64f5c26cc0a0a2af294377c7f29469a05f4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.25.0-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 1.5 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.25.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 1e8631eeee0fb0b4230aeb135e4890035f6ef9159c2a3555fa184468e325691a
MD5 dee51b82298c7b548a6d023917620a56
BLAKE2b-256 760d934571df7e254269c6448faabfdebd24eca670c4200233d72667ad641178

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.25.0-cp37-cp37m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 2.4 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.25.0-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 8b008515e067232838daca020d1af628bf6520c8cc338bf383284efe6d8bd083
MD5 c71abc0669a1268b60e7acabe98f6b38
BLAKE2b-256 b568070ee7609b452e950bd5af35f7161f0ceb0abd61cf16ff3b23c852d4594b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.25.0-cp37-cp37m-manylinux2010_i686.whl
  • Upload date:
  • Size: 2.6 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.25.0-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 50b1febdfd21e2144b56a9aa226829e93a79c354ef22a4e5b013d9965e1ec0ed
MD5 779f9569844db268dbf49b32e74fdba7
BLAKE2b-256 aaac113c5b9eb63dbae6a20d17f5269dcb8b9d1ceab78ca60b28bf763f444508

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.25.0-cp37-cp37m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 2.5 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.25.0-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 f6c706866d424ff285b85a02de7bbe5ed0ace227766b2c42cbe12f3d9ea5a8aa
MD5 6f989a294050afc8d020ee16708e1958
BLAKE2b-256 50f74c124f7576f427f55566825f9f30082adc89414f85443c531a1815508d6b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.25.0-cp37-cp37m-manylinux1_i686.whl
  • Upload date:
  • Size: 2.4 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.25.0-cp37-cp37m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 9fb6fb5975a448169756da2d124a1beb38c0924ff6c0306d883b6848a9980f38
MD5 f8cf46d4f314ab8ef0372f3049c41156
BLAKE2b-256 6ed9e1acba0b1b5981a40bc63c1ea5f2ff28c61410a097b78ef32b708dd67f3f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.25.0-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 2.3 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.25.0-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4a38c4dde4c9120deef43aaabaa44f19186c98659ce554c29788c4071ab2f0a4
MD5 167aa74dbb6debeefa2e9c37d8979f0b
BLAKE2b-256 0d270413a5dffd7ddca4ea43cffd22f46ec2b26a5ed18c974e4448763e758a9b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.25.0-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 1.9 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.25.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 0419ae5a45f49c7c40d9ae77ae4de9442431b7822851dfbbe56ee0eacb5e5654
MD5 46a9cf73fb69b8370fbe6a6c3a1139d7
BLAKE2b-256 037d5a51d7116a0f5a3a916148ed495698bfb6800868f0f60b0af55cb8353e84

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.25.0-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 1.6 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.25.0-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 6a19d654da49516296515d6f65de4bbcbd734bc57913b21a610cfc45e6df3ff1
MD5 964511fa1c6033edbd3676f1984a1dec
BLAKE2b-256 3c694cbaa456715a4879ab7d75fa57e845ccc57987b5f5af6cd98965bffe2a27

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.25.0-cp36-cp36m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 2.4 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.25.0-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 2cd51f35692b551aeb1fdeb7a256c7c558f6d78fcddff00640942d42f7aeba5f
MD5 c609c2341947a88a8aa999200ad7e504
BLAKE2b-256 2728280658104af767431cf25e397157c4f4a8724a446f9dd5a34dac9812e9c9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.25.0-cp36-cp36m-manylinux2010_i686.whl
  • Upload date:
  • Size: 2.6 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.25.0-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 9d9f3be69c7a5e84c3549a8c4403fa9ac7672da456863d21e390b2bbf45ccad1
MD5 c81f258e4c8f58d9bcded6649b3cde19
BLAKE2b-256 f42ddee2baac2020840d0533b16bb2c5ed87c7fecc4d332d25803c1bd6ca594c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.25.0-cp36-cp36m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 2.5 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.25.0-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 a5eaae8700b87144d7dfb475aa4675e500ff707292caba3deff41609ddc5b845
MD5 92049cfa2b0dcfc65147d613c0fb3c24
BLAKE2b-256 06bdacb44d9a4152835200f5f28c14c901d540cf43be4c7d8a5d3ed613677b1e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.25.0-cp36-cp36m-manylinux1_i686.whl
  • Upload date:
  • Size: 2.4 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.25.0-cp36-cp36m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 d435a01334157c3b126b4ee5141401d44bdc8440993b18b05e2f267a6647f92d
MD5 271996d28d9fdb2b9281abb3f7c6046b
BLAKE2b-256 5843c0550aa3f3b314b1fa91928cd7a1fe1e4b21623d55fc2be7535986a56aad

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.25.0-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 2.3 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.25.0-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 94cdef0c61bd014bb7af495e21a1c3a369dd0399c3cd1965b1502043f5c88d94
MD5 63cde23cf0c1d6d8f157553c9d16f32e
BLAKE2b-256 2aa0ab76a2314e06356346ab411f7797debde31cd89bc5f2a4541a5955fe5ff4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.25.0-cp36-cp36m-linux_armv7l.whl
  • Upload date:
  • Size: 14.9 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.25.0-cp36-cp36m-linux_armv7l.whl
Algorithm Hash digest
SHA256 f55108397a8fa164268238c3e69cc134e945d1f693572a2f05a028b8d0d2b837
MD5 6da1a6fb95d70cefa1ca46b24aba3a89
BLAKE2b-256 111d49f0d0f7a21edb723ef6c28d78de0f03d890b51126824bb9e0650604181a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.25.0-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 1.9 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.25.0-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 2adb1cdb7d33e91069517b41249622710a94a1faece1fed31cd36904e4201cde
MD5 394ba3c3db7721b7a153c08d389948f5
BLAKE2b-256 91147ed611439fe406bd4c358c66e246d9863589ae0bc3ee81f79644d8640cd8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.25.0-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 1.6 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.25.0-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 bb611e447559b3b5665e12a7da5160c0de6876097f62bf1d23ba66911564868e
MD5 8ff8c494709f3b9230e0192d4fa17b85
BLAKE2b-256 9cc5b68d3026e867e99e977fec40e98a9b818ed9cf1c0fc96dfe142174f2fb44

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.25.0-cp35-cp35m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 2.4 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.25.0-cp35-cp35m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 5fc069bb481fe3fad0ba24d3baaf69e22dfa6cc1b63290e6dfeaf4ac1e996fb7
MD5 bb298d61dc157b7eebf52a08fc8e4053
BLAKE2b-256 2bddad8ae8e63b4ec93058dec07c3fdd2b702a34c43744dd84060abe20213fed

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.25.0-cp35-cp35m-manylinux2010_i686.whl
  • Upload date:
  • Size: 2.6 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.25.0-cp35-cp35m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 8a8fc4a0220367cb8370cedac02272d574079ccc32bffbb34d53aaf9e38b5060
MD5 a9af3e2d01abf0971b93f8eda1a6ccad
BLAKE2b-256 262db9f959e6565ef81cc96b6c5b54c1bfb22ffece86552a0c36055a4a8bc289

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.25.0-cp35-cp35m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 2.5 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.25.0-cp35-cp35m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 dc6e2e91365a1dd6314d615d80291159c7981928b88a4c65654e3fefac83a836
MD5 9e0573bb89c1869be30f65caa72532b1
BLAKE2b-256 9c09080fed4d49bf819e7dce64c812a336a70d5a5e0774a2fb10f67a7b36dd07

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.25.0-cp35-cp35m-manylinux1_i686.whl
  • Upload date:
  • Size: 2.4 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.25.0-cp35-cp35m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 d5d58309b42064228b16b0311ff715d6c6e20230e81b35e8d0c8cfa1bbdecad8
MD5 35a6d7c8453c9b886a7855767411f3c7
BLAKE2b-256 5a423d2c09986034dee657df28f24d3ef12908f5025117bca678577f36000d0a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.25.0-cp35-cp35m-macosx_10_7_intel.whl
  • Upload date:
  • Size: 4.3 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.25.0-cp35-cp35m-macosx_10_7_intel.whl
Algorithm Hash digest
SHA256 40f9a74c7aa210b3e76eb1c9d56aa8d08722b73426a77626967019df9bbac287
MD5 eb469616b65b7d0d7523c0e5b8173cbf
BLAKE2b-256 595d6bbb063ca1a236fcf7318eaf3de4ec828a36efdd582f8a36894a63b31bf8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.25.0-cp35-cp35m-linux_armv7l.whl
  • Upload date:
  • Size: 14.8 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.25.0-cp35-cp35m-linux_armv7l.whl
Algorithm Hash digest
SHA256 423f76aa504c84cb94594fb88b8a24027c887f1c488cf58f2173f22f4fbd046c
MD5 d4176fcb15592bcbf011ae054245ab4c
BLAKE2b-256 443c684833effd054a480f6cd08a2bc7b5586614e66a897aff3ea179b1abe1d6

See more details on using hashes here.

File details

Details for the file grpcio-1.25.0-cp34-cp34m-win_amd64.whl.

File metadata

  • Download URL: grpcio-1.25.0-cp34-cp34m-win_amd64.whl
  • Upload date:
  • Size: 2.1 MB
  • Tags: CPython 3.4m, 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.25.0-cp34-cp34m-win_amd64.whl
Algorithm Hash digest
SHA256 eb4bf58d381b1373bd21d50837a53953d625d1693f1b58fed12743c75d3dd321
MD5 209c957c57551180ba2f9ac168c219fc
BLAKE2b-256 661d75c22ce544c5e12167e93a4eea84e601d1c4a89ba1cc6a01d73d65d20dac

See more details on using hashes here.

File details

Details for the file grpcio-1.25.0-cp34-cp34m-win32.whl.

File metadata

  • Download URL: grpcio-1.25.0-cp34-cp34m-win32.whl
  • Upload date:
  • Size: 2.1 MB
  • Tags: CPython 3.4m, 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.25.0-cp34-cp34m-win32.whl
Algorithm Hash digest
SHA256 49ffda04a6e44de028b3b786278ac9a70043e7905c3eea29eed88b6524d53a29
MD5 ba029e727157c0c4162cee4108adddd1
BLAKE2b-256 1b85691a10883d2f54428abc8f1a47d1806a1f2208d74bcef4db819dfc8c6d3d

See more details on using hashes here.

File details

Details for the file grpcio-1.25.0-cp34-cp34m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: grpcio-1.25.0-cp34-cp34m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.4m, 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.25.0-cp34-cp34m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 8eb5d54b87fb561dc2e00a5c5226c33ffe8dbc13f2e4033a412bafb7b37b194d
MD5 833dca41e450e57d59848c177854d11a
BLAKE2b-256 ff494e8134af56db1a34ba7262aa45b35565066dd8dbc13a83a9e51495ed5261

See more details on using hashes here.

File details

Details for the file grpcio-1.25.0-cp34-cp34m-manylinux2010_i686.whl.

File metadata

  • Download URL: grpcio-1.25.0-cp34-cp34m-manylinux2010_i686.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.4m, 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.25.0-cp34-cp34m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 bf51051c129b847d1bb63a9b0826346b5f52fb821b15fe5e0d5ef86f268510f5
MD5 9f4263877de868ab4072fce10333dcf3
BLAKE2b-256 7120fd0be6702fd73535efec015960349e16e2b0ead7742cabcbcf45c8d6cfd9

See more details on using hashes here.

File details

Details for the file grpcio-1.25.0-cp34-cp34m-manylinux1_x86_64.whl.

File metadata

  • Download URL: grpcio-1.25.0-cp34-cp34m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 2.5 MB
  • Tags: CPython 3.4m
  • 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.25.0-cp34-cp34m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 40a0b8b2e6f6dd630f8b267eede2f40a848963d0f3c40b1b1f453a4a870f679e
MD5 f0bcb583c084cf729be43e548034b8d7
BLAKE2b-256 d6d035cdb64c1bd3880a1920864051b27d36b7f40e7641d469cabdfc8e3dd290

See more details on using hashes here.

File details

Details for the file grpcio-1.25.0-cp34-cp34m-manylinux1_i686.whl.

File metadata

  • Download URL: grpcio-1.25.0-cp34-cp34m-manylinux1_i686.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.4m
  • 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.25.0-cp34-cp34m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 f8370ad332b36fbad117440faf0dd4b910e80b9c49db5648afd337abdde9a1b6
MD5 9d94f90ddb6b6ef53371e6b85b70777a
BLAKE2b-256 9343d2804b0e7ff9ec7ac46c9fe2edff344a788befca4bca139be52ec8748793

See more details on using hashes here.

File details

Details for the file grpcio-1.25.0-cp34-cp34m-macosx_10_7_intel.whl.

File metadata

  • Download URL: grpcio-1.25.0-cp34-cp34m-macosx_10_7_intel.whl
  • Upload date:
  • Size: 4.2 MB
  • Tags: CPython 3.4m, 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.25.0-cp34-cp34m-macosx_10_7_intel.whl
Algorithm Hash digest
SHA256 4413b11c2385180d7de03add6c8845dd66692b148d36e27ec8c9ef537b2553a1
MD5 9b4848d4e183aac8f07fd6e7ccd01b63
BLAKE2b-256 68a448a455787d4da6552dce0ab33f2b154832a23e41056e2b478044845d6a38

See more details on using hashes here.

File details

Details for the file grpcio-1.25.0-cp34-cp34m-linux_armv7l.whl.

File metadata

  • Download URL: grpcio-1.25.0-cp34-cp34m-linux_armv7l.whl
  • Upload date:
  • Size: 14.8 MB
  • Tags: CPython 3.4m
  • 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.25.0-cp34-cp34m-linux_armv7l.whl
Algorithm Hash digest
SHA256 ebb211a85248dbc396b29320273c1ffde484b898852432613e8df0164c091006
MD5 3bff22f3aea5383e6a656b4ad9ee1f34
BLAKE2b-256 459e8f0bfe81804c3ae07d2b467fe4bf77dce310d8df520513d6aae3bb6da2ce

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.25.0-cp27-cp27mu-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 2.7mu, 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.25.0-cp27-cp27mu-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 559b1a3a8be7395ded2943ea6c2135d096f8cc7039d6d12127110b6496f251fe
MD5 f3056daf0b275b766d8d463cf0ae6d20
BLAKE2b-256 0c4735cc9f6fd43f8e5ed74fcc6dd8a0cb2e89c118dd3ef7a8ff25e65bf0909f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.25.0-cp27-cp27mu-manylinux2010_i686.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 2.7mu, 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.25.0-cp27-cp27mu-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 aaeac2d552772b76d24eaff67a5d2325bc5205c74c0d4f9fbe71685d4a971db2
MD5 dca0a8c68d48936cce1cb638e807dddc
BLAKE2b-256 8a0fe69f84fcde6e0d26cdc4e8c942ab0b778062e8110aa4effcfaaa7c84bc3b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.25.0-cp27-cp27mu-manylinux1_x86_64.whl
  • Upload date:
  • Size: 2.5 MB
  • Tags: CPython 2.7mu
  • 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.25.0-cp27-cp27mu-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 3247834d24964589f8c2b121b40cd61319b3c2e8d744a6a82008643ef8a378b1
MD5 7cfe5f233d038fef9df5eb8e5c9f0d0e
BLAKE2b-256 6946ebd21ce467ab87f2cf825413273936f9b1ee0e6cd4e2f2ee62e0516c771f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.25.0-cp27-cp27mu-manylinux1_i686.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 2.7mu
  • 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.25.0-cp27-cp27mu-manylinux1_i686.whl
Algorithm Hash digest
SHA256 39671b7ff77a962bd745746d9d2292c8ed227c5748f16598d16d8631d17dd7e5
MD5 36533c681bbb504307413b1f95ea43b3
BLAKE2b-256 b2e3d0a9550682307d73f051095cbdc9a1e4ba37b5b7762d5d38c1b9af6f7d65

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.25.0-cp27-cp27mu-linux_armv7l.whl
  • Upload date:
  • Size: 14.7 MB
  • Tags: CPython 2.7mu
  • 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.25.0-cp27-cp27mu-linux_armv7l.whl
Algorithm Hash digest
SHA256 7c4e495bcabc308198b8962e60ca12f53b27eb8f03a21ac1d2d711d6dd9ecfca
MD5 4ba63062c51362fc6e2e0afe594568c5
BLAKE2b-256 d0c24b784684e3e9dd83c519c225ff5f33fd9ef5dc052abce9c5e42c86f2040a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.25.0-cp27-cp27m-win_amd64.whl
  • Upload date:
  • Size: 2.0 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.25.0-cp27-cp27m-win_amd64.whl
Algorithm Hash digest
SHA256 5de86c182667ec68cf84019aa0d8ceccf01d352cdca19bf9e373725204bdbf50
MD5 568bb320f7642acf7458554cff4072e5
BLAKE2b-256 de602a08ea6a6f5150e69d5a92df1bfbe5d403395355ade26e1d63d23cd29e66

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.25.0-cp27-cp27m-win32.whl
  • Upload date:
  • Size: 2.1 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.25.0-cp27-cp27m-win32.whl
Algorithm Hash digest
SHA256 ec759ece4786ae993a5b7dc3b3dead6e9375d89a6c65dfd6860076d2eb2abe7b
MD5 6ec25232cd3ec8a00d0fbc83be924974
BLAKE2b-256 672b3b4be075092bd41b962f994f1b8043ba698ae25a508b807f3ffe7db8abc9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.25.0-cp27-cp27m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 2.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.25.0-cp27-cp27m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 bc0d41f4eb07da8b8d3ea85e50b62f6491ab313834db86ae2345be07536a4e5a
MD5 921ee0a2cc95132664c1147cda16cfa1
BLAKE2b-256 6543a76c1cdb949c786b37fd20015144ffa19927f59acff64eeb0d8bf79c638a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.25.0-cp27-cp27m-manylinux2010_i686.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 2.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.25.0-cp27-cp27m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 d46c1f95672b73288e08cdca181e14e84c6229b5879561b7b8cfd48374e09287
MD5 cc3dcd5dc40dbcc0af9bea995faaacc4
BLAKE2b-256 9700db70517d49dac0a18c6c928dffdf63faabd3dc051674d32337bc71461136

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.25.0-cp27-cp27m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 2.5 MB
  • Tags: CPython 2.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.25.0-cp27-cp27m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 24db2fa5438f3815a4edb7a189035051760ca6aa2b0b70a6a948b28bfc63c76b
MD5 d0ddee6d8f9271e7f0827de15452df11
BLAKE2b-256 d4c1fb755ea9ef458fc1bad9ea7319a313582b1428f4beabdb5886d4611cf66e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.25.0-cp27-cp27m-manylinux1_i686.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 2.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.25.0-cp27-cp27m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 4450352a87094fd58daf468b04c65a9fa19ad11a0ac8ac7b7ff17d46f873cbc1
MD5 e52f95ca9aea9b6e13a4c83bc2d971b3
BLAKE2b-256 1a813b849c92b1da0a20036d89eb5cc1b49304c03b2e4f01bb3052685c326e96

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.25.0-cp27-cp27m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 2.2 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.25.0-cp27-cp27m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7535b3e52f498270e7877dde1c8944d6b7720e93e2e66b89c82a11447b5818f5
MD5 65f1f8e59d4b5c959a69c4a979960f98
BLAKE2b-256 3c87815a09d7e2e75643de5b8d0436800cf8920aa60c2715cd72a696612e17e7

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