Skip to main content

HTTP/2-based RPC framework

Project description

compat_check_pypi

Package for gRPC Python.

Supported Python Versions

Python >= 3.5

Deprecated Python Versions

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

Installation

gRPC Python is available for Linux, macOS, and Windows.

Installing From PyPI

If you are installing locally…

$ pip install grpcio

Else system wide (on Ubuntu)…

$ sudo pip install grpcio

If you’re on Windows make sure that you installed the pip.exe component when you installed Python (if not go back and install it!) then invoke:

$ pip.exe install grpcio

Windows users may need to invoke pip.exe from a command line ran as administrator.

n.b. On Windows and on Mac OS X one must have a recent release of pip to retrieve the proper wheel from PyPI. Be sure to upgrade to the latest version!

Installing From Source

Building from source requires that you have the Python headers (usually a package named python-dev).

$ export REPO_ROOT=grpc  # REPO_ROOT can be any directory of your choice
$ git clone -b $(curl -L https://grpc.io/release) https://github.com/grpc/grpc $REPO_ROOT
$ cd $REPO_ROOT
$ git submodule update --init

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

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

Troubleshooting

Help, I …

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

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

    pip install --ignore-installed $OFFENDING_DEPENDENCY

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

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

    You can fix it by doing:

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

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

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

    sudo apt-get install python-dev

Project details


Release history Release notifications | RSS feed

Download files

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

Source Distribution

grpcio-1.27.0rc2.tar.gz (16.9 MB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

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

Uploaded CPython 3.8Windows x86-64

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

Uploaded CPython 3.8Windows x86

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

Uploaded CPython 3.8manylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.8manylinux: glibc 2.12+ i686

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

Uploaded CPython 3.8macOS 10.9+ x86-64

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

Uploaded CPython 3.7mWindows x86-64

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

Uploaded CPython 3.7mWindows x86

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

Uploaded CPython 3.7mmanylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.7mmanylinux: glibc 2.12+ i686

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

Uploaded CPython 3.7mmacOS 10.9+ x86-64

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

Uploaded CPython 3.6mWindows x86-64

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

Uploaded CPython 3.6mWindows x86

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

Uploaded CPython 3.6mmanylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.6mmanylinux: glibc 2.12+ i686

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

Uploaded CPython 3.6mmacOS 10.9+ x86-64

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

Uploaded CPython 3.6m

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

Uploaded CPython 3.5mWindows x86-64

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

Uploaded CPython 3.5mWindows x86

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

Uploaded CPython 3.5mmanylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.5mmanylinux: glibc 2.12+ i686

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

Uploaded CPython 3.5mmacOS 10.7+ Intel (x86-64, i386)

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

Uploaded CPython 3.5m

grpcio-1.27.0rc2-cp27-cp27mu-manylinux2010_x86_64.whl (2.6 MB view details)

Uploaded CPython 2.7mumanylinux: glibc 2.12+ x86-64

grpcio-1.27.0rc2-cp27-cp27mu-manylinux2010_i686.whl (2.9 MB view details)

Uploaded CPython 2.7mumanylinux: glibc 2.12+ i686

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

Uploaded CPython 2.7mu

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

Uploaded CPython 2.7mWindows x86-64

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

Uploaded CPython 2.7mWindows x86

grpcio-1.27.0rc2-cp27-cp27m-manylinux2010_x86_64.whl (2.6 MB view details)

Uploaded CPython 2.7mmanylinux: glibc 2.12+ x86-64

grpcio-1.27.0rc2-cp27-cp27m-manylinux2010_i686.whl (2.9 MB view details)

Uploaded CPython 2.7mmanylinux: glibc 2.12+ i686

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

Uploaded CPython 2.7mmacOS 10.9+ x86-64

File details

Details for the file grpcio-1.27.0rc2.tar.gz.

File metadata

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

File hashes

Hashes for grpcio-1.27.0rc2.tar.gz
Algorithm Hash digest
SHA256 c47120731c8317ae04015b3aa6762b34d9122004c81bbaa640139cf29405aafd
MD5 f9f329961efff7e8c1dd6d410885c0da
BLAKE2b-256 ef1df9e578efba0429d99cf635ed04fc3e6c035ec96d3333d011772ce7946611

See more details on using hashes here.

File details

Details for the file grpcio-1.27.0rc2-cp38-cp38-win_amd64.whl.

File metadata

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

File hashes

Hashes for grpcio-1.27.0rc2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 fa06f5eacba48dd27395785f2cb64d15f2c54c8daf2c2c1f1fce78003e3e6ed8
MD5 6bb80e6b2815a28d26289df1c4a488a7
BLAKE2b-256 12af36e9b97292895a9049f4560f7f4fff5940fc851b096d8b4c2ebc026eee7b

See more details on using hashes here.

File details

Details for the file grpcio-1.27.0rc2-cp38-cp38-win32.whl.

File metadata

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

File hashes

Hashes for grpcio-1.27.0rc2-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 d492f0882a61ad25989d7fe9206988fe169aa3b18e7e2b212d2cbc00d0ba092d
MD5 8790feeb08d3acbd086e0e85db1ba3ec
BLAKE2b-256 6af3cdf248e58e512228f83f9a47eb60e043d91f331699c62347e1285c870eb7

See more details on using hashes here.

File details

Details for the file grpcio-1.27.0rc2-cp38-cp38-manylinux2010_x86_64.whl.

File metadata

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

File hashes

Hashes for grpcio-1.27.0rc2-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 84bdcce68129da5b671b94965ab0f51c3697431cffa9c9ab5ced5b591c132044
MD5 3fdbace906341fce65c1fb1433faa65b
BLAKE2b-256 4edfabf061acda391b1a44ab744f8f497ef8d4e422d5cbbbd2e38e4c9e6ea138

See more details on using hashes here.

File details

Details for the file grpcio-1.27.0rc2-cp38-cp38-manylinux2010_i686.whl.

File metadata

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

File hashes

Hashes for grpcio-1.27.0rc2-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 1b4e5949e4b23ac02b428fd0b0010c7ff5d3198b77093127cdf60f2dbf99a30e
MD5 d42f2b77df4622d6bda0634bef314bed
BLAKE2b-256 f23d0d1a481ccf30d3574c24b0dd8ea7aecbe956721a6bbe462ba7e768ff1044

See more details on using hashes here.

File details

Details for the file grpcio-1.27.0rc2-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

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

File hashes

Hashes for grpcio-1.27.0rc2-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e4bbc53704df31ea230f1b907c8825dea1ba2e98ea1e33a05f6b6c3f8021927a
MD5 93ce07151acaa436826cb05c1eedb05d
BLAKE2b-256 2d24da495271a32006d39786620a34c4e049c502a266a46eaec891b3b664e7f4

See more details on using hashes here.

File details

Details for the file grpcio-1.27.0rc2-cp37-cp37m-win_amd64.whl.

File metadata

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

File hashes

Hashes for grpcio-1.27.0rc2-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 4a6db9ae79e957a474bdc36565269087244ac750645e409b8e384bd88074e85c
MD5 e45a0d09d8dbb28bb76cfbe98685f5e0
BLAKE2b-256 bff23eaa1e5db56fdc3e07270d0232276958da79ecea6f18689708a455583701

See more details on using hashes here.

File details

Details for the file grpcio-1.27.0rc2-cp37-cp37m-win32.whl.

File metadata

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

File hashes

Hashes for grpcio-1.27.0rc2-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 4a54e6acc6dd1cd451ed5185af62fa8c8825590631bdcb25ae74c30b4a3c32a1
MD5 a01e68c821b1978cb3f491ccad0b0a32
BLAKE2b-256 d78b8221adb02af6af01e9dec2cf1c9e781c2d095ff33114a476990599cc24ed

See more details on using hashes here.

File details

Details for the file grpcio-1.27.0rc2-cp37-cp37m-manylinux2010_x86_64.whl.

File metadata

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

File hashes

Hashes for grpcio-1.27.0rc2-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 0a6153643bd02635a388682e18d02aa62d34be0886a6c799295bd2466d9e9594
MD5 2ccdf967d33f2abb6c361ad94885635e
BLAKE2b-256 8bab8db62f18c019fca65826217c52affee38c4daa16f70b06973bbcb463f102

See more details on using hashes here.

File details

Details for the file grpcio-1.27.0rc2-cp37-cp37m-manylinux2010_i686.whl.

File metadata

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

File hashes

Hashes for grpcio-1.27.0rc2-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 1beee9ae4bc046456cd5c276fa54b682ab21a972cba14e3da11dbd6383b7f15e
MD5 c98cbd43b9c98e1b191f33efbd75f27a
BLAKE2b-256 84b484f172c3c45c0ad1379fcd125374be3e2841885a6e9a576920676517d012

See more details on using hashes here.

File details

Details for the file grpcio-1.27.0rc2-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

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

File hashes

Hashes for grpcio-1.27.0rc2-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 31136e7f74a4c3b5c38de610c697f4eebccee5bf0d7e75fa635726145d70a143
MD5 3b90ce54df74a5b836b965f7b66b8bcc
BLAKE2b-256 03ec26a84cc174b8eaa8fa3c8ce28b9970757fc5ee4a26dc899b428b5ba5b13a

See more details on using hashes here.

File details

Details for the file grpcio-1.27.0rc2-cp36-cp36m-win_amd64.whl.

File metadata

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

File hashes

Hashes for grpcio-1.27.0rc2-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 5252e07cf0cde5f6d55ae30fc4fe47704c6791c0aa8987cc57d3e3d565af3187
MD5 0fc521e6bfc63f64fb60696f032cba27
BLAKE2b-256 37faa101a193b5c74268101adf119486d0e1b195874e72cb7cbf2c6cff15ec49

See more details on using hashes here.

File details

Details for the file grpcio-1.27.0rc2-cp36-cp36m-win32.whl.

File metadata

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

File hashes

Hashes for grpcio-1.27.0rc2-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 56f194bb50708fec4d2c3955cd8cb588a44b955de8ff1cedfadadcc6b2fc5d96
MD5 418a952dd26b6c20c2b80132442f18a4
BLAKE2b-256 58bce8e6d33a243532d17c0444305dcabcb0defa5d2c6d5580d0085a48b9ec20

See more details on using hashes here.

File details

Details for the file grpcio-1.27.0rc2-cp36-cp36m-manylinux2010_x86_64.whl.

File metadata

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

File hashes

Hashes for grpcio-1.27.0rc2-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 541c320013bff0290f36b7901045133ddbb2fc1674f2bb944ee03c3195cf1134
MD5 bcefbc89094f61c566be33d5da210afe
BLAKE2b-256 b734e2d690e7c604487203ed346ff6044d3bb32e63bd8ae67cdfa6166b0f92d0

See more details on using hashes here.

File details

Details for the file grpcio-1.27.0rc2-cp36-cp36m-manylinux2010_i686.whl.

File metadata

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

File hashes

Hashes for grpcio-1.27.0rc2-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 c1b7ca4ae50bd4e155848cda9ae65ef8d4a806404798e81b2bf65c7efe85b9f3
MD5 5f126c120eed4fd0ade2d79649d39789
BLAKE2b-256 8400a03ac09c7f939ab305069c7aa6857afabac59515dc35a0f7dc7d08aba787

See more details on using hashes here.

File details

Details for the file grpcio-1.27.0rc2-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

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

File hashes

Hashes for grpcio-1.27.0rc2-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ff6f993f72413d7f76e17792ae92e6380510910222a5d5fe7956f055af41204e
MD5 aa58d61593468498311458b7ca0722f1
BLAKE2b-256 f25fc275bedf57fe0ac28a8728338811da5c39312fa25ea2041d530cf2676cb6

See more details on using hashes here.

File details

Details for the file grpcio-1.27.0rc2-cp36-cp36m-linux_armv7l.whl.

File metadata

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

File hashes

Hashes for grpcio-1.27.0rc2-cp36-cp36m-linux_armv7l.whl
Algorithm Hash digest
SHA256 8194b7dadd0958cc2bc16d208d33f1788ad6ac863f0b25f29638f361959851a9
MD5 94ca731e2f74be55b9f8d2b1a20c36fa
BLAKE2b-256 c7f8b29dac89ec1908ae8210a2d70c2523d8d4521c0256461131feb38e7c7fa3

See more details on using hashes here.

File details

Details for the file grpcio-1.27.0rc2-cp35-cp35m-win_amd64.whl.

File metadata

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

File hashes

Hashes for grpcio-1.27.0rc2-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 448300c427b56407dd774c3860db878963581485a222b12129214d09a04b9ede
MD5 ab220780db08cd22bf014aa485d7a180
BLAKE2b-256 7bcc50ce05625d18b01c2ccf9bdee71b5224c7b656b497903fad868022692f49

See more details on using hashes here.

File details

Details for the file grpcio-1.27.0rc2-cp35-cp35m-win32.whl.

File metadata

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

File hashes

Hashes for grpcio-1.27.0rc2-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 a4a9858000dad38361cb8ebe4521219443f8cb0114abf477a0dd5e93085d4981
MD5 5cc20cbdb6f5fa668684794f0c3f512b
BLAKE2b-256 2a028494922252b328a9c26fe99842119f0159102d17190f59b3cde691946ced

See more details on using hashes here.

File details

Details for the file grpcio-1.27.0rc2-cp35-cp35m-manylinux2010_x86_64.whl.

File metadata

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

File hashes

Hashes for grpcio-1.27.0rc2-cp35-cp35m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 e255c60f58118c89ffb179e217dd455555f216d246e32855d85dbfe75e6cee4e
MD5 515ba935bd850cc11ee2f75bce49234e
BLAKE2b-256 49b071f4eb18da3c929b0ffef7642e3987296b8e743049280ba14d48665908d3

See more details on using hashes here.

File details

Details for the file grpcio-1.27.0rc2-cp35-cp35m-manylinux2010_i686.whl.

File metadata

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

File hashes

Hashes for grpcio-1.27.0rc2-cp35-cp35m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 5e3da97f0911fb131b3e046883534e9d6d240e578a016f641d25f9ccbf621ed4
MD5 aadccbc02028c8fe45fc41ee849dcd4f
BLAKE2b-256 22e7bfd230a0abb9fc6633d467105d7c55ee6ba912eaab76c5fe122857b1f2c7

See more details on using hashes here.

File details

Details for the file grpcio-1.27.0rc2-cp35-cp35m-macosx_10_7_intel.whl.

File metadata

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

File hashes

Hashes for grpcio-1.27.0rc2-cp35-cp35m-macosx_10_7_intel.whl
Algorithm Hash digest
SHA256 ad56170db10a35bcdd3a36083c1e39476df5d1e2ac543d58f96f4599411bdcae
MD5 6ab54645a9c0024022029985b39fd425
BLAKE2b-256 4cd4aee4b7d58852b7c83797fd4664b5bd884f7c1973867a6b32f6581be38f7a

See more details on using hashes here.

File details

Details for the file grpcio-1.27.0rc2-cp35-cp35m-linux_armv7l.whl.

File metadata

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

File hashes

Hashes for grpcio-1.27.0rc2-cp35-cp35m-linux_armv7l.whl
Algorithm Hash digest
SHA256 2448d39c89e5687a877ec6a6b0603c39bceb021aa159716e9c75a666e057cce0
MD5 00b8331fafb35ed7ce349f29eefa3d6c
BLAKE2b-256 50cf342472f5b266d7e84962647e9a8215461ecb0d8d2310bbd6644e87f4bb52

See more details on using hashes here.

File details

Details for the file grpcio-1.27.0rc2-cp27-cp27mu-manylinux2010_x86_64.whl.

File metadata

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

File hashes

Hashes for grpcio-1.27.0rc2-cp27-cp27mu-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 8905610214933f5a17ba4afbeefc2654c01f07ce0a670a6386105e4471be2eff
MD5 d2fb7e938ae982ba8b950a8adc04f2b3
BLAKE2b-256 b634409343db86abe6f5bfd30549cfe562e710aa3e7a9f4e9129e043c13ce4a6

See more details on using hashes here.

File details

Details for the file grpcio-1.27.0rc2-cp27-cp27mu-manylinux2010_i686.whl.

File metadata

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

File hashes

Hashes for grpcio-1.27.0rc2-cp27-cp27mu-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 d924a6a32e7bbdd7ac5c85319358ceb02d50973d12f8c38ab4cf1f8d11b60d28
MD5 e0c6082661161b962f3149a9f1f560cc
BLAKE2b-256 c14a94ed9247c60389ea811a2b7f474476e9d0cdd940e20559e0c854c4aa0721

See more details on using hashes here.

File details

Details for the file grpcio-1.27.0rc2-cp27-cp27mu-linux_armv7l.whl.

File metadata

  • Download URL: grpcio-1.27.0rc2-cp27-cp27mu-linux_armv7l.whl
  • Upload date:
  • Size: 16.9 MB
  • Tags: CPython 2.7mu
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/2.7.17rc1

File hashes

Hashes for grpcio-1.27.0rc2-cp27-cp27mu-linux_armv7l.whl
Algorithm Hash digest
SHA256 b78069939793babb11cefcba3543e1655d95f336b0de64c51a74891572122f07
MD5 04035e1242b39491f977ad00c1d917fe
BLAKE2b-256 bcd981f471bfd94b11b5f7b11e445ab718b68f3c59eb35b74014a322fdbd3d53

See more details on using hashes here.

File details

Details for the file grpcio-1.27.0rc2-cp27-cp27m-win_amd64.whl.

File metadata

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

File hashes

Hashes for grpcio-1.27.0rc2-cp27-cp27m-win_amd64.whl
Algorithm Hash digest
SHA256 dcab0f5512b745c3a584bc985b9f7e3e56ba52adf725743ec8f682608f63c9ce
MD5 e92e98ed584836f3e824c9b2dc0b589a
BLAKE2b-256 8e1d1098b49eeafe9f6b22d8301dadae538f8c6c984fcd1819478190e49e7f57

See more details on using hashes here.

File details

Details for the file grpcio-1.27.0rc2-cp27-cp27m-win32.whl.

File metadata

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

File hashes

Hashes for grpcio-1.27.0rc2-cp27-cp27m-win32.whl
Algorithm Hash digest
SHA256 39e182bb171bb05520363e433304a7a7cdc8b08029f41176048a862dd10a6684
MD5 2cea4fb383433e1de2d71e511d656f81
BLAKE2b-256 67a66d7383025497f348ad00ea29e21457ee43ef2a90c4527883ed8a1c5adfc7

See more details on using hashes here.

File details

Details for the file grpcio-1.27.0rc2-cp27-cp27m-manylinux2010_x86_64.whl.

File metadata

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

File hashes

Hashes for grpcio-1.27.0rc2-cp27-cp27m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 2c262f5c523df4940f2764b3c355b65ac1a985da9f17855da400b21807b3b104
MD5 c14553152b32f7f60b1299f16a7d6891
BLAKE2b-256 ada5ae1b0d79cbd77df6f3ba760faabc09024d37d5ee965ece871a90a1237c58

See more details on using hashes here.

File details

Details for the file grpcio-1.27.0rc2-cp27-cp27m-manylinux2010_i686.whl.

File metadata

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

File hashes

Hashes for grpcio-1.27.0rc2-cp27-cp27m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 278ba9ac04ed7f1536b915d94b898310182270e29f7ba53211d7217c1d1d7150
MD5 71405c74116f04a1602fa35a068043cc
BLAKE2b-256 84315505a0e64fea5be3a693ebbd9bff67b0b230be7ef8cc3c41cd7c30593931

See more details on using hashes here.

File details

Details for the file grpcio-1.27.0rc2-cp27-cp27m-macosx_10_9_x86_64.whl.

File metadata

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

File hashes

Hashes for grpcio-1.27.0rc2-cp27-cp27m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 179a7b8e7d19b51e540c7c5d57bede38648d59cfe50212a91162b97cee557ffc
MD5 084785929e0a3f0d59a5e4c4254a8420
BLAKE2b-256 858ca805757787a8083b6d5f210f81e5a2b4b085543bab011068f6c8d0139c6a

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page