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

Uploaded Source

Built Distributions

grpcio-1.24.0rc1-cp37-cp37m-win_amd64.whl (1.6 MB view details)

Uploaded CPython 3.7m Windows x86-64

grpcio-1.24.0rc1-cp37-cp37m-win32.whl (1.4 MB view details)

Uploaded CPython 3.7m Windows x86

grpcio-1.24.0rc1-cp37-cp37m-manylinux1_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.7m

grpcio-1.24.0rc1-cp37-cp37m-manylinux1_i686.whl (2.2 MB view details)

Uploaded CPython 3.7m

grpcio-1.24.0rc1-cp37-cp37m-macosx_10_9_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

grpcio-1.24.0rc1-cp36-cp36m-win_amd64.whl (1.6 MB view details)

Uploaded CPython 3.6m Windows x86-64

grpcio-1.24.0rc1-cp36-cp36m-win32.whl (1.3 MB view details)

Uploaded CPython 3.6m Windows x86

grpcio-1.24.0rc1-cp36-cp36m-manylinux1_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.6m

grpcio-1.24.0rc1-cp36-cp36m-manylinux1_i686.whl (2.2 MB view details)

Uploaded CPython 3.6m

grpcio-1.24.0rc1-cp36-cp36m-macosx_10_9_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

grpcio-1.24.0rc1-cp36-cp36m-linux_armv7l.whl (12.7 MB view details)

Uploaded CPython 3.6m

grpcio-1.24.0rc1-cp35-cp35m-win_amd64.whl (1.6 MB view details)

Uploaded CPython 3.5m Windows x86-64

grpcio-1.24.0rc1-cp35-cp35m-win32.whl (1.3 MB view details)

Uploaded CPython 3.5m Windows x86

grpcio-1.24.0rc1-cp35-cp35m-manylinux1_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.5m

grpcio-1.24.0rc1-cp35-cp35m-manylinux1_i686.whl (2.2 MB view details)

Uploaded CPython 3.5m

grpcio-1.24.0rc1-cp35-cp35m-macosx_10_7_intel.whl (3.9 MB view details)

Uploaded CPython 3.5m macOS 10.7+ intel

grpcio-1.24.0rc1-cp35-cp35m-linux_armv7l.whl (12.7 MB view details)

Uploaded CPython 3.5m

grpcio-1.24.0rc1-cp34-cp34m-win_amd64.whl (1.7 MB view details)

Uploaded CPython 3.4m Windows x86-64

grpcio-1.24.0rc1-cp34-cp34m-win32.whl (1.7 MB view details)

Uploaded CPython 3.4m Windows x86

grpcio-1.24.0rc1-cp34-cp34m-manylinux1_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.4m

grpcio-1.24.0rc1-cp34-cp34m-manylinux1_i686.whl (2.2 MB view details)

Uploaded CPython 3.4m

grpcio-1.24.0rc1-cp34-cp34m-macosx_10_7_intel.whl (3.9 MB view details)

Uploaded CPython 3.4m macOS 10.7+ intel

grpcio-1.24.0rc1-cp34-cp34m-linux_armv7l.whl (12.7 MB view details)

Uploaded CPython 3.4m

grpcio-1.24.0rc1-cp27-cp27mu-manylinux1_x86_64.whl (2.2 MB view details)

Uploaded CPython 2.7mu

grpcio-1.24.0rc1-cp27-cp27mu-manylinux1_i686.whl (2.2 MB view details)

Uploaded CPython 2.7mu

grpcio-1.24.0rc1-cp27-cp27mu-linux_armv7l.whl (12.6 MB view details)

Uploaded CPython 2.7mu

grpcio-1.24.0rc1-cp27-cp27m-win_amd64.whl (1.7 MB view details)

Uploaded CPython 2.7m Windows x86-64

grpcio-1.24.0rc1-cp27-cp27m-win32.whl (1.7 MB view details)

Uploaded CPython 2.7m Windows x86

grpcio-1.24.0rc1-cp27-cp27m-manylinux1_x86_64.whl (2.2 MB view details)

Uploaded CPython 2.7m

grpcio-1.24.0rc1-cp27-cp27m-manylinux1_i686.whl (2.2 MB view details)

Uploaded CPython 2.7m

grpcio-1.24.0rc1-cp27-cp27m-macosx_10_9_x86_64.whl (2.1 MB view details)

Uploaded CPython 2.7m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: grpcio-1.24.0rc1.tar.gz
  • Upload date:
  • Size: 14.1 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.24.0rc1.tar.gz
Algorithm Hash digest
SHA256 a6887d2ef89b1904e06041d06c73fde37fa4bbd8c2f75f975f4d7c1a5727e46f
MD5 165883cee3f2f070cd64623ac2364ce8
BLAKE2b-256 16bb481930fe120bff52fc75884c5b2508994a8edb1ac5206bbcfbfff3ab2ab0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.24.0rc1-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 1.6 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.24.0rc1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 27897bf2f8be68dabb3c76848a66bc812ace072acdc7e7b858bd9db5070cca4a
MD5 97055077fe381729ab2d634bcfb02172
BLAKE2b-256 c491eabb33093577e7bddd99b7fa7a0c70fb52df1bb45579d18c0bf0c42429b6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.24.0rc1-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 1.4 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.24.0rc1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 b9a40ab7d59db1631e5adbaa991170cc01d67ca8ddd6199bb7aec585f5119b49
MD5 ac7d2d9b0d9f75e2d810e245d9988516
BLAKE2b-256 ab38949d89783d1927b8813c555969aa6e44a56070b0c9f0ba57d79c33b760e7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.24.0rc1-cp37-cp37m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 2.3 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.24.0rc1-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 78751d68204b6180cfe2f4b36ea4c25a8bd3ab34c2f94e662ac84d6a6d076966
MD5 938a350027cf1feb00a65682f6eefd07
BLAKE2b-256 c9887672a7de5449652ab3c5a64f74fb195145f7871d5fe16fc3e715460446c6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.24.0rc1-cp37-cp37m-manylinux1_i686.whl
  • Upload date:
  • Size: 2.2 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.24.0rc1-cp37-cp37m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 c2ebf6c1da6aecb26cf05d3e7d03938f1c8966b99cc3439a5917c5eb9e5c2283
MD5 1a58b8ecf6bcad984624890875f73595
BLAKE2b-256 ee09be2794f5f4b0ac9a22045b6be8b741bad407122617edc33452fd058938d6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.24.0rc1-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 2.1 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.24.0rc1-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 39a4da5e661eda9b40b2caeac867b9885588d1f2cc5314be8fae035ab941507e
MD5 ff812326330173a5e76da631754ff8be
BLAKE2b-256 3521e940fceebdd35c8441303eedd5152f13fb927252bf055a91ba0236c993af

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.24.0rc1-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 1.6 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.24.0rc1-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 3455f46943f43f511868e721f5c85f61dfad32ea9fff290199a360b6395878c5
MD5 142134569164663495f2f773feebca0b
BLAKE2b-256 e692a6424f63ea0a442ffab69c74b864c2893d9472aacf4141d1b08dd2cf0785

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.24.0rc1-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 1.3 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.24.0rc1-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 00d1e3a0d545fdd07e6a118815d52f6062cc990c65e9c675c97fffd39b8b80c8
MD5 321b35785d5fd2597b7672449e31a44c
BLAKE2b-256 311574b0bc14d47a5d3518585398b581d5c9064b8143483cf35b3cde2ea19ab9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.24.0rc1-cp36-cp36m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 2.3 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.24.0rc1-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 a2fc350858354414964373fd12720b7c6a9e100d2916abe15cd512813b85800b
MD5 b3cf3efb72ff37eb3bfddd5d522b058b
BLAKE2b-256 d71dfd71333a4dbb168e0f625607a1a4b1cdd090ff59a8610bb1399beb266878

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.24.0rc1-cp36-cp36m-manylinux1_i686.whl
  • Upload date:
  • Size: 2.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.16

File hashes

Hashes for grpcio-1.24.0rc1-cp36-cp36m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 786e16b010bbb63a7d83e6321a9c40eaf15e4e5666e627425ca6195a3dc030ce
MD5 115050c4001a52d6dc6e5b0ab4d4c660
BLAKE2b-256 68832b4121661a17e1a1d9f8c34ffa71c24909cc7c931b21ad393076a884d479

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.24.0rc1-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 2.1 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.24.0rc1-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c99c3a6a03a8392b45afa25467fc71c9b354ea852e8bd64f9fc563740a36d44c
MD5 1fde7bff8de1087a1840d522f79d7955
BLAKE2b-256 0e79f2015383c5e7c902e9649417cf7263df0ff50a19f68603ecf9fe49f11fad

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.24.0rc1-cp36-cp36m-linux_armv7l.whl
  • Upload date:
  • Size: 12.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.16

File hashes

Hashes for grpcio-1.24.0rc1-cp36-cp36m-linux_armv7l.whl
Algorithm Hash digest
SHA256 97044439439e962647e61f96df75cfd9b4701ae5058b63dd9a7010fd4f94ea96
MD5 50ac05eda4700c093afd6a7bf1bca491
BLAKE2b-256 a1f367e4ff8e36ac4e8d44efaa0e2ea7b9c768777ea2a5309ee54da32fcba1f5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.24.0rc1-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 1.6 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.24.0rc1-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 d012a52bcaa70f31481e36d853b701fff9a15128a7a83d05bec7cba5c9bab19e
MD5 addc88a33e35621c5f619be00e3e1d71
BLAKE2b-256 6b5a8d838c13285b734891fa3d4cb6f4a137cf9ff2c529faa3c717471c78aa73

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.24.0rc1-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 1.3 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.24.0rc1-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 ec523559471da70c640ab55be09d172a678434fcb1ad0ab7bed13659db797c3c
MD5 d99bba06af0844f6007e117358995071
BLAKE2b-256 e2c88e1e76d317022996c1e5e7958891a8ec4256dca708139180bf9d7e6442f9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.24.0rc1-cp35-cp35m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 2.2 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.24.0rc1-cp35-cp35m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 ebc5a644028a02792fc83d21674f5e0d6f96f8cbcd2f591029f626b21e507aa3
MD5 5010a6fbb35030e00fcc8db199e22252
BLAKE2b-256 709a234e30fa8a4a18d5fae016f1f06086975c6a35311e786e7c285760985c1b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.24.0rc1-cp35-cp35m-manylinux1_i686.whl
  • Upload date:
  • Size: 2.2 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.24.0rc1-cp35-cp35m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 0c4c953f750a359d8df23f0286eaf1bec1f81da9b07ec71d1b4fe2916d929bdd
MD5 c1eefcdfc2260ed4301661b069f097b7
BLAKE2b-256 81d5658c7ce525ae15859cdcd2def6cc12c4a9a2bff0be4265d2860ed3b2a31f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.24.0rc1-cp35-cp35m-macosx_10_7_intel.whl
  • Upload date:
  • Size: 3.9 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.24.0rc1-cp35-cp35m-macosx_10_7_intel.whl
Algorithm Hash digest
SHA256 618ce385613b167b4195b8f08a560efcdfb1f658449d06bd4d581744f89fdd0b
MD5 7b63bdb42b702fc8b306199754375a3d
BLAKE2b-256 6448070a5f1588f4e63a3700a5d4f291406099cdcd849a648c1c780dbf792cf2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.24.0rc1-cp35-cp35m-linux_armv7l.whl
  • Upload date:
  • Size: 12.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.16

File hashes

Hashes for grpcio-1.24.0rc1-cp35-cp35m-linux_armv7l.whl
Algorithm Hash digest
SHA256 0510c3a08b7cc5a2a91ee34ad59e7a6500d54c435ac6a704dd76c480ac490c60
MD5 e5cb6d7e222a3c23b4a6750bbb73f920
BLAKE2b-256 65e0e3b0b8218b334855131665b239f7717575f9a33214e412d9b0776ddb0b0a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.24.0rc1-cp34-cp34m-win_amd64.whl
  • Upload date:
  • Size: 1.7 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.24.0rc1-cp34-cp34m-win_amd64.whl
Algorithm Hash digest
SHA256 209c70e7f3eadb3ef8cc5a90f3f840ea7edc3cc968b6f9084f128d265742a5f5
MD5 4b14cad7df99babf5383c2a44cf44a4c
BLAKE2b-256 0e62af17de2748245a33fc8ee728e31224759e4876ddd361f6a6dd16e5076b10

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.24.0rc1-cp34-cp34m-win32.whl
  • Upload date:
  • Size: 1.7 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.24.0rc1-cp34-cp34m-win32.whl
Algorithm Hash digest
SHA256 59de9d2f364c29c25310205b4b28370b5412b43064e63723b7863bf26cbc21e5
MD5 95f9408b06216ccb97db7b0545529403
BLAKE2b-256 b0bf3ebd6aa34b406678634d5b8d4356110b81094693bd5ed38d40d381be6397

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.24.0rc1-cp34-cp34m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 2.2 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.24.0rc1-cp34-cp34m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 9d1f9b2f897e8d277b484f095d84bf8d895acd37a3a7a578ff34aa4043a7c2b6
MD5 8fb1b39b654bd89a5c9c719eb981d557
BLAKE2b-256 56d98006b3f3ee334c5e5685d31969b4596f7a8df1e2bdabe6dceb0f4346922f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.24.0rc1-cp34-cp34m-manylinux1_i686.whl
  • Upload date:
  • Size: 2.2 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.24.0rc1-cp34-cp34m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 40c10441dcf493cf840018c6972a824ae8597669ae18289d2c7cfd1021b82d8c
MD5 1980982edf36df5428acac171d8ca46c
BLAKE2b-256 1a263d885c44dde9e631e5be626e7bd928ba8b6d54c9e3e84b660c582d55d389

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.24.0rc1-cp34-cp34m-macosx_10_7_intel.whl
  • Upload date:
  • Size: 3.9 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.24.0rc1-cp34-cp34m-macosx_10_7_intel.whl
Algorithm Hash digest
SHA256 d2f099b6ce9c853122f939b9cf653372dec573749d4ba7276540ebaf6d601108
MD5 f13f0a6784ca7c0cbde90a4470964139
BLAKE2b-256 ad0e6427e2bab7c2eae6a7b36e7e368381521a271a4501fb5798bac26fb857ed

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.24.0rc1-cp34-cp34m-linux_armv7l.whl
  • Upload date:
  • Size: 12.7 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.24.0rc1-cp34-cp34m-linux_armv7l.whl
Algorithm Hash digest
SHA256 9bc6705086228e0f1534dea6d5c6dab4ef7cf957e3c5b6394bf7c6e76e1bc347
MD5 ee06f2d0dfa1e329c9427b19b88673e7
BLAKE2b-256 323067402fb714040b90e0d3d19a51305565a3ba523bfb1090930fa67ea9a8a5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.24.0rc1-cp27-cp27mu-manylinux1_x86_64.whl
  • Upload date:
  • Size: 2.2 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.24.0rc1-cp27-cp27mu-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 ddb3dca08f9237b0f44835c87f8bfe45c40c6133550765f188473e5a2098d72e
MD5 c08b9352fe9fc883465334eef8895250
BLAKE2b-256 1adbfe8adfea56abb086c01a5e7ab208ccf030792d538e9303ce9cc5f1e8198e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.24.0rc1-cp27-cp27mu-manylinux1_i686.whl
  • Upload date:
  • Size: 2.2 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.24.0rc1-cp27-cp27mu-manylinux1_i686.whl
Algorithm Hash digest
SHA256 c447e7b70026b86a3e5bc20fb2e9a3d91fe2a93ca884ebdfac924aee2d83c753
MD5 75d2bae1083289a222797dc033182018
BLAKE2b-256 87da04b0f152bcaf3bc5de8b2c0edecc48cdf03fd838045d321c8dbfabee34ea

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.24.0rc1-cp27-cp27mu-linux_armv7l.whl
  • Upload date:
  • Size: 12.6 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.24.0rc1-cp27-cp27mu-linux_armv7l.whl
Algorithm Hash digest
SHA256 b47a979bed165ffe6a46ddfb21ce7ee41d759183480f92fad76bb8d771853b39
MD5 f861b0f8159a65672bc652d574695115
BLAKE2b-256 b6a8f9b7af33df59e1e92a9593764fd400dd8a221330105cfc789d17225356e3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.24.0rc1-cp27-cp27m-win_amd64.whl
  • Upload date:
  • Size: 1.7 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.24.0rc1-cp27-cp27m-win_amd64.whl
Algorithm Hash digest
SHA256 6d2aaeb482a0a01890304582bd0be7ede379d94307d40d0cc62a3944706daa51
MD5 f8916fd946ae5bf351696c21e7115bae
BLAKE2b-256 d9778ce81454fa849662400b02e5f2902b9232ffc7a1322e0c769454b7438a5e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.24.0rc1-cp27-cp27m-win32.whl
  • Upload date:
  • Size: 1.7 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.24.0rc1-cp27-cp27m-win32.whl
Algorithm Hash digest
SHA256 af98a7ffabb245d253d45e854d3d6ecd2bbc752b26ac1235826b5ccc03ab0259
MD5 1358c83303ea6a8d59163453ceb2fb2d
BLAKE2b-256 b14172d7635d9d5111a33c01259a77330c565a6a9eda1e21351d1329d09b0397

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.24.0rc1-cp27-cp27m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 2.2 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.24.0rc1-cp27-cp27m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 1923419dcef573c7cd6fe2db11c39b885d2a4e3baf4a127e4ad25c725ef4036e
MD5 c1d4af474c940686847b691e38331543
BLAKE2b-256 86ada93cc8c22999816e4277731663ffc8e5f9495472a3e9068d081bd80f8754

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.24.0rc1-cp27-cp27m-manylinux1_i686.whl
  • Upload date:
  • Size: 2.2 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.24.0rc1-cp27-cp27m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 58c7961e63f6abca877471a3893588e8ad92db63892f988405b584f11c2845a6
MD5 a00be9d995dac443e31c713d3bfab0fc
BLAKE2b-256 92147432ce99e5f7f17382dabd9e5ac5829f17e6964549f6a8a7def93fe1508d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.24.0rc1-cp27-cp27m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 2.1 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.24.0rc1-cp27-cp27m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2764a5f3397ecc2d4d30cfd6306af3b8bbe945866f71a08c4b7ddb0ec7f44b87
MD5 c6065e7b63307d6bf8008105a5a688c7
BLAKE2b-256 7eab4fb00f9276403d3f7057ebd60c9a94b731cce539c83b21cc1d41b9db3a40

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