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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

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

Uploaded CPython 3.8

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

Uploaded CPython 3.8

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

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

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

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

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

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

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

Uploaded CPython 3.7m

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

Uploaded CPython 3.7m

grpcio-1.25.0rc1-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.0rc1-cp36-cp36m-win_amd64.whl (1.9 MB view details)

Uploaded CPython 3.6m Windows x86-64

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

Uploaded CPython 3.6m Windows x86

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

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

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

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

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

Uploaded CPython 3.6m

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

Uploaded CPython 3.6m

grpcio-1.25.0rc1-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.0rc1-cp36-cp36m-linux_armv7l.whl (14.9 MB view details)

Uploaded CPython 3.6m

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

Uploaded CPython 3.5m Windows x86-64

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

Uploaded CPython 3.5m Windows x86

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

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

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

Uploaded CPython 3.5m manylinux: glibc 2.12+ i686

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

Uploaded CPython 3.5m

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

Uploaded CPython 3.5m

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

Uploaded CPython 3.5m macOS 10.7+ intel

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

Uploaded CPython 3.5m

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

Uploaded CPython 3.4m Windows x86-64

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

Uploaded CPython 3.4m Windows x86

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

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

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

Uploaded CPython 3.4m manylinux: glibc 2.12+ i686

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

Uploaded CPython 3.4m

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

Uploaded CPython 3.4m

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

Uploaded CPython 3.4m macOS 10.7+ intel

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

Uploaded CPython 3.4m

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

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

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

Uploaded CPython 2.7mu manylinux: glibc 2.12+ i686

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

Uploaded CPython 2.7mu

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

Uploaded CPython 2.7mu

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

Uploaded CPython 2.7mu

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

Uploaded CPython 2.7m Windows x86-64

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

Uploaded CPython 2.7m Windows x86

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

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

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

Uploaded CPython 2.7m manylinux: glibc 2.12+ i686

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

Uploaded CPython 2.7m

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

Uploaded CPython 2.7m

grpcio-1.25.0rc1-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.0rc1.tar.gz.

File metadata

  • Download URL: grpcio-1.25.0rc1.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.16

File hashes

Hashes for grpcio-1.25.0rc1.tar.gz
Algorithm Hash digest
SHA256 fe1e6037cad0bca6491d2f45e3a2836edf209d641bcd8b66dcbeb3d9f7e66dfa
MD5 ac107ba3ce5295bfd5dc03ecdcffa871
BLAKE2b-256 ef83204206f9a072099bae5fc7175b5007e0ec134a9650c710cf613504e339a0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.25.0rc1-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.16

File hashes

Hashes for grpcio-1.25.0rc1-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 b80606790119e16d8b2f196ec588beb03818d96590c8ed063383521e87b4e376
MD5 0bc85e7bbbcfa42bc00206f504f4341d
BLAKE2b-256 65e14edb4f9753acf18a9fbbacb8bcd4a88fafc98644262f9511c38694331f8b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.25.0rc1-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.16

File hashes

Hashes for grpcio-1.25.0rc1-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 d396d1e50bef7eb9ac964a0a78028a8fdb45696378713d57996126a8e5f23710
MD5 fe4b456b731791ea297881f09b4d7fb4
BLAKE2b-256 6b900e3eef7d02b3cdf4d8f36ef9cc9bbaafa6ff02885b1e6793c2f101a582c1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.25.0rc1-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.16

File hashes

Hashes for grpcio-1.25.0rc1-cp38-cp38-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 c75068a70743f27d91643746f4c3b7c057ba867a87314b6d108ef9ebf166cbcd
MD5 610924e08447b54307f8f62feb34398d
BLAKE2b-256 35c53d4beada0ebab186872aa439bdd8bc10f566874e1ab379a68d3d32a668ea

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.25.0rc1-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.16

File hashes

Hashes for grpcio-1.25.0rc1-cp38-cp38-manylinux1_i686.whl
Algorithm Hash digest
SHA256 31df91c1dfe328580702bcdfa1a77e1d18811939de95164f4ab348988664bea9
MD5 8c6e8b10e076e5e46a468551bf7c048e
BLAKE2b-256 197608e670d480f577b7e4f1138a2f4decc9074750a43290113d2b4ac4b169cb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.25.0rc1-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.16

File hashes

Hashes for grpcio-1.25.0rc1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 489bfeb7f1ed94f87ccf7e5808c7e5562d9b8d640945a5c0e445f16616f51943
MD5 aa540ea8220aec47e043e6e35b3fa000
BLAKE2b-256 ac78cce02037b5ab79391c74aa89c04213e87657c89f1baa68873187eb47d2b1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.25.0rc1-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.16

File hashes

Hashes for grpcio-1.25.0rc1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 76b4ebc73a5cbee39a3754a6159bbf27b3c0da365836f2f216552c6c89e6d5ea
MD5 164630026d0c28b713b36787886d7042
BLAKE2b-256 19d0a8cbcb546f158d20c23b83b1698e2088cce67ea3604c344bf6957a8c707e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.25.0rc1-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.16

File hashes

Hashes for grpcio-1.25.0rc1-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 23892c2c146b4d83487ac1c9fe14045c4167036d04d6488715fc3865025baf61
MD5 6044726e42b15b5a4ad26cee7eb792c7
BLAKE2b-256 aad58736d3dae9b291af3e5a4e5e84c165593f4a5f765591fb065c7518ebed0a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.25.0rc1-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.16

File hashes

Hashes for grpcio-1.25.0rc1-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 9ccd990b8ea3fa8525c15da386b54cf7d17d74f3d4272d4402351df33a2c9db4
MD5 bdca8d2a0e0026820dc1e69618c81fef
BLAKE2b-256 30944e697f25d36c7f2e9a8567f504d0db9ffad62202b494df43d62c4e07e4c8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.25.0rc1-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.16

File hashes

Hashes for grpcio-1.25.0rc1-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 6a724b1beaabc26d17b735e7213e98f99dc07a46c7139cad71f6e699e4fc4206
MD5 5bf56a7bd07040a66748e1871cc0f0d9
BLAKE2b-256 6dead73f35d87871c7918b2177fa5ddeb3204ff4189ddd61e56ce6ba5373f60c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.25.0rc1-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.16

File hashes

Hashes for grpcio-1.25.0rc1-cp37-cp37m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 c59ad06db6c069cbbe647d08a4117886e78f9552ccad354d7681ce17636af164
MD5 e2280a9fd87596f23e6c1de7c0d52420
BLAKE2b-256 c9acffee937426a44e9407d08e2116801196e9c54dca10ef0a5efe42658f7bc7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.25.0rc1-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.16

File hashes

Hashes for grpcio-1.25.0rc1-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 15d8e0a6fd2c4c96504805a4488c1ea5d82d529625bf1ff76227477f998b0bd5
MD5 d5382e0d4e06e1cc2290debe06d5ebf4
BLAKE2b-256 0e6d24fccf57737a44fd85ae341ab2d7f74a3936e9851c53de8f3b795b2ca893

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.25.0rc1-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.16

File hashes

Hashes for grpcio-1.25.0rc1-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 9ce5f0be4bdcd018fb0313cfa3587e1bfbb03336b6e27c8f0d42ec735c3d36dc
MD5 1c90633bacdcc96eda86efd7a391b0b2
BLAKE2b-256 5bb879638922bb52d42c0b63ff825c7e8573af3cb32c89eadf74daf3a3944a6b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.25.0rc1-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.16

File hashes

Hashes for grpcio-1.25.0rc1-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 948793b791550313bdecce8ade74ed141bf3ec49d4d488ade9475a041e3d8ca0
MD5 72ff8431f737a7679161e41e856f6524
BLAKE2b-256 e45d6964e38b5f1ef47458257ef2b3fffbca0e72a73e9171017084952fa6222f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.25.0rc1-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.16

File hashes

Hashes for grpcio-1.25.0rc1-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 4be8ccbc32ba091e42a51924c96d87c2b3317a08d87ae442b52e25bd458e3284
MD5 1b562e90993a5ec7626f6d779b7f72ef
BLAKE2b-256 6af1aa9307c11f08f7421b212fc1f7cfe2a7a61a17e895843b1dbf8f8586f4cc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.25.0rc1-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.16

File hashes

Hashes for grpcio-1.25.0rc1-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 802006763ac2dd5c30a6791e0937e1045d9f103b14fc7860d380d6cfd515190a
MD5 0228127d2d1994fae4149bad0787dd9c
BLAKE2b-256 ae41f202748f9b41ea53a34503f25773af4a6a1c917bbbdeef3cc705dcf09297

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.25.0rc1-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.16

File hashes

Hashes for grpcio-1.25.0rc1-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 6462cfba6e3ac23e4d388efab0af8813548520a03dbcb307488360798e1352f5
MD5 119a91bce38a564f0ec5e6cdf470e18f
BLAKE2b-256 7b3d214f10dd8a14e6bb29822772c0300d4c7247b05db09f47e14871ab6f333c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.25.0rc1-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.16

File hashes

Hashes for grpcio-1.25.0rc1-cp36-cp36m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 1da84dd6445e59d7d70357289daf636fcbc2986c2e59c8f1e9c2b5072ae85961
MD5 7d32f3e070c9d29712815376afb197e1
BLAKE2b-256 ae6c82d583da0181dd4831a6943f514d254e000020fb83c1ecda75fed8d28520

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.25.0rc1-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.16

File hashes

Hashes for grpcio-1.25.0rc1-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5446ff52e6eb3f91723d83e48e76936dd85d631b981b36592a52672574df51ac
MD5 a85f0242f4032d88571c002b030edf21
BLAKE2b-256 87919e5a7a11ea92e0c69367925f06f1d624cf1f9d38a77b6af77d7fbf28d965

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.25.0rc1-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.16

File hashes

Hashes for grpcio-1.25.0rc1-cp36-cp36m-linux_armv7l.whl
Algorithm Hash digest
SHA256 9bfba5dd2356e73454ed7477d0e801471135e1dc5f4634a4a429670168937915
MD5 ca8d0e7874906f8b6159a21a06a2e4c7
BLAKE2b-256 cf5d0de9d8d882d26275f9cc99be44110f4140e9e317326098b245629a8de047

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.25.0rc1-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.16

File hashes

Hashes for grpcio-1.25.0rc1-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 502d4bf405191ade18cd614e99e84ca8bccfdb7380d1c32d1592c022ffa7c0d2
MD5 35b27cb33c6036c4ea9f05ef3f533d7d
BLAKE2b-256 700087993e6e0c8533928ab459ae44cd6afc70eb0d64e6c054ccfd57ee8340e0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.25.0rc1-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.16

File hashes

Hashes for grpcio-1.25.0rc1-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 5e8ea07ebeaa57879e11973940a03852501b64c39963533ef918f00457c949db
MD5 240215b6d1240b9b74565ebd618fe955
BLAKE2b-256 d8316d0a4deb077ba32271961d8f5c1395cd5a285374c9ad1279ca186acb2f24

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.25.0rc1-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.16

File hashes

Hashes for grpcio-1.25.0rc1-cp35-cp35m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 89a729ab4255d88d3e7553b63907476ccaa141f3b036d059034fb94905114db4
MD5 9e8ae2de08bffdf8f56df13f5ebe9d77
BLAKE2b-256 070bbfb1208fc7e4146fc8f9e683c2a93bcc79e0db19de4c9406f801cc1afb5a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.25.0rc1-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.16

File hashes

Hashes for grpcio-1.25.0rc1-cp35-cp35m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 25ceafff31e9b3e90e7a46fbddd4b57b74135e11458d2206313c6fb11920273a
MD5 effb6ffecf637293e703511ddd7a66d2
BLAKE2b-256 734339d4a5d3eb53d5d922d65de1ac760733c566e3419aaa3c1b2b3a000610a4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.25.0rc1-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.16

File hashes

Hashes for grpcio-1.25.0rc1-cp35-cp35m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 b3d59349906b8af32b2fcb40b8a54ec0883b06fa778eba7db1ce48e29eb8e3b4
MD5 59824c3d60f81e26dd52437be6020dce
BLAKE2b-256 cee8c74c0b23e00c4811c9253dd98a52561acd10233a032a9d43c374e0bd9c60

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.25.0rc1-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.16

File hashes

Hashes for grpcio-1.25.0rc1-cp35-cp35m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 283516f89708b11c8423ecdca1a80a4e920d2deb671106e079b3c17e88ac2378
MD5 3d728600ec2f2fd52bd49a6cb195438d
BLAKE2b-256 8461d2a3c575c0ee3ebbd30d9d92afd72d81c7e17aac7d5a952df8ba54da21cf

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.25.0rc1-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.16

File hashes

Hashes for grpcio-1.25.0rc1-cp35-cp35m-macosx_10_7_intel.whl
Algorithm Hash digest
SHA256 1163269299823cd1ce590a3c36deeec9e863bcf12bf28b05779f1029b7493133
MD5 689c628c32f1839380257d51d44564c2
BLAKE2b-256 90ab3ae2bbd6297903e5e6a60551f5b4507c0a2855f75c7433e734ac6bee02c9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.25.0rc1-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.16

File hashes

Hashes for grpcio-1.25.0rc1-cp35-cp35m-linux_armv7l.whl
Algorithm Hash digest
SHA256 9bdb843679a1701418ccd4eac10644859f456f013c08f1901698a740d3889bae
MD5 b45bad6c53b6f5caec9f14e737814319
BLAKE2b-256 e974e59df994ba299b5a3a67f5ab1540210178a94575121b72ec7873ebbfaa92

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.25.0rc1-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.16

File hashes

Hashes for grpcio-1.25.0rc1-cp34-cp34m-win_amd64.whl
Algorithm Hash digest
SHA256 484749d167357903021f66da9565a4f2ba635caa6fbfcb17caa8043fe7ee75ae
MD5 1dfee2e4d33d5c944e0d9df0b8f09179
BLAKE2b-256 f54fdc8a341b93683667717fa08364085545f67012e8a184770ed2588b7b8000

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.25.0rc1-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.16

File hashes

Hashes for grpcio-1.25.0rc1-cp34-cp34m-win32.whl
Algorithm Hash digest
SHA256 3f68835f01b96b1fa200303d029c091c1e42e0a830d6c2f37ad28ea785db0bd2
MD5 137e0a90e732ee2b0a5d05c590b53b85
BLAKE2b-256 4d77559ab6c4d37efaa4f20456bd09d4657dd687db9fa762d020c94d24b7a0bc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.25.0rc1-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.16

File hashes

Hashes for grpcio-1.25.0rc1-cp34-cp34m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 0f4ddd568e097ec454f557f5b8457357a2d589da736ed501d8cb9afcfa46e956
MD5 3e6c08ef43041163a03ae5564225a5c4
BLAKE2b-256 196ea15fe0379ac58cff5c806b601fde48078401e900cf51862818385459e4e7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.25.0rc1-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.16

File hashes

Hashes for grpcio-1.25.0rc1-cp34-cp34m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 95cf7fbfe00985cb034b788f6bd85501c71cff75aad0c2d3b4afe0a0df5ce784
MD5 c6a2406bc0d890b39fd02c97bda0df67
BLAKE2b-256 0302754922eb9b5a63fdedb49ddb4a944b631a963bb1915298997548404c4523

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.25.0rc1-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.16

File hashes

Hashes for grpcio-1.25.0rc1-cp34-cp34m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 9aded46e7197ef77a91cb486db453f843d7a93f4a3e488098b3b73a55f5835fe
MD5 d0f0e9cfaead3ceb971d10aebf75374d
BLAKE2b-256 c3267d3ad0bc5a20dd48ae831021706827aac859fb0ed99292201c75712010ea

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.25.0rc1-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.16

File hashes

Hashes for grpcio-1.25.0rc1-cp34-cp34m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 4285fb0d8dfe6ceaae275373ff87611263026729ee36d2c6c49bfdbcf1cac4d2
MD5 8db2230e4200124a96bf99493dc2d568
BLAKE2b-256 2f86a13e81d2b7efb21dffaf120e987ef4137c0d15580188613e572dcaf1e350

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.25.0rc1-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.16

File hashes

Hashes for grpcio-1.25.0rc1-cp34-cp34m-macosx_10_7_intel.whl
Algorithm Hash digest
SHA256 5a6de144dfe95712e1d40221648777d616902df7a9b501018738bb41eefadf34
MD5 b634cab40bbd8db6dd95273afa7d578f
BLAKE2b-256 96272da0e45d22affddea07e206d589886a01d3cd08d1ef32b9cef155824371d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.25.0rc1-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.16

File hashes

Hashes for grpcio-1.25.0rc1-cp34-cp34m-linux_armv7l.whl
Algorithm Hash digest
SHA256 bd5313a15e5dd0083fc114cb61b0e66811f11eb822f7d54ed5b08dd3a38aa139
MD5 7ec36a5f60da67dc3db8fea6bdf39cab
BLAKE2b-256 b6b8b123b7926e428e9ac1d4fd8cbdacb02c3b0e34604a00a0fc2cd92cfc7244

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.25.0rc1-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.16

File hashes

Hashes for grpcio-1.25.0rc1-cp27-cp27mu-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 add8d00c7522cc1ff7be233796deb0b78bdacb1435aeba1a59c60f49d1548997
MD5 94922575927cdf6154c0f0b47e0889d9
BLAKE2b-256 a30da9ac460c0479557129954ea8fdc285a0a70baef028dc5671b7307e735ae8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.25.0rc1-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.16

File hashes

Hashes for grpcio-1.25.0rc1-cp27-cp27mu-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 b75d09af4fb3aa9b188eb9e574bf60939c948e5dba0c71b76eb785c4c3831711
MD5 e64284a56fe9d7b33b5200009f97165c
BLAKE2b-256 ea3d6902183b15bf219bbbc84891d218dfc01d8160d38212eb90532626b1c9b9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.25.0rc1-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.16

File hashes

Hashes for grpcio-1.25.0rc1-cp27-cp27mu-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 fcb34e028d5087325cc4b8e365875bd661ec1151aa09a2802a6ee1d9d08730b8
MD5 c0226574f6d36927e6c6280780346604
BLAKE2b-256 c28edc8a206bf3c30a1cbdf0a397d0e81d18e23873ba135fd6225c35d0d56470

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.25.0rc1-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.16

File hashes

Hashes for grpcio-1.25.0rc1-cp27-cp27mu-manylinux1_i686.whl
Algorithm Hash digest
SHA256 2454233d766dd3ad157744bd4faa2400e241d47ac9a84e7425ca940f4d5cca0b
MD5 1b40d0133e279ed163e70681048b4fd7
BLAKE2b-256 fe1e8a9c03d107d2c615b83f96bbb4c458826e2aeda7d29ab876ad17be908e77

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.25.0rc1-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.16

File hashes

Hashes for grpcio-1.25.0rc1-cp27-cp27mu-linux_armv7l.whl
Algorithm Hash digest
SHA256 fd3498fe389884d2db6f7db03dd66754501e5fa8df35d25700c7063317dbd9df
MD5 663342079ff32d5b2832a4534271df9d
BLAKE2b-256 ceec8f574a930d07b55035aa02942560802c12afab7d27b31dadd774a5f4d18e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.25.0rc1-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.16

File hashes

Hashes for grpcio-1.25.0rc1-cp27-cp27m-win_amd64.whl
Algorithm Hash digest
SHA256 17a85cef12c47d5929f630517fe34c34ee6b20a0eb98bd4d6202d1206c02db88
MD5 df3e78b30fd9800860db42cb2530f456
BLAKE2b-256 7f6d49e640cc43d92d19cf7bfa2c2f190176ee517ba05dcd558d43f98c68a0e5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.25.0rc1-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.16

File hashes

Hashes for grpcio-1.25.0rc1-cp27-cp27m-win32.whl
Algorithm Hash digest
SHA256 a581b89c5b35b45f66652429da0545739867d66c2cc0d003e1390f8ca4528772
MD5 20db697aeb7dc5a976cbccb77958c2e5
BLAKE2b-256 f96f8bd3efcd6a241a79acc8c70626e9fb6e910097e1076fcaabbb8aa3d2e88b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.25.0rc1-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.16

File hashes

Hashes for grpcio-1.25.0rc1-cp27-cp27m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 e7398bbc6dc4ede73d4b4586421505345ff1f52c276d3e07d4438ebd3fd44031
MD5 603cf7ffa16b92547ce9b89e3cc21630
BLAKE2b-256 61f393befe8ee76844d1e4bc4326da3f2bcac1f6cc160039eeec0b232fa3e21a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.25.0rc1-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.16

File hashes

Hashes for grpcio-1.25.0rc1-cp27-cp27m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 80c290d477bd95f823809f01774ec96cc44a61df3efb0e0901441aa6fc843b78
MD5 15a72402ea138ca4aa82a2f0adfb1c8f
BLAKE2b-256 53f3650b46630ce3b147444c068d4da4c39710398ec1039b064e18b74c3725d7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.25.0rc1-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.16

File hashes

Hashes for grpcio-1.25.0rc1-cp27-cp27m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 3c8c7c0b06da6aabde795626fdc08b8507a11b34031c8bca1940db00ad7386e6
MD5 fc39b1c92e12d38f085adb8329a598b1
BLAKE2b-256 b0efe187ba863bd0ff6795971349b69420e0ec72ce221e1fff41d0f2a354e91b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.25.0rc1-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.16

File hashes

Hashes for grpcio-1.25.0rc1-cp27-cp27m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 fd48e720df64d5d5d27af3a631f65e8d0a5e24811ec457f631ed43fac1e44eea
MD5 d4ba78b63abae9e8c415b69758a4af8c
BLAKE2b-256 4148869bbfc2aec3d64e7682d056611314ed9028d856e59eac9566c74d607a09

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.25.0rc1-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.16

File hashes

Hashes for grpcio-1.25.0rc1-cp27-cp27m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8e859b8609e6bf9a4dd227bc8636de7ae4936d7821a8e74c37ac7b18fa5f5ee3
MD5 03927270fef9299f138a936ee7fe08ad
BLAKE2b-256 b70dd01f687a8c425b1c1cb08ff2ba6f01d12f9d6ca84926a7d21af423af968a

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