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

Uploaded Source

Built Distributions

grpcio-1.24.3-cp38-cp38-manylinux2010_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

grpcio-1.24.3-cp38-cp38-manylinux2010_i686.whl (2.4 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

grpcio-1.24.3-cp38-cp38-manylinux1_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.8

grpcio-1.24.3-cp38-cp38-manylinux1_i686.whl (2.2 MB view details)

Uploaded CPython 3.8

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

Uploaded CPython 3.7m Windows x86-64

grpcio-1.24.3-cp37-cp37m-win32.whl (1.4 MB view details)

Uploaded CPython 3.7m Windows x86

grpcio-1.24.3-cp37-cp37m-manylinux2010_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ x86-64

grpcio-1.24.3-cp37-cp37m-manylinux2010_i686.whl (2.4 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

grpcio-1.24.3-cp37-cp37m-manylinux1_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.7m

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

Uploaded CPython 3.7m

grpcio-1.24.3-cp37-cp37m-macosx_10_9_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

grpcio-1.24.3-cp36-cp36m-win_amd64.whl (1.8 MB view details)

Uploaded CPython 3.6m Windows x86-64

grpcio-1.24.3-cp36-cp36m-win32.whl (1.5 MB view details)

Uploaded CPython 3.6m Windows x86

grpcio-1.24.3-cp36-cp36m-manylinux2010_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.12+ x86-64

grpcio-1.24.3-cp36-cp36m-manylinux2010_i686.whl (2.4 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

grpcio-1.24.3-cp36-cp36m-manylinux1_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.6m

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

Uploaded CPython 3.6m

grpcio-1.24.3-cp36-cp36m-macosx_10_9_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

grpcio-1.24.3-cp36-cp36m-linux_armv7l.whl (12.7 MB view details)

Uploaded CPython 3.6m

grpcio-1.24.3-cp35-cp35m-win_amd64.whl (1.7 MB view details)

Uploaded CPython 3.5m Windows x86-64

grpcio-1.24.3-cp35-cp35m-win32.whl (1.4 MB view details)

Uploaded CPython 3.5m Windows x86

grpcio-1.24.3-cp35-cp35m-manylinux2010_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.5m manylinux: glibc 2.12+ x86-64

grpcio-1.24.3-cp35-cp35m-manylinux2010_i686.whl (2.4 MB view details)

Uploaded CPython 3.5m manylinux: glibc 2.12+ i686

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

Uploaded CPython 3.5m

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

Uploaded CPython 3.5m

grpcio-1.24.3-cp35-cp35m-macosx_10_7_intel.whl (3.9 MB view details)

Uploaded CPython 3.5m macOS 10.7+ intel

grpcio-1.24.3-cp35-cp35m-linux_armv7l.whl (12.7 MB view details)

Uploaded CPython 3.5m

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

Uploaded CPython 3.4m Windows x86-64

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

Uploaded CPython 3.4m Windows x86

grpcio-1.24.3-cp34-cp34m-manylinux2010_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.4m manylinux: glibc 2.12+ x86-64

grpcio-1.24.3-cp34-cp34m-manylinux2010_i686.whl (2.4 MB view details)

Uploaded CPython 3.4m manylinux: glibc 2.12+ i686

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

Uploaded CPython 3.4m

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

Uploaded CPython 3.4m

grpcio-1.24.3-cp34-cp34m-macosx_10_7_intel.whl (3.9 MB view details)

Uploaded CPython 3.4m macOS 10.7+ intel

grpcio-1.24.3-cp34-cp34m-linux_armv7l.whl (12.7 MB view details)

Uploaded CPython 3.4m

grpcio-1.24.3-cp27-cp27mu-manylinux2010_x86_64.whl (2.2 MB view details)

Uploaded CPython 2.7mu manylinux: glibc 2.12+ x86-64

grpcio-1.24.3-cp27-cp27mu-manylinux2010_i686.whl (2.4 MB view details)

Uploaded CPython 2.7mu manylinux: glibc 2.12+ i686

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

Uploaded CPython 2.7mu

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

Uploaded CPython 2.7mu

grpcio-1.24.3-cp27-cp27mu-linux_armv7l.whl (12.6 MB view details)

Uploaded CPython 2.7mu

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

Uploaded CPython 2.7m Windows x86-64

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

Uploaded CPython 2.7m Windows x86

grpcio-1.24.3-cp27-cp27m-manylinux2010_x86_64.whl (2.2 MB view details)

Uploaded CPython 2.7m manylinux: glibc 2.12+ x86-64

grpcio-1.24.3-cp27-cp27m-manylinux2010_i686.whl (2.4 MB view details)

Uploaded CPython 2.7m manylinux: glibc 2.12+ i686

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

Uploaded CPython 2.7m

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

Uploaded CPython 2.7m

grpcio-1.24.3-cp27-cp27m-macosx_10_9_x86_64.whl (2.1 MB view details)

Uploaded CPython 2.7m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: grpcio-1.24.3.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.24.3.tar.gz
Algorithm Hash digest
SHA256 656e19d3f1b9050ee01b457f92838a9679d7cf84c995f708780f44484048705e
MD5 77cc1500c445c67374d93356e498d891
BLAKE2b-256 4c0e2c93f6f21ef63696d0b3d65bd7dddf5fd5aafc5219cee49e669be3878f6b

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.24.3-cp38-cp38-manylinux2010_x86_64.whl.

File metadata

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

File hashes

Hashes for grpcio-1.24.3-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 869242b2baf8a888a4fe0548f86abc47cb4b48bdfd76ae62d6456e939c202e65
MD5 fc455fec6cbcdf60b98184af0a72a52f
BLAKE2b-256 3619a22fc46e7cbf9cea775b59685d56b94433e945a0a34c169569ef0aab67fa

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.24.3-cp38-cp38-manylinux2010_i686.whl.

File metadata

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

File hashes

Hashes for grpcio-1.24.3-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 7c6d7ddd50fc6548ea1dfe09c62509c4f95b8b40082287747be05aa8feb15ee2
MD5 17e1cebf898c5614ff2073f941b64d22
BLAKE2b-256 d8046d87900cac8e6fec922417e9c6a1c762be8bd9dc6da14893ae43d6936bc7

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.24.3-cp38-cp38-manylinux1_x86_64.whl.

File metadata

  • Download URL: grpcio-1.24.3-cp38-cp38-manylinux1_x86_64.whl
  • Upload date:
  • Size: 2.2 MB
  • Tags: CPython 3.8
  • 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.24.3-cp38-cp38-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 6a1435449a82008c451c7e1a82a834387b9108f9a8d27910f86e7c482f5568e9
MD5 cd8f6aefa826942a2d366f23f48d51fc
BLAKE2b-256 111ec8e81cc71ddaa6a13cc9812bb3bddd44655a36beaaccc60b5f526b63973f

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.24.3-cp38-cp38-manylinux1_i686.whl.

File metadata

  • Download URL: grpcio-1.24.3-cp38-cp38-manylinux1_i686.whl
  • Upload date:
  • Size: 2.2 MB
  • Tags: CPython 3.8
  • 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.24.3-cp38-cp38-manylinux1_i686.whl
Algorithm Hash digest
SHA256 e08e758c31919d167c0867539bd3b2441629ef00aa595e3ea2b635273659f40a
MD5 ead0e0e1d3dd6588e43cda6322a8de19
BLAKE2b-256 67b065564e1acb14e6f36c1fb086716b3097a250427cfbb5a2aac0d46fdc7ff4

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.24.3-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.24.3-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 58d9a5557d3eb7b734a3cea8b16c891099a522b3953a45a30bd4c034f75fc913
MD5 43a917e9fd554d1b7255584d62f379a3
BLAKE2b-256 0dbc60eeb61f97837475dae356afa797c54ea6db986afaf6c6d6320a572ff8aa

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.24.3-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 1.4 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.24.3-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 9a36275db2a4774ac16c6822e7af816ee048071d5030b4c035fd53942b361935
MD5 7051f36a5809e104c2a41073eeffa279
BLAKE2b-256 045280de003e91f3c139cc8924edfe9b02c7c9f1ad554693450edc9ff132970a

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.24.3-cp37-cp37m-manylinux2010_x86_64.whl.

File metadata

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

File hashes

Hashes for grpcio-1.24.3-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 cf5f5340dd682ab034baa52f423a0f91326489c262ac9617fa06309ec05880e9
MD5 a5aa26c16853dadb13e2b0a55ea05b51
BLAKE2b-256 b9ba254011b066e6675411ba913dafd6e40ce8d3235bebf64fb226a7305f29ac

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.24.3-cp37-cp37m-manylinux2010_i686.whl.

File metadata

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

File hashes

Hashes for grpcio-1.24.3-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 1b0fb036a2f9dd93d9a35c57c26420eeb4b571fcb14b51cddf5b1e73ea5d882b
MD5 0fa23cd73d5fb3841c083c9cf6d64030
BLAKE2b-256 0476819b05be91166ef38c5f79f7f4ec3e5869e26c4404b981017c4d490b8c09

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.24.3-cp37-cp37m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 2.3 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.24.3-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 e4864339deeeaefaad34dd3a432ee618a039fca28efb292949c855e00878203c
MD5 8670120213a646b46141af94e8d91148
BLAKE2b-256 e90979c27a9cc51ca21aa99aae160916752713c0c59cc021202435247b6e7962

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.24.3-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.24.3-cp37-cp37m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 c146a63eaadc6589b732780061f3c94cd0574388d372baccbb3c1597a9ebdb7a
MD5 b7fbf64a8fe830b105124582f009a792
BLAKE2b-256 cd31e82bc6453f8829430a3b3da9354d65aa8545bd8b1e93f970f8cc144beab8

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.24.3-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 2.1 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.24.3-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8954b24bd08641d906ee50b2d638efc76df893fbd0913149b80484fd0eac40c9
MD5 5f43bafa122c96013e2a5974643f2c1c
BLAKE2b-256 c122c462571c795d7071847f1046fbdb43c03ec1b358948c2c83ff56691e5a32

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.24.3-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 1.8 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.24.3-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 4ff7d63800a63db031ebac6a6f581ae84877c959401c24c28f2cc51fd36c47ad
MD5 91a12566604a06a71ed5bbbae336b001
BLAKE2b-256 7034b04fa7c1b1bd5e00e2cceea68aa21fa871349405b168394d2218baaa2c13

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.24.3-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 1.5 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.24.3-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 5e16ea922f4e5017c04fd94e2639b1006e03097e9dd0cbb7a1c852af3ea8bf2e
MD5 00feaff26271c3b76ad4868800412d2d
BLAKE2b-256 5ceaba690c644078cd7ad2bf8924c59586fb754b553b417d8e9b390599c4e930

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.24.3-cp36-cp36m-manylinux2010_x86_64.whl.

File metadata

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

File hashes

Hashes for grpcio-1.24.3-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 32f70f7c90454ea568b868af2e96616743718d9233d23f62407e98caed81dfbf
MD5 7e420bfcf5da73153c73fad1192b1e30
BLAKE2b-256 3054c9810421e41ec0bca2228c6f06b1b1189b196b69533cbcac9f71b44727f8

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.24.3-cp36-cp36m-manylinux2010_i686.whl.

File metadata

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

File hashes

Hashes for grpcio-1.24.3-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 ca30721fda297ae22f16bc37aa7ed244970ddfdcb98247570cdd26daaad4665e
MD5 9e0f37dea1ccfa2986f2753ee686dbcf
BLAKE2b-256 2a200ffb10e37166e423384514478d8071a842433ad2ae62a2cf9fb85c17c7d3

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.24.3-cp36-cp36m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 2.3 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.24.3-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 3af2a49d576820045c9c880ff29a5a96d020fe31b35d248519bfc6ccb8be4eac
MD5 4ccbe897a22d0c68e1d42b056280c4b8
BLAKE2b-256 934276dbf5bd518428a9bdd73966f290457e9b561b718181027f36c2bec7feb1

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.24.3-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.24.3-cp36-cp36m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 55358ce3ec283222e435f7dbc6603521438458f3c65f7c1cb33b8dabf56d70d8
MD5 86126d44b71b9590b430957221846606
BLAKE2b-256 f5ef1123064ce8b916334eec69cd6d1999096254bfd13227c36aef55b740343c

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.24.3-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 2.1 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.24.3-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5583b01c67f85fa64a2c3fb085e5517c88b9c1500a2cce12d473cd99d0ed2e49
MD5 a93cc8afe315a6b827fa41c6818c0636
BLAKE2b-256 75cdaf071d0b8570177b3f7a762d9b48f67bb96cc68680848c9d57635f3ab8eb

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.24.3-cp36-cp36m-linux_armv7l.whl
  • Upload date:
  • Size: 12.7 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.24.3-cp36-cp36m-linux_armv7l.whl
Algorithm Hash digest
SHA256 24d9e58d08e8cd545d8a3247a18654aff0e5e60414701696a8098fbb0d792b75
MD5 fdaa9e4cdfe1bb760268d17cf6341f49
BLAKE2b-256 164dd9b3874053b44defc7952f48a80991392e75c8932b70b72a581b459af0e5

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.24.3-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 1.7 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.24.3-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 c2efd3b130dc639d615b6f58980e1bfd1b177ad821f30827afa5001aa30ddd48
MD5 c444a7896ae8bca7bf1238970b5f5f66
BLAKE2b-256 23009c720d18742b17c50224a1dfc617c4f7e234e915712516b0c6c73c644330

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.24.3-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 1.4 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.24.3-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 8cdea65d1abb2e698420db8daf20c8d272fbd9d96a51b26a713c1c76f237d181
MD5 367e4d0dbaf9e1ceb57c27c2540aea2a
BLAKE2b-256 da333f3a45ae2834a878805956f0fa04cd65cc2fcb3860049734230b47831199

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.24.3-cp35-cp35m-manylinux2010_x86_64.whl.

File metadata

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

File hashes

Hashes for grpcio-1.24.3-cp35-cp35m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 6ff02ca6cbed0ddb76e93ba0f8beb6a8c77d83a84eb7cafe2ae3399a8b9d69ea
MD5 d4d2a510c18c6dc2d11c01a05910a3aa
BLAKE2b-256 cecd9428a96e8a894c583b4926b148250ab3590f03d4951800d41908bdcc8397

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.24.3-cp35-cp35m-manylinux2010_i686.whl.

File metadata

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

File hashes

Hashes for grpcio-1.24.3-cp35-cp35m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 9cbe26e2976b994c5f7c2d35a63354674d6ca0ce62f5b513f078bf63c1745229
MD5 0b91987a22e5c3d4799e52fa9589a7aa
BLAKE2b-256 64025a28372c4937d900c4e9d6c1ea98521313f6edd2505845cc1d65ddd4c5b1

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.24.3-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.24.3-cp35-cp35m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 01cb705eafba1108e2a947ba0457da4f6a1e8142c729fc61702b5fdd11009eb1
MD5 60bdeb9a813b3edb618dabf3371da0d6
BLAKE2b-256 25d79c90b9b6c638ff2d7a6511b789a38ca9bb7aeb50344a464cbdee1f24970b

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.24.3-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.24.3-cp35-cp35m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 bd6ec1233c86c0b9bb5d03ec30dbe3ffbfa53335790320d99a7ae9018c5450f2
MD5 2f1c0f45ae4f497335bd32e4a949ac69
BLAKE2b-256 ad789c0c4c59544bf1f474ffcf04cbb3901684e80144a7bff18b02749e790853

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.24.3-cp35-cp35m-macosx_10_7_intel.whl
  • Upload date:
  • Size: 3.9 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.24.3-cp35-cp35m-macosx_10_7_intel.whl
Algorithm Hash digest
SHA256 90fb6316b4d7d36700c40db4335902b78dcae13b5466673c21fd3b08a3c1b0c6
MD5 11b357525d9cd22178f82b24ca3ef2a1
BLAKE2b-256 cf5dc66e64b021535a6e097b06f5f68c02fbd31a35201d49070e0b5566aa078b

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.24.3-cp35-cp35m-linux_armv7l.whl
  • Upload date:
  • Size: 12.7 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.24.3-cp35-cp35m-linux_armv7l.whl
Algorithm Hash digest
SHA256 2df3ab4348507de60e1cbf75196403df1b9b4c4d4dc5bd11ac4eb63c46f691c7
MD5 2b0a409e3bc76c3192329569c4d4aa8a
BLAKE2b-256 85f72b37d66b709f3cec7379b0eba7a3c097c530e4f8b11195496cf579c8228f

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.24.3-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.24.3-cp34-cp34m-win_amd64.whl
Algorithm Hash digest
SHA256 df442945b2dd6f8ae0e20b403e0fd4548cd5c2aad69200047cc3251257b78f65
MD5 78bf4ab10641c5133ccd994cca37343c
BLAKE2b-256 b936b1a50a2db27f32608643ec2c22d6cd8175b559c34ddae9979f549ed9c2f5

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.24.3-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.24.3-cp34-cp34m-win32.whl
Algorithm Hash digest
SHA256 c888b18f7392e6cc79a33a803e7ebd7890ac3318f571fca6b356526f35b53b12
MD5 58f180ef86c1516d701cdcfe260091a8
BLAKE2b-256 a28631395d3803bc81c4c3e2d52a78dd4e2a65355ef5396eb3eb1ffba7da3b4d

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.24.3-cp34-cp34m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: grpcio-1.24.3-cp34-cp34m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 2.2 MB
  • Tags: CPython 3.4m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/2.7.16

File hashes

Hashes for grpcio-1.24.3-cp34-cp34m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 d0726aa0d9b57c56985db5952e90fb1033a317074f2877db5307cdd6eede1564
MD5 0ffc7831c15d45a8719f722c045260b4
BLAKE2b-256 23107aa9db879f157e2a83c3b382cfe6b7a162f4b9a02a222354e72b2baa1de3

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.24.3-cp34-cp34m-manylinux2010_i686.whl.

File metadata

  • Download URL: grpcio-1.24.3-cp34-cp34m-manylinux2010_i686.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.4m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/2.7.16

File hashes

Hashes for grpcio-1.24.3-cp34-cp34m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 13970e665a4ec4cec7d067d7d3504a0398c657d91d26c581144ad9044e429c9a
MD5 d240cb89ed83517ed9c8a33e711dbdb6
BLAKE2b-256 3e9de983f0f1e44e4eea0886d27d118998e4055db04da525d1246048b7543a4e

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.24.3-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.24.3-cp34-cp34m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 91b34f58db2611c9a93ecf751028f97fba1f06e65f49b38f272f6aa5d2977331
MD5 d52b088399ccf4977aa8cfa86b598d7e
BLAKE2b-256 37930e1566cd3081f4336eab8f121a6091da784a762ae5b989c27c086b1dc9bf

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.24.3-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.24.3-cp34-cp34m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 836b9d29507de729129e363276fe7c7d6a34c7961e0f155787025552b15d22c0
MD5 b2e88c6b6ea705a0a3f3cef3971b3c9c
BLAKE2b-256 a351fe82ddddc8a4cf7e244f44f7fe8de63b756793ac1ee4dd63ddc00010b19f

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.24.3-cp34-cp34m-macosx_10_7_intel.whl
  • Upload date:
  • Size: 3.9 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.24.3-cp34-cp34m-macosx_10_7_intel.whl
Algorithm Hash digest
SHA256 a2bc7e10ebcf4be503ae427f9887e75c0cc24e88ce467a8e6eaca6bd2862406e
MD5 8fffb4b3a08dc663a469b0f76fea3bb2
BLAKE2b-256 50f2dbb3aaa54f454271ce99963a5c8493cf602d0f55fd971abb85e6fe0e2b9c

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.24.3-cp34-cp34m-linux_armv7l.whl
  • Upload date:
  • Size: 12.7 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.24.3-cp34-cp34m-linux_armv7l.whl
Algorithm Hash digest
SHA256 0b5a79e29f167d3cd06faad6b15babbc2661066daaacf79373c3a8e67ca1fca1
MD5 0c0ccf663ba99618380c87f3de546cfa
BLAKE2b-256 5267c4f4830e4c53a95b99b981f89e95bcaca8a3de6ef8882aad26748dfe4387

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.24.3-cp27-cp27mu-manylinux2010_x86_64.whl.

File metadata

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

File hashes

Hashes for grpcio-1.24.3-cp27-cp27mu-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 f4cd049cb94d9f517b1cab5668a3b345968beba093bc79a637e671000b3540ec
MD5 1638a50482f36ebfc5f2eb44d97fea44
BLAKE2b-256 59544441f0b3c44e38b1377d31c137cdaa6dfad225f5ee79612ed87131427baf

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.24.3-cp27-cp27mu-manylinux2010_i686.whl.

File metadata

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

File hashes

Hashes for grpcio-1.24.3-cp27-cp27mu-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 76de68f60102f333bf4817f38e81ecbee68b850f5a5da9f355235e948ac40981
MD5 5dc6337d39380df71f268fa970b893e8
BLAKE2b-256 ebc3ea24539a2d3660b18f67ac3247e54787dc4f6c5c4f67d6fbb7a05375eee2

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.24.3-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.24.3-cp27-cp27mu-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 9eaeabb3c0eecd6ddd0c16767fd12d130e2cebb8c2618f959a278b1ff336ddc3
MD5 0dbc4a133fa024c347d8fd8c08763602
BLAKE2b-256 ae01e3760e3210e1f67f871b270b7ac2c1c819794fe34726d6d8bc8322fa2a57

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.24.3-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.24.3-cp27-cp27mu-manylinux1_i686.whl
Algorithm Hash digest
SHA256 2c38b586163d2b91567fe5e6d9e7798f792012365adc838a64b66b22dce3f4d4
MD5 4f6d4502dbb131efaeae09b64ccbd2ea
BLAKE2b-256 fa11390034f2a567e68e34d52ad11f9b30d3170014a5384766272d75ac2a273e

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.24.3-cp27-cp27mu-linux_armv7l.whl
  • Upload date:
  • Size: 12.6 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.24.3-cp27-cp27mu-linux_armv7l.whl
Algorithm Hash digest
SHA256 90161840b4fe9636f91ed0d3ea1e7e615e488cbea4e77594c889e5f3d7a776db
MD5 28667123c593ef05b5532bd422976704
BLAKE2b-256 531f1d43a8a497148e7482aec1652fb8ab18b124b4b744ffff1c5d5fe33e9fba

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.24.3-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.24.3-cp27-cp27m-win_amd64.whl
Algorithm Hash digest
SHA256 1097a61a0e97b3580642e6e1460a3a1f1ba1815e2a70d6057173bcc495417076
MD5 d6e42d28847b5d7a4c730f2b7216eb9d
BLAKE2b-256 51f426d9e0fceab64485fd69f20b797dda962545d10c111b8647c06a18f1ad9f

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.24.3-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.24.3-cp27-cp27m-win32.whl
Algorithm Hash digest
SHA256 bef57530816af54d66b1f4c70a8f851f320cb6f84d4b5a0b422b0e9811ea4e59
MD5 977c04ed522c99f284c1a56a2ccab42a
BLAKE2b-256 529e87f3908c53d06a3ca6d0c21ec631f120570ed0b8443a83dc5b9ef5e76403

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.24.3-cp27-cp27m-manylinux2010_x86_64.whl.

File metadata

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

File hashes

Hashes for grpcio-1.24.3-cp27-cp27m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 1557817cea6e0b87fad2a3e20da385170efb03a313db164e8078955add2dfa1b
MD5 81008612f09e0edec45a7f9e92e09b89
BLAKE2b-256 0d482e4f637114746ad25184a8fc07aa7deaa4206cd2575441ecde96acb77705

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.24.3-cp27-cp27m-manylinux2010_i686.whl.

File metadata

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

File hashes

Hashes for grpcio-1.24.3-cp27-cp27m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 502aaa8be56f0ae69cda66bc27e1fb5531ceaa27ca515ec3c34f6178b1297180
MD5 4456ba992abbdc79252aeaa1b605493f
BLAKE2b-256 dff32bd0e042c664b02f65af6ac508f2bacf8543624a454d3dcb97462be1eef5

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.24.3-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.24.3-cp27-cp27m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 9474944a96a33eb8734fa8dc5805403d57973a3526204a5e1c1780d02e0572b6
MD5 047eac2c4c01c56e078c4f79e9d1b661
BLAKE2b-256 f4df61070376329bf38fcaf7f8ef5a33675202a702818e28120105c3298a6416

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.24.3-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.24.3-cp27-cp27m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 5911f042c4ab177757eec5bcb4e2e9a2e823d888835d24577321bf55f02938fa
MD5 6a11c034adc6971eca70a70ef8d803e6
BLAKE2b-256 356ead886414fa6848e8e0490d5d152db7282e39048d386df165862ff37a3600

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.24.3-cp27-cp27m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 2.1 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.24.3-cp27-cp27m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a5b42e6292ba51b8e67e09fc256963ba4ca9c04026de004d2fe59cc17e3c3776
MD5 06e844b63cffffc19dbd5f791da878c6
BLAKE2b-256 ee5e8f80c74b6a38b79013299bb26af02ef06f10337543167309cae9d1a75ee7

See more details on using hashes here.

Provenance

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