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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

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

Uploaded CPython 3.7m

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

Uploaded CPython 3.7m

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

Uploaded CPython 3.6m Windows x86-64

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

Uploaded CPython 3.6m Windows x86

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

Uploaded CPython 3.6m

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

Uploaded CPython 3.6m

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

Uploaded CPython 3.6m

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

Uploaded CPython 3.5m Windows x86-64

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

Uploaded CPython 3.5m Windows x86

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

Uploaded CPython 3.5m

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

Uploaded CPython 3.5m

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

Uploaded CPython 3.5m macOS 10.7+ intel

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

Uploaded CPython 3.5m

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

Uploaded CPython 3.4m Windows x86-64

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

Uploaded CPython 3.4m Windows x86

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

Uploaded CPython 3.4m

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

Uploaded CPython 3.4m

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

Uploaded CPython 3.4m macOS 10.7+ intel

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

Uploaded CPython 3.4m

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

Uploaded CPython 2.7mu

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

Uploaded CPython 2.7mu

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

Uploaded CPython 2.7mu

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

Uploaded CPython 2.7m Windows x86-64

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

Uploaded CPython 2.7m Windows x86

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

Uploaded CPython 2.7m

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

Uploaded CPython 2.7m

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

File metadata

  • Download URL: grpcio-1.22.0.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.1 CPython/2.7.16

File hashes

Hashes for grpcio-1.22.0.tar.gz
Algorithm Hash digest
SHA256 8805d486c6128cc0fcc8ecf16c4095d99a8693a541ef851429ab334e028a4a97
MD5 3b18a6353ca2570127130b31ab5eecb7
BLAKE2b-256 19c1bee35b6efcace3c77cb275c6465ba9e574d01acf9abf785253fdeed526f3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.22.0-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.1 CPython/2.7.16

File hashes

Hashes for grpcio-1.22.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 d4145c8aa6afbac10ad27e408f7ce15992fe89ba5d0b4abca31c0c2729864c03
MD5 4dd623c051a7670015a9443cd38ce55f
BLAKE2b-256 7af5fe046577387a3589ab3092096ca423fcf9a8c7ac876f56c6f3b4c9b9e533

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.22.0-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.1 CPython/2.7.16

File hashes

Hashes for grpcio-1.22.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 7ab178da777fc0f55b6aef5a755f99726e8e4b75e3903954df07b27059b54fcf
MD5 5f9fd38cdc8a7a43c9a0aebaf3080ee0
BLAKE2b-256 1dcdf4c94ff2567eb3b7569fabaf3c63a88f4cb090a445a6656026523dde5890

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.22.0-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.1 CPython/2.7.16

File hashes

Hashes for grpcio-1.22.0-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 44c7f99ca17ebbcc96fc54ed00b454d8313f1eac28c563098d8b901025aff941
MD5 93ed2b3003c7b2d945c809277ebd8cd0
BLAKE2b-256 9db1b80dea9e0bbbdd07bf7ba69c6df1aeb3e88b90b85ca326c40be9e29bc37c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.22.0-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.1 CPython/2.7.16

File hashes

Hashes for grpcio-1.22.0-cp37-cp37m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 8d71b7a89c306a41ccc7741fc9409b14f5b86727455c2a1c0c7cfcb0f784e1f2
MD5 ac25015fe0880f0e673dcea8c97d53d3
BLAKE2b-256 6ba59259d8a67d24308de72f59f5ef7d98944ccd262f0d0b80f83d4974ea51a6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.22.0-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.1 CPython/2.7.16

File hashes

Hashes for grpcio-1.22.0-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9e290c84a145ae2411ee0ec9913c41cd7500e2e7485fe93632434d84ef4fda67
MD5 465da9a23ee37bc1973eefdaa12703f1
BLAKE2b-256 2439b9b64be086bb437c83d56b5a400b50360ccf683c476ad702836a39a4eefd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.22.0-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.1 CPython/2.7.16

File hashes

Hashes for grpcio-1.22.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 f9c67cfe6278499d7f83559dc6322a8bbb108e307817a3d7acbfea807b3603cc
MD5 ff1617a414587cd60444a89912b6c624
BLAKE2b-256 7893297ff3656f1073fba84e2f9633ad3b27a007eb59ad22099ac30142f80365

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.22.0-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.1 CPython/2.7.16

File hashes

Hashes for grpcio-1.22.0-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 766d79cddad95f5f6020037fe60ea8b98578afdf0c59d5a60c106c1bdd886303
MD5 39e0141a705dac3b4731914bc355cfe2
BLAKE2b-256 ca16df22d7b73b53ff64b2ac3d92e4c3786a1f99599fa69c90ba29e141ed96da

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.22.0-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.1 CPython/2.7.16

File hashes

Hashes for grpcio-1.22.0-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 561bca3b1bde6d6564306eb05848fd155136e9c3a25d2961129b1e2edba22fce
MD5 44cd78004187af443788550a47d7aa5b
BLAKE2b-256 f25db434403adb2db8853a97828d3d19f2032e79d630e0d11a8e95d243103a11

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.22.0-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.1 CPython/2.7.16

File hashes

Hashes for grpcio-1.22.0-cp36-cp36m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 9ec9f88b5bc94bd99372f27cdd53af1c92ba06717380b127733b953cfb181174
MD5 a7dfe195c4e8ab7874123994d92760c4
BLAKE2b-256 faaade1f69fbb172ea6dd30e5a15c0677cb542c094effb59ca52250156d0662b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.22.0-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.1 CPython/2.7.16

File hashes

Hashes for grpcio-1.22.0-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9e1b80bd65f8f160880cb4dad7f55697f6d37b2d7f251fc0c2128e811928f369
MD5 f762ff8be04b6d432efd47d9249ace64
BLAKE2b-256 444198f0c012ee3eed1a449df504343c3f3c5f9b0c2ae4d6eb31cf6c790a560c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.22.0-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.1 CPython/2.7.16

File hashes

Hashes for grpcio-1.22.0-cp36-cp36m-linux_armv7l.whl
Algorithm Hash digest
SHA256 03b78b4e7dcdfe3e257bb528cc93923f9cbbab6d5babf15a60d21e9a4a70b1a2
MD5 7de6edb6329679c25b0eea9066ee6e9c
BLAKE2b-256 3a983fe48b15cb6f4922921cd380d2bce571830aa9b0b579313b0eb29549006e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.22.0-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.1 CPython/2.7.16

File hashes

Hashes for grpcio-1.22.0-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 1ce0ccfbdfe84387dbcbf44adb4ae16ec7ae70e166ffab478993eb1ea1cba3ce
MD5 2a5966f0217e52fae4300808de43a2a1
BLAKE2b-256 46041c033d1f9e7f9f2145ff4d4946967016cd357aef313df8ce58e4ce1c1fd0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.22.0-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.1 CPython/2.7.16

File hashes

Hashes for grpcio-1.22.0-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 85600b63a386d860eeaa955e9335e18dd0d7e5477e9214825abf2c2884488369
MD5 c39d79e622dc600c5a52f909dd56832f
BLAKE2b-256 6ea5e83a39f1f03a15963e6ab15a37600da8b7ac14a9fbd52f9a6a2282431a9d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.22.0-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.1 CPython/2.7.16

File hashes

Hashes for grpcio-1.22.0-cp35-cp35m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 cefc4d4251ffb73feb303d4b7e9d6c367cb60f2db16d259ea28b114045f965aa
MD5 2f59f977295786a0049f62ed6c4074c6
BLAKE2b-256 7e8e9e446349fc449951ecf3768070483ea88e76725cdd5bbddb9bc50f6948d4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.22.0-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.1 CPython/2.7.16

File hashes

Hashes for grpcio-1.22.0-cp35-cp35m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 5471444f53f9db6a1f1f11f5dbc173228881df8446380b6b98f90afb8fd8348e
MD5 028a4f33963d3f15123c1e11a2d648fe
BLAKE2b-256 7fb91b698d364820b68bcc1f38769a0a0d71327453a17b19e8226f87f4c5d4bc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.22.0-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.1 CPython/2.7.16

File hashes

Hashes for grpcio-1.22.0-cp35-cp35m-macosx_10_7_intel.whl
Algorithm Hash digest
SHA256 31d0aeca8d8ee2301c62c5c340e0889d653b1280d68f9fa203982cb6337b050e
MD5 f5c61777b53e26eaad67b36928c2e0f5
BLAKE2b-256 67c25f6a2719ae38f52656cf2f45f682340a0f62358cd7c8650d67bd5f15f70e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.22.0-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.1 CPython/2.7.16

File hashes

Hashes for grpcio-1.22.0-cp35-cp35m-linux_armv7l.whl
Algorithm Hash digest
SHA256 dde2452c08ef8b6426ccab6b5b6de9f06d836d9937d6870e68153cbf8cb49348
MD5 d670a0cc14cb73bc293ad4f0d3a7ced2
BLAKE2b-256 17a61c8073611693b85061611b24804f684d283a6ed4e553250bcf99b08ec04b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.22.0-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.1 CPython/2.7.16

File hashes

Hashes for grpcio-1.22.0-cp34-cp34m-win_amd64.whl
Algorithm Hash digest
SHA256 a6e028c2a6da2ebfa2365a5b32531d311fbfec0e3600fc27e901b64f0ff7e54e
MD5 b95a296a9ba1aab11df85768779bcbd4
BLAKE2b-256 53c6f153f11e7ab9b173249f6fc83bf905fd4da3bd57224270e4d4d0534ca59f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.22.0-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.1 CPython/2.7.16

File hashes

Hashes for grpcio-1.22.0-cp34-cp34m-win32.whl
Algorithm Hash digest
SHA256 857d9b939ae128be1c0c792eb885c7ff6a386b9dea899ac4b06f4d90a31f9d87
MD5 2dba2b0f22d5f14ce6b94de2531c5b76
BLAKE2b-256 1aed2b36c135d56a3341dfd98f154b9e4f71745fdbfd7c6f2510c117d142953a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.22.0-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.1 CPython/2.7.16

File hashes

Hashes for grpcio-1.22.0-cp34-cp34m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 adcdebf9f8463df4120c427cf6c9aed39258bccd03ed37b6939e7a145d64d6e0
MD5 bd4ab68aad84957436bc731d7fbd0a1e
BLAKE2b-256 3534304a31bf1d334b26879e56594891ffcc696bca33bec6bd4d97bd76d6c3cb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.22.0-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.1 CPython/2.7.16

File hashes

Hashes for grpcio-1.22.0-cp34-cp34m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 8078305e77c2f6649d36b24d8778096413e474d9d7892c6f92cfb589c9d71b2e
MD5 4458260a59816f982e06bb81e10ec425
BLAKE2b-256 a55f6d649f535db42504abcf609cea4646abc38fecf5e476be202742fd8b8189

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.22.0-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.1 CPython/2.7.16

File hashes

Hashes for grpcio-1.22.0-cp34-cp34m-macosx_10_7_intel.whl
Algorithm Hash digest
SHA256 e3d88091d2539a4868750914a6fe7b9ec50e42b913851fc1b77423b5bd918530
MD5 d4e0d84125dcc6ecdd132c1397699e31
BLAKE2b-256 58f64e3a8723f37525725c47729b55260bb3839bcb3d04448f6023acb1805a7a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.22.0-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.1 CPython/2.7.16

File hashes

Hashes for grpcio-1.22.0-cp34-cp34m-linux_armv7l.whl
Algorithm Hash digest
SHA256 da76dc5ad719ee99de5ea28a5629ff92172cbb4a70d8a6ae3a5b7a53c7382ce1
MD5 a38fc22dc9ee7ed6b386a89a9adf69f5
BLAKE2b-256 dfbe700bde6be766d91aaa9986d93b3cce48393b600346a98e6f32ee266594a1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.22.0-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.1 CPython/2.7.16

File hashes

Hashes for grpcio-1.22.0-cp27-cp27mu-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 87a41630c90c179fa5c593400f30a467c498972c702f348d41e19dafeb1d319e
MD5 f0a9db838c0c2b8342979959a881929f
BLAKE2b-256 a5465d08b6e26748ed6f3b5e93d980ea5daa63c3a8200b2ad270645b0e2f9566

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.22.0-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.1 CPython/2.7.16

File hashes

Hashes for grpcio-1.22.0-cp27-cp27mu-manylinux1_i686.whl
Algorithm Hash digest
SHA256 a4059c59519f5940e01a071f74ae2a60ea8f6185b03d22a09d40c7959a36b16b
MD5 0a8fd842b53612542e2097c14f0be499
BLAKE2b-256 bdbb54da3c375455ad08a6b8d9a049362bf6c575bf385780783de6f1ae297a13

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.22.0-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.1 CPython/2.7.16

File hashes

Hashes for grpcio-1.22.0-cp27-cp27mu-linux_armv7l.whl
Algorithm Hash digest
SHA256 770b7372d5ca68308ff66d7baee53369fa5ce985f84bcb6aa1948c1f2f7b02f2
MD5 56c643c876385e307a7c5f8cf8d3b8f9
BLAKE2b-256 85eeaae6414668aca9ca45a8d192d31e6e10d438d705c7ec910d1bd3e5b594c5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.22.0-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.1 CPython/2.7.16

File hashes

Hashes for grpcio-1.22.0-cp27-cp27m-win_amd64.whl
Algorithm Hash digest
SHA256 22e167a9406d73dd19ffe8ed6a485f17e6eac82505be8c108897f15e68badcbb
MD5 a1858eeb45c6f3a6c0746b03eb9d7e02
BLAKE2b-256 474390edf49aa32c7b54773ac7d59861374d035a8b8f25f230e36bf4caa6ac40

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.22.0-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.1 CPython/2.7.16

File hashes

Hashes for grpcio-1.22.0-cp27-cp27m-win32.whl
Algorithm Hash digest
SHA256 bdec982610259d07156a58f80b8c3e69be7751a9208bc577b059c5193d087fad
MD5 8047d0e751829bfc49266a6307e03f5e
BLAKE2b-256 934fcd9362db9507d28720195a073bd09843865776f53292798a38310cacde00

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.22.0-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.1 CPython/2.7.16

File hashes

Hashes for grpcio-1.22.0-cp27-cp27m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 a0a02a8b4ba6deadf706d5f849539b3685b72b186a3c9ef5d43e8972ed60fb6f
MD5 eed8579f8ec2de1b7ba25430d3357ba0
BLAKE2b-256 7cc07d3c59fc191b3d01528aaff9b9a17492005d9dd09fc6109e298a01925021

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.22.0-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.1 CPython/2.7.16

File hashes

Hashes for grpcio-1.22.0-cp27-cp27m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 5bf58e1d2c2f55365c06e8cb5abe067b88ca2e5550fb62009c41df4b54505acf
MD5 18386b270528ea767f61ed1019ae74d3
BLAKE2b-256 a0e90be056e26763a18f52c740aec6eb53425406579d0bc9d0cb0a0e0725b2a4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.22.0-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.1 CPython/2.7.16

File hashes

Hashes for grpcio-1.22.0-cp27-cp27m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6b7163d1e85d76b0815df63fcc310daec02b44532bb433f743142d4febcb181f
MD5 47e8a618597bca2a9b7e3a880c6f2b38
BLAKE2b-256 2aeff713328b4ce158e76b9fd7b4b440a5b7cc5744a6f61a1eba27a6ccbc1932

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