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

Uploaded Source

Built Distributions

grpcio-1.33.1-cp39-cp39-manylinux2014_x86_64.whl (3.8 MB view details)

Uploaded CPython 3.9

grpcio-1.33.1-cp39-cp39-manylinux2014_i686.whl (3.9 MB view details)

Uploaded CPython 3.9

grpcio-1.33.1-cp39-cp39-manylinux2010_x86_64.whl (3.7 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

grpcio-1.33.1-cp39-cp39-manylinux2010_i686.whl (3.7 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686

grpcio-1.33.1-cp39-cp39-macosx_10_9_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

grpcio-1.33.1-cp38-cp38-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.8 Windows x86-64

grpcio-1.33.1-cp38-cp38-win32.whl (2.2 MB view details)

Uploaded CPython 3.8 Windows x86

grpcio-1.33.1-cp38-cp38-manylinux2014_x86_64.whl (3.8 MB view details)

Uploaded CPython 3.8

grpcio-1.33.1-cp38-cp38-manylinux2014_i686.whl (3.9 MB view details)

Uploaded CPython 3.8

grpcio-1.33.1-cp38-cp38-manylinux2010_x86_64.whl (3.7 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

grpcio-1.33.1-cp38-cp38-manylinux2010_i686.whl (3.7 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

grpcio-1.33.1-cp38-cp38-macosx_10_9_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

grpcio-1.33.1-cp37-cp37m-win_amd64.whl (2.5 MB view details)

Uploaded CPython 3.7m Windows x86-64

grpcio-1.33.1-cp37-cp37m-win32.whl (2.1 MB view details)

Uploaded CPython 3.7m Windows x86

grpcio-1.33.1-cp37-cp37m-manylinux2014_x86_64.whl (3.8 MB view details)

Uploaded CPython 3.7m

grpcio-1.33.1-cp37-cp37m-manylinux2014_i686.whl (3.9 MB view details)

Uploaded CPython 3.7m

grpcio-1.33.1-cp37-cp37m-manylinux2010_x86_64.whl (3.7 MB view details)

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

grpcio-1.33.1-cp37-cp37m-manylinux2010_i686.whl (3.7 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

grpcio-1.33.1-cp37-cp37m-macosx_10_9_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

grpcio-1.33.1-cp36-cp36m-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.6m Windows x86-64

grpcio-1.33.1-cp36-cp36m-win32.whl (2.2 MB view details)

Uploaded CPython 3.6m Windows x86

grpcio-1.33.1-cp36-cp36m-manylinux2014_x86_64.whl (3.8 MB view details)

Uploaded CPython 3.6m

grpcio-1.33.1-cp36-cp36m-manylinux2014_i686.whl (3.9 MB view details)

Uploaded CPython 3.6m

grpcio-1.33.1-cp36-cp36m-manylinux2010_x86_64.whl (3.7 MB view details)

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

grpcio-1.33.1-cp36-cp36m-manylinux2010_i686.whl (3.7 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

grpcio-1.33.1-cp36-cp36m-macosx_10_9_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

grpcio-1.33.1-cp36-cp36m-linux_armv7l.whl (28.9 MB view details)

Uploaded CPython 3.6m

grpcio-1.33.1-cp35-cp35m-win_amd64.whl (2.6 MB view details)

Uploaded CPython 3.5m Windows x86-64

grpcio-1.33.1-cp35-cp35m-win32.whl (2.2 MB view details)

Uploaded CPython 3.5m Windows x86

grpcio-1.33.1-cp35-cp35m-manylinux2014_x86_64.whl (3.8 MB view details)

Uploaded CPython 3.5m

grpcio-1.33.1-cp35-cp35m-manylinux2014_i686.whl (3.8 MB view details)

Uploaded CPython 3.5m

grpcio-1.33.1-cp35-cp35m-manylinux2010_x86_64.whl (3.7 MB view details)

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

grpcio-1.33.1-cp35-cp35m-manylinux2010_i686.whl (3.7 MB view details)

Uploaded CPython 3.5m manylinux: glibc 2.12+ i686

grpcio-1.33.1-cp35-cp35m-macosx_10_7_intel.whl (6.1 MB view details)

Uploaded CPython 3.5m macOS 10.7+ intel

grpcio-1.33.1-cp35-cp35m-linux_armv7l.whl (28.8 MB view details)

Uploaded CPython 3.5m

grpcio-1.33.1-cp27-cp27mu-manylinux2010_x86_64.whl (3.7 MB view details)

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

grpcio-1.33.1-cp27-cp27mu-manylinux2010_i686.whl (3.7 MB view details)

Uploaded CPython 2.7mu manylinux: glibc 2.12+ i686

grpcio-1.33.1-cp27-cp27mu-linux_armv7l.whl (28.5 MB view details)

Uploaded CPython 2.7mu

grpcio-1.33.1-cp27-cp27m-win_amd64.whl (2.8 MB view details)

Uploaded CPython 2.7m Windows x86-64

grpcio-1.33.1-cp27-cp27m-win32.whl (2.9 MB view details)

Uploaded CPython 2.7m Windows x86

grpcio-1.33.1-cp27-cp27m-manylinux2010_x86_64.whl (3.7 MB view details)

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

grpcio-1.33.1-cp27-cp27m-manylinux2010_i686.whl (3.7 MB view details)

Uploaded CPython 2.7m manylinux: glibc 2.12+ i686

grpcio-1.33.1-cp27-cp27m-macosx_10_9_x86_64.whl (3.3 MB view details)

Uploaded CPython 2.7m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: grpcio-1.33.1.tar.gz
  • Upload date:
  • Size: 20.9 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.22.0 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.18

File hashes

Hashes for grpcio-1.33.1.tar.gz
Algorithm Hash digest
SHA256 f19782ec5104599382a0f73f2dfea465d0e65f6818bb3c49ca672b97034c64c3
MD5 3d9a738c80310f6e545506eb33689205
BLAKE2b-256 c34bb8a3e1951c90c3e14a657f3682b705840c146c9cad07948f59df4ff1eca3

See more details on using hashes here.

File details

Details for the file grpcio-1.33.1-cp39-cp39-manylinux2014_x86_64.whl.

File metadata

  • Download URL: grpcio-1.33.1-cp39-cp39-manylinux2014_x86_64.whl
  • Upload date:
  • Size: 3.8 MB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.22.0 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.18

File hashes

Hashes for grpcio-1.33.1-cp39-cp39-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f2c63017125fbffd70f674fc9988290578c836af7e6bb44f7284ff196af207c9
MD5 7beb3449483fb26edaba4bc6ee6ecf20
BLAKE2b-256 f9cd7ad30950acffc82f87f093e8556e8d17fda7050543f18e87a59b0e046138

See more details on using hashes here.

File details

Details for the file grpcio-1.33.1-cp39-cp39-manylinux2014_i686.whl.

File metadata

  • Download URL: grpcio-1.33.1-cp39-cp39-manylinux2014_i686.whl
  • Upload date:
  • Size: 3.9 MB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.22.0 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.18

File hashes

Hashes for grpcio-1.33.1-cp39-cp39-manylinux2014_i686.whl
Algorithm Hash digest
SHA256 66c1850ddd8e032655d947d18b56826c942c002e5e9a50b659389cbbb9d557df
MD5 40d93b5d35e0021640595ffebcf41020
BLAKE2b-256 318b8a065f5386b2c214e72d019485229a469c73174a37bf3d6e6f88beb6b792

See more details on using hashes here.

File details

Details for the file grpcio-1.33.1-cp39-cp39-manylinux2010_x86_64.whl.

File metadata

  • Download URL: grpcio-1.33.1-cp39-cp39-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 3.7 MB
  • Tags: CPython 3.9, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.22.0 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.18

File hashes

Hashes for grpcio-1.33.1-cp39-cp39-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 5c232df1cea26f53b763d1fc2d28ddef209de2a7fb20efc8d6a19ea47ac61dbb
MD5 bf3168a6a28c5ea3848cc9eb56bef98c
BLAKE2b-256 e1f9ce2ee9b1c09ac25f227185f5dd86bcb4f435907d921c9908418442bb6fce

See more details on using hashes here.

File details

Details for the file grpcio-1.33.1-cp39-cp39-manylinux2010_i686.whl.

File metadata

  • Download URL: grpcio-1.33.1-cp39-cp39-manylinux2010_i686.whl
  • Upload date:
  • Size: 3.7 MB
  • Tags: CPython 3.9, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.22.0 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.18

File hashes

Hashes for grpcio-1.33.1-cp39-cp39-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 7e0029ec181c4d3ca76217f8c8b686b96a583d74b893ac86b514f6c37a74889b
MD5 4fcba646020fcc2b6ac0e751e33f293c
BLAKE2b-256 14772a60a8a2c797bd62a0363be32a4d64e0db987105cc1072fdc537b12974ea

See more details on using hashes here.

File details

Details for the file grpcio-1.33.1-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: grpcio-1.33.1-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 3.4 MB
  • Tags: CPython 3.9, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.22.0 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.18

File hashes

Hashes for grpcio-1.33.1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 976f30637bb89b3ca714a3a762c825ef7c4bb38c6b43d7425c02e620ba47ef82
MD5 8e35d3fba19d71fd1d8100445d738522
BLAKE2b-256 89cec0c06ae47661c885e3fbc6d5a1f0e1cb586c8bba3db57b58eb3b9ad14cf3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.33.1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 2.7 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.22.0 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.18

File hashes

Hashes for grpcio-1.33.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 47ccf4b6b3ae4fd192500a78af7f191f1c88ee7493744a75657b970b4b17e678
MD5 c0457a8682038a9a17e721fa25072a2f
BLAKE2b-256 e6caa4f8392ff34b7820f9cf62a12b8b8dd455fdd7ac1f8ffe6b5b88e29514db

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.33.1-cp38-cp38-win32.whl
  • Upload date:
  • Size: 2.2 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.22.0 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.18

File hashes

Hashes for grpcio-1.33.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 21077fc89374b3c25377010ca7ddde6287007a6f0a1c515887f43d5ad84dc431
MD5 55ae619f048c877638c3521dbe66f9fb
BLAKE2b-256 398b1d07a00196e1e84e14bf3f4a505778c156ee19f053689cbcb5702311d813

See more details on using hashes here.

File details

Details for the file grpcio-1.33.1-cp38-cp38-manylinux2014_x86_64.whl.

File metadata

  • Download URL: grpcio-1.33.1-cp38-cp38-manylinux2014_x86_64.whl
  • Upload date:
  • Size: 3.8 MB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.22.0 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.18

File hashes

Hashes for grpcio-1.33.1-cp38-cp38-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e88210253bda4c92c22d74d122f43e53e204211b22dc5567367f40ce0197e378
MD5 88a88164c7e5aa1129ceb457728e9153
BLAKE2b-256 69336ed5e942f1ee33db9a2022c59b03f7e6ce950910abb29c648e3bb236e3f9

See more details on using hashes here.

File details

Details for the file grpcio-1.33.1-cp38-cp38-manylinux2014_i686.whl.

File metadata

  • Download URL: grpcio-1.33.1-cp38-cp38-manylinux2014_i686.whl
  • Upload date:
  • Size: 3.9 MB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.22.0 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.18

File hashes

Hashes for grpcio-1.33.1-cp38-cp38-manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a498effc32dd57dfde8d75b266d6656ab2bc0b20188ef3422f060244442c4b39
MD5 6247c3fb71afefc8c58a3ecae7c711cb
BLAKE2b-256 0b623ed037c3aef23117be65e69fb8d488911062b6b20dc1a3c3b68a5864681f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.33.1-cp38-cp38-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 3.7 MB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.22.0 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.18

File hashes

Hashes for grpcio-1.33.1-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 ccefa3fc8a1fbed1beac7de64e6b28fa16c4fd224fad90213f9293dcb3ff1c0e
MD5 c8ab41362ab712127dd2f25b6a13e977
BLAKE2b-256 0f997a5f0781c29447f97d95f235a384ff4225a0e54976ff997cae996c433058

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.33.1-cp38-cp38-manylinux2010_i686.whl
  • Upload date:
  • Size: 3.7 MB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.22.0 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.18

File hashes

Hashes for grpcio-1.33.1-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 ef89d99d5fbdd453e52b4193d5cf74f773fafd682dfd87b4fa297dbf20feff50
MD5 aa746409cb9532adcc0bb36f1b8ec770
BLAKE2b-256 f5a00c9ded086a870668da8350b909c04777a66830a8dc1c6929ca8fcf35f53f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.33.1-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 3.4 MB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.22.0 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.18

File hashes

Hashes for grpcio-1.33.1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a48518e831573c7592064fb67aab61b33c279c944da2632e5922badb422ce175
MD5 0db32ae0fde74ae288295eb12c454b9b
BLAKE2b-256 6db5425b5d9885147db6fdf510228a60132939d29c1da469f4965e1eeede2ab3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.33.1-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 2.5 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.22.0 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.18

File hashes

Hashes for grpcio-1.33.1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 ec7ded77c8644a791fa09ad4d20b258b4b5aff1e4cc62e15e6c4b3a4e19eb898
MD5 155fcdc12ae617e6244dcc782c0a45b2
BLAKE2b-256 5f2f5b0f2e70d8263b43642e74444ce87bb3bd2fa1fcef4438ca0dae3cfa9458

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.33.1-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 2.1 MB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.22.0 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.18

File hashes

Hashes for grpcio-1.33.1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 6a45081ece2279678f104e40a3683772fc1a917aac5c4352bd0769bd390470e5
MD5 f18794355391c1aa60c930b3dbf463b1
BLAKE2b-256 29359908726f14c693f023b0fd97c01b396d0aec7c7e39bb2cb8054eb4d8a093

See more details on using hashes here.

File details

Details for the file grpcio-1.33.1-cp37-cp37m-manylinux2014_x86_64.whl.

File metadata

  • Download URL: grpcio-1.33.1-cp37-cp37m-manylinux2014_x86_64.whl
  • Upload date:
  • Size: 3.8 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.22.0 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.18

File hashes

Hashes for grpcio-1.33.1-cp37-cp37m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b9e672396fef071ecd4b0ffca59c05d668ddce19a44ef6c253f7d88bbe2ed246
MD5 3bb4e2fade20553bbde7893f296ff80b
BLAKE2b-256 3e42194cfe45782981f410fc63099d88db40a5028fd7b1f9132c734f0f39a5f6

See more details on using hashes here.

File details

Details for the file grpcio-1.33.1-cp37-cp37m-manylinux2014_i686.whl.

File metadata

  • Download URL: grpcio-1.33.1-cp37-cp37m-manylinux2014_i686.whl
  • Upload date:
  • Size: 3.9 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.22.0 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.18

File hashes

Hashes for grpcio-1.33.1-cp37-cp37m-manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e699ddfd287230b8efa6aca3932f7303e587025bdd4122ccbca9134857cca8a2
MD5 cb8c80e257d116564b2e99913ece8613
BLAKE2b-256 f94e21c9b6b377afd921172d7d63baa51bffcfc58a62409ddf92b4fa8b352e01

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.33.1-cp37-cp37m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 3.7 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.22.0 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.18

File hashes

Hashes for grpcio-1.33.1-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 143028a0421ac0af976a08fbc36de09e14cbdd74d4dc319f914e3511b737c659
MD5 e689d6cbf4ea33a2357a9525826e8acf
BLAKE2b-256 5dbdce526c86a47d2934104c52047d3b0ab7eb35f803fccb979152a9b69b0970

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.33.1-cp37-cp37m-manylinux2010_i686.whl
  • Upload date:
  • Size: 3.7 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.22.0 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.18

File hashes

Hashes for grpcio-1.33.1-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 0222ceec7e8dbddd18c6b027214fb3d55b78a823337f95730d4e157b733c5766
MD5 29abf3ae34093d7aa6b4e10fec86cbb1
BLAKE2b-256 edc09f07a306abfc8b42c69f1d3dccc991d70a0ccd4814378a63f48c5d55bae4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.33.1-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 3.4 MB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.22.0 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.18

File hashes

Hashes for grpcio-1.33.1-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d41e2d75f836a0e0e637a7c383d668602063ec655de8bf4b3167b3d1fddabf41
MD5 9ddc491284860c68bd996a3ccb070830
BLAKE2b-256 8264e60c54e401ae5e7c690f689c893a00e82ce85679588c7836ff90804f7108

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.33.1-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 2.7 MB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.22.0 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.18

File hashes

Hashes for grpcio-1.33.1-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 fb7e9029ec99568519f9a13a9da4e5a83020197ffbfb23a28fe4e58a2c3ae11c
MD5 a30e3c2e7e52db83b759dd4980b4b715
BLAKE2b-256 7b40081eafa1ddd15e37d20bd8c1a0cac2a6c47a96f55da959841761e8f664ba

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.33.1-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 2.2 MB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.22.0 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.18

File hashes

Hashes for grpcio-1.33.1-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 21c235f7f8f3a1fb6db387ffc9ceef38bd4b3f5185b4b6b43065a57fd1fcda20
MD5 ad72c24953efc6ba45e326756c074d20
BLAKE2b-256 a8bfb96a65e44abf874ebe27aeec6bb35f771954c97850c1c0c69b2cb29190aa

See more details on using hashes here.

File details

Details for the file grpcio-1.33.1-cp36-cp36m-manylinux2014_x86_64.whl.

File metadata

  • Download URL: grpcio-1.33.1-cp36-cp36m-manylinux2014_x86_64.whl
  • Upload date:
  • Size: 3.8 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.22.0 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.18

File hashes

Hashes for grpcio-1.33.1-cp36-cp36m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f8816e38fbddd31216683a283b48294d7eabd4bf1e26f8cc0cb7bed896f44f30
MD5 b89bd3f3194692a6d745f8308a574374
BLAKE2b-256 c32ab3089d007a39048ca0eedc651ecfb08b1d2bf8262032e8acaca05bd4ac17

See more details on using hashes here.

File details

Details for the file grpcio-1.33.1-cp36-cp36m-manylinux2014_i686.whl.

File metadata

  • Download URL: grpcio-1.33.1-cp36-cp36m-manylinux2014_i686.whl
  • Upload date:
  • Size: 3.9 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.22.0 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.18

File hashes

Hashes for grpcio-1.33.1-cp36-cp36m-manylinux2014_i686.whl
Algorithm Hash digest
SHA256 254a42e13d945c880a8d35a63c646227e691b7c085e433a505fbbaea362bfe1e
MD5 50512c24c4d1a2430d9f0a635093c258
BLAKE2b-256 02c29d6d03f5f6a038da0db3997eedf3badbbab3e28ad4531851f4d6ee139e22

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.33.1-cp36-cp36m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 3.7 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.22.0 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.18

File hashes

Hashes for grpcio-1.33.1-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 774678e29321fc76bbe01d25e8778fbe96fd2d9fbe774c24a122891b34f53918
MD5 50e4c7cb8976fbe7d726e3493301a0fb
BLAKE2b-256 68ef4461a0d72afee3b27b768089db242e183521a9929dcda454af5a6870d475

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.33.1-cp36-cp36m-manylinux2010_i686.whl
  • Upload date:
  • Size: 3.7 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.22.0 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.18

File hashes

Hashes for grpcio-1.33.1-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 c9dd598f8b96e86f99628fbd615cbab97328557a77f06ad8cd720bc8a2125a8b
MD5 29b413b0a3bf4b365ac952c4480440eb
BLAKE2b-256 8328b49204903dfd38a0ee52a1945149aa41d78a2497defb30dcaedc82b65bbd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.33.1-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 3.4 MB
  • Tags: CPython 3.6m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.22.0 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.18

File hashes

Hashes for grpcio-1.33.1-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 62d2dbc5ab27fe7a33b30ab0395c1c65bf1033cca17e645279420094c99327a1
MD5 aeb9b9f3800bb3d618d89452df16f266
BLAKE2b-256 390c346643a35d9e45f6f9c60abed0b03949a6acf176d9d67826d43212e0edd2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.33.1-cp36-cp36m-linux_armv7l.whl
  • Upload date:
  • Size: 28.9 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.22.0 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.18

File hashes

Hashes for grpcio-1.33.1-cp36-cp36m-linux_armv7l.whl
Algorithm Hash digest
SHA256 57fb11dcf7d801ccae146f92a07f70545e8f0042354b856ccb9085f39c15564f
MD5 aa718f573cf0c9950bbf1bafa64cc3e2
BLAKE2b-256 e1f29baa2849a3fcc277a7bfdc5b48fb4cfca34b1cd1b3bccdc42e96a0f950f0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.33.1-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.5m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.22.0 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.18

File hashes

Hashes for grpcio-1.33.1-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 8872620c946733dbc6336243c98440ef4d1b2956578b682c2f67543aef98e815
MD5 e3198ad0c59bae103b7c5a252c58d5c9
BLAKE2b-256 688d7a7e3ebf13e9e492fefa505035d039384e072cf21df5c503dd57f74ad5bd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.33.1-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 2.2 MB
  • Tags: CPython 3.5m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.22.0 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.18

File hashes

Hashes for grpcio-1.33.1-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 c7ffff3d6c935bf400d329ad33e2326e4917885f1faa3e985eb6bcf43bea88bc
MD5 a3999e9907e4ba94d4541f9db88b537b
BLAKE2b-256 ee994260bb21d2fc27dcdb43cd2f5f829367563c8a5a2718dfdf27f5d0a210e1

See more details on using hashes here.

File details

Details for the file grpcio-1.33.1-cp35-cp35m-manylinux2014_x86_64.whl.

File metadata

  • Download URL: grpcio-1.33.1-cp35-cp35m-manylinux2014_x86_64.whl
  • Upload date:
  • Size: 3.8 MB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.22.0 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.18

File hashes

Hashes for grpcio-1.33.1-cp35-cp35m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 07ed96a6c320505456be2e95edcdcec3e484beff9edaa46bdb6f9e5b88eebc2b
MD5 d3286edb887d699167f908c306aed796
BLAKE2b-256 66382b7845cd7afe32282cb833ab1941f45d3d0c9e3b18b940f5fb17a04a0490

See more details on using hashes here.

File details

Details for the file grpcio-1.33.1-cp35-cp35m-manylinux2014_i686.whl.

File metadata

  • Download URL: grpcio-1.33.1-cp35-cp35m-manylinux2014_i686.whl
  • Upload date:
  • Size: 3.8 MB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.22.0 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.18

File hashes

Hashes for grpcio-1.33.1-cp35-cp35m-manylinux2014_i686.whl
Algorithm Hash digest
SHA256 60765d070dadfce363c74175ff96dbdf5b15f8bcf999bedafc972b938899fd7a
MD5 ef9cbb91ab27a6006de054ab464aa9e5
BLAKE2b-256 2dd733cd86c25ddbf1e9ff4c14f01489fa71f686eb55f27a2b31e347bdcced5c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.33.1-cp35-cp35m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 3.7 MB
  • Tags: CPython 3.5m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.22.0 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.18

File hashes

Hashes for grpcio-1.33.1-cp35-cp35m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 b380f590f28a51f31eaa1c6991b93f5af39158956a0e6bb7ab6fdd3e830055b6
MD5 b667df3eab4979670dd975ff452af817
BLAKE2b-256 9f605f882f38e4a2a1d557d0d9f7e1d57db53c0b2f26ad04aa3de364a7a8c5ec

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.33.1-cp35-cp35m-manylinux2010_i686.whl
  • Upload date:
  • Size: 3.7 MB
  • Tags: CPython 3.5m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.22.0 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.18

File hashes

Hashes for grpcio-1.33.1-cp35-cp35m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 f34df047f72ec675b61316e9d56904d069f5f9c4172bfee48e3f40d5c8e07df1
MD5 385b6f808cda59643afbbffeb8e54f01
BLAKE2b-256 4abc06f4e86a529345f4601abc16b14a7ea60a0eadafea88dcd499c160d68366

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.33.1-cp35-cp35m-macosx_10_7_intel.whl
  • Upload date:
  • Size: 6.1 MB
  • Tags: CPython 3.5m, macOS 10.7+ intel
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.22.0 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.18

File hashes

Hashes for grpcio-1.33.1-cp35-cp35m-macosx_10_7_intel.whl
Algorithm Hash digest
SHA256 e2555101f42dda5ca43ccef4a397ba9596a5f7c40dcfed6a81984374c6d60411
MD5 91e25bbe082d6a7100a09e1a85825607
BLAKE2b-256 869542ac0726ee900b3a2c247ac3eace17049c832f374af14ac0230517cc38dc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.33.1-cp35-cp35m-linux_armv7l.whl
  • Upload date:
  • Size: 28.8 MB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.22.0 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.18

File hashes

Hashes for grpcio-1.33.1-cp35-cp35m-linux_armv7l.whl
Algorithm Hash digest
SHA256 6ffe23e3f845ae7058b32f58b252bc367865d44a8c42838e16b5fe5727b174d4
MD5 e979260724b95badfc19ba51594207fe
BLAKE2b-256 6edec040d3f45f0417e3cf17c92124fb7d2348ad8c6380a8ec0f2179a4dd524c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.33.1-cp27-cp27mu-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 3.7 MB
  • Tags: CPython 2.7mu, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.22.0 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.18

File hashes

Hashes for grpcio-1.33.1-cp27-cp27mu-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 d3d6f614b5e9c58afc45fbe0383bab206392f2901ebb7fe0027d4abadad7e4e6
MD5 724512d924278d402208bf0cdddc6b60
BLAKE2b-256 06e476921f0538f6bf190afc767681324bb0f0a8a8e991ce8412bbf45c241700

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.33.1-cp27-cp27mu-manylinux2010_i686.whl
  • Upload date:
  • Size: 3.7 MB
  • Tags: CPython 2.7mu, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.22.0 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.18

File hashes

Hashes for grpcio-1.33.1-cp27-cp27mu-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 ccf967e1e3d1f62cd63feeecca567511dd321b5b65abfb6c880264295a0e2df7
MD5 da590580c7e6098a08bad5caf3714d93
BLAKE2b-256 def0d1c4a64c06e36fa2fbc5ddce535aec67fdbf66c2a74ab18abd1badffef09

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.33.1-cp27-cp27mu-linux_armv7l.whl
  • Upload date:
  • Size: 28.5 MB
  • Tags: CPython 2.7mu
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.22.0 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.18

File hashes

Hashes for grpcio-1.33.1-cp27-cp27mu-linux_armv7l.whl
Algorithm Hash digest
SHA256 d9ac1cf1633ccc561d7d97ee0af3fbe262a6573c08a8f88cfea58caef1c73505
MD5 b9ac7adf34ecdccfc96fa31913badd45
BLAKE2b-256 1973ad17d061bef04f09f239b9e8052e12c2ede2c50b7e7336f3df94a36c57b7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.33.1-cp27-cp27m-win_amd64.whl
  • Upload date:
  • Size: 2.8 MB
  • Tags: CPython 2.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.22.0 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.18

File hashes

Hashes for grpcio-1.33.1-cp27-cp27m-win_amd64.whl
Algorithm Hash digest
SHA256 ffc6e264399ac5e48684f33213b086ce7a2163928a41518eca99e1d88c2069b0
MD5 4cd87c17fdc6f99dc99af944009a8978
BLAKE2b-256 2acd1e1aa4ecd839702081480f711fb3c8a6804c1ce62469615a5309eeae56e4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.33.1-cp27-cp27m-win32.whl
  • Upload date:
  • Size: 2.9 MB
  • Tags: CPython 2.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.22.0 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.18

File hashes

Hashes for grpcio-1.33.1-cp27-cp27m-win32.whl
Algorithm Hash digest
SHA256 1664a3dbd34ab91172149526fb8ba18f626edb72448397280ec6f4d30dc34be4
MD5 9190a16ed10fcd272bb2a0a0151d378f
BLAKE2b-256 fa8b57ab250da724c5114659bd4c149f1456f01774783a41b8af0408138217ce

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.33.1-cp27-cp27m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 3.7 MB
  • Tags: CPython 2.7m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.22.0 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.18

File hashes

Hashes for grpcio-1.33.1-cp27-cp27m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 b20f555557c12f4c7c32f298b8b8202da49902ce008e4c0bdb0a83f8de2355c9
MD5 8a55ce1a797d4da29bfc948bd1d5c3ff
BLAKE2b-256 b0de286e795b5d84d3119eae05dac55c342fae6a5e3117be59f3435fd30ed1aa

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.33.1-cp27-cp27m-manylinux2010_i686.whl
  • Upload date:
  • Size: 3.7 MB
  • Tags: CPython 2.7m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.22.0 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.18

File hashes

Hashes for grpcio-1.33.1-cp27-cp27m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 04712ec521907b814445f915a834e090352173ede45c6063dfafa64a1e1eb86f
MD5 bbd262dcfb7d9f4c44146529f2e8f5ab
BLAKE2b-256 7db92af6741518a6e4a5e8888c1f729f7c549697395edeb97accd7975084514a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.33.1-cp27-cp27m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 3.3 MB
  • Tags: CPython 2.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.22.0 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.18

File hashes

Hashes for grpcio-1.33.1-cp27-cp27m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1205bbe8bb41705dec20dc77c51205d05805d785ddae64dbbbbcc8063b7f1550
MD5 5c464338855a80edf7f5cd0ffe65340d
BLAKE2b-256 507a123ed5d76c7e9bc48654284dd214d61482702ed962d1ae389dea71308e32

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