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 RELEASE_TAG_HERE 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.28.0rc2.tar.gz (19.5 MB view details)

Uploaded Source

Built Distributions

grpcio-1.28.0rc2-cp38-cp38-win_amd64.whl (2.1 MB view details)

Uploaded CPython 3.8 Windows x86-64

grpcio-1.28.0rc2-cp38-cp38-win32.whl (1.8 MB view details)

Uploaded CPython 3.8 Windows x86

grpcio-1.28.0rc2-cp38-cp38-manylinux2010_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

grpcio-1.28.0rc2-cp38-cp38-manylinux2010_i686.whl (3.1 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

grpcio-1.28.0rc2-cp38-cp38-macosx_10_9_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

grpcio-1.28.0rc2-cp37-cp37m-win_amd64.whl (2.0 MB view details)

Uploaded CPython 3.7m Windows x86-64

grpcio-1.28.0rc2-cp37-cp37m-win32.whl (1.7 MB view details)

Uploaded CPython 3.7m Windows x86

grpcio-1.28.0rc2-cp37-cp37m-manylinux2010_x86_64.whl (2.8 MB view details)

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

grpcio-1.28.0rc2-cp37-cp37m-manylinux2010_i686.whl (3.0 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

grpcio-1.28.0rc2-cp37-cp37m-macosx_10_9_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

grpcio-1.28.0rc2-cp36-cp36m-win_amd64.whl (2.1 MB view details)

Uploaded CPython 3.6m Windows x86-64

grpcio-1.28.0rc2-cp36-cp36m-win32.whl (1.8 MB view details)

Uploaded CPython 3.6m Windows x86

grpcio-1.28.0rc2-cp36-cp36m-manylinux2010_x86_64.whl (2.8 MB view details)

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

grpcio-1.28.0rc2-cp36-cp36m-manylinux2010_i686.whl (3.1 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

grpcio-1.28.0rc2-cp36-cp36m-macosx_10_9_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

grpcio-1.28.0rc2-cp36-cp36m-linux_armv7l.whl (19.8 MB view details)

Uploaded CPython 3.6m

grpcio-1.28.0rc2-cp35-cp35m-win_amd64.whl (2.1 MB view details)

Uploaded CPython 3.5m Windows x86-64

grpcio-1.28.0rc2-cp35-cp35m-win32.whl (1.8 MB view details)

Uploaded CPython 3.5m Windows x86

grpcio-1.28.0rc2-cp35-cp35m-manylinux2010_x86_64.whl (2.8 MB view details)

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

grpcio-1.28.0rc2-cp35-cp35m-manylinux2010_i686.whl (3.0 MB view details)

Uploaded CPython 3.5m manylinux: glibc 2.12+ i686

grpcio-1.28.0rc2-cp35-cp35m-macosx_10_7_intel.whl (4.9 MB view details)

Uploaded CPython 3.5m macOS 10.7+ intel

grpcio-1.28.0rc2-cp35-cp35m-linux_armv7l.whl (19.7 MB view details)

Uploaded CPython 3.5m

grpcio-1.28.0rc2-cp27-cp27mu-manylinux2010_x86_64.whl (2.8 MB view details)

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

grpcio-1.28.0rc2-cp27-cp27mu-manylinux2010_i686.whl (3.0 MB view details)

Uploaded CPython 2.7mu manylinux: glibc 2.12+ i686

grpcio-1.28.0rc2-cp27-cp27mu-linux_armv7l.whl (19.5 MB view details)

Uploaded CPython 2.7mu

grpcio-1.28.0rc2-cp27-cp27m-win_amd64.whl (2.4 MB view details)

Uploaded CPython 2.7m Windows x86-64

grpcio-1.28.0rc2-cp27-cp27m-win32.whl (2.4 MB view details)

Uploaded CPython 2.7m Windows x86

grpcio-1.28.0rc2-cp27-cp27m-manylinux2010_x86_64.whl (2.8 MB view details)

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

grpcio-1.28.0rc2-cp27-cp27m-manylinux2010_i686.whl (3.0 MB view details)

Uploaded CPython 2.7m manylinux: glibc 2.12+ i686

grpcio-1.28.0rc2-cp27-cp27m-macosx_10_9_x86_64.whl (2.6 MB view details)

Uploaded CPython 2.7m macOS 10.9+ x86-64

File details

Details for the file grpcio-1.28.0rc2.tar.gz.

File metadata

  • Download URL: grpcio-1.28.0rc2.tar.gz
  • Upload date:
  • Size: 19.5 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.17

File hashes

Hashes for grpcio-1.28.0rc2.tar.gz
Algorithm Hash digest
SHA256 07894385432916a50b2f4b5a7132690fc731645902b8aecbc43353e3a6c1f264
MD5 a51f2ddb15026ffba6fbecd301c65aaf
BLAKE2b-256 0b556793e1401794855dffa3ef24869bca85701dd19025bd0ac6f3061ac9d3c7

See more details on using hashes here.

File details

Details for the file grpcio-1.28.0rc2-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: grpcio-1.28.0rc2-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 2.1 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.17

File hashes

Hashes for grpcio-1.28.0rc2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 357268e2a38dd4fe3b371f840817a9693f75bddd5e72d7d2dd1fe603e684f8ef
MD5 77f1621351fb7f27565308c85676ae4a
BLAKE2b-256 50645e7df9c1483dfb7f330502c87b6acd578290a5b981bdb02a2f6e8e9e4c66

See more details on using hashes here.

File details

Details for the file grpcio-1.28.0rc2-cp38-cp38-win32.whl.

File metadata

  • Download URL: grpcio-1.28.0rc2-cp38-cp38-win32.whl
  • Upload date:
  • Size: 1.8 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.17

File hashes

Hashes for grpcio-1.28.0rc2-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 ca76688b85804482ae8a55ccee47cd9559dd204bfbd03f2ce3c1af597aac8d4d
MD5 c577d45cb3abeaf9f7f9b66e1a5a0edf
BLAKE2b-256 b87d730c196eafcbab4df08788a0b062af7d4679a026ef12e7471a3756645213

See more details on using hashes here.

File details

Details for the file grpcio-1.28.0rc2-cp38-cp38-manylinux2010_x86_64.whl.

File metadata

  • Download URL: grpcio-1.28.0rc2-cp38-cp38-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 2.8 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.17

File hashes

Hashes for grpcio-1.28.0rc2-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 0ab6a0b359d92557459b6f699d9ce6a455b1c623745be966c16d3c441d1be33d
MD5 8537a8700b03be9fdd1ecd9babe6a8aa
BLAKE2b-256 316d63e9bf4284bed96a1ef352b1a14540fb8fb779bad4f0192813ed68143ebe

See more details on using hashes here.

File details

Details for the file grpcio-1.28.0rc2-cp38-cp38-manylinux2010_i686.whl.

File metadata

  • Download URL: grpcio-1.28.0rc2-cp38-cp38-manylinux2010_i686.whl
  • Upload date:
  • Size: 3.1 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.17

File hashes

Hashes for grpcio-1.28.0rc2-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 da13d521f397cbe1aca6858cdecc15b7d6af233d9502e2ba9b23bbda986327aa
MD5 5e1ad2a8982921dd6607470500831191
BLAKE2b-256 ad3b3af79761775c0e8967e593f58a4ab52fda5efb033c88e0bc1da2a5591fa9

See more details on using hashes here.

File details

Details for the file grpcio-1.28.0rc2-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: grpcio-1.28.0rc2-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 2.6 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.17

File hashes

Hashes for grpcio-1.28.0rc2-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7542e9d4286ae9cad75a8839807cc6325528efe7048fbdd130c764bad91397e6
MD5 3162678821e8067634b33318ae15029a
BLAKE2b-256 a1ba06336e0cfe54a6524da1dafd21a1b23b80fb2d684defa9ffb501f05312d6

See more details on using hashes here.

File details

Details for the file grpcio-1.28.0rc2-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: grpcio-1.28.0rc2-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 2.0 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.17

File hashes

Hashes for grpcio-1.28.0rc2-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 599f438824a9676f13f7b00edcd46a34f9e6f9ee7eadf02243632c54b7868a70
MD5 91559bceb2b1c40d67c7f1059673a9cf
BLAKE2b-256 c3a651c5d3e1cf523d4fdc441cd49e50eaea77255a9ae6e5c021e03943411d03

See more details on using hashes here.

File details

Details for the file grpcio-1.28.0rc2-cp37-cp37m-win32.whl.

File metadata

  • Download URL: grpcio-1.28.0rc2-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 1.7 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.17

File hashes

Hashes for grpcio-1.28.0rc2-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 2965bcfaccf3e99b7815e3c445bcfa933ce74b48cd09b2b082c56e0306cd5352
MD5 18183486402b9fca652033be9b74f50f
BLAKE2b-256 1a9eefa4504cc3c367dee8b88c8e53805642c8c79b7d78c5bb011ef608f771cb

See more details on using hashes here.

File details

Details for the file grpcio-1.28.0rc2-cp37-cp37m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: grpcio-1.28.0rc2-cp37-cp37m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 2.8 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.17

File hashes

Hashes for grpcio-1.28.0rc2-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 fa9f7622af63fe47e27940670154b0cc572b0b239c63aaad1e3ec0634e024ff9
MD5 53ef3f615dbbad40a755e63955e84bfb
BLAKE2b-256 a991e5907a7dc9f17f59c558e8ef40e5d48c515f29c2f8339b89589dc890f7ef

See more details on using hashes here.

File details

Details for the file grpcio-1.28.0rc2-cp37-cp37m-manylinux2010_i686.whl.

File metadata

  • Download URL: grpcio-1.28.0rc2-cp37-cp37m-manylinux2010_i686.whl
  • Upload date:
  • Size: 3.0 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.17

File hashes

Hashes for grpcio-1.28.0rc2-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 9f5f32f0036511517c1d4be0462fdc83aa8244e77de2c44a92ebfacd17add959
MD5 fc93ae1fd1e03ce02366d104b6b7777b
BLAKE2b-256 2bd92f447dedaf3db107271596239d20ce02fa0a3ee5c64aaac2bb68f5ff4af2

See more details on using hashes here.

File details

Details for the file grpcio-1.28.0rc2-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: grpcio-1.28.0rc2-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 2.6 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.17

File hashes

Hashes for grpcio-1.28.0rc2-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4a9e004cf02142805ecd1e9144b80375019984d521bc948736559649f13bd579
MD5 1c907cf9220dc1e5a1edafd5f9592197
BLAKE2b-256 112ce2dce4724c89d420061c0780052dd671451cf7e7e029e93aa20d2f337207

See more details on using hashes here.

File details

Details for the file grpcio-1.28.0rc2-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: grpcio-1.28.0rc2-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 2.1 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.17

File hashes

Hashes for grpcio-1.28.0rc2-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 9f89203e7c2e24eef3488c47ff8380f401e4fc3e4c1c62e2bd729a064338293c
MD5 12edc92e78eab88ec0f9945032de90a7
BLAKE2b-256 eebadd4a1d14dbf92b54538c19ce04ad5d84d69a80ce098bb980ab2de2807cbd

See more details on using hashes here.

File details

Details for the file grpcio-1.28.0rc2-cp36-cp36m-win32.whl.

File metadata

  • Download URL: grpcio-1.28.0rc2-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 1.8 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.17

File hashes

Hashes for grpcio-1.28.0rc2-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 e5615860b3a9f8b5a508f16d1f3d6210e2bab35e9e5c43bf52c90923286b8ece
MD5 d6d4af1d0a49f7f75fb7772d6ea77555
BLAKE2b-256 d1f80f549a141cf05b97c433516147f258131ffe66f7f938f846f2a487a87481

See more details on using hashes here.

File details

Details for the file grpcio-1.28.0rc2-cp36-cp36m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: grpcio-1.28.0rc2-cp36-cp36m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 2.8 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.17

File hashes

Hashes for grpcio-1.28.0rc2-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 1a611e588e735ad7eaccd597fa058e3a11d8abf023fb91bedd139b0884a6d198
MD5 72440ff16cbd3c41a5629fc4be64c1bd
BLAKE2b-256 9899e862a14c5327494f0ff2208b306f55d99ce64df1833b2478e7cf2f127d21

See more details on using hashes here.

File details

Details for the file grpcio-1.28.0rc2-cp36-cp36m-manylinux2010_i686.whl.

File metadata

  • Download URL: grpcio-1.28.0rc2-cp36-cp36m-manylinux2010_i686.whl
  • Upload date:
  • Size: 3.1 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.17

File hashes

Hashes for grpcio-1.28.0rc2-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 e0afe33adc705ad2f8ba36e3a87f5645756b8a0adb50b1762a2fcc7c5b87195f
MD5 d0edf8f80ec57c220cc0c7ac85556f3b
BLAKE2b-256 7792ffc5e137583673733bfe62c89c2c362a1e50950e9302f57fa09a74024943

See more details on using hashes here.

File details

Details for the file grpcio-1.28.0rc2-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: grpcio-1.28.0rc2-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 2.6 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.17

File hashes

Hashes for grpcio-1.28.0rc2-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8f825b76f9cfdd24cf68d26ade61bbe2885aa3dfcc83809d85cb695215cc624b
MD5 fec7b420fbf2fa5ad294ec4801c533e0
BLAKE2b-256 cea85d33ed057cc59f6a3eef71bbaa1c03e6b3255203c7c1e51fa24377b11a5d

See more details on using hashes here.

File details

Details for the file grpcio-1.28.0rc2-cp36-cp36m-linux_armv7l.whl.

File metadata

  • Download URL: grpcio-1.28.0rc2-cp36-cp36m-linux_armv7l.whl
  • Upload date:
  • Size: 19.8 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.17

File hashes

Hashes for grpcio-1.28.0rc2-cp36-cp36m-linux_armv7l.whl
Algorithm Hash digest
SHA256 ccf524902b5e9a6a051cc46de871b5ede6a8bbe56f78ec7e1ec9dfc0e866b5ba
MD5 dec778a127de780af038a0e2c9e3ad6a
BLAKE2b-256 55f2f47cd9536679c4df523b45a73548a73b754f6a6d0dc5e484675113e44493

See more details on using hashes here.

File details

Details for the file grpcio-1.28.0rc2-cp35-cp35m-win_amd64.whl.

File metadata

  • Download URL: grpcio-1.28.0rc2-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 2.1 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.17

File hashes

Hashes for grpcio-1.28.0rc2-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 7a09c2c62c85977d195073c1479e08bbd0ef6e29a85dbd0c18628007bebc620f
MD5 f1c5e08a3758fc43a45d2783a288b7f5
BLAKE2b-256 65320525bd75c75fb55daa7de7602f7ecb454d1f9e147e780868f55f3beaccd8

See more details on using hashes here.

File details

Details for the file grpcio-1.28.0rc2-cp35-cp35m-win32.whl.

File metadata

  • Download URL: grpcio-1.28.0rc2-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 1.8 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.17

File hashes

Hashes for grpcio-1.28.0rc2-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 107d2ced728c7dac8db7793387265b3c7d551044407db65c4b37f449ca3d2267
MD5 315ad05fffd59fdb97bfa7e20447d3aa
BLAKE2b-256 1f5f2b9491f0735404dd2844fb6a38125321c78c1cb3d38495fba87b06aa38b9

See more details on using hashes here.

File details

Details for the file grpcio-1.28.0rc2-cp35-cp35m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: grpcio-1.28.0rc2-cp35-cp35m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 2.8 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.17

File hashes

Hashes for grpcio-1.28.0rc2-cp35-cp35m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 23e9b842d1c4314d54e4ba28cc48e5ca753717a3c2680c37e07f980b3a9ce8c7
MD5 de2b5185b9f578ae311a374621ef9f89
BLAKE2b-256 2161158decbac81c853f0663f1005788eb657516b3de24134d2d96f0cf12eceb

See more details on using hashes here.

File details

Details for the file grpcio-1.28.0rc2-cp35-cp35m-manylinux2010_i686.whl.

File metadata

  • Download URL: grpcio-1.28.0rc2-cp35-cp35m-manylinux2010_i686.whl
  • Upload date:
  • Size: 3.0 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.17

File hashes

Hashes for grpcio-1.28.0rc2-cp35-cp35m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 48d181aa7bfa02ccc4135e9179df6f7d6b2bf284ce335a270e595ba7bb242558
MD5 c20c5cfb44db285c63703eba1137f70a
BLAKE2b-256 fc62862fef59d249d69254a9b1fc08627025c77fd4930412beb1f899567cea14

See more details on using hashes here.

File details

Details for the file grpcio-1.28.0rc2-cp35-cp35m-macosx_10_7_intel.whl.

File metadata

  • Download URL: grpcio-1.28.0rc2-cp35-cp35m-macosx_10_7_intel.whl
  • Upload date:
  • Size: 4.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.17

File hashes

Hashes for grpcio-1.28.0rc2-cp35-cp35m-macosx_10_7_intel.whl
Algorithm Hash digest
SHA256 fd1f0496d6c58adac59e0bc0823a39093372e594c19ff973ebace2ff8fe8ca16
MD5 04ec060e6c7fa778d4ee4654eca5dbab
BLAKE2b-256 ef96f3aa33ffbe231ff7220117cf4926bf5b441c5f293d2d5b870de9e1817c5d

See more details on using hashes here.

File details

Details for the file grpcio-1.28.0rc2-cp35-cp35m-linux_armv7l.whl.

File metadata

  • Download URL: grpcio-1.28.0rc2-cp35-cp35m-linux_armv7l.whl
  • Upload date:
  • Size: 19.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.17

File hashes

Hashes for grpcio-1.28.0rc2-cp35-cp35m-linux_armv7l.whl
Algorithm Hash digest
SHA256 b4d366e79d6c91efd82257b3a923ecf4c524f7f826a8e6f6ded42df6db94616a
MD5 685bb3c14512cb01504a99c00e5ec4d3
BLAKE2b-256 669b620527ced159a72847a666a51f1b549af2cf49f6e82c87e7c1a067c0e447

See more details on using hashes here.

File details

Details for the file grpcio-1.28.0rc2-cp27-cp27mu-manylinux2010_x86_64.whl.

File metadata

  • Download URL: grpcio-1.28.0rc2-cp27-cp27mu-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 2.8 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.17

File hashes

Hashes for grpcio-1.28.0rc2-cp27-cp27mu-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 823a2a5a7d4915b1523b6b02962c309b3c07c299bc2eb7179c0c8356a004921a
MD5 3cdffeb5979a33b2656350d267670d36
BLAKE2b-256 7a6fa1b7453a5d1998af50e55346909f19162280fdaaac052db8091ace9906bb

See more details on using hashes here.

File details

Details for the file grpcio-1.28.0rc2-cp27-cp27mu-manylinux2010_i686.whl.

File metadata

  • Download URL: grpcio-1.28.0rc2-cp27-cp27mu-manylinux2010_i686.whl
  • Upload date:
  • Size: 3.0 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.17

File hashes

Hashes for grpcio-1.28.0rc2-cp27-cp27mu-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 699dbb3862a295a5948fee0ce4c43dd8d2786d027f491bb0a127c2f78d566e72
MD5 c56e328c440b3628c38c527479f6d340
BLAKE2b-256 2ae79a29373538e515e613901846ef83e02cb7e0bddf52cf0b481a00cd2fdce8

See more details on using hashes here.

File details

Details for the file grpcio-1.28.0rc2-cp27-cp27mu-linux_armv7l.whl.

File metadata

  • Download URL: grpcio-1.28.0rc2-cp27-cp27mu-linux_armv7l.whl
  • Upload date:
  • Size: 19.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.17

File hashes

Hashes for grpcio-1.28.0rc2-cp27-cp27mu-linux_armv7l.whl
Algorithm Hash digest
SHA256 be17230fa4ebd304fc0c98d0d28ef9e23013c514f9359b5b68f4d799aea950ef
MD5 22a25a2e8b4c65d21e028f25a2920c07
BLAKE2b-256 bc3b929d286e481a0d696307c312f80d7d3b244f87a3bb3c66552e7824ae1fe0

See more details on using hashes here.

File details

Details for the file grpcio-1.28.0rc2-cp27-cp27m-win_amd64.whl.

File metadata

  • Download URL: grpcio-1.28.0rc2-cp27-cp27m-win_amd64.whl
  • Upload date:
  • Size: 2.4 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.17

File hashes

Hashes for grpcio-1.28.0rc2-cp27-cp27m-win_amd64.whl
Algorithm Hash digest
SHA256 7436bec56f0ef6262ebd8f7ee1f786f48b246091bba89eb2ab5810ed44e3e490
MD5 4a0cc63304178bd4783bc684d57067a6
BLAKE2b-256 d8496dccd1501c6f893bda4e2e5f8b4ac066e5e17452523466aad5b915980afc

See more details on using hashes here.

File details

Details for the file grpcio-1.28.0rc2-cp27-cp27m-win32.whl.

File metadata

  • Download URL: grpcio-1.28.0rc2-cp27-cp27m-win32.whl
  • Upload date:
  • Size: 2.4 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.17

File hashes

Hashes for grpcio-1.28.0rc2-cp27-cp27m-win32.whl
Algorithm Hash digest
SHA256 6691d168a22839cae8ae057469a3e5b69abdaa84cd47c7026bf8274d5c3d8a76
MD5 76546083d0adc6048bd9f0d3e4e12fef
BLAKE2b-256 d06a63d8158112dee378cb72bc033c536350af793bdb058f2d71484fde86b42f

See more details on using hashes here.

File details

Details for the file grpcio-1.28.0rc2-cp27-cp27m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: grpcio-1.28.0rc2-cp27-cp27m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 2.8 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.17

File hashes

Hashes for grpcio-1.28.0rc2-cp27-cp27m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 60e3d759f91cc6b4a5a262fefd6f958311e192e9662f9ebae746876ed08f140a
MD5 cfe9246c9524650c193aaf84ce5b69eb
BLAKE2b-256 0efcdeb30708b7c0070c29f9985214fe1a3f58d9c096c4ab681d3ff45cd94f74

See more details on using hashes here.

File details

Details for the file grpcio-1.28.0rc2-cp27-cp27m-manylinux2010_i686.whl.

File metadata

  • Download URL: grpcio-1.28.0rc2-cp27-cp27m-manylinux2010_i686.whl
  • Upload date:
  • Size: 3.0 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.17

File hashes

Hashes for grpcio-1.28.0rc2-cp27-cp27m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 1207b94c49778fbd04d1a5856f3b2ea0680d24f1ac7fbb936bed65f5c1aae915
MD5 470a3d4bc4109f98734630f433c2b469
BLAKE2b-256 d775c414170c345141ea7232239a5ed077bc1e007dcf5079536800b700a6cd1e

See more details on using hashes here.

File details

Details for the file grpcio-1.28.0rc2-cp27-cp27m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: grpcio-1.28.0rc2-cp27-cp27m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 2.6 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.17

File hashes

Hashes for grpcio-1.28.0rc2-cp27-cp27m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b3557536aba4b074710a661f84991435ca161b502311d8291c6d48e264fd75f7
MD5 688ac23926676da968c4b47f6cf5d80d
BLAKE2b-256 eec1952464434f24cc7ed13fef91799d272f18f3dfb9db4ed05447f5494fcd4d

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page