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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.7m Windows x86-64

grpcio-1.22.1-cp37-cp37m-win32.whl (1.3 MB view details)

Uploaded CPython 3.7m Windows x86

grpcio-1.22.1-cp37-cp37m-manylinux1_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.7m

grpcio-1.22.1-cp37-cp37m-manylinux1_i686.whl (2.1 MB view details)

Uploaded CPython 3.7m

grpcio-1.22.1-cp37-cp37m-macosx_10_9_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

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

Uploaded CPython 3.6m Windows x86-64

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

Uploaded CPython 3.6m Windows x86

grpcio-1.22.1-cp36-cp36m-manylinux1_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.6m

grpcio-1.22.1-cp36-cp36m-manylinux1_i686.whl (2.1 MB view details)

Uploaded CPython 3.6m

grpcio-1.22.1-cp36-cp36m-macosx_10_9_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

grpcio-1.22.1-cp36-cp36m-linux_armv7l.whl (11.5 MB view details)

Uploaded CPython 3.6m

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

Uploaded CPython 3.5m Windows x86-64

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

Uploaded CPython 3.5m Windows x86

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

Uploaded CPython 3.5m

grpcio-1.22.1-cp35-cp35m-manylinux1_i686.whl (2.1 MB view details)

Uploaded CPython 3.5m

grpcio-1.22.1-cp35-cp35m-macosx_10_7_intel.whl (3.8 MB view details)

Uploaded CPython 3.5m macOS 10.7+ intel

grpcio-1.22.1-cp35-cp35m-linux_armv7l.whl (11.5 MB view details)

Uploaded CPython 3.5m

grpcio-1.22.1-cp34-cp34m-win_amd64.whl (1.6 MB view details)

Uploaded CPython 3.4m Windows x86-64

grpcio-1.22.1-cp34-cp34m-win32.whl (1.6 MB view details)

Uploaded CPython 3.4m Windows x86

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

Uploaded CPython 3.4m

grpcio-1.22.1-cp34-cp34m-manylinux1_i686.whl (2.1 MB view details)

Uploaded CPython 3.4m

grpcio-1.22.1-cp34-cp34m-macosx_10_7_intel.whl (3.8 MB view details)

Uploaded CPython 3.4m macOS 10.7+ intel

grpcio-1.22.1-cp34-cp34m-linux_armv7l.whl (11.5 MB view details)

Uploaded CPython 3.4m

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

Uploaded CPython 2.7mu

grpcio-1.22.1-cp27-cp27mu-manylinux1_i686.whl (2.1 MB view details)

Uploaded CPython 2.7mu

grpcio-1.22.1-cp27-cp27mu-linux_armv7l.whl (11.4 MB view details)

Uploaded CPython 2.7mu

grpcio-1.22.1-cp27-cp27m-win_amd64.whl (1.6 MB view details)

Uploaded CPython 2.7m Windows x86-64

grpcio-1.22.1-cp27-cp27m-win32.whl (1.6 MB view details)

Uploaded CPython 2.7m Windows x86

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

Uploaded CPython 2.7m

grpcio-1.22.1-cp27-cp27m-manylinux1_i686.whl (2.1 MB view details)

Uploaded CPython 2.7m

grpcio-1.22.1-cp27-cp27m-macosx_10_9_x86_64.whl (2.0 MB view details)

Uploaded CPython 2.7m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: grpcio-1.22.1.tar.gz
  • Upload date:
  • Size: 13.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.16

File hashes

Hashes for grpcio-1.22.1.tar.gz
Algorithm Hash digest
SHA256 51e0f7adcdfacbd5e2e0977a2744b6a1f556af0df50bbe82834a97b4fd20798f
MD5 37f83a0a8877e8d5d2ea2577ce9b31bc
BLAKE2b-256 db191888bd74dc44f4ceae1c1004691e3d4405319e7e4c4f06a02f02b0cd4105

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.22.1-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.22.1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 68d37f7e7b0e9575f673051286391308e399c3f3dea99e83ff32e4bbe124c867
MD5 ea78b5177c33142aee3b41a62e13747e
BLAKE2b-256 4c991fcbf3c7d7852d118c3f94912137c0257979c5c29b4c95ace2f554c339ab

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.22.1-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 1.3 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.22.1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 508fa451a529972c3cbb807f1bce7d54660388e7c9a535d4c273f8af073f3cfe
MD5 bcf91f105c47c14347d5ff90808c752f
BLAKE2b-256 8788139a5672fea0101ead912306d8969c7f124ce94bb3387274a22125b6d008

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.22.1-cp37-cp37m-manylinux1_x86_64.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.22.1-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 5c391c269371101906760eae6deef13a06a6e50d5326e2425c6c30802afa5f50
MD5 cd005475136385b3f1bfa93ae1ecbf0c
BLAKE2b-256 3e07e52fc0e4ff2a7b762904c18edb33c3d8b147298dc50a45f4509588b6978e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.22.1-cp37-cp37m-manylinux1_i686.whl
  • Upload date:
  • Size: 2.1 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.22.1-cp37-cp37m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 e923e03572b95c28d90c91c92611f82526a8f9363fda95a4b198b3641f401904
MD5 63de3757ad5118b1a5b5bb5f89eab62a
BLAKE2b-256 d56f0dc5d624d345d5f17bf2e4568d3164aec5e78f7cf959b1350610fb790e1c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.22.1-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 2.0 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.22.1-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2e7054735ec50a7d00246ab2f6ff15d43574a5a257acaaed42ae8ece12854f6b
MD5 7ebfea00379d34852aaf2681925829bd
BLAKE2b-256 84b048028c6703311e77f30361178d9b678d0d4c4077e253d75ec74d917333e1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.22.1-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.22.1-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 f22ed5af7001ef1d6652ee07749fbe0379f4a53b5e46eb0028e6844263ef3efc
MD5 f8876d2004a40640b97a0eb5ff0d2ab2
BLAKE2b-256 c0702b8e64e8a0f962428531fd04ca447caaa7f4c76227a03dc0d0336b10e34d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.22.1-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.22.1-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 d7ae6d683dca7c774a04cc3805474353cbfa2882a987a9d2e72d4b7385c0353b
MD5 22935ff35fdd5a7e811a2e89fd199377
BLAKE2b-256 56a6666de301fe3e0ef1e4307a491d7c38979e3164f379118d9339a48990b304

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.22.1-cp36-cp36m-manylinux1_x86_64.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.22.1-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 aa73cfe67c8ac7182d51b6ec21393b69fe61f002134dafb49de059c1e62a9c03
MD5 51900ecad513d03e1431c4da26058c35
BLAKE2b-256 9f86cdb263c173e736c8858ccb3e559e45eb8531bdb75ee32880e56db1b62646

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.22.1-cp36-cp36m-manylinux1_i686.whl
  • Upload date:
  • Size: 2.1 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.22.1-cp36-cp36m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 8b00eef2ff25e720b0c8df71f8805ef963e3ae1211f4a1831b66dd018bbf46fb
MD5 f45969da075f7697c0b562209fd51cfa
BLAKE2b-256 176d99a630ea28bc81603f7bebfc48aad205e06dcaaac49e618dcedeada92911

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.22.1-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 2.0 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.22.1-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8f75013ce5c0df16ab6d78753f03bd50579df8bec492cfee5d57eaa3d57b7627
MD5 aeb69df2885856aa96c94a86c17762ee
BLAKE2b-256 22c82b188ebb47144f5986cb5073ee3e3174538000905c4acaea62747eb5586f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.22.1-cp36-cp36m-linux_armv7l.whl
  • Upload date:
  • Size: 11.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.22.1-cp36-cp36m-linux_armv7l.whl
Algorithm Hash digest
SHA256 8de543e7166458c0bdd97444f293b5ce1349834eabc4387ebb799df655b9cabf
MD5 2ddb5e2dadc18353b95913b2b34de802
BLAKE2b-256 5ae77907fe9091edea865bb3b340fdd76c4b10b53f3e7e03f6dc304929de7bde

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.22.1-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.22.1-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 d229d4dd50c8b25205217b70c61de35acd33b5d8388e9604a6714e728f32b239
MD5 09d16f6ff6b1a3565e78cc75eadb892d
BLAKE2b-256 c239618dc4e6bc159e95a7ae9eb1ffb5a72152476f4320105a4e3fabef13080f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.22.1-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.22.1-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 81c1b11ee12ec890ae2aba05b4a74c28a857f9c694f0c05e0b87f7f960c3031c
MD5 7443059a3a2d9ea68675a097d9711f16
BLAKE2b-256 24b31888b385a1a146f289a2c9bbc0b0a9a4e3f9a45e1ba2964bf385f06782e0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.22.1-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.22.1-cp35-cp35m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 51e3146d1537dcc351b768abd55279d95e665094a90626af3d34127f6f288987
MD5 df68d155b338135cda89e8e3896a156e
BLAKE2b-256 542a80b478edda193497bc2f9f6df7895db613888ce9a2192a79eafc902a0871

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.22.1-cp35-cp35m-manylinux1_i686.whl
  • Upload date:
  • Size: 2.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.16

File hashes

Hashes for grpcio-1.22.1-cp35-cp35m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 ed8b2359130c86446ab347756eb7ded6ac6eb2a65af4f8bdcfbeb8db2981fd96
MD5 2458016dd188c86c26d2b764268f7330
BLAKE2b-256 a5ffc1438ac2e9790b246607df6440a7581a3820a0379747e551c9e1f8595df5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.22.1-cp35-cp35m-macosx_10_7_intel.whl
  • Upload date:
  • Size: 3.8 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.22.1-cp35-cp35m-macosx_10_7_intel.whl
Algorithm Hash digest
SHA256 44762e75d0954f9c346ed681ac2b8753489bd9ad229b6cb0ce7363a9ddb1dfb3
MD5 fa94c2b330d6841b39c0eb18904fc3af
BLAKE2b-256 76cef420178ab8b2c95de6d826c6dfcd99b8b7986d2a51f62d187b6ecb910e5d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.22.1-cp35-cp35m-linux_armv7l.whl
  • Upload date:
  • Size: 11.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.22.1-cp35-cp35m-linux_armv7l.whl
Algorithm Hash digest
SHA256 92eee86ca4afc447fe12904c5320f5b2c6801f2c6eca4cb0e1218d1da6f1c70a
MD5 d4dc2cfacd8cf5826378368fe2cf05e0
BLAKE2b-256 a2ab2e6a275f679a54b5b5b0a3cbdd5aada12d210593b5d17f68c36108b3eb82

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.22.1-cp34-cp34m-win_amd64.whl
  • Upload date:
  • Size: 1.6 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.22.1-cp34-cp34m-win_amd64.whl
Algorithm Hash digest
SHA256 93f2dd630daa4287644b469fbab7feef6e6828cff0358be56ef326802fc3b285
MD5 4d19ad99799784460ea706432bdc2c6e
BLAKE2b-256 e17336e37860ceccce4847a670edd99a1eb990ac46b0d56480113f883307cefd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.22.1-cp34-cp34m-win32.whl
  • Upload date:
  • Size: 1.6 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.22.1-cp34-cp34m-win32.whl
Algorithm Hash digest
SHA256 7b182d12f4c2a5ef6214e8e6ab870eb9422165cb5d3241107c15c77c7a06af7f
MD5 9d618307ee3a5d4fc4f49f91aeecaaea
BLAKE2b-256 9d44956757fb3caed1ecf619b6408b42bbf7d068af78a817a8776eb9e29708b3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.22.1-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.22.1-cp34-cp34m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 47e5c65427bbb9bb7b6655b83bcd9e614e11b0e8788cd70684561856e19b0898
MD5 784eee177add1e613d8217d006767e27
BLAKE2b-256 1a4ea7aa95af30c968ce0e9c30d8cbcf3896094350b6fffc9d21cf98607ab1a3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.22.1-cp34-cp34m-manylinux1_i686.whl
  • Upload date:
  • Size: 2.1 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.22.1-cp34-cp34m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 c30df9941d0a828315178a57022e2c0114286e26941f34d680773720b86c2c20
MD5 30486b65fb6265390c17d235ecf4c8ca
BLAKE2b-256 3ed1be93e7d480152b2c0e2fcc72784cd150e9b803d0d659d9381d69f5fdc9c3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.22.1-cp34-cp34m-macosx_10_7_intel.whl
  • Upload date:
  • Size: 3.8 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.22.1-cp34-cp34m-macosx_10_7_intel.whl
Algorithm Hash digest
SHA256 f03ba04a1258c6da119e02ffc65abf645ba168e8ecf73fca50689b725e50af8c
MD5 61c8aae17020cc220f19289236e9737e
BLAKE2b-256 da84678a5a49ef23863b2d53d302845bf3b4abae98ef4dbe51156d28314831fe

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.22.1-cp34-cp34m-linux_armv7l.whl
  • Upload date:
  • Size: 11.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.22.1-cp34-cp34m-linux_armv7l.whl
Algorithm Hash digest
SHA256 ffe523a0d5fa2add11962d137d2257bbce5ccafbb5536791fc1cbf4398bc5dd0
MD5 3d946430f208e3805a87143470df9327
BLAKE2b-256 20b6cf64f84ba52478183d6965936460b22a449c0974d0dd730332d2c4df9d38

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.22.1-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.22.1-cp27-cp27mu-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 13935ef11cf7c410daea994c57d26ce3c468dcc5e7aa37b0091ca9c43ee51d35
MD5 7671f548126b3dd7ba3f8b2dbb37e8d4
BLAKE2b-256 dd83e5b4fceb626a8dad054bd2054a5349c589721cee63878ac5d0aaa421a777

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.22.1-cp27-cp27mu-manylinux1_i686.whl
  • Upload date:
  • Size: 2.1 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.22.1-cp27-cp27mu-manylinux1_i686.whl
Algorithm Hash digest
SHA256 f7252d5fadd5296584cb287e33fd96008200fc40ab6b7123df038cc0bbb8ff25
MD5 280169ff4bb153b023987104f77ef1ad
BLAKE2b-256 c824497e144c6ecdbfb3f56ece559d02c60ac08ff68df6559e81a2a781726b29

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.22.1-cp27-cp27mu-linux_armv7l.whl
  • Upload date:
  • Size: 11.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.22.1-cp27-cp27mu-linux_armv7l.whl
Algorithm Hash digest
SHA256 24ab2d4b399caf4acc04be7b7491469e27419c52102b1bbba1c81794c48cc526
MD5 88b8e498859ac100a3d6f0f00c338f00
BLAKE2b-256 7c26a7930b16342ff8ed79d43fb2e52749e442ba8046486555a1076751cf8df7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.22.1-cp27-cp27m-win_amd64.whl
  • Upload date:
  • Size: 1.6 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.22.1-cp27-cp27m-win_amd64.whl
Algorithm Hash digest
SHA256 73ecc9c895db1598e118cb61500e18828c238685cf3f641e03c03734794a44d9
MD5 a187e51e6a17bbc035a7cb1caa4fb6c7
BLAKE2b-256 67463f176dccf451c35d7cf4cf2f350a03c60b249b0f73a5dbf46eaefa899481

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.22.1-cp27-cp27m-win32.whl
  • Upload date:
  • Size: 1.6 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.22.1-cp27-cp27m-win32.whl
Algorithm Hash digest
SHA256 f6560fc70103b39d7ffadb52cfc72e7fe8267f025f0e9a96f9e0fb02fecebbb4
MD5 0315192285fd9675bf77dcf03e88ab08
BLAKE2b-256 6e5b77ca3cc33e7793e7442ee761dd900a7d2d18c7ef5b62d37e237b0d274fc3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.22.1-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.22.1-cp27-cp27m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 31c262edc4739f34944b34f65482798d3d1425bf80c9b18ca457477f548494d6
MD5 34faa645db8e1d2ee1d5cf853d433a54
BLAKE2b-256 bd4dc7e595db5ab6da1b0fbf34b85a2e990217c25ba62e7ed681fc9286de4d42

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.22.1-cp27-cp27m-manylinux1_i686.whl
  • Upload date:
  • Size: 2.1 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.22.1-cp27-cp27m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 775e54911e8485a37fe8c7e3678597dc4f91ffe5606f4a1120755df2e4efcba8
MD5 7d81f5ee40d0c34448edaee0e8d8fada
BLAKE2b-256 ae203656e832f847e9e07331a0e9557c9a3e21f02e747f806e2a496765d7075d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.22.1-cp27-cp27m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 2.0 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.22.1-cp27-cp27m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a999c32a6c57243946c638554bd9a55150379e5c5d79a4e653082896e2bd3faf
MD5 765f2b2915667b88e578116b52465fec
BLAKE2b-256 89bdd6cc82185344d4cf1bcb29a53831cb408533a94afa95002e8fc4a82b2e0d

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