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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

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

Uploaded CPython 3.7m

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

Uploaded CPython 3.7m

grpcio-1.24.1-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.1-cp36-cp36m-win_amd64.whl (1.8 MB view details)

Uploaded CPython 3.6m Windows x86-64

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

Uploaded CPython 3.6m Windows x86

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

Uploaded CPython 3.6m

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

Uploaded CPython 3.6m

grpcio-1.24.1-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.1-cp36-cp36m-linux_armv7l.whl (12.7 MB view details)

Uploaded CPython 3.6m

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

Uploaded CPython 3.5m Windows x86-64

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

Uploaded CPython 3.5m Windows x86

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

Uploaded CPython 3.5m

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

Uploaded CPython 3.5m

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

Uploaded CPython 3.5m macOS 10.7+ intel

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

Uploaded CPython 3.5m

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

Uploaded CPython 3.4m Windows x86-64

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

Uploaded CPython 3.4m Windows x86

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

Uploaded CPython 3.4m

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

Uploaded CPython 3.4m

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

Uploaded CPython 3.4m macOS 10.7+ intel

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

Uploaded CPython 3.4m

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

Uploaded CPython 2.7mu

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

Uploaded CPython 2.7mu

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

Uploaded CPython 2.7mu

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

Uploaded CPython 2.7m Windows x86-64

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

Uploaded CPython 2.7m Windows x86

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

Uploaded CPython 2.7m

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

Uploaded CPython 2.7m

grpcio-1.24.1-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.1.tar.gz.

File metadata

  • Download URL: grpcio-1.24.1.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.1.tar.gz
Algorithm Hash digest
SHA256 b819c4c7dcf0de76788ce5f95daad6d4e753d6da2b6a5f84e5bb5b5ce95fddc4
MD5 95ed6a2e4721bd497e79f1208baf1d79
BLAKE2b-256 0c7b97fce81c5f9bbe989c2f11e9d179b953f56c765af9427005e7d2f58277aa

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.24.1-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.1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 73240e244d7644654bbda1f309f4911748b6a1804b7a8897ddbe8a04c90f7407
MD5 2dc852f889eebe1f90c3df044f5cc950
BLAKE2b-256 4ce579974f0288e36be3205e71f91e0dbe2a5746ccaa84780c65c4d75fa4b269

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.24.1-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.1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 6ff57fb2f07b7226b5bec89e8e921ea9bd220f35f11e094f2ba38f09eecd49c6
MD5 258b7a2bb4d48feafc03fbad5deda1a9
BLAKE2b-256 345013605bf9841640f3136c4606ade720361942fe3c059bdde7f36361fcc0d0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.24.1-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.1-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 96673bb4f14bd3263613526d1e7e33fdb38a9130e3ce87bf52314965706e1900
MD5 57745bbe94df251d46aae94145e9cf6b
BLAKE2b-256 682d2fe51d8382994cc0d4f9734367e8c159808ef2c367c6672722a509c9d5b2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.24.1-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.1-cp37-cp37m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 11872069156de34c6f3f9a1deb46cc88bc35dfde88262c4c73eb22b39b16fc55
MD5 69d1ff366ad8edf091d6909b5a946bb8
BLAKE2b-256 e6a615e20c4a8fcbad0939710ec27c5a5d37df13ec15ce0e6fdae47974a413f4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.24.1-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.1-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 785234bbc469bc75e26c868789a2080ffb30bd6e93930167797729889ad06b0b
MD5 95174378442fac1cf15d7a1b95385f66
BLAKE2b-256 7507f1d41d10519ca165b0e078949078f20beb57e7e46dc0f1d56b73bb01270a

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.24.1-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 0cf80a7955760c2498f8821880242bb657d70998065ff0d2a082de5ffce230a7
MD5 511f98a38d7858cc9adf0f87903d76e9
BLAKE2b-256 4b7535bb3a14f671c34ecda9d621b5f363b02011baf67c4c0c6ce6b9e9aa4ddc

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.24.1-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 6e7027bcd4070414751e2a5e60706facb98a1fc636497c9bac5442fe37b8ae6b
MD5 320c6640edcc98b53243652f8ea479ce
BLAKE2b-256 b5893e94509f8a2b82d6b9af6ca27d24fc4b05933508890f99652466fdccdbc7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.24.1-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.1-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 e983273dca91cb8a5043bc88322eb48e2b8d4e4998ff441a1ee79ced89db3909
MD5 1d8f0582efb0bff7637dc5fc6c441b08
BLAKE2b-256 e8cbebf7b54c5d4ad521d88ee7826dfa0fc3ac84502361ad7e5cb739ea5057a4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.24.1-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.1-cp36-cp36m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 53115960e37059420e2d16a4b04b00dd2ab3b6c3c67babd01ffbfdcd7881a69b
MD5 3cbb3888bf1b241e8f08508d983866bc
BLAKE2b-256 7bef4eaf54189396b328273a5e4791ccaae9fea419ba701df85c2158154ef65e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.24.1-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.1-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 82f9d3c7f91d2d1885631335c003c5d45ae1cd69cc0bc4893f21fef50b8151bc
MD5 cc7b535a7a71c98e960df668ae1bf86c
BLAKE2b-256 a3af3fcb38e93c9a9defd77cd3a6a7e9a5642b93ae32493d49b040ae656f322e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.24.1-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.1-cp36-cp36m-linux_armv7l.whl
Algorithm Hash digest
SHA256 0c83947575300499adbc308e986d754e7f629be0bdd9bea1ffdd5cf76e1f1eff
MD5 af1471ca2340eea614059a357c79ba84
BLAKE2b-256 b05eb9166dec93e941f20d62cce1c0f443efe8aa3dd219bb0d395dffc240f6af

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.24.1-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 0302331e014fc4bac028b6ad480b33f7abfe20b9bdcca7be417124dda8f22115
MD5 16ab0aba084afe08fea3f3addc800598
BLAKE2b-256 d447a57c251c063ff3ad06bd1b5d20ca71eeebd61d102974dbdcc071a01966e4

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.24.1-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 c17943fd340cbd906db49f3f03c7545e5a66b617e8348b2c7a0d2c759d216af1
MD5 c8974b3cd7145fe28d133ef86170a22b
BLAKE2b-256 e13e8b1330e0e049efce846966abc3e2ac6ef8c901b90a400d6e685d7e4569a3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.24.1-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.1-cp35-cp35m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 4332cbd20544fe7406910137590f38b5b3a1f6170258e038652cf478c639430f
MD5 35d1e0e529109e61e6fae2b9a92ffe3b
BLAKE2b-256 6a5ac17f0c15cf823acaa57a363d9d93ce3130856aa9f11be141593a4d2853ce

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.24.1-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.1-cp35-cp35m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 d4d500a7221116de9767229ff5dd10db91f789448d85befb0adf5a37b0cd83b5
MD5 fba02e869cbe5fcb45bd0b22998ff68d
BLAKE2b-256 837f24e001e41d9f872181cfada66155cc594f32ca320d7d6f7aec59997b64a6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.24.1-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.1-cp35-cp35m-macosx_10_7_intel.whl
Algorithm Hash digest
SHA256 16065227faae0ab0abf1789bfb92a2cd2ab5da87630663f93f8178026da40e0d
MD5 95badf43bc6878acde183b1253823467
BLAKE2b-256 d0a9107e248b4cf8f13d244406e4fbe56cb91424a58b1d39613d22b2753cde81

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.24.1-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.1-cp35-cp35m-linux_armv7l.whl
Algorithm Hash digest
SHA256 95e925b56676a55e6282b3de80a1cbad5774072159779c61eac02791dface049
MD5 3006cc78b2ddb6a989608fe9ede90f2c
BLAKE2b-256 14ea227e7055604ec319544def1b83a8506f084fc2e985b1ac4b84e04bf2c78e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.24.1-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.1-cp34-cp34m-win_amd64.whl
Algorithm Hash digest
SHA256 d21247150dea86dabd3b628d8bc4b563036db3d332b3f4db3c5b1b0b122cb4f6
MD5 533ca350693c2bbf838f23e8e9f9cbae
BLAKE2b-256 d3765bee36fc6ac8ade7cee819405e73b284e80cfa8eacbd0f4563f3430db2aa

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.24.1-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.1-cp34-cp34m-win32.whl
Algorithm Hash digest
SHA256 e2a942a3cfccbbca21a90c144867112698ef36486345c285da9e98c466f22b22
MD5 40b52bc9f083a831a035ea3248d7cf6d
BLAKE2b-256 983302ca9e8ba610ada69ec494e393dd0c312b81289793da4e6228a305107f5b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.24.1-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.1-cp34-cp34m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 44068ecbdc6467c2bff4d8198816c8a2701b6dd1ec16078fceb6adc7c1f577d6
MD5 758ac74ec21a98a2c48516482f0b3330
BLAKE2b-256 b1a91aaec4c7422cba2d4f92fef4e9e3e5afc5704191b99ae40df6faeaa5af0c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.24.1-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.1-cp34-cp34m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 0ca26ff968d45efd4ef73447c4d4b34322ea8c7d06fbb6907ce9e5db78f1bbcb
MD5 81768f32b6c9ee0655fec8fb6e83d720
BLAKE2b-256 707cee46fb882fa4e2dfaa60c669618625a7c9a1cf5aba92bf8f91d9870ab63f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.24.1-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.1-cp34-cp34m-macosx_10_7_intel.whl
Algorithm Hash digest
SHA256 ace5e8bf11a1571f855f5dab38a9bd34109b6c9bc2864abf24a597598c7e3695
MD5 aaa2ead4d4ee7174f1f77a77ddb74872
BLAKE2b-256 ac0c892be46107ab1997b067cd136b19807280adf2c9f0ca81976f0ee2ebdc7f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.24.1-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.1-cp34-cp34m-linux_armv7l.whl
Algorithm Hash digest
SHA256 0d40706e57d9833fe0e023a08b468f33940e8909affa12547874216d36bba208
MD5 f57caf7cefa80f35c7feb48f0846129c
BLAKE2b-256 3a3bc32faa16806bea5e6e176e4ddea8f2948708a58130ac8e32d4c477dc2c61

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.24.1-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.1-cp27-cp27mu-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 970014205e76920484679035b6fb4b16e02fc977e5aac4d22025da849c79dab9
MD5 eff4297318dd90d19e74dd2d77d09110
BLAKE2b-256 f99d8ff1b609e32d2f99b3085ca73f4b25615fda68481314dd371e2dde713ff8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.24.1-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.1-cp27-cp27mu-manylinux1_i686.whl
Algorithm Hash digest
SHA256 86bdc2a965510658407a1372eb61f0c92f763fdfb2795e4d038944da4320c950
MD5 4bba9c9e94127f6b3dcad84184cf53fe
BLAKE2b-256 2c9c1593b68fd195e8c08e1953cba7f7dcdf27aa4d51466fb54420b13aa0673e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.24.1-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.1-cp27-cp27mu-linux_armv7l.whl
Algorithm Hash digest
SHA256 3701dfca3ada27ceef0d17f728ce9dfef155ed20c57979c2b05083082258c6c1
MD5 ad184cb3c80a64dcf7ab6c808535acf4
BLAKE2b-256 d33cab1247839f23b2e981f56e48fcc187ea43108ab2a0962cc0c78757f19dfa

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.24.1-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.1-cp27-cp27m-win_amd64.whl
Algorithm Hash digest
SHA256 1e33778277685f6fabb22539136269c87c029e39b6321ef1a639b756a1c0a408
MD5 a83ca628db895db92a6d0516e030c0d5
BLAKE2b-256 1c542b691beb4caac04579a408690714a13a31422d59f7eaf1b183a87ec3a384

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.24.1-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.1-cp27-cp27m-win32.whl
Algorithm Hash digest
SHA256 ad375f03eb3b9cb75a24d91eab8609e134d34605f199efc41e20dd642bdac855
MD5 c25aea016fddb3b27e105ae302d7910a
BLAKE2b-256 3a600595c8ed174f2ebbc4bd30db58076a3d0e9c2755eb64db13bffe204fbdee

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.24.1-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.1-cp27-cp27m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 41912ecaf482abf2de74c69f509878f99223f5dd6b2de1a09c955afd4de3cf9b
MD5 750f62c1f3549f78ecd58e2ba36448c2
BLAKE2b-256 91f2d85e0c583d19e0bcc6ea7bb20a60b0cc134d1ea8de7e943ff7487fec0204

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.24.1-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.1-cp27-cp27m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 2b16be15b1ae656bc7a36642b8c7045be2dde2048bb4b67478003e9d9db8022a
MD5 adc372fb97375e6aef95d5dbf587297d
BLAKE2b-256 c04b5f8f16f186b17506d5b242323720931328da7fcfd9cbaa854c2ef53130ab

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.24.1-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.1-cp27-cp27m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0aa0cce9c5eb1261b32173a20ed42b51308d55ce28ecc2021e868b3cb90d9503
MD5 1321cadf3f7e079b98922878f1c04b8f
BLAKE2b-256 6b012ab7ade0c3dda8380a03aaa8d4de4daf19ee325b2be0f880e6d51311e771

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