Skip to main content

HTTP/2-based RPC framework

Project description

compat_check_pypi

Package for gRPC Python.

Supported Python Versions

Python >= 3.5

Deprecated Python Versions

Python == 2.7. Python 2.7 support will be removed on January 1, 2020.

Installation

gRPC Python is available for Linux, macOS, and Windows.

Installing From PyPI

If you are installing locally…

$ pip install grpcio

Else system wide (on Ubuntu)…

$ sudo pip install grpcio

If you’re on Windows make sure that you installed the pip.exe component when you installed Python (if not go back and install it!) then invoke:

$ pip.exe install grpcio

Windows users may need to invoke pip.exe from a command line ran as administrator.

n.b. On Windows and on Mac OS X one must have a recent release of pip to retrieve the proper wheel from PyPI. Be sure to upgrade to the latest version!

Installing From Source

Building from source requires that you have the Python headers (usually a package named python-dev).

$ export REPO_ROOT=grpc  # REPO_ROOT can be any directory of your choice
$ git clone -b $(curl -L https://grpc.io/release) https://github.com/grpc/grpc $REPO_ROOT
$ cd $REPO_ROOT
$ git submodule update --init

# For the next two commands do `sudo pip install` if you get permission-denied errors
$ pip install -rrequirements.txt
$ GRPC_PYTHON_BUILD_WITH_CYTHON=1 pip install .

You cannot currently install Python from source on Windows. Things might work out for you in MSYS2 (follow the Linux instructions), but it isn’t officially supported at the moment.

Troubleshooting

Help, I …

  • … see a pkg_resources.VersionConflict when I try to install grpc

    This is likely because pip doesn’t own the offending dependency, which in turn is likely because your operating system’s package manager owns it. You’ll need to force the installation of the dependency:

    pip install --ignore-installed $OFFENDING_DEPENDENCY

    For example, if you get an error like the following:

    Traceback (most recent call last):
    File "<string>", line 17, in <module>
     ...
    File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 509, in find
      raise VersionConflict(dist, req)
    pkg_resources.VersionConflict: (six 1.8.0 (/usr/lib/python2.7/dist-packages), Requirement.parse('six>=1.10'))

    You can fix it by doing:

    sudo pip install --ignore-installed six
  • … see the following error on some platforms

    /tmp/pip-build-U8pSsr/cython/Cython/Plex/Scanners.c:4:20: fatal error: Python.h: No such file or directory
    #include "Python.h"
                    ^
    compilation terminated.

    You can fix it by installing python-dev package. i.e

    sudo apt-get install python-dev

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

grpcio-1.24.0.tar.gz (14.1 MB view details)

Uploaded Source

Built Distributions

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

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

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

Uploaded CPython 3.7m

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

Uploaded CPython 3.7m

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

Uploaded CPython 3.7m macOS 10.9+ x86-64

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

Uploaded CPython 3.6m Windows x86-64

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

Uploaded CPython 3.6m Windows x86

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

Uploaded CPython 3.6m

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

Uploaded CPython 3.6m

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

Uploaded CPython 3.6m macOS 10.9+ x86-64

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

Uploaded CPython 3.6m

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

Uploaded CPython 3.5m Windows x86-64

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

Uploaded CPython 3.5m Windows x86

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

Uploaded CPython 3.5m

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

Uploaded CPython 3.5m

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

Uploaded CPython 3.5m macOS 10.7+ intel

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

Uploaded CPython 3.5m

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

Uploaded CPython 3.4m Windows x86-64

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

Uploaded CPython 3.4m Windows x86

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

Uploaded CPython 3.4m

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

Uploaded CPython 3.4m

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

Uploaded CPython 3.4m macOS 10.7+ intel

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

Uploaded CPython 3.4m

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

Uploaded CPython 2.7mu

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

Uploaded CPython 2.7mu

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

Uploaded CPython 2.7mu

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

Uploaded CPython 2.7m Windows x86-64

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

Uploaded CPython 2.7m Windows x86

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

Uploaded CPython 2.7m

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

Uploaded CPython 2.7m

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

Uploaded CPython 2.7m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: grpcio-1.24.0.tar.gz
  • Upload date:
  • Size: 14.1 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/2.7.16

File hashes

Hashes for grpcio-1.24.0.tar.gz
Algorithm Hash digest
SHA256 bb345f7e98b38a2c1ef33ff1145687234f78dfeedf308b41b3e41f4b42eba099
MD5 406a82e9e26e122e4bd0fe54bec977db
BLAKE2b-256 5d4426b8e581a12837cc44a82fcdef6edcaa8b220d4f6ded1e3267f9ce126f48

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.24.0-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/2.7.16

File hashes

Hashes for grpcio-1.24.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 fb641df6de8c4a55c784c24d334d53096954d9b30679d3ce5eb6a4d25c1020a3
MD5 765a3e89992d1797dd50903e78bca8f7
BLAKE2b-256 9a2818db422098a56a01bb753611a718b148963393f22efe9089711fb93440a3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.24.0-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/2.7.16

File hashes

Hashes for grpcio-1.24.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 fb88bd791c8efbcb36de12f0aa519ceec0b7806d3decff16e412e097d4725d44
MD5 5da9ccc46936b1f830305d7bbdf4b041
BLAKE2b-256 1b5fd41371388db3a62044086029471a9964e95649a9c204c0211c96e43dab1f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.24.0-cp37-cp37m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/2.7.16

File hashes

Hashes for grpcio-1.24.0-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 aaa1feb0fdd094af6db0a16cbd446ed94285a50e320aede5971152d9ea022df8
MD5 f6eabd1b6b4745e6dc11b836056cc61d
BLAKE2b-256 9eefafc61af08d3c5e58a1ebcc3bb15b9537c515805ebbf0fe80e8ba9f9db38d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.24.0-cp37-cp37m-manylinux1_i686.whl
  • Upload date:
  • Size: 2.2 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/2.7.16

File hashes

Hashes for grpcio-1.24.0-cp37-cp37m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 8d4f1ee2a67cf8f792d4fc9b8c7bb2148174e838d935f175653aec234752828b
MD5 b04444adb1fdad932283565742a19f35
BLAKE2b-256 651fc5b2138c669e92a3f794906998da1a95d10fd5549a9509c758c6084ef13b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.24.0-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 2.1 MB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/2.7.16

File hashes

Hashes for grpcio-1.24.0-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9cf93e185507bfdaa7ed45a90049bd3f1ed3f6357ad3772b31e993ff723cf67d
MD5 1ed7b7d6e6255a2a3dea9d453acc1093
BLAKE2b-256 08d13ab21fe6a03828bc61148a3c4ff461ff2a034af9efc7989150a2abe54cba

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.24.0-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/2.7.16

File hashes

Hashes for grpcio-1.24.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 164f82a99e08797ea786283b66b45ebe76772d321577d1674ba6fe0200155892
MD5 3b4400b82a7004eaccafbb20b60831aa
BLAKE2b-256 932f9afd27bcdff0d6a4f7ed220681abbd725d7be4bf43f03bb7cccb0aac4ea2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.24.0-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/2.7.16

File hashes

Hashes for grpcio-1.24.0-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 424c01189ef51a808669f020368b01204e0f1fa0bf2adab7c8d0d13166f92e9e
MD5 9a0459625683a96959b515332faebfdd
BLAKE2b-256 425655d9def4582ea7e3e2c813ae9db8716488ed82a0ad1d186cd87c76698c86

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.24.0-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 ec986cbf8837a49f9612cc1cfc2a8ccb54875cfce5355a121279de35124ea1db
MD5 adf8421f67e5bf4384ad85f52493b669
BLAKE2b-256 a1954a5b112616e2f1261759eabaaec06791f0b685d72b9516009742fd93d0df

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.24.0-cp36-cp36m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 431c099f20a1f1d97def98f87bb74fa752e8819c2bab23d79089353aed1acc9b
MD5 091f7d0fc01a09595eff5c27f0d8f4e0
BLAKE2b-256 0a12054052f5f22bf9637584a9642e934ad701ae148aaddef9450443b35d2c62

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.24.0-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 2.1 MB
  • Tags: CPython 3.6m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/2.7.16

File hashes

Hashes for grpcio-1.24.0-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 37dd8684fbc2bc00766ae6784bcbd7f874bc96527636a341411db811d04ff650
MD5 ce5efcc0199b1e0d77810a045ddeed75
BLAKE2b-256 31a7dabb1f596eed285565516fb2e074b947cc7abec9a47d3e4bbf9fc7b3e6ca

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.24.0-cp36-cp36m-linux_armv7l.whl
Algorithm Hash digest
SHA256 172dfba8d9621048c2cbc1d1cf7a02244e9a9a8cff5bb79bb30bcb0c13c7fd31
MD5 5d49946c0f31b7c5fa5f3112469c05df
BLAKE2b-256 404683c29cfd152c8e852100508cf262cc6241a085a67f651baff9058585d2b4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.24.0-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.5m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/2.7.16

File hashes

Hashes for grpcio-1.24.0-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 b36bf4408f8400ee9ab13ff129e71f2e4c72ce2d8886b744aeab77ce50a55cf6
MD5 cc45f1d6e0b811d172c454dc71adae50
BLAKE2b-256 f512cff338d783738aa655cc95d9985b4101b00e2c0d29e7072c66e39afb149b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.24.0-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.5m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/2.7.16

File hashes

Hashes for grpcio-1.24.0-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 31cc9b6f70bdd0d9ff53df2d563ea1fb278601d5c625932d8a82d03b08ff3de0
MD5 1be405e3d935e1ae5202fc2d7a797977
BLAKE2b-256 970ca083ef6eefab192db751c7b5445b372054774ea80b0ae1416c6ca7d655a4

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.24.0-cp35-cp35m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 59b8d738867b59c5daaff5df242b5f3f9c58b47862f603c6ee530964b897b69b
MD5 9a70a7ae9c77f2d0363bb1c0cad62838
BLAKE2b-256 42694acc9bdf349db7258867b8af96112661fbce65034de1326d65ad14c96e50

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.24.0-cp35-cp35m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 97ab9e35b47bda0441332204960f95c1169c55ec8e989381bedd32bdb9f78b05
MD5 52e97ff7cb20f082964b6f880e6ae4ab
BLAKE2b-256 0a364d8914178740fcb9fb2352cc2f89665b741a5af3f23f02f294a8f6cb36d1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.24.0-cp35-cp35m-macosx_10_7_intel.whl
  • Upload date:
  • Size: 3.9 MB
  • Tags: CPython 3.5m, macOS 10.7+ intel
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/2.7.16

File hashes

Hashes for grpcio-1.24.0-cp35-cp35m-macosx_10_7_intel.whl
Algorithm Hash digest
SHA256 26b33f488a955bf49262d2ce3423d3a8174108506d8f819e8150aca21bdd3b99
MD5 a8cdeaf8e2cc6a358bbbc54efb74331d
BLAKE2b-256 10cfef55890a30b06f7dd7a32fc82b83b46ac7ec00a915b400c81e3222f28f8f

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.24.0-cp35-cp35m-linux_armv7l.whl
Algorithm Hash digest
SHA256 ea444fa1c1ec4f8d2ce965bb01e06148ef9ceb398fb2f627511d50f137eac35b
MD5 22861d1c82ad59fa77dfb520f2a3d057
BLAKE2b-256 89ee76a071bde4c7eb97bb8b8bb339741d127f893968cf1d0a4502d1d8059c71

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.24.0-cp34-cp34m-win_amd64.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.4m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/2.7.16

File hashes

Hashes for grpcio-1.24.0-cp34-cp34m-win_amd64.whl
Algorithm Hash digest
SHA256 ffa1be3d566a9cbd21a5f2d95fd9262ec6c337c499291bfeb51547b8de18942e
MD5 685f59e7713baa490d1658d5176d6f7f
BLAKE2b-256 38dfa3e40b281422b57cee79f86946722b8b3010960a6e3b258152581a52e9af

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.24.0-cp34-cp34m-win32.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.4m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/2.7.16

File hashes

Hashes for grpcio-1.24.0-cp34-cp34m-win32.whl
Algorithm Hash digest
SHA256 c4a233a00cc5b64543e97733902151bc6738396931b3c166aad03a3aaadbd479
MD5 40ff89d62060987e5d7374bcd7e4c80a
BLAKE2b-256 01dc26752f34007b2e32f60ea23e787b4369d12f12b92757c2c7b6e94cc8edd8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.24.0-cp34-cp34m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 2.2 MB
  • Tags: CPython 3.4m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/2.7.16

File hashes

Hashes for grpcio-1.24.0-cp34-cp34m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 e80a15b48a66f35c7c33db2a7df4034a533b362269d0e60e0036e23f14bac7b5
MD5 56e8a431a60066e1f7ab0167b7623b3f
BLAKE2b-256 0dfd99fe7ad57732b072f5ddd6cd14868b0e6adb5a7df80febc3580fe502ba62

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.24.0-cp34-cp34m-manylinux1_i686.whl
  • Upload date:
  • Size: 2.2 MB
  • Tags: CPython 3.4m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/2.7.16

File hashes

Hashes for grpcio-1.24.0-cp34-cp34m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 4c2f1d0b27bcef301e5d5c1da05ffd7d174f807f61889c006b8e708b16bc978e
MD5 5deaa48937572badf2d5026d0ec98bba
BLAKE2b-256 988ae9a762d33d44e51675992f5bfebae4e4806a0bc52d431e389f29966b7eb3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.24.0-cp34-cp34m-macosx_10_7_intel.whl
  • Upload date:
  • Size: 3.9 MB
  • Tags: CPython 3.4m, macOS 10.7+ intel
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/2.7.16

File hashes

Hashes for grpcio-1.24.0-cp34-cp34m-macosx_10_7_intel.whl
Algorithm Hash digest
SHA256 2283b56bda49b068b0f08d006fffc7dd46eae72322f1a5dec87fc9c218f1dc2d
MD5 2e6dd17cae22ff512ada838b8c969fd3
BLAKE2b-256 ad5f9df4ee94cf8a5bc957600849ed4d85044f3701ad20a559b5e18721448bc5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.24.0-cp34-cp34m-linux_armv7l.whl
  • Upload date:
  • Size: 12.7 MB
  • Tags: CPython 3.4m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/2.7.16

File hashes

Hashes for grpcio-1.24.0-cp34-cp34m-linux_armv7l.whl
Algorithm Hash digest
SHA256 a5a81472c0ca6181492b9291c316ff60c6c94dd3f21c1e8c481f21923d899af0
MD5 e3b9ed156c0819a864492693249c82e5
BLAKE2b-256 43573974f734f4f887d13301f9ac3f5f2ddc35cbf6b7f08db94fb23438703e87

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.24.0-cp27-cp27mu-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 18f4b536d8a9cfa15b3214e0bb628071def94160699e91798f0a954c3b2db88d
MD5 769560c6eb925569775b0891aa66377d
BLAKE2b-256 6aba1e64893bb32e828af29c6fb72048ba1388799e4b729d5d0e5fe80d7904f6

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.24.0-cp27-cp27mu-manylinux1_i686.whl
Algorithm Hash digest
SHA256 c13ae15695e0eb4ba2db920d6a197171d2398c675afa4f27460b6381d20a6884
MD5 f0054dec771d85ac55f6f9dde541999d
BLAKE2b-256 7b4a2a6ac3e2637eb96c1bcea10e68726c2b8582771e01cf7fbb1aae7c390e53

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.24.0-cp27-cp27mu-linux_armv7l.whl
Algorithm Hash digest
SHA256 0337debec20fe385bcd49048d6917270efbc17a5119857466559b4db91f8995b
MD5 30487a04054e2b7ce2b6308f55e6f248
BLAKE2b-256 2b91ce58f61fadc8117740bf5cce141b422af99d8adeca0540ffe4ba41993818

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.24.0-cp27-cp27m-win_amd64.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 2.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/2.7.16

File hashes

Hashes for grpcio-1.24.0-cp27-cp27m-win_amd64.whl
Algorithm Hash digest
SHA256 cebfba6542855403b29e4bc95bbcd5ab444f21137b440f2fb7c7925ca0e55bfd
MD5 cbc1b1aa562d7005bdfe5036c0cedf54
BLAKE2b-256 2b564f46110407db10bacd51005b45b1a8da565185745523bb538d027de14079

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.24.0-cp27-cp27m-win32.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 2.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/2.7.16

File hashes

Hashes for grpcio-1.24.0-cp27-cp27m-win32.whl
Algorithm Hash digest
SHA256 c772edd094fe3e54d6d54fdecb90c51cb8d07b55e9c1cda2d33e9615e33d07e8
MD5 3a6df65d211614277a63dea37cfb02c8
BLAKE2b-256 edbf86b867c4b5e468da3f8a6386ffed60bf98aeaa1441460f92d09cab062e20

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.24.0-cp27-cp27m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 2.2 MB
  • Tags: CPython 2.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/2.7.16

File hashes

Hashes for grpcio-1.24.0-cp27-cp27m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 d7490e013c4bad3e8db804fc6483b47125dc8df0ebcfd6e419bd25df35025301
MD5 4b88f45e5ab2a980b74516de4d740220
BLAKE2b-256 f633c29b2dd67bec4abd15a701ee61b32b2b92627612a7d53198d46ead979413

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.24.0-cp27-cp27m-manylinux1_i686.whl
  • Upload date:
  • Size: 2.2 MB
  • Tags: CPython 2.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/2.7.16

File hashes

Hashes for grpcio-1.24.0-cp27-cp27m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 dfb6063619f297cbd22c67530d7465d98348b35d0424bbc1756b36c5ef9f99d4
MD5 549f6d4987df86da047eac2cd9e00792
BLAKE2b-256 a1d56d434810c23816514459b9790b1e83bf576193521407e58566c36f215af7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.24.0-cp27-cp27m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 2.1 MB
  • Tags: CPython 2.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/2.7.16

File hashes

Hashes for grpcio-1.24.0-cp27-cp27m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c521c5f8a95baabba69c68dd0f5e34f37c8adf1a9691f9884dba3eab4ebadc29
MD5 5264f87fabac05d14b3b7920db186083
BLAKE2b-256 d023010a76771da08d046ae79eb5394c14e29dec4d727b34ff6ad05ef6bd7615

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