Skip to main content

HTTP/2-based RPC framework

Project description

compat_check_pypi

Package for gRPC Python.

Supported Python Versions

Python >= 3.5

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

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

grpcio-1.30.0-cp38-cp38-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.8Windows x86-64

grpcio-1.30.0-cp38-cp38-win32.whl (2.0 MB view details)

Uploaded CPython 3.8Windows x86

grpcio-1.30.0-cp38-cp38-manylinux2010_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.12+ x86-64

grpcio-1.30.0-cp38-cp38-manylinux2010_i686.whl (3.4 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.12+ i686

grpcio-1.30.0-cp38-cp38-macosx_10_9_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

grpcio-1.30.0-cp37-cp37m-win_amd64.whl (2.3 MB view details)

Uploaded CPython 3.7mWindows x86-64

grpcio-1.30.0-cp37-cp37m-win32.whl (1.9 MB view details)

Uploaded CPython 3.7mWindows x86

grpcio-1.30.0-cp37-cp37m-manylinux2010_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.12+ x86-64

grpcio-1.30.0-cp37-cp37m-manylinux2010_i686.whl (3.3 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.12+ i686

grpcio-1.30.0-cp37-cp37m-macosx_10_9_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.7mmacOS 10.9+ x86-64

grpcio-1.30.0-cp36-cp36m-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.6mWindows x86-64

grpcio-1.30.0-cp36-cp36m-win32.whl (2.0 MB view details)

Uploaded CPython 3.6mWindows x86

grpcio-1.30.0-cp36-cp36m-manylinux2010_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.12+ x86-64

grpcio-1.30.0-cp36-cp36m-manylinux2010_i686.whl (3.4 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.12+ i686

grpcio-1.30.0-cp36-cp36m-macosx_10_9_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.6mmacOS 10.9+ x86-64

grpcio-1.30.0-cp36-cp36m-linux_armv7l.whl (22.4 MB view details)

Uploaded CPython 3.6m

grpcio-1.30.0-cp35-cp35m-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.5mWindows x86-64

grpcio-1.30.0-cp35-cp35m-win32.whl (2.0 MB view details)

Uploaded CPython 3.5mWindows x86

grpcio-1.30.0-cp35-cp35m-manylinux2010_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.5mmanylinux: glibc 2.12+ x86-64

grpcio-1.30.0-cp35-cp35m-manylinux2010_i686.whl (3.3 MB view details)

Uploaded CPython 3.5mmanylinux: glibc 2.12+ i686

grpcio-1.30.0-cp35-cp35m-macosx_10_7_intel.whl (5.4 MB view details)

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

grpcio-1.30.0-cp35-cp35m-linux_armv7l.whl (22.3 MB view details)

Uploaded CPython 3.5m

grpcio-1.30.0-cp27-cp27mu-manylinux2010_x86_64.whl (3.0 MB view details)

Uploaded CPython 2.7mumanylinux: glibc 2.12+ x86-64

grpcio-1.30.0-cp27-cp27mu-manylinux2010_i686.whl (3.3 MB view details)

Uploaded CPython 2.7mumanylinux: glibc 2.12+ i686

grpcio-1.30.0-cp27-cp27mu-linux_armv7l.whl (22.1 MB view details)

Uploaded CPython 2.7mu

grpcio-1.30.0-cp27-cp27m-win_amd64.whl (2.5 MB view details)

Uploaded CPython 2.7mWindows x86-64

grpcio-1.30.0-cp27-cp27m-win32.whl (2.6 MB view details)

Uploaded CPython 2.7mWindows x86

grpcio-1.30.0-cp27-cp27m-manylinux2010_x86_64.whl (3.0 MB view details)

Uploaded CPython 2.7mmanylinux: glibc 2.12+ x86-64

grpcio-1.30.0-cp27-cp27m-manylinux2010_i686.whl (3.3 MB view details)

Uploaded CPython 2.7mmanylinux: glibc 2.12+ i686

grpcio-1.30.0-cp27-cp27m-macosx_10_9_x86_64.whl (2.8 MB view details)

Uploaded CPython 2.7mmacOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: grpcio-1.30.0.tar.gz
  • Upload date:
  • Size: 19.7 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.7.7

File hashes

Hashes for grpcio-1.30.0.tar.gz
Algorithm Hash digest
SHA256 e8f2f5d16e0164c415f1b31a8d9a81f2e4645a43d1b261375d6bab7b0adf511f
MD5 59051f9b5579fb11edd7dc6f61b9149c
BLAKE2b-256 5e291bd649737e427a6bb850174293b4f2b72ab80dd49462142db9b81e1e5c7b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.30.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.7.7

File hashes

Hashes for grpcio-1.30.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 31e9891ac742e6866aec0cf67f1892618982cfbaf08bdcf3bb2e0f0828530c38
MD5 d7d6b456a27fd3bcfb9f796b745ad81b
BLAKE2b-256 69c4e965d2ea78ddd372a4e1cc10ffeb61c5fe04d25e60069ff9b0e4238f7d8a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.30.0-cp38-cp38-win32.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.7.7

File hashes

Hashes for grpcio-1.30.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 7f264d740906655a147448d57e4422723639d2d3f891734b8d5eb1675cb47192
MD5 9b176e75e3fd119ffeee8d769529cbec
BLAKE2b-256 2a85a1773369cd0d2dc7767809300f2ddf86baee836a0f336170bf6e0fdd3b6a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.30.0-cp38-cp38-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 3.0 MB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.7.7

File hashes

Hashes for grpcio-1.30.0-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 1f45ec5003101f16673436b150bac73c2355cd9ae78cb14f3707be01a39b5450
MD5 be0c8314d5dfb0651e1f17d626e9944a
BLAKE2b-256 2a7aa544b27a47d9b28601c3053dba0955c94d50bc1e3d3359a86c38a3dd9094

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.30.0-cp38-cp38-manylinux2010_i686.whl
  • Upload date:
  • Size: 3.4 MB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.7.7

File hashes

Hashes for grpcio-1.30.0-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 38ab75168a9024d393bf43343960da425736038d249920955f223bc762587697
MD5 c3325f34f54d4526e82ce4c3681fd7aa
BLAKE2b-256 43bb6cec7bf380eaeccc8ccea4a0af7b4650640856b86a871d7e368e899a9de8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.30.0-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 2.8 MB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.7.7

File hashes

Hashes for grpcio-1.30.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b022cedea66b7d6774bbd7d32d5a8a374947fb572da1a6915210b09a6f51cbdf
MD5 3e11cc7f561e68ffcfec084022f7604c
BLAKE2b-256 dba486d4f86bcd9be8736ef6ee4710cac3defa4c95e22f19a50f176be7d03d17

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.30.0-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.7.7

File hashes

Hashes for grpcio-1.30.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 2121afee4e3ebea7df1137bfb4dc396b1856aff4c517780108d9ce82f57bf2f8
MD5 0e3f3b111851109b080ea2469e4ced64
BLAKE2b-256 5942f5cf08715c6c14696de89c0e1f2c5bc7fe12a0c6a64838b3ad9ad56f1dc2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.30.0-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.7.7

File hashes

Hashes for grpcio-1.30.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 b0f7bfba0ae7a97b802348aba4e08b1e84988103cc1eb887241e7b069010058a
MD5 253f9165d570cef435c01966215f573c
BLAKE2b-256 fffb0532a5736476caa66c4ccdab05d5c70168613cf0d708be2b227afa9382b0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.30.0-cp37-cp37m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 3.0 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.7.7

File hashes

Hashes for grpcio-1.30.0-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 0c4e316e02fc227c6fba858707baee46f30d890754fc4acdf2cfec2ea0bf0aa1
MD5 507f9d9384f47e85a01686958582ef99
BLAKE2b-256 cf10ed3caaa9e4c1b8c275b866438e2047d34d5e64dacc75dd0b1daf28ae07af

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.30.0-cp37-cp37m-manylinux2010_i686.whl
  • Upload date:
  • Size: 3.3 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.7.7

File hashes

Hashes for grpcio-1.30.0-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 14743e8fdfdabbab1a2075ffafd25e0a8b1a864505e3cccdf19793766cdc4624
MD5 8c87ebdb1a10b361be03439156846a1c
BLAKE2b-256 db8979c88242129d2e2a37029b4bef604fa0db59002b582997c93c180a575297

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.30.0-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 2.8 MB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.7.7

File hashes

Hashes for grpcio-1.30.0-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c8ad75925e87ed68d5f7d5e3ec4b9f2ed209fae67c0abbcbd17481cc474421ba
MD5 b428033ea9b7849a3b27ab0afd688a23
BLAKE2b-256 93608a343ea6e2d8d4d7fb6701a80f27aef7ddadc8a2b26d151937f07c25f321

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.30.0-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.7.7

File hashes

Hashes for grpcio-1.30.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 08362b8b09562179b14db6ffce4b88e1a6a6edac8bccb85dd35f7b214fa5a0f5
MD5 c78e47f0cbd6c66a615ad85a00a21913
BLAKE2b-256 c70159e00ae6e690c22439c2594d1b3ef9d3bffcd2d4a1b6b1003f6040043777

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.30.0-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.7.7

File hashes

Hashes for grpcio-1.30.0-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 32fe6369143c262d096995ebdd55eeb77f0e1dbe8343a956462ef0607527c7bc
MD5 3157a6289d07ae874ff67221164aee1b
BLAKE2b-256 4c23ca5f9369f9b77c5fe0cbba4be2a7d9c0b9c17cd89341583b7cfc0f074a17

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.30.0-cp36-cp36m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 3.0 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.7.7

File hashes

Hashes for grpcio-1.30.0-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 8d3249566b2d8b97925fbb2ae6c5b63c5ebdb919828230eae06a25e9614e051b
MD5 66e6b7f5b60792d9e24e7bc093ce86b9
BLAKE2b-256 5a42262913f967217874ae66734b52077833e2153b7b3a55a45bf996c7ee4833

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.30.0-cp36-cp36m-manylinux2010_i686.whl
  • Upload date:
  • Size: 3.4 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.7.7

File hashes

Hashes for grpcio-1.30.0-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 795f351ef70a931f8f7be6a10a509714ec0a6e36c674a071abe5da8eb6b8bb35
MD5 1e11ef4de84e564cad5d48fb28e1f67f
BLAKE2b-256 8575a71e181f39bbecb74dbce9ea8d3c5063a2eee81736982b7c94596d3e10dc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.30.0-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 2.8 MB
  • Tags: CPython 3.6m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.7.7

File hashes

Hashes for grpcio-1.30.0-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ac97beab4a749c7faf6f267f7b149f6dff4f3ad64f6f6ac1d94d04019785d6a4
MD5 0e58146c58a75208528fa8906b387b7a
BLAKE2b-256 c720bbeff7c8895f27b781ce1624c21ef26b35507d1ef039c19f8d1c553fa42b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.30.0-cp36-cp36m-linux_armv7l.whl
  • Upload date:
  • Size: 22.4 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.7.7

File hashes

Hashes for grpcio-1.30.0-cp36-cp36m-linux_armv7l.whl
Algorithm Hash digest
SHA256 b934542dd61746651f7907d2d7878f62ef42fdb46935088fc6a1d8266a406ba5
MD5 5e80c1bab19fe5a95a88f7a05867fe1d
BLAKE2b-256 7bcfa44ea977ff46369cf08a204f80dcee09facadc14b2a5b4e568a13980bafc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.30.0-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.5m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.7.7

File hashes

Hashes for grpcio-1.30.0-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 afe1f9173b51945e66c72002995eb6d4217384aaaee53215ae85d8543251fec2
MD5 268b70f506027790d868c3cdae49e3e1
BLAKE2b-256 4852fe6db4f6a3e10ac685b8d5f5d4864c245cccd10cfabceaa8afab0ae8b68f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.30.0-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.5m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.7.7

File hashes

Hashes for grpcio-1.30.0-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 2522f1808fe41bd8807feb5330025378553745b727eacb07562319205d1fd405
MD5 5d4804d2d2e556b0e52ae2ffc587c769
BLAKE2b-256 a15afeb1a744325d3c5587cc02d3651a82a65cdeb88c01a1f9877cade4818010

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.30.0-cp35-cp35m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 3.0 MB
  • Tags: CPython 3.5m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.7.7

File hashes

Hashes for grpcio-1.30.0-cp35-cp35m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 09bea7902adc33620d68462671942e163ab12214073ffb613d2fef3df94254f6
MD5 80edac855b61c6c1230649cfa7b887c5
BLAKE2b-256 9a210d5079b6e4b4814ce58cb9bf321fda51400900c3f21d8151c6c75629179a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.30.0-cp35-cp35m-manylinux2010_i686.whl
  • Upload date:
  • Size: 3.3 MB
  • Tags: CPython 3.5m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.7.7

File hashes

Hashes for grpcio-1.30.0-cp35-cp35m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 b8e5194fb20f4365eacfc3c33d61662651e12e166978186faf378ee972eb0bab
MD5 e546dab8e00a22907f9421849df12a94
BLAKE2b-256 6dc1891aae51d7d40c03a32c23e9a490e97d8d6c26c40827c1da15d446bea505

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.30.0-cp35-cp35m-macosx_10_7_intel.whl
  • Upload date:
  • Size: 5.4 MB
  • Tags: CPython 3.5m, macOS 10.7+ Intel (x86-64, i386)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.7.7

File hashes

Hashes for grpcio-1.30.0-cp35-cp35m-macosx_10_7_intel.whl
Algorithm Hash digest
SHA256 74e8b6bd0f7ae64a7eecfe9bf10bc7a905d3b3eb2775cd3a9fdcdafd277469dd
MD5 71ecf6e0466ebc6162c35bc254a0b244
BLAKE2b-256 1e3643c9b158fa67d1dba0dde531fe114054d70b05b5e372500881d2a1a849f8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.30.0-cp35-cp35m-linux_armv7l.whl
  • Upload date:
  • Size: 22.3 MB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.7.7

File hashes

Hashes for grpcio-1.30.0-cp35-cp35m-linux_armv7l.whl
Algorithm Hash digest
SHA256 37da010e209289085d3362f371d9feefc152790859470f5e413d84a95a8d3998
MD5 356b80c30316301839d1adc58bbf8bc7
BLAKE2b-256 fb56a2fa4fd5dff5f637cf399e87f8c41212e6e6c338b3b86236196cec53cc03

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.30.0-cp27-cp27mu-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 3.0 MB
  • Tags: CPython 2.7mu, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.7.7

File hashes

Hashes for grpcio-1.30.0-cp27-cp27mu-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 474bb992355b4a3cb8d7cb783b2d81f628c16ea921cec54ff492420e11c896f5
MD5 a08fcec57e71c7cefc8dcbdfc9d6252a
BLAKE2b-256 ff184806528c864519f05bf7379bf402182d2ba411a53d8dbcef99d83f389e80

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.30.0-cp27-cp27mu-manylinux2010_i686.whl
  • Upload date:
  • Size: 3.3 MB
  • Tags: CPython 2.7mu, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.7.7

File hashes

Hashes for grpcio-1.30.0-cp27-cp27mu-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 9ae898c15d122a046f04ea99327e3e0bd10593eb413c4810b931103da6311a21
MD5 81954fd9d84ca1a148a02cf125bd9a73
BLAKE2b-256 b2aa2c36ba029c7bcf7ec3c7291cf73b5aeb2c4fb9b39196732fa1ecfaac6580

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.30.0-cp27-cp27mu-linux_armv7l.whl
  • Upload date:
  • Size: 22.1 MB
  • Tags: CPython 2.7mu
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.7.7

File hashes

Hashes for grpcio-1.30.0-cp27-cp27mu-linux_armv7l.whl
Algorithm Hash digest
SHA256 872d45a2e01f47db095bec032470a8c5c0a5ebd00fc930b5ae35c756b20d2cff
MD5 ce4d9b5e4c400ce6436d0abf6b65855b
BLAKE2b-256 6f9cf992b83ea500311f7b37a8d1c3eee19b6a57ad3650b5271cf0bf5d852016

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.30.0-cp27-cp27m-win_amd64.whl
  • Upload date:
  • Size: 2.5 MB
  • Tags: CPython 2.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.7.7

File hashes

Hashes for grpcio-1.30.0-cp27-cp27m-win_amd64.whl
Algorithm Hash digest
SHA256 7b47ec90cab0827679b511f7f9ef4fb0077cb5d7bb3d7b917154e718bb4d983b
MD5 8e3cdc9cd49ecd7c6652abaf0cf8f296
BLAKE2b-256 10f4198b24610680005a18e0068434979d6ab15a49b14a2f23ef94c36a8ddaba

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.30.0-cp27-cp27m-win32.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 2.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.7.7

File hashes

Hashes for grpcio-1.30.0-cp27-cp27m-win32.whl
Algorithm Hash digest
SHA256 0c334d6cbe27ebaa9e7211236dc99f3a9ca2ea4b3bf89b0d2544df2924343cc5
MD5 b90dccd7d04f624f0913d1c0caca1f9e
BLAKE2b-256 c5851c7b0fb9703c301a39054e30a73c62308ec2609ebf707d636f7313c3208d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.30.0-cp27-cp27m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 3.0 MB
  • Tags: CPython 2.7m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.7.7

File hashes

Hashes for grpcio-1.30.0-cp27-cp27m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 d18e7fb5c5c336cc349d06cde24582e0bfa5e067fdd6268bf1519c4eb4af0199
MD5 5a90243ce931e44eec018d0094dbfc51
BLAKE2b-256 adf160a7e27cc45a09f5013234b5c743eaf31aa6d7b5f28166fa0c8b371b2b54

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.30.0-cp27-cp27m-manylinux2010_i686.whl
  • Upload date:
  • Size: 3.3 MB
  • Tags: CPython 2.7m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.7.7

File hashes

Hashes for grpcio-1.30.0-cp27-cp27m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 3cb78f8078ae583810c2eb47e536b0803a039656685144db43897e8beca4e203
MD5 9e6be5deb053315b63560d21d10c4fa8
BLAKE2b-256 9a27bf305b4878fcea7eb5ccdd54a3e68342295bfde843069914d1250a17ae6d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.30.0-cp27-cp27m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 2.8 MB
  • Tags: CPython 2.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.7.7

File hashes

Hashes for grpcio-1.30.0-cp27-cp27m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d5eee9d205518ee4feb9c424475ddad18a44fea97ff405780e7cd1d6df8ee96a
MD5 384d056948bebb84137e87b0fd78da20
BLAKE2b-256 a2d23772038c736481bee9d53a822e1c51f02fe14bba3ac3ac545d21118a3380

See more details on using hashes here.

Supported by

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