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

Uploaded Source

Built Distributions

grpcio-1.26.0-cp38-cp38-win_amd64.whl (1.9 MB view details)

Uploaded CPython 3.8 Windows x86-64

grpcio-1.26.0-cp38-cp38-win32.whl (1.6 MB view details)

Uploaded CPython 3.8 Windows x86

grpcio-1.26.0-cp38-cp38-manylinux2010_x86_64.whl (2.5 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

grpcio-1.26.0-cp38-cp38-manylinux2010_i686.whl (2.7 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

grpcio-1.26.0-cp38-cp38-manylinux1_x86_64.whl (2.5 MB view details)

Uploaded CPython 3.8

grpcio-1.26.0-cp38-cp38-manylinux1_i686.whl (2.5 MB view details)

Uploaded CPython 3.8

grpcio-1.26.0-cp38-cp38-macosx_10_9_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

grpcio-1.26.0-cp37-cp37m-win_amd64.whl (1.8 MB view details)

Uploaded CPython 3.7m Windows x86-64

grpcio-1.26.0-cp37-cp37m-win32.whl (1.5 MB view details)

Uploaded CPython 3.7m Windows x86

grpcio-1.26.0-cp37-cp37m-manylinux2010_x86_64.whl (2.4 MB view details)

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

grpcio-1.26.0-cp37-cp37m-manylinux2010_i686.whl (2.6 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

grpcio-1.26.0-cp37-cp37m-manylinux1_x86_64.whl (2.5 MB view details)

Uploaded CPython 3.7m

grpcio-1.26.0-cp37-cp37m-manylinux1_i686.whl (2.5 MB view details)

Uploaded CPython 3.7m

grpcio-1.26.0-cp37-cp37m-macosx_10_9_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

grpcio-1.26.0-cp36-cp36m-win_amd64.whl (1.9 MB view details)

Uploaded CPython 3.6m Windows x86-64

grpcio-1.26.0-cp36-cp36m-win32.whl (1.6 MB view details)

Uploaded CPython 3.6m Windows x86

grpcio-1.26.0-cp36-cp36m-manylinux2010_x86_64.whl (2.4 MB view details)

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

grpcio-1.26.0-cp36-cp36m-manylinux2010_i686.whl (2.6 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

grpcio-1.26.0-cp36-cp36m-manylinux1_x86_64.whl (2.5 MB view details)

Uploaded CPython 3.6m

grpcio-1.26.0-cp36-cp36m-manylinux1_i686.whl (2.5 MB view details)

Uploaded CPython 3.6m

grpcio-1.26.0-cp36-cp36m-macosx_10_9_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

grpcio-1.26.0-cp36-cp36m-linux_armv7l.whl (15.0 MB view details)

Uploaded CPython 3.6m

grpcio-1.26.0-cp35-cp35m-win_amd64.whl (1.9 MB view details)

Uploaded CPython 3.5m Windows x86-64

grpcio-1.26.0-cp35-cp35m-win32.whl (1.6 MB view details)

Uploaded CPython 3.5m Windows x86

grpcio-1.26.0-cp35-cp35m-manylinux2010_x86_64.whl (2.4 MB view details)

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

grpcio-1.26.0-cp35-cp35m-manylinux2010_i686.whl (2.6 MB view details)

Uploaded CPython 3.5m manylinux: glibc 2.12+ i686

grpcio-1.26.0-cp35-cp35m-manylinux1_x86_64.whl (2.5 MB view details)

Uploaded CPython 3.5m

grpcio-1.26.0-cp35-cp35m-manylinux1_i686.whl (2.5 MB view details)

Uploaded CPython 3.5m

grpcio-1.26.0-cp35-cp35m-macosx_10_7_intel.whl (4.3 MB view details)

Uploaded CPython 3.5m macOS 10.7+ intel

grpcio-1.26.0-cp35-cp35m-linux_armv7l.whl (15.0 MB view details)

Uploaded CPython 3.5m

grpcio-1.26.0-cp27-cp27mu-manylinux2010_x86_64.whl (2.4 MB view details)

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

grpcio-1.26.0-cp27-cp27mu-manylinux2010_i686.whl (2.6 MB view details)

Uploaded CPython 2.7mu manylinux: glibc 2.12+ i686

grpcio-1.26.0-cp27-cp27mu-manylinux1_x86_64.whl (2.5 MB view details)

Uploaded CPython 2.7mu

grpcio-1.26.0-cp27-cp27mu-manylinux1_i686.whl (2.4 MB view details)

Uploaded CPython 2.7mu

grpcio-1.26.0-cp27-cp27mu-linux_armv7l.whl (14.8 MB view details)

Uploaded CPython 2.7mu

grpcio-1.26.0-cp27-cp27m-win_amd64.whl (2.1 MB view details)

Uploaded CPython 2.7m Windows x86-64

grpcio-1.26.0-cp27-cp27m-win32.whl (2.1 MB view details)

Uploaded CPython 2.7m Windows x86

grpcio-1.26.0-cp27-cp27m-manylinux2010_x86_64.whl (2.4 MB view details)

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

grpcio-1.26.0-cp27-cp27m-manylinux2010_i686.whl (2.6 MB view details)

Uploaded CPython 2.7m manylinux: glibc 2.12+ i686

grpcio-1.26.0-cp27-cp27m-manylinux1_x86_64.whl (2.5 MB view details)

Uploaded CPython 2.7m

grpcio-1.26.0-cp27-cp27m-manylinux1_i686.whl (2.4 MB view details)

Uploaded CPython 2.7m

grpcio-1.26.0-cp27-cp27m-macosx_10_9_x86_64.whl (2.3 MB view details)

Uploaded CPython 2.7m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: grpcio-1.26.0.tar.gz
  • Upload date:
  • Size: 15.4 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.17rc1

File hashes

Hashes for grpcio-1.26.0.tar.gz
Algorithm Hash digest
SHA256 5ef42dfc18f9a63a06aca938770b69470bb322e4c137cf08cf21703d1ef4ae5c
MD5 4eeb29cd603dde3eb660f19fca6edd6f
BLAKE2b-256 c83dee9ce5f0e6bd8b868849987a7dd7d356b82ba097eee40a3bbdaa295a16f4

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.26.0-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: grpcio-1.26.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.8, 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.17rc1

File hashes

Hashes for grpcio-1.26.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 1cf710c04689daa5cc1e598efba00b028215700dcc1bf66fcb7b4f64f2ea5d5f
MD5 2e248f223e890f30e52328ea9a41b38b
BLAKE2b-256 d4b9102eeb240d710a300cda8d0453cd206c9733b37466709e9f9704612bb3fb

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.26.0-cp38-cp38-win32.whl.

File metadata

  • Download URL: grpcio-1.26.0-cp38-cp38-win32.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.8, 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.17rc1

File hashes

Hashes for grpcio-1.26.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 3d090c66af9c065b7228b07c3416f93173e9839b1d40bb0ce3dd2aa783645026
MD5 44ac88951b724f1b1c53965216444bac
BLAKE2b-256 6618c1be9ea9fae4d910e9ea116f77947aa34a7d4775aaec147812b16be21260

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.26.0-cp38-cp38-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 2.5 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.17rc1

File hashes

Hashes for grpcio-1.26.0-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 2da5cee9faf17bb8daf500cd0d28a17ae881ab5500f070a6aace457f4c08cac4
MD5 f743b89e1fc85c11a9e0a7ad25d01ec6
BLAKE2b-256 f7d5b9c67af85e1d79ae3e78e3e3240f73d3e208c356ca3d378bc3377e7f587f

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.26.0-cp38-cp38-manylinux2010_i686.whl
  • Upload date:
  • Size: 2.7 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.17rc1

File hashes

Hashes for grpcio-1.26.0-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 07e95762ca6b18afbeb3aa2793e827c841152d5e507089b1db0b18304edda105
MD5 b4fcdab57d5c8a6647e4240094065f29
BLAKE2b-256 d5e06696f196d036561d5bb4ed5e5a137c6a30283437dc1c75ed642529db83f2

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.26.0-cp38-cp38-manylinux1_x86_64.whl
  • Upload date:
  • Size: 2.5 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.17rc1

File hashes

Hashes for grpcio-1.26.0-cp38-cp38-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 6e47866b7dc14ca3a12d40c1d6082e7bea964670f1c5315ea0fb8b0550244d64
MD5 fb3a2727eee66093bfdebb7786517526
BLAKE2b-256 534ca176ceab418bd377a4067dae094da4c1144486a38ea2dd6e82767fb96d84

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.26.0-cp38-cp38-manylinux1_i686.whl
  • Upload date:
  • Size: 2.5 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.17rc1

File hashes

Hashes for grpcio-1.26.0-cp38-cp38-manylinux1_i686.whl
Algorithm Hash digest
SHA256 e1a9d9d2e7224d981aea8da79260c7f6932bf31ce1f99b7ccfa5eceeb30dc5d0
MD5 1877aafe872a92049d981cd91361c689
BLAKE2b-256 9fc5f992bee831d3effb12923d290a411d1add4828ecaf8e81583d90057ac975

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.26.0-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: grpcio-1.26.0-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.8, 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.17rc1

File hashes

Hashes for grpcio-1.26.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7109c8738a8a3c98cfb5dda1c45642a8d6d35dc00d257ab7a175099b2b4daecd
MD5 f1775e56b9f3410f98e604d8680ef21f
BLAKE2b-256 c9fb11c0d87c77b24073c310d2d770a731e08401d28a0a36020ab249b7074a28

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.26.0-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 1.8 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.17rc1

File hashes

Hashes for grpcio-1.26.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 4fffbb58134c4f23e5a8312ac3412db6f5e39e961dc0eb5e3115ce5aa16bf927
MD5 5c6ee4200251d207eeb6d5b8a7ed8160
BLAKE2b-256 8b14ab1501cfff78b88d7368659b227c603d7599dd25226ff682c71334e78aed

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.26.0-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 1.5 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.17rc1

File hashes

Hashes for grpcio-1.26.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 13383bd70618da03684a8aafbdd9e3d9a6720bf8c07b85d0bc697afed599d8f0
MD5 4a54680c8b922bd202b3e01dae76a53b
BLAKE2b-256 541ad9c00c4f5e5255517c694263da401c7f7bef04003ef5ac563a2f75dea5ad

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.26.0-cp37-cp37m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 2.4 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.17rc1

File hashes

Hashes for grpcio-1.26.0-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 8d866aafb08657c456a18c4a31c8526ea62de42427c242b58210b9eae6c64559
MD5 db8418bfb41bb5cc6ce488f545acfb38
BLAKE2b-256 bcb30052e38c640d52b710e235b15821cc3c61d0065bf54e70a44550ef127349

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.26.0-cp37-cp37m-manylinux2010_i686.whl
  • Upload date:
  • Size: 2.6 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.17rc1

File hashes

Hashes for grpcio-1.26.0-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 0c61b74dcfb302613926e785cb3542a0905b9a3a86e9410d8cf5d25e25e10104
MD5 f98632a24254d76e6df9e5404b0a802c
BLAKE2b-256 e6801b7c33128bc9a2ef8bbedd5524468d0843975cb11db6927043395ae32815

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.26.0-cp37-cp37m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 2.5 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.17rc1

File hashes

Hashes for grpcio-1.26.0-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 42b903a3596a10e2a3727bae2a76f8aefd324d498424b843cfa9606847faea7b
MD5 312d702665a803e0099dba47de8b284c
BLAKE2b-256 d2d2b9ffd4d62f48a002b6b3f3d788690ec2d4a57abd9fa3323790a8678cf8f4

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.26.0-cp37-cp37m-manylinux1_i686.whl
  • Upload date:
  • Size: 2.5 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.17rc1

File hashes

Hashes for grpcio-1.26.0-cp37-cp37m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 f0ec5371ce2363b03531ed522bfbe691ec940f51f0e111f0500fc0f44518c69d
MD5 9ee317c1da33e527f54d051b186ab6fa
BLAKE2b-256 b9978e8393b179e7db7c70deafeacc4d0e0854e3a0faeec64dee88e4caedf35d

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.26.0-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 2.3 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.17rc1

File hashes

Hashes for grpcio-1.26.0-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f7b83e4b2842d44fce3cdc0d54db7a7e0d169a598751bf393601efaa401c83e0
MD5 7da975ab98e384ecfa474d950dc5fda5
BLAKE2b-256 dff198449d2c173c6324220ab1672203ad09ac7345f023dc62eb0786ad2a0df6

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.26.0-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 1.9 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.17rc1

File hashes

Hashes for grpcio-1.26.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 6a43d2f2ff8250f200fdf7aa31fa191a997922aa9ea1182453acd705ad83ab72
MD5 3e41b6a60515b1b2b1a52a42a874b30d
BLAKE2b-256 c806b48791b09038afc53ade40acb4a22b68cb8953ddff6b001df0ed06220baa

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.26.0-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 1.6 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.17rc1

File hashes

Hashes for grpcio-1.26.0-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 df7cdfb40179acc9790a462c049e0b8e109481164dd7ad1a388dd67ff1528759
MD5 74f9d8016cb1fd8f63509da5c2863d4e
BLAKE2b-256 7bfd61f1b47aff864b02cccbc4581935760452def1ad8fa29cf38b0ab2ab88fe

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.26.0-cp36-cp36m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 2.4 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.17rc1

File hashes

Hashes for grpcio-1.26.0-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 d42433f0086cccd192114343473d7dbd4aae9141794f939e2b7b83efc57543db
MD5 fd07215f778e272eeb760b0faf28cc4d
BLAKE2b-256 178ff79c5c174bebece41f824dd7b1ba98da45dc2d4c373b38ac6a7f6a5acb5e

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.26.0-cp36-cp36m-manylinux2010_i686.whl
  • Upload date:
  • Size: 2.6 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.17rc1

File hashes

Hashes for grpcio-1.26.0-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 1c6e0f6b9d091e3717e9a58d631c8bb4898be3b261c2a01fe46371fdc271052f
MD5 1eae55af76c90e9d7564ccd1ea1ba70f
BLAKE2b-256 20fe12e6aeb735629342d5d83906f2a422d27e1966985a654eae552414250879

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.26.0-cp36-cp36m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 2.5 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/2.7.17rc1

File hashes

Hashes for grpcio-1.26.0-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 ed10e5fad105ecb0b12822f924e62d0deb07f46683a0b64416b17fd143daba1d
MD5 44f2db4611013c6b87b491f933e35955
BLAKE2b-256 8b9bba5d094f979325fdba696bafa9ee23cc50b8fc60481e3d2a9e13d76817dc

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.26.0-cp36-cp36m-manylinux1_i686.whl
  • Upload date:
  • Size: 2.5 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/2.7.17rc1

File hashes

Hashes for grpcio-1.26.0-cp36-cp36m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 9939727d9ae01690b24a2b159ac9dbca7b7e8e6edd5af6a6eb709243cae7b52b
MD5 0c900ef4c42b108eee1714e71541e0ed
BLAKE2b-256 8df1968cf390603958fbcdd982b25b2c3287651dc9d06b22eaa0d307330e70d6

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.26.0-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 2.3 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.17rc1

File hashes

Hashes for grpcio-1.26.0-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0a0fb2f8e3a13537106bc77e4c63005bc60124a6203034304d9101921afa4e90
MD5 975f3989ff28d2fffabcd981c31c1a79
BLAKE2b-256 e9f27b5bbc1cf9e1c5b83d6106a4b3941232309844748f74df31aea9ca2f54cf

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.26.0-cp36-cp36m-linux_armv7l.whl
  • Upload date:
  • Size: 15.0 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.17rc1

File hashes

Hashes for grpcio-1.26.0-cp36-cp36m-linux_armv7l.whl
Algorithm Hash digest
SHA256 d7e5b7af1350e9c8c17a7baf99d575fbd2de69f7f0b0e6ebd47b57506de6493a
MD5 fdcc009863efa160627e7ed65ad674ab
BLAKE2b-256 a314f0299c352ecd4de89690d2e25bc330d20792843f1c548d182ca5942339f1

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.26.0-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 1.9 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.17rc1

File hashes

Hashes for grpcio-1.26.0-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 b6fda5674f990e15e1bcaacf026428cf50bce36e708ddcbd1de9673b14aab760
MD5 b2f7f65ca79898a68ff1fdedb02db87c
BLAKE2b-256 a3f815d9dfdba9bbd1b40a2bf1c9e612fb7c010d0c1e1013a38a4d81988d06b6

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.26.0-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 1.6 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.17rc1

File hashes

Hashes for grpcio-1.26.0-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 d44c34463a7c481e076f691d8fa25d080c3486978c2c41dca09a8dd75296c2d7
MD5 d9b478893b45b5a31d5178b0f5d06196
BLAKE2b-256 28d2df94c6612a9088dc9d72fd829a5b845599f3774828ac53b5fff8554f358c

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.26.0-cp35-cp35m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 2.4 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.17rc1

File hashes

Hashes for grpcio-1.26.0-cp35-cp35m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 33a07a1a8e817d733588dbd18e567caad1a6fe0d440c165619866cd490c7911a
MD5 c48643f78b697bc3ae463a189afbdecb
BLAKE2b-256 d8854bf2bbe6d347f6b249bb07e863970469b1206aea99118b232497fa701d8c

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.26.0-cp35-cp35m-manylinux2010_i686.whl
  • Upload date:
  • Size: 2.6 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.17rc1

File hashes

Hashes for grpcio-1.26.0-cp35-cp35m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 d1d49720ed636920bb3d74cedf549382caa9ad55aea89d1de99d817068d896b2
MD5 80840458265a8082b9e17b2ea4c93c5c
BLAKE2b-256 4c1397a16ba7b5a4fb19ec1188fca41f1eefca154fb8e709a50b59fb5900fe10

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.26.0-cp35-cp35m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 2.5 MB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/2.7.17rc1

File hashes

Hashes for grpcio-1.26.0-cp35-cp35m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 2f78ebf340eaf28fa09aba0f836a8b869af1716078dfe8f3b3f6ff785d8f2b0f
MD5 9865bca147bea5afd6a3ff5e9fe492ef
BLAKE2b-256 0d9187cf6dbc458fce353aab2d87e8b6ceee9a14dc198bd3d0fb7febf5492274

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.26.0-cp35-cp35m-manylinux1_i686.whl
  • Upload date:
  • Size: 2.5 MB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/2.7.17rc1

File hashes

Hashes for grpcio-1.26.0-cp35-cp35m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 cb7a4b41b5e2611f85c3402ac364f1d689f5d7ecbc24a55ef010eedcd6cf460f
MD5 6d4f9d4f831352dc2ca7dc2663c3046f
BLAKE2b-256 d67bb0a6b11e0164b4f0a9abd8bdbcd3dcf556405f2f4ed2caaf82a023c55306

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.26.0-cp35-cp35m-macosx_10_7_intel.whl
  • Upload date:
  • Size: 4.3 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.17rc1

File hashes

Hashes for grpcio-1.26.0-cp35-cp35m-macosx_10_7_intel.whl
Algorithm Hash digest
SHA256 6d8ab28559be98b02f8b3a154b53239df1aa5b0d28ff865ae5be4f30e7ed4d3f
MD5 0b5c29b794725078bf229e1c2d9ed61a
BLAKE2b-256 b74064cd661de2d0da84180ede22c3b455950d0b009d11b2cc937845c9b22df1

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.26.0-cp35-cp35m-linux_armv7l.whl
  • Upload date:
  • Size: 15.0 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.17rc1

File hashes

Hashes for grpcio-1.26.0-cp35-cp35m-linux_armv7l.whl
Algorithm Hash digest
SHA256 57be5a6c509a406fe0ffa6f8b86904314c77b5e2791be8123368ad2ebccec874
MD5 cb14c0e01c5d269574591f2bbcf11f59
BLAKE2b-256 6823c7ba273bba13f809ee454a6e2cf12f9ce2cfa04712968e04d8e1252115b5

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.26.0-cp27-cp27mu-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 2.4 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.17rc1

File hashes

Hashes for grpcio-1.26.0-cp27-cp27mu-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 d1a481777952e4f99b8a6956581f3ee866d7614100d70ae6d7e07327570b85ce
MD5 2b358b70b942ac0c5caa814efcc97aad
BLAKE2b-256 9d19b1f8354f5aeda4a3da1b31e32381def4af25e22df16a62f51237f50d5964

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.26.0-cp27-cp27mu-manylinux2010_i686.whl
  • Upload date:
  • Size: 2.6 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.17rc1

File hashes

Hashes for grpcio-1.26.0-cp27-cp27mu-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 d9542366a0917b9b48bab1fee481ac01f56bdffc52437b598c09e7840148a6a9
MD5 760e7725705e311946fdca44c505be24
BLAKE2b-256 c7d05c3a2992cf5d0c3012b7ef73cdb200f7583790c302f551ef85e87652d7ff

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.26.0-cp27-cp27mu-manylinux1_x86_64.whl
  • Upload date:
  • Size: 2.5 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.17rc1

File hashes

Hashes for grpcio-1.26.0-cp27-cp27mu-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 bdb2f3dcb664f0c39ef1312cd6acf6bc6375252e4420cf8f36fff4cb4fa55c71
MD5 add1e7d1ec1ca533cbf6aa8f809cfc69
BLAKE2b-256 ca48620a51a9109ab0e5e509c08af0b565d834593a37371faf8dfc25d6df43eb

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.26.0-cp27-cp27mu-manylinux1_i686.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 2.7mu
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/2.7.17rc1

File hashes

Hashes for grpcio-1.26.0-cp27-cp27mu-manylinux1_i686.whl
Algorithm Hash digest
SHA256 c6c2db348ac73d73afe14e0833b18abbbe920969bf2c5c03c0922719f8020d06
MD5 314c92bc5ec81d0f1ba2c700fc95d09d
BLAKE2b-256 0eee6d7d0b33cb84fa1f43651d16495af0222698247ce607ab8e047f01a963e6

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.26.0-cp27-cp27mu-linux_armv7l.whl
  • Upload date:
  • Size: 14.8 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.17rc1

File hashes

Hashes for grpcio-1.26.0-cp27-cp27mu-linux_armv7l.whl
Algorithm Hash digest
SHA256 5b0fa09efb33e2af4e8822b4eb8b2cbc201d562e3e185c439be7eaeee2e8b8aa
MD5 2d538bc451b972b48b9ceb113fc6d402
BLAKE2b-256 2ead0ca3958435c546818d6e9d190248178a488df97b2c400b4e1500707e73a6

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.26.0-cp27-cp27m-win_amd64.whl
  • Upload date:
  • Size: 2.1 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.17rc1

File hashes

Hashes for grpcio-1.26.0-cp27-cp27m-win_amd64.whl
Algorithm Hash digest
SHA256 066630f6b62bffa291dacbee56994279a6a3682b8a11967e9ccaf3cc770fc11e
MD5 52dbd0e96c846461e06e170b59df368a
BLAKE2b-256 a260319a479e091153fdae92830ceaeaa4b07d599282e44290df325fd3b2f94a

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.26.0-cp27-cp27m-win32.whl
  • Upload date:
  • Size: 2.1 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.17rc1

File hashes

Hashes for grpcio-1.26.0-cp27-cp27m-win32.whl
Algorithm Hash digest
SHA256 ffec45b0db18a555fdfe0c6fa2d0a3fceb751b22b31e8fcd14ceed7bde05481e
MD5 12950df103abcc862cd661fdd799e5cd
BLAKE2b-256 a1678ce9f367706da768ad7884d314ff3cb3d024300d68a133de4248b186e473

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.26.0-cp27-cp27m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 2.4 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.17rc1

File hashes

Hashes for grpcio-1.26.0-cp27-cp27m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 6edda1b96541187f73aab11800d25f18ee87e53d5f96bb74473873072bf28a0e
MD5 043882c976640a5ab2a5a7f3e9319e0f
BLAKE2b-256 e42a26695e120c2ec6d73b9f2416508cdf9d90b4114b6fec81052f52a1c521c4

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.26.0-cp27-cp27m-manylinux2010_i686.whl
  • Upload date:
  • Size: 2.6 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.17rc1

File hashes

Hashes for grpcio-1.26.0-cp27-cp27m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 99fd873699df17cb11c542553270ae2b32c169986e475df0d68a8629b8ef4df7
MD5 56f29b52594112b52dec3089ef06588e
BLAKE2b-256 4a809ee7b396034bd0a0e5a1777eb64ea94bd669bb9dfa0edb5f4902bd90b580

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.26.0-cp27-cp27m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 2.5 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.17rc1

File hashes

Hashes for grpcio-1.26.0-cp27-cp27m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 bfd7d3130683a1a0a50c456273c21ec8a604f2d043b241a55235a78a0090ee06
MD5 d41cce51e3aa0cfa99597967c7fd3172
BLAKE2b-256 7692433ce9f438e0717b3e9a12fa6085b8f78b9ac045007528ffe6c020be8af6

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.26.0-cp27-cp27m-manylinux1_i686.whl
  • Upload date:
  • Size: 2.4 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.17rc1

File hashes

Hashes for grpcio-1.26.0-cp27-cp27m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 cd3d3e328f20f7c807a862620c6ee748e8d57ba2a8fc960d48337ed71c6d9d32
MD5 aa411b48e9682c3e515975e58eae408d
BLAKE2b-256 19da656f11b981c74a1fb927a86c60871a710d439c323dd0a7dff0cd684ad510

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.26.0-cp27-cp27m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 2.3 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.17rc1

File hashes

Hashes for grpcio-1.26.0-cp27-cp27m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f6580a8a4f5e701289b45fd62a8f6cb5ec41e4d77082424f8b676806dcd22564
MD5 33baeffb26e1adc6737d3e2dfe20a92f
BLAKE2b-256 e62f6b5324dced970363163454eedbe38d5e9d6f16cf5c8aaa823f37a93b274b

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