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 RELEASE_TAG_HERE https://github.com/grpc/grpc $REPO_ROOT
$ cd $REPO_ROOT
$ git submodule update --init

# For the next two commands do `sudo pip install` if you get permission-denied errors
$ pip install -rrequirements.txt
$ GRPC_PYTHON_BUILD_WITH_CYTHON=1 pip install .

You cannot currently install Python from source on Windows. Things might work out for you in MSYS2 (follow the Linux instructions), but it isn’t officially supported at the moment.

Troubleshooting

Help, I …

  • … see a pkg_resources.VersionConflict when I try to install grpc

    This is likely because pip doesn’t own the offending dependency, which in turn is likely because your operating system’s package manager owns it. You’ll need to force the installation of the dependency:

    pip install --ignore-installed $OFFENDING_DEPENDENCY

    For example, if you get an error like the following:

    Traceback (most recent call last):
    File "<string>", line 17, in <module>
     ...
    File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 509, in find
      raise VersionConflict(dist, req)
    pkg_resources.VersionConflict: (six 1.8.0 (/usr/lib/python2.7/dist-packages), Requirement.parse('six>=1.10'))

    You can fix it by doing:

    sudo pip install --ignore-installed six
  • … see the following error on some platforms

    /tmp/pip-build-U8pSsr/cython/Cython/Plex/Scanners.c:4:20: fatal error: Python.h: No such file or directory
    #include "Python.h"
                    ^
    compilation terminated.

    You can fix it by installing python-dev package. i.e

    sudo apt-get install python-dev

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

grpcio-1.28.0rc1.tar.gz (19.5 MB view details)

Uploaded Source

Built Distributions

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

Uploaded CPython 3.8 Windows x86-64

grpcio-1.28.0rc1-cp38-cp38-win32.whl (1.8 MB view details)

Uploaded CPython 3.8 Windows x86

grpcio-1.28.0rc1-cp38-cp38-manylinux2010_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

grpcio-1.28.0rc1-cp38-cp38-manylinux2010_i686.whl (3.1 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

grpcio-1.28.0rc1-cp38-cp38-macosx_10_9_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

grpcio-1.28.0rc1-cp37-cp37m-win_amd64.whl (2.0 MB view details)

Uploaded CPython 3.7m Windows x86-64

grpcio-1.28.0rc1-cp37-cp37m-win32.whl (1.7 MB view details)

Uploaded CPython 3.7m Windows x86

grpcio-1.28.0rc1-cp37-cp37m-manylinux2010_x86_64.whl (2.8 MB view details)

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

grpcio-1.28.0rc1-cp37-cp37m-manylinux2010_i686.whl (3.0 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

grpcio-1.28.0rc1-cp37-cp37m-macosx_10_9_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

grpcio-1.28.0rc1-cp36-cp36m-win_amd64.whl (2.1 MB view details)

Uploaded CPython 3.6m Windows x86-64

grpcio-1.28.0rc1-cp36-cp36m-win32.whl (1.8 MB view details)

Uploaded CPython 3.6m Windows x86

grpcio-1.28.0rc1-cp36-cp36m-manylinux2010_x86_64.whl (2.8 MB view details)

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

grpcio-1.28.0rc1-cp36-cp36m-manylinux2010_i686.whl (3.1 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

grpcio-1.28.0rc1-cp36-cp36m-macosx_10_9_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

grpcio-1.28.0rc1-cp36-cp36m-linux_armv7l.whl (20.0 MB view details)

Uploaded CPython 3.6m

grpcio-1.28.0rc1-cp35-cp35m-win_amd64.whl (2.1 MB view details)

Uploaded CPython 3.5m Windows x86-64

grpcio-1.28.0rc1-cp35-cp35m-win32.whl (1.8 MB view details)

Uploaded CPython 3.5m Windows x86

grpcio-1.28.0rc1-cp35-cp35m-manylinux2010_x86_64.whl (2.8 MB view details)

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

grpcio-1.28.0rc1-cp35-cp35m-manylinux2010_i686.whl (3.0 MB view details)

Uploaded CPython 3.5m manylinux: glibc 2.12+ i686

grpcio-1.28.0rc1-cp35-cp35m-macosx_10_7_intel.whl (4.9 MB view details)

Uploaded CPython 3.5m macOS 10.7+ intel

grpcio-1.28.0rc1-cp35-cp35m-linux_armv7l.whl (19.9 MB view details)

Uploaded CPython 3.5m

grpcio-1.28.0rc1-cp27-cp27mu-manylinux2010_x86_64.whl (2.8 MB view details)

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

grpcio-1.28.0rc1-cp27-cp27mu-manylinux2010_i686.whl (3.0 MB view details)

Uploaded CPython 2.7mu manylinux: glibc 2.12+ i686

grpcio-1.28.0rc1-cp27-cp27mu-linux_armv7l.whl (19.7 MB view details)

Uploaded CPython 2.7mu

grpcio-1.28.0rc1-cp27-cp27m-win_amd64.whl (2.4 MB view details)

Uploaded CPython 2.7m Windows x86-64

grpcio-1.28.0rc1-cp27-cp27m-win32.whl (2.4 MB view details)

Uploaded CPython 2.7m Windows x86

grpcio-1.28.0rc1-cp27-cp27m-manylinux2010_x86_64.whl (2.8 MB view details)

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

grpcio-1.28.0rc1-cp27-cp27m-manylinux2010_i686.whl (3.0 MB view details)

Uploaded CPython 2.7m manylinux: glibc 2.12+ i686

grpcio-1.28.0rc1-cp27-cp27m-macosx_10_9_x86_64.whl (2.6 MB view details)

Uploaded CPython 2.7m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: grpcio-1.28.0rc1.tar.gz
  • Upload date:
  • Size: 19.5 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.17

File hashes

Hashes for grpcio-1.28.0rc1.tar.gz
Algorithm Hash digest
SHA256 ea681b433728f690f8519e8d3e2c5d77c3b6b691fb2e017eb79b0a8497885f30
MD5 93b188f9821b7d08ff5817b4cc367131
BLAKE2b-256 2d9ad5f092efea1a98e5c24e65bef4fbec95732aa2a9fbfd9aaa0a1588b5d3ea

See more details on using hashes here.

Provenance

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.28.0rc1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 7c2fe5a631ee42e6e65d5e7698fa102f2097dcebc77f3516f572f7d865c23894
MD5 968f91de1fd84b399322109acd4fae52
BLAKE2b-256 a2ed47be15ea9f577f997378d390114f156bc67572b6b3a29295c0ba8969518f

See more details on using hashes here.

Provenance

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.28.0rc1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 aaf99d0db5f2ea57303d735d3ace68aa941c4de8048cb61dd50e4b8b76bcfe74
MD5 52fdcab1c37c2c9ba036e245508b5d5c
BLAKE2b-256 12d23b2c4059948909e3baffe1048eb492b1878cead2be08c3f4ad21cf55ed26

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.28.0rc1-cp38-cp38-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 2.8 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.17

File hashes

Hashes for grpcio-1.28.0rc1-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 bda2ed8c6bab7749f0d8fae5c2e2fa50ad1901caea6de76b2159f44550642950
MD5 887fe1f668fba8263c9f714edc91f0d0
BLAKE2b-256 09f16bcb608311c7588944e2a3a1c8016c53d047aa2902ec61ccb66c76a0368a

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.28.0rc1-cp38-cp38-manylinux2010_i686.whl
  • Upload date:
  • Size: 3.1 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.17

File hashes

Hashes for grpcio-1.28.0rc1-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 c88d5c76dcbb01cd466cd16144797fbba3c31c2bb8972f3b8cfb392ffbec727a
MD5 4cb234afd6723661fcf6e1dc7cc38f69
BLAKE2b-256 8f0f6cbb47d6983d1e4cd279ad7dd83ddb431bd09336e62634155bb9dd648b2d

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.28.0rc1-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

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

File hashes

Hashes for grpcio-1.28.0rc1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d50966b58109f726820a23d029fed25762ae9055c9f77ba715e6bd007968d480
MD5 b6161acc23caf9422770365ebb20beb1
BLAKE2b-256 35e08930530b5344678ccb7ae3785942fe7f19027cabde09562331254e5993b3

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.28.0rc1-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 2.0 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.17

File hashes

Hashes for grpcio-1.28.0rc1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 c905fa65356903424f3942872f0635bbb62bf017c54cd645498efd7b0c871c9f
MD5 9e25861642e72e27f283dcb581139a62
BLAKE2b-256 89bc604ee001deb0bf91eeb22393f93b070822ee13f149cf063ed46b0009e5bc

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.28.0rc1-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 1.7 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.17

File hashes

Hashes for grpcio-1.28.0rc1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 f7403d8f8322612a9e9b7d37c5da770781e473e72735c01cad886568a7461f53
MD5 b818d6ba02560a70bdc1281fdd48f300
BLAKE2b-256 5b0042581514b89a4e0d37cb5b4e1cda34b53e167064d015fb9619f0b1b80832

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.28.0rc1-cp37-cp37m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 2.8 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.17

File hashes

Hashes for grpcio-1.28.0rc1-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 ddb922c15c8769db146b759209fd6de20cca313ee200a026fff96a43f1699522
MD5 745e7febfbdd1779ed544fcb56a0c0b9
BLAKE2b-256 c07117789deb84ea2d85ba2128a4df68b05cbf582378ea7c356786190deeb2be

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.28.0rc1-cp37-cp37m-manylinux2010_i686.whl
  • Upload date:
  • Size: 3.0 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.17

File hashes

Hashes for grpcio-1.28.0rc1-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 50f01cdb337f8020b20afd304f5b361156fcb5a74226fbb6f02076544213c0d8
MD5 9d98d7fa0811b8d37138457573c68d7b
BLAKE2b-256 015ae68c8958e50cffd268ec12176cab947d2f8042b31e350faf578efd3a30a3

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.28.0rc1-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 2.6 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.17

File hashes

Hashes for grpcio-1.28.0rc1-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f0200ad9556eaa0b14549b2292227a658c6963e576d4ac0cb3a3ecc7fd56629c
MD5 0c6840bcb3a197b4afa913a7b454985f
BLAKE2b-256 b0db23a474cda52c5b4eaa8d2ac28f7d483d7feb2bf0bc1a5a42757304f4b9aa

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.28.0rc1-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 2.1 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.17

File hashes

Hashes for grpcio-1.28.0rc1-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 fa33a7c99059c2cd35016db66777b8349a0d83f07a3fcc62fd451c3dbae7c3fd
MD5 2fb39df65c53671a8d2b5489248e5ea2
BLAKE2b-256 5187409d4cd31fafa947ceda92a4956e010d655f8b6f1474d5ae6cdea005a295

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.28.0rc1-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 1.8 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.17

File hashes

Hashes for grpcio-1.28.0rc1-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 109d3a9aa4728f2a30b34bfd12d1d9bd5f5430cb51c983955309de2ab938f0b5
MD5 bd6ad294a325ea9b9a838b85fa956702
BLAKE2b-256 cd3bf38c0ef590d4acdf60e5bfc7aace78d3a0b403d17b976c0c5c6906dae441

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.28.0rc1-cp36-cp36m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 2.8 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.17

File hashes

Hashes for grpcio-1.28.0rc1-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 8de53c6320ebd54868713250ab9a6b117552e7f77d33d669aa39bd799a9aad57
MD5 be881b4834c52990948045bd2a656444
BLAKE2b-256 c236b1b4d59cb624e40666e4bf0443958f1dae25c88c3aeaa1cac368186e0f9b

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.28.0rc1-cp36-cp36m-manylinux2010_i686.whl
  • Upload date:
  • Size: 3.1 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.17

File hashes

Hashes for grpcio-1.28.0rc1-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 ea1c6caaa67262caddb2eea03c9f47a2021ac70a005b388fc33cbbd1e6809262
MD5 f0788cd7038febe0b628b0fa24bcf6db
BLAKE2b-256 422470c134215c867156e30904965a819737b442ec010554924b2b7dfe765258

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.28.0rc1-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 2.6 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.17

File hashes

Hashes for grpcio-1.28.0rc1-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6fa4fdd8c1668848e3decd6f3765edbfd028972720be399763e360ce267cb657
MD5 b63c5a93afdcedfa19b98b532d759550
BLAKE2b-256 7452143cd03cd1ce7f5ec4c2c9d2ae6d0127c81a8f494e1c6f08a466048ac62e

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.28.0rc1-cp36-cp36m-linux_armv7l.whl
  • Upload date:
  • Size: 20.0 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.17

File hashes

Hashes for grpcio-1.28.0rc1-cp36-cp36m-linux_armv7l.whl
Algorithm Hash digest
SHA256 eb7cb6f4b681f30d0b3accb87eae4fc2a4ca2116ea5b83fd98b6869ba64fbb24
MD5 deeec675ef4be391268bf6ae3a6d0b45
BLAKE2b-256 5fda93fbcbef05a3c6d3a4e55a6410b42e5502371c76b293e0c7ffc30b457528

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.28.0rc1-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 2.1 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.17

File hashes

Hashes for grpcio-1.28.0rc1-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 40772044359b744ab0357db7918307f26bd9336b8ca1ec1e0691112f8d70bb89
MD5 a477efb158f77a5506c5c2dd341ea272
BLAKE2b-256 e35f62a4a0143c815e2da0a8121e7a8b5deb4593fa6b3cf5e1aefb32b925cb82

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.28.0rc1-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 1.8 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.17

File hashes

Hashes for grpcio-1.28.0rc1-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 3fb35b3428ee877fa8236982d97fa539bb937faa3d15f1651fbb8b1df111467e
MD5 8f0c7274c8a0939103e29274ae4145c4
BLAKE2b-256 39583971b20ea4b98a65faffa43cc12d55dec734155212710f1070d39e69889b

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.28.0rc1-cp35-cp35m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 2.8 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.17

File hashes

Hashes for grpcio-1.28.0rc1-cp35-cp35m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 f59ee620e4de94f307c6860bc37255a3c9f35c672d13939c2497120102cd69c2
MD5 9d5fb7f802dd6129f896869aa3832d76
BLAKE2b-256 678e9332968e7eb17cb0b2bb4445e1ddfd8d35dc44576e6597b6fcfd0efee91a

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.28.0rc1-cp35-cp35m-manylinux2010_i686.whl
  • Upload date:
  • Size: 3.0 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.17

File hashes

Hashes for grpcio-1.28.0rc1-cp35-cp35m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 bae2d171b43bafb44d3c459e9e6f9573b26517f67cad5330c9a9a1000a598e8c
MD5 fa83b26603cc741ec059d9905706cc46
BLAKE2b-256 579e73f88c55bde976887380d56b4494db2814a1d124479e7a38d56e0f7ff870

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.28.0rc1-cp35-cp35m-macosx_10_7_intel.whl
  • Upload date:
  • Size: 4.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.17

File hashes

Hashes for grpcio-1.28.0rc1-cp35-cp35m-macosx_10_7_intel.whl
Algorithm Hash digest
SHA256 d24acfb3b15a22c69a5558009f0f107daf11fb9954886b6fea8d2b20388b34ff
MD5 792fbfb4cd3130a79590fd31d4e1d148
BLAKE2b-256 5403943dcbc4f27a3495a3371e9e3ea0ed806fe3aed99f95dd2fc5abde66ed05

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.28.0rc1-cp35-cp35m-linux_armv7l.whl
  • Upload date:
  • Size: 19.9 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.17

File hashes

Hashes for grpcio-1.28.0rc1-cp35-cp35m-linux_armv7l.whl
Algorithm Hash digest
SHA256 bdf61c33536b03c7f4f5268fe3811a238063418294698d118cb04ebb9b3fb793
MD5 66b8c9802e39f9f2c9e4088842c9353e
BLAKE2b-256 ab418ba6df093b64b28e6227e2f92c18b52675dc4504250a7d40b531aa5b9196

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.28.0rc1-cp27-cp27mu-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 2.8 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.17

File hashes

Hashes for grpcio-1.28.0rc1-cp27-cp27mu-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 ef902a609be05e69e63126cd8ba6c4e8a28a6435c1b759169bd7162fb09fec1b
MD5 44e38288d0d27317797d90a92d8313d3
BLAKE2b-256 690a2984f524d54cc9d6fe749f9d0a26b9dfb154134f45f592251889df994d5f

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.28.0rc1-cp27-cp27mu-manylinux2010_i686.whl
  • Upload date:
  • Size: 3.0 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.17

File hashes

Hashes for grpcio-1.28.0rc1-cp27-cp27mu-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 3a2016a51c8668e87fd40af1e02d42e9fad90fdf7c5ba65e0a7d9b76f566513a
MD5 a548bce1c9ea70d5e8d59b227f0b711a
BLAKE2b-256 8083dbbc9fc884910b72189e22291d50556d8fe07b5f9c34fe0270d0bc400be3

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.28.0rc1-cp27-cp27mu-linux_armv7l.whl
  • Upload date:
  • Size: 19.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.17

File hashes

Hashes for grpcio-1.28.0rc1-cp27-cp27mu-linux_armv7l.whl
Algorithm Hash digest
SHA256 c6d79360a7cfed9531f08d92dbc9d1ae9aff401d767f3bc610558617adf895b0
MD5 9fff5e5fdaa118ab53a13f167d4608e6
BLAKE2b-256 826748fd8d2f9a4122f3fe8e70aaa4c2ac5c0658068e570d2d75411ed934a21d

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.28.0rc1-cp27-cp27m-win_amd64.whl
  • Upload date:
  • Size: 2.4 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.17

File hashes

Hashes for grpcio-1.28.0rc1-cp27-cp27m-win_amd64.whl
Algorithm Hash digest
SHA256 dbc5a413bb9d530f6ef3c265476f351fc80ea5510b4ccdabf7571032161f11c4
MD5 002f10abfe1bf7a7d620d3514d534bf3
BLAKE2b-256 58e3b83228a2a48188cea7d1d6f3148c58bb9ba76edd49c41f57695683241ece

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.28.0rc1-cp27-cp27m-win32.whl
  • Upload date:
  • Size: 2.4 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.17

File hashes

Hashes for grpcio-1.28.0rc1-cp27-cp27m-win32.whl
Algorithm Hash digest
SHA256 979ae7b022a0a352df5d3625f3549eaeae525698460c7dd15f4a1d8902ee5b2f
MD5 23e2dc27a0dd53a3f0d24e71a1f660d6
BLAKE2b-256 66b156629ae51f20233cbc89983c50c147cc68c36c5c380164e40a51f903a996

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.28.0rc1-cp27-cp27m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 2.8 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.17

File hashes

Hashes for grpcio-1.28.0rc1-cp27-cp27m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 a0fbb6fc41e9dbe3831cc97c64077d1e05cb71ba57eddcbf7f2e5a3bf0251bcf
MD5 ce8cfe93cc5cd82c6dd38256ff514291
BLAKE2b-256 cceb3c94df45918ec3db91ca241b760911d4148edaf2cffa4aa6ec0c4f799f94

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.28.0rc1-cp27-cp27m-manylinux2010_i686.whl
  • Upload date:
  • Size: 3.0 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.17

File hashes

Hashes for grpcio-1.28.0rc1-cp27-cp27m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 374cf9033c42dc36084d0d20a9f92d792f0f44f6fc44c01e9d3a6d65d15c252f
MD5 d5987446ee822eef340ac02b4747fc82
BLAKE2b-256 6a604faf3fcc0d4ea5814889c2dcd725930af3ad8452ec73c05f6eb71a6c75ca

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.28.0rc1-cp27-cp27m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 2.6 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.17

File hashes

Hashes for grpcio-1.28.0rc1-cp27-cp27m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 183c4bfeac07d2ffd7e462fc98f6bbb25718e80d252162ff80abc5249730f16b
MD5 dd0a9e23baae1c4ca8a681354d2da841
BLAKE2b-256 014f248e20a97459b2bea552346ebce064c58b701c2ab3608b5ec5e00fe64df4

See more details on using hashes here.

Provenance

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