Skip to main content

HTTP/2-based RPC framework

Project description

Package for gRPC Python.

Installation

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

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!

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

Uploaded Source

Built Distributions

grpcio-1.18.0-cp37-cp37m-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

grpcio-1.18.0-cp37-cp37m-manylinux1_x86_64.whl (10.6 MB view details)

Uploaded CPython 3.7m

grpcio-1.18.0-cp37-cp37m-manylinux1_i686.whl (10.1 MB view details)

Uploaded CPython 3.7m

grpcio-1.18.0-cp37-cp37m-macosx_10_9_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

grpcio-1.18.0-cp36-cp36m-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.6m Windows x86-64

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

Uploaded CPython 3.6m Windows x86

grpcio-1.18.0-cp36-cp36m-manylinux1_x86_64.whl (10.6 MB view details)

Uploaded CPython 3.6m

grpcio-1.18.0-cp36-cp36m-manylinux1_i686.whl (10.1 MB view details)

Uploaded CPython 3.6m

grpcio-1.18.0-cp36-cp36m-macosx_10_9_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

grpcio-1.18.0-cp35-cp35m-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.5m Windows x86-64

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

Uploaded CPython 3.5m Windows x86

grpcio-1.18.0-cp35-cp35m-manylinux1_x86_64.whl (10.6 MB view details)

Uploaded CPython 3.5m

grpcio-1.18.0-cp35-cp35m-manylinux1_i686.whl (10.1 MB view details)

Uploaded CPython 3.5m

grpcio-1.18.0-cp35-cp35m-macosx_10_7_intel.whl (2.1 MB view details)

Uploaded CPython 3.5m macOS 10.7+ intel

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

Uploaded CPython 3.4m Windows x86-64

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

Uploaded CPython 3.4m Windows x86

grpcio-1.18.0-cp34-cp34m-manylinux1_x86_64.whl (10.6 MB view details)

Uploaded CPython 3.4m

grpcio-1.18.0-cp34-cp34m-manylinux1_i686.whl (10.1 MB view details)

Uploaded CPython 3.4m

grpcio-1.18.0-cp34-cp34m-macosx_10_7_intel.whl (2.1 MB view details)

Uploaded CPython 3.4m macOS 10.7+ intel

grpcio-1.18.0-cp27-cp27mu-manylinux1_x86_64.whl (10.4 MB view details)

Uploaded CPython 2.7mu

grpcio-1.18.0-cp27-cp27mu-manylinux1_i686.whl (10.0 MB view details)

Uploaded CPython 2.7mu

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

Uploaded CPython 2.7m Windows x86-64

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

Uploaded CPython 2.7m Windows x86

grpcio-1.18.0-cp27-cp27m-manylinux1_x86_64.whl (10.4 MB view details)

Uploaded CPython 2.7m

grpcio-1.18.0-cp27-cp27m-manylinux1_i686.whl (10.0 MB view details)

Uploaded CPython 2.7m

grpcio-1.18.0-cp27-cp27m-macosx_10_9_x86_64.whl (1.8 MB view details)

Uploaded CPython 2.7m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: grpcio-1.18.0.tar.gz
  • Upload date:
  • Size: 14.6 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.13

File hashes

Hashes for grpcio-1.18.0.tar.gz
Algorithm Hash digest
SHA256 abe825aa49e6239d5edf4e222c44170d2c7f6f4b1fd5286b4756a62d8067e112
MD5 c486ae7a7a7eabb3c135c141aef50460
BLAKE2b-256 902ef432e69f86961393c22a6c4490aafdbb94533deba33f5ea2d5651770aa21

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.18.0-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.13

File hashes

Hashes for grpcio-1.18.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 7030674682433a5cbc069cd5a5fbcdf193c8a3680dc161cd7b984f72ab609f23
MD5 9bf3ab4d6bee696c8ebac7de7185b757
BLAKE2b-256 1780b135a60dfb12e9e0d691e4e66020b6f90fd8864e17ed5c719881bdea7d41

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.18.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.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.13

File hashes

Hashes for grpcio-1.18.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 0134bab8e8d16b195547f9216517b3abcd3e4b6b1f5a1c8940099888003287ac
MD5 cc1f4a168af7338114daca91acda3614
BLAKE2b-256 2cbd8be6ccbba2c869460d3d235bd50b1a5acaf68330e7ae855e61f9faae6ef7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.18.0-cp37-cp37m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 10.6 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.13

File hashes

Hashes for grpcio-1.18.0-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 25e7b619973e20d8f2cf05d6af0f2e11263a8792b99c058a5b590ef7aef554b8
MD5 bb2f5d62686f57d1121ee57984228ea2
BLAKE2b-256 0a47d40daf7a46543e4d762ce0507d83ec49a883a6c0fed4d33a9e93652de8a8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.18.0-cp37-cp37m-manylinux1_i686.whl
  • Upload date:
  • Size: 10.1 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.13

File hashes

Hashes for grpcio-1.18.0-cp37-cp37m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 1ab29724526d8651c8b878257775e17cf3fba7474c01edc76ff8bcfecf570f91
MD5 dc077d02883c5626dc53363fe6a1ee06
BLAKE2b-256 dcb077ae6f807e3eb1979605ad36b4d78f98f94b01a024a91a1d5d9a06b6891e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.18.0-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.13

File hashes

Hashes for grpcio-1.18.0-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1bd017ca22a126af0d7d67b4140b427ae58fd6d79dbd277e6f21be3ee0fdfef7
MD5 c651a94218e8affec447300826779538
BLAKE2b-256 cd9de707b8a041171ca436c066a544f59a090a700c6742f323a074fc5989297f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.18.0-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.13

File hashes

Hashes for grpcio-1.18.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 77fff21bee2d3c3487891cdb69b35190deddac609e48c05262e1097f0b2cd82a
MD5 e83c8a5730b9bc268504542348539df1
BLAKE2b-256 bba7fa027f411616f6e7c5899a8e3e1ab2e101808f8d62b6ee8b645411ed270b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.18.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.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.13

File hashes

Hashes for grpcio-1.18.0-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 f9df2e626f1a8d8114a9dc05a489bdf26a8e926fbbe43112669700f25fe0abb3
MD5 8f97d32b1a88229a0d9a720ead15a170
BLAKE2b-256 ce1a0d685617adab7014ba6511acb4af9f060995b62b60611aeced69a8991b09

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.18.0-cp36-cp36m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 10.6 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.13

File hashes

Hashes for grpcio-1.18.0-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 2e836e6092e6639cc9edb486f27c6fe078408aac54ed345c5762edcf8588d9c2
MD5 3d3154a4349ff0037907bf2aa5ccaf6c
BLAKE2b-256 51a3489ce6a67047263e9b0da8784b2925c4f89b688a6e33073c5bb6c4c2867f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.18.0-cp36-cp36m-manylinux1_i686.whl
  • Upload date:
  • Size: 10.1 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.13

File hashes

Hashes for grpcio-1.18.0-cp36-cp36m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 43c42570f769748982c61a249e01eec5f91149e2aa98438c893de64e649d562b
MD5 ecd254d5669501c5d0c7e5e90227ebf3
BLAKE2b-256 b093728528a8076ea79216362dbd15099cc9dcf8651d2ff8a09c17cd395c4f6d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.18.0-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.6m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.13

File hashes

Hashes for grpcio-1.18.0-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9da5b3c883621afca008d2c5729ddd7f06153f5dcaae1f690bead9b9018a3594
MD5 ca1bdb5bf4cb03318d2bccfb69f7bd83
BLAKE2b-256 5011e1a1e4912131c783f01734597150a58d75003d89aeff3ebf3d2ee5b4d36a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.18.0-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.5m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.13

File hashes

Hashes for grpcio-1.18.0-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 8ac64f3e17e6a13abf9628f0ba22012c948d7ab400592510fed3c62444bdcc0d
MD5 ada12de829716e91462bec03b9c7130a
BLAKE2b-256 0ba70090bba4a3be7b62a54a41050510bbafb308da81cb2ff7575b96c898476d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.18.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.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.13

File hashes

Hashes for grpcio-1.18.0-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 8fdfa8129e1ab2cdf053956dd07b21ccc127c8a8f0c5b83ff60987c009ddb636
MD5 2a6fc1471c95820ebc0c91234db09bd2
BLAKE2b-256 f187987b13f5456fcedef5e7d84c43b71e4e43fad048439499a5c535b4bfd964

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.18.0-cp35-cp35m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 10.6 MB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.13

File hashes

Hashes for grpcio-1.18.0-cp35-cp35m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 4f845d13ecff25012fc9c7f22067fca1d2b3da3f693da146ddcc587fdab3e7b4
MD5 4260520cd3cab7bffee404721cb6e430
BLAKE2b-256 ea72dbdce5ba0eb2ee22069430f1c18c2fef22b4f6ffbf188ab2d416695f3992

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.18.0-cp35-cp35m-manylinux1_i686.whl
  • Upload date:
  • Size: 10.1 MB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.13

File hashes

Hashes for grpcio-1.18.0-cp35-cp35m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 e019c86f55cdcd2bbc239beab14167f2e03ee92407c7c42ddf42edf6f5640cce
MD5 ad16299fabedf7d0bb57939847e59b91
BLAKE2b-256 07f38e367f370d68edb006ed30d8a6627980b05b62205e17841fe799ffa7657c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.18.0-cp35-cp35m-macosx_10_7_intel.whl
  • Upload date:
  • Size: 2.1 MB
  • Tags: CPython 3.5m, macOS 10.7+ intel
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.13

File hashes

Hashes for grpcio-1.18.0-cp35-cp35m-macosx_10_7_intel.whl
Algorithm Hash digest
SHA256 9af47d0f4137a2951b73ee592bdc5690b242cfe81cdfacba1b34becbf72a0d59
MD5 54a6b19666be6bcf60e0006dbe0019fd
BLAKE2b-256 343cb190bd92b43c6d03f7c14a2635b71521a02928177af8ba8a8df80ba6129f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.18.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.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.13

File hashes

Hashes for grpcio-1.18.0-cp34-cp34m-win_amd64.whl
Algorithm Hash digest
SHA256 f7a9fc2dfbbc0e838c79f908262638fb86ab326b0fbc0ea2c3dd063b3561e9e2
MD5 7f94ccb905bc0bfca0b3e6ad9cf4bc50
BLAKE2b-256 d5d8b098fd7625fc5aff9b5f7cbb3da618e2d9bbf12a60e1cf816288fb4ecf7a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.18.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.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.13

File hashes

Hashes for grpcio-1.18.0-cp34-cp34m-win32.whl
Algorithm Hash digest
SHA256 424c8f0748935932d28531ce6d817a11914dfb385b86fe815297f122cd04d592
MD5 710bd5a6a3d60d54556044eceb628e93
BLAKE2b-256 da4005eebbcd357a62e79560f25600e210b0a634a72c0a07b96914db2c28b708

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.18.0-cp34-cp34m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 10.6 MB
  • Tags: CPython 3.4m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.13

File hashes

Hashes for grpcio-1.18.0-cp34-cp34m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 eed5edb8f2620ad1157c8c5786809fb0a2d885969287a758752ce514274e3be0
MD5 ddfc635cf8582c50e943607f5e8b5c8b
BLAKE2b-256 dd608b48089c9107f7ef2c6db2b50d02e23e6b326fc608a8577e50e96b1652b6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.18.0-cp34-cp34m-manylinux1_i686.whl
  • Upload date:
  • Size: 10.1 MB
  • Tags: CPython 3.4m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.13

File hashes

Hashes for grpcio-1.18.0-cp34-cp34m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 084d4a5f34a671bd0ec4668d3a7a3351015de81e6d4aef6710d9dab026def8cc
MD5 2b99741aa569f35db8c654a37ffbc13e
BLAKE2b-256 a20e35d0614e042009c333e5299cf43d3a884527a193e839ba386e34a32a2201

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.18.0-cp34-cp34m-macosx_10_7_intel.whl
  • Upload date:
  • Size: 2.1 MB
  • Tags: CPython 3.4m, macOS 10.7+ intel
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.13

File hashes

Hashes for grpcio-1.18.0-cp34-cp34m-macosx_10_7_intel.whl
Algorithm Hash digest
SHA256 eb0d154c4749458353fbb5a55b39de7aa8445617c20d200729f924be125c56d0
MD5 491533533f1f33e9dc7dcc538f0ab219
BLAKE2b-256 aeeb406e8572ff3936bb7de1666330a375ed83dbf6115c44af1b5683970bd3e3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.18.0-cp27-cp27mu-manylinux1_x86_64.whl
  • Upload date:
  • Size: 10.4 MB
  • Tags: CPython 2.7mu
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.13

File hashes

Hashes for grpcio-1.18.0-cp27-cp27mu-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 614de7d6672eb023c08dde70b103efa9faacf86ac63b2a24f8d74b064a86f6f0
MD5 07b43d633ae696a65e79bba632fa5fee
BLAKE2b-256 ab13b4f3d8551e0663ad1a6ba8539057ecd0715bcdf3f2eea235f67b248f37cb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.18.0-cp27-cp27mu-manylinux1_i686.whl
  • Upload date:
  • Size: 10.0 MB
  • Tags: CPython 2.7mu
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.13

File hashes

Hashes for grpcio-1.18.0-cp27-cp27mu-manylinux1_i686.whl
Algorithm Hash digest
SHA256 deb08edefef880609f8bd2945764f31d577785ff3f2daea7027b67432ff12f74
MD5 e706ecce60a6fc991ba288aae0ed5804
BLAKE2b-256 0a35c74b4b1a3d1b1be1eea8c0f1df92664ed2c465115fa39171e9c8ad4e1176

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.18.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.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.13

File hashes

Hashes for grpcio-1.18.0-cp27-cp27m-win_amd64.whl
Algorithm Hash digest
SHA256 8ff4935abf61206479dd42c56aba0f6c395aebb5c42b29b1f7c2faae41ad979c
MD5 7cfde886a1c94a58adc8decaee3d85fd
BLAKE2b-256 f8131f57c2901c68ff812a4a01f3a9869a55ad127046ea39cefc1c4850648b21

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.18.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.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.13

File hashes

Hashes for grpcio-1.18.0-cp27-cp27m-win32.whl
Algorithm Hash digest
SHA256 dc3d09abe7b49e84516b53920320d0f0d05587f6398431e50d6a47bd7d27a8b6
MD5 c0350f96e2b15a8b7a4a211afabcf9fc
BLAKE2b-256 f24da50f06cf5de35eadbdfa79de11bfaeee82a4a6950f3642137b1cfc1dbfb0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.18.0-cp27-cp27m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 10.4 MB
  • Tags: CPython 2.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.13

File hashes

Hashes for grpcio-1.18.0-cp27-cp27m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 6c5956292692f385bb12b5f47afd70ae9469d2ee07a949c94aef2946020c1300
MD5 eb36b8954cb5773690c322c7bc7cbe17
BLAKE2b-256 0864f3da29742ba9d05e03295ee3555eee2ac03cdd54e9c32b71745694ec5207

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.18.0-cp27-cp27m-manylinux1_i686.whl
  • Upload date:
  • Size: 10.0 MB
  • Tags: CPython 2.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.13

File hashes

Hashes for grpcio-1.18.0-cp27-cp27m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 c8330efa27af2b65aa556a66517ba6657a13e259670ad32dec1b6ff3d6616c3c
MD5 bd3b4d695c3befe9adc6a244ab99a3c1
BLAKE2b-256 d00e32cbc1a5eaa0cb0cf09aa1f72fcc118b6a30b9c99ebd4d6a940ef38bb0b4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.18.0-cp27-cp27m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 2.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.13

File hashes

Hashes for grpcio-1.18.0-cp27-cp27m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 34870eb5d157fe9639f263f0bfe0bcdc1737a6c08181ce113585f6461f37c84b
MD5 836d2039852f4e90baf38a17482c2ee8
BLAKE2b-256 35c2546d5c216f3daa8020c147dcb338db19cf3a641714f83e5c6622cf800f06

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