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.23.1.tar.gz (14.0 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.23.1-cp37-cp37m-win_amd64.whl (1.6 MB view details)

Uploaded CPython 3.7mWindows x86-64

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

Uploaded CPython 3.7mWindows x86

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

Uploaded CPython 3.7m

grpcio-1.23.1-cp37-cp37m-manylinux1_i686.whl (2.2 MB view details)

Uploaded CPython 3.7m

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

Uploaded CPython 3.7mmacOS 10.9+ x86-64

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

Uploaded CPython 3.6mWindows x86-64

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

Uploaded CPython 3.6mWindows x86

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

Uploaded CPython 3.6m

grpcio-1.23.1-cp36-cp36m-manylinux1_i686.whl (2.2 MB view details)

Uploaded CPython 3.6m

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

Uploaded CPython 3.6mmacOS 10.9+ x86-64

grpcio-1.23.1-cp36-cp36m-linux_armv7l.whl (12.1 MB view details)

Uploaded CPython 3.6m

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

Uploaded CPython 3.5mWindows x86-64

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

Uploaded CPython 3.5mWindows x86

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

Uploaded CPython 3.5m

grpcio-1.23.1-cp35-cp35m-manylinux1_i686.whl (2.2 MB view details)

Uploaded CPython 3.5m

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

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

grpcio-1.23.1-cp35-cp35m-linux_armv7l.whl (12.1 MB view details)

Uploaded CPython 3.5m

grpcio-1.23.1-cp34-cp34m-win_amd64.whl (1.7 MB view details)

Uploaded CPython 3.4mWindows x86-64

grpcio-1.23.1-cp34-cp34m-win32.whl (1.7 MB view details)

Uploaded CPython 3.4mWindows x86

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

Uploaded CPython 3.4m

grpcio-1.23.1-cp34-cp34m-manylinux1_i686.whl (2.2 MB view details)

Uploaded CPython 3.4m

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

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

grpcio-1.23.1-cp34-cp34m-linux_armv7l.whl (12.1 MB view details)

Uploaded CPython 3.4m

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

Uploaded CPython 2.7mu

grpcio-1.23.1-cp27-cp27mu-manylinux1_i686.whl (2.2 MB view details)

Uploaded CPython 2.7mu

grpcio-1.23.1-cp27-cp27mu-linux_armv7l.whl (12.0 MB view details)

Uploaded CPython 2.7mu

grpcio-1.23.1-cp27-cp27m-win_amd64.whl (1.7 MB view details)

Uploaded CPython 2.7mWindows x86-64

grpcio-1.23.1-cp27-cp27m-win32.whl (1.7 MB view details)

Uploaded CPython 2.7mWindows x86

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

Uploaded CPython 2.7m

grpcio-1.23.1-cp27-cp27m-manylinux1_i686.whl (2.2 MB view details)

Uploaded CPython 2.7m

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

Uploaded CPython 2.7mmacOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: grpcio-1.23.1.tar.gz
  • Upload date:
  • Size: 14.0 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.23.1.tar.gz
Algorithm Hash digest
SHA256 6f0ccd88c9c5e152b360945cfc7600a9f5d3b97801dac43a458af033db1cc580
MD5 c817c3080d3c0000a476b30c71890117
BLAKE2b-256 ac50dd30cc119b7aaf353660969e5c46bc20b8a277f9d29f1d452096cffdd78a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.23.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.23.1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 61122e4cfc4b213105c73f9f47db91efcc2a857087b298ebb369e1e8dad9b1e8
MD5 ead9a11d5c382f1b29dd56616defef01
BLAKE2b-256 7e308058db3a2b0a73c323f8d75f5d2b845591b1734fd4f403b49e056513c081

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.23.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.23.1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 da46d3f7e2fa4caab22d48086397160e1b3e599bc953109c1a6d382da06efe4d
MD5 4e9aa972115f18be8ddf8e0970512e5b
BLAKE2b-256 5f8e742e9723904b60c688ba66db0b3c8b018ba9f1a24289cff4845bdf26a217

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.23.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.23.1-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 3c11c15edbcf281289a3afe6faf778f0d735d89ded0ef18e657981a955a85954
MD5 b78c3e37ff06bf8a8cdc746a0e9900b2
BLAKE2b-256 80c5e3132ce38bc755763b45896e12fd8c0b5120e55e5ae629ab64f02de77bfa

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.23.1-cp37-cp37m-manylinux1_i686.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.23.1-cp37-cp37m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 076a55ace78890d2d2e3b928f8090b4ae74806ef21f79e731d03e242b639e90e
MD5 5e338081eac56c7020b70d90375e3e14
BLAKE2b-256 d7620bae241caa20bf69b0932d476e9ddc18c48719ffdd0ad074d8a00786a119

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.23.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.23.1-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 eeec95ca28a2c875097ed264422e2078236f1ce384ce3930c070093d5edca98d
MD5 56de7559c5426df3f4fa57acbf40d032
BLAKE2b-256 18a46da9665848e8da74dc169f3ea95d73bfb4a207717284f7878d65d9a82b7f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.23.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.23.1-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 b90fb4df9e14e5065abbce4663b6bc5b047f3da6b7b4e6883b0e7e9c413b79e6
MD5 000f07fbd4043ea1f0f989b1c45b60d0
BLAKE2b-256 2a6d17b3ca70abf80617ca6bdf65f67a133d2ce4d354f8574616b724b29e7308

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.23.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.23.1-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 c62d421e452f3d7546a834e748a284a118946aa8e6a9067b206811b45c572b14
MD5 a75ef8ab32a6a8b22df18899084d24e2
BLAKE2b-256 fbb4d228c862584099d09569226ceff3fe31335ad4682e3fda070e09690a5faa

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.23.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.23.1-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 e48ca8399bf47258a70def3b718e5e2a2556fa1a1dde9d405859c021ab023d0c
MD5 187c755293dd7ddc980c84f967f94f36
BLAKE2b-256 1a6d54bd88816c9f5d8c08e58277015376096a016c92dc4a1a09bd7da57dee19

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.23.1-cp36-cp36m-manylinux1_i686.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.23.1-cp36-cp36m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 90197de2e63e3ac151cccb13fae0af655ccb74dda262c1cd56afa37cc960c871
MD5 1c99eeb0e2e77982886dedbf01c9b41e
BLAKE2b-256 84dd66f9eed399295694c808ab7b45142238dbbc9df220833fe9c55ea88e7411

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.23.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.23.1-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 956a85ce7e191bac7a7671508dcb1e523ac223c3793b550add473e07e710590e
MD5 1d9dd9b0441bb20a0dea9061bd98b3ae
BLAKE2b-256 a82977ee7600e14dd06735f88133ec65bec33c589b43476e5a5f9ab9b4a5c566

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.23.1-cp36-cp36m-linux_armv7l.whl
  • Upload date:
  • Size: 12.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.23.1-cp36-cp36m-linux_armv7l.whl
Algorithm Hash digest
SHA256 d5e9578e05c4b6cbcc5dd5c4c0802f1b821fea5305212beb59d91d06d4add91e
MD5 e8b9614e6c8191718dcc26c07b2913d1
BLAKE2b-256 2e607d305c1aa6f375ef0692ea4286199f7d37d1c817a2a1ddbf153220d7dceb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.23.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.23.1-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 6705629a98ef79afd7473e8824551488f192f82f576de758380d6dd7a6289554
MD5 e0bd543b275a7787490cd287560dee1e
BLAKE2b-256 1003718f1b1d22d7488721f2afbeacd7843b87dbd187572155fa6c6e994aaba4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.23.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.23.1-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 d239371f04e3e835e18bfc3fb2cea5abf986a0e9b4bab6f436a4338c3f25c0b5
MD5 76ec8670249320786738e23874213520
BLAKE2b-256 615d83385a44c4b854eb93c3143eb06ae5462f51dce11dd097cae5fefb0c4998

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.23.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.23.1-cp35-cp35m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 33d1c22c6f5b9cd74f7f05a8e6bf03b3d578170c97cc4e6880ff2ee9a9d30e0e
MD5 1b0cd46ac82828d67e33d3b7add950cc
BLAKE2b-256 2e733387d0b107a7999d92c8b12e76249123b554f6a824f76aa31160150e3982

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.23.1-cp35-cp35m-manylinux1_i686.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.23.1-cp35-cp35m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 16e8e691ec9a6eea2ce39b0c110689622178f11ddd1d0bdff4dc41a0ecc1958c
MD5 6add629367c41311d94d9dcc0f8a6fd7
BLAKE2b-256 1e438542928efed22a03432513912043a9999827460c3910049bed4f645a04f3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.23.1-cp35-cp35m-macosx_10_7_intel.whl
  • Upload date:
  • Size: 3.8 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.16

File hashes

Hashes for grpcio-1.23.1-cp35-cp35m-macosx_10_7_intel.whl
Algorithm Hash digest
SHA256 89d16f15164be756d57cd9012502976a95b0c955bc8933a5e341d7a58ea332d4
MD5 a8a8a5d7357ce4f977a6e03e5ba8619e
BLAKE2b-256 d22565cb8849cd877e138d0ee762e133c48c31e84bdcd1cea36bf8bb02467564

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.23.1-cp35-cp35m-linux_armv7l.whl
  • Upload date:
  • Size: 12.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.23.1-cp35-cp35m-linux_armv7l.whl
Algorithm Hash digest
SHA256 8e452222f9ab511bb6c229708e06e3b8b486f0d00cd5295db9a156feb4cf112d
MD5 5621ff1ee1de9a04d3851a1fbbbd302b
BLAKE2b-256 58fde52c4afde9dd5fae9770157f55ffac37fd641edead6abf0df181757fc9b8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.23.1-cp34-cp34m-win_amd64.whl
  • Upload date:
  • Size: 1.7 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.23.1-cp34-cp34m-win_amd64.whl
Algorithm Hash digest
SHA256 d2bab55bf3885bfdcccb95c89aeb65b3521091dd9555f01b672b2637c5c6bf11
MD5 b53a167b2bcc5efa35ab8dd3aae83e6e
BLAKE2b-256 dcff5a56828f0f741d1b91477e9bce7a721934ced0260a8c0f7c4b4c0574490d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.23.1-cp34-cp34m-win32.whl
  • Upload date:
  • Size: 1.7 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.23.1-cp34-cp34m-win32.whl
Algorithm Hash digest
SHA256 b6854006284d48cfff5363a9909e916f6e354a25eb41847cdf85349c4abbe74d
MD5 0e308b935f0a6f842ad9b1035142bf5f
BLAKE2b-256 543043b55fa558b35b886f38778b76def15563b9dd1c57cefaabafbe2094e279

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.23.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.23.1-cp34-cp34m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 b2b08977f32bbfe9b7661c1ddf482132abe651b3ec675bdbbeef81e2fc149cfb
MD5 ee9ecfa3c8b6c4750a3b19ff1508fb64
BLAKE2b-256 95c03056ffe9dda338d5bb44f892b78792e845b595ab1df974d0ba75a58361ac

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.23.1-cp34-cp34m-manylinux1_i686.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.23.1-cp34-cp34m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 f2532a64dfa2eb40cdf0617d4fb5052f99b7b3ee8d56b87bb45c51e0d11d3d8a
MD5 6195046e3b3bd8048414e3e9a73659b8
BLAKE2b-256 0d34dc2c208cb57676c8ab7d9c72719875e77ef95664b15c9c3ca29da6c2190d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.23.1-cp34-cp34m-macosx_10_7_intel.whl
  • Upload date:
  • Size: 3.8 MB
  • Tags: CPython 3.4m, 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.16

File hashes

Hashes for grpcio-1.23.1-cp34-cp34m-macosx_10_7_intel.whl
Algorithm Hash digest
SHA256 3a31f1a46596ea099bebe963fc2e5818a2670242c5d8f80fe2867245472db6f0
MD5 2e61681aa76645b61891a8ce9d1d747f
BLAKE2b-256 dbe5265b102475256bafb1464ddeda8c134d855c8b55337bb16f04e82dce7a30

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.23.1-cp34-cp34m-linux_armv7l.whl
  • Upload date:
  • Size: 12.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.23.1-cp34-cp34m-linux_armv7l.whl
Algorithm Hash digest
SHA256 0ab1913d442a697636b6e32cf8810bc4947c2e06129a3410c24d4faba10d19cb
MD5 2c826757daf803c0cb16329de6105cef
BLAKE2b-256 9cfa0d7aaa5154d5bc34c5457511d4e43a3052eb43d374e6f823ff596e15b49c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.23.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.23.1-cp27-cp27mu-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 6e966c18677d73ecd5fd7434b452ea7acd9db55f87c510b66c54bd6faa60da87
MD5 72c6fb65bebb6121b13d31b6d2c9c7d6
BLAKE2b-256 00fcf433da64a6b2827f3c1bda58911dd03e0f0acb390058a72ab7ad284ff76d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.23.1-cp27-cp27mu-manylinux1_i686.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.23.1-cp27-cp27mu-manylinux1_i686.whl
Algorithm Hash digest
SHA256 ad0cbc412c553757450beade0e96d283513b2ba7b203dde8a3e67170e9c11529
MD5 1e4687a9e9f43bf6f2df71c98405accc
BLAKE2b-256 d5818f5c750a55a468fe6cd583229094be39020bb22662904a67834ca714fff6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.23.1-cp27-cp27mu-linux_armv7l.whl
  • Upload date:
  • Size: 12.0 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.23.1-cp27-cp27mu-linux_armv7l.whl
Algorithm Hash digest
SHA256 90c585ce4324f3f119cd3a1ecf08b9b0d3b9276d223083845efde586583c11de
MD5 c8b01c25340fffc2b00d8bf83b1c16d9
BLAKE2b-256 7acaa83e77461f2337529d795c172eb3c91ea60c0c88c4ecb1e9c6f3a7365472

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.23.1-cp27-cp27m-win_amd64.whl
  • Upload date:
  • Size: 1.7 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.23.1-cp27-cp27m-win_amd64.whl
Algorithm Hash digest
SHA256 48929bfecc0746a6eef841abc2822830706764d5e8ec41374fc748dc8266335b
MD5 d25156824b8c5d93b032cfabcd01f411
BLAKE2b-256 b8e31c0b9abfb7c912fa61c040b885dc14956b7d9c92da2508981be713f2933d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.23.1-cp27-cp27m-win32.whl
  • Upload date:
  • Size: 1.7 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.23.1-cp27-cp27m-win32.whl
Algorithm Hash digest
SHA256 adea66d556848ba7a7137d0b95db2f68f813485b85896cf172cb8fadc7df56f0
MD5 303065c613e95f87d708fa12ea03fbf1
BLAKE2b-256 3945a74f630b6bb26b9bef70c0fe751ebbccba8990f2e92e8c99912549b084de

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.23.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.23.1-cp27-cp27m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 1b73b95d414cf52086ba1c8a2719408bed9f39e7fbc8d3292af3c64df1c8bc62
MD5 99d58646c4a673468c889bc7b07a91db
BLAKE2b-256 67c5a3aac4f4dc80d265f5d2a22419888fe010bcbd57bedfcb6b9ae12a45fcc4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.23.1-cp27-cp27m-manylinux1_i686.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.23.1-cp27-cp27m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 262744c89b49893ea7e8fccd780d188e18285abaacf1605a3e8107a232b8b34e
MD5 bc03a933b81610f2595e874a1d8c55bc
BLAKE2b-256 a5e7b5952259453bced7b06b2f88a9dc9740252701f9cc77e855fdd608582dec

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.23.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.23.1-cp27-cp27m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7fdf6002783c96005be3750a19ae0a85b2bd67d57aa2a9eef5066cf5f28f2c96
MD5 d7a5b70720c2bc4bddacb18eca4fd616
BLAKE2b-256 705d64ffb038a65d9bfc0e779fd38aad3e42d9ce3ca932d00dc5f6875d5947ca

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