Skip to main content

HTTP/2-based RPC framework

Project description

compat_check_pypi

Package for gRPC Python.

Supported Python Versions

Python >= 3.7

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

Uploaded Source

Built Distributions

grpcio-1.56.0-cp311-cp311-win_amd64.whl (4.2 MB view details)

Uploaded CPython 3.11 Windows x86-64

grpcio-1.56.0-cp311-cp311-win32.whl (3.5 MB view details)

Uploaded CPython 3.11 Windows x86

grpcio-1.56.0-cp311-cp311-musllinux_1_1_x86_64.whl (5.5 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

grpcio-1.56.0-cp311-cp311-musllinux_1_1_i686.whl (5.7 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

grpcio-1.56.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.2 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

grpcio-1.56.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (5.5 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

grpcio-1.56.0-cp311-cp311-manylinux_2_17_aarch64.whl (4.7 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

grpcio-1.56.0-cp311-cp311-macosx_10_10_universal2.whl (8.9 MB view details)

Uploaded CPython 3.11 macOS 10.10+ universal2 (ARM64, x86-64)

grpcio-1.56.0-cp311-cp311-linux_armv7l.whl (95.5 MB view details)

Uploaded CPython 3.11

grpcio-1.56.0-cp310-cp310-win_amd64.whl (4.2 MB view details)

Uploaded CPython 3.10 Windows x86-64

grpcio-1.56.0-cp310-cp310-win32.whl (3.5 MB view details)

Uploaded CPython 3.10 Windows x86

grpcio-1.56.0-cp310-cp310-musllinux_1_1_x86_64.whl (5.5 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

grpcio-1.56.0-cp310-cp310-musllinux_1_1_i686.whl (5.7 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

grpcio-1.56.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.2 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

grpcio-1.56.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (5.4 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

grpcio-1.56.0-cp310-cp310-manylinux_2_17_aarch64.whl (4.7 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

grpcio-1.56.0-cp310-cp310-macosx_12_0_universal2.whl (8.8 MB view details)

Uploaded CPython 3.10 macOS 12.0+ universal2 (ARM64, x86-64)

grpcio-1.56.0-cp310-cp310-linux_armv7l.whl (95.3 MB view details)

Uploaded CPython 3.10

grpcio-1.56.0-cp39-cp39-win_amd64.whl (4.2 MB view details)

Uploaded CPython 3.9 Windows x86-64

grpcio-1.56.0-cp39-cp39-win32.whl (3.5 MB view details)

Uploaded CPython 3.9 Windows x86

grpcio-1.56.0-cp39-cp39-musllinux_1_1_x86_64.whl (5.5 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

grpcio-1.56.0-cp39-cp39-musllinux_1_1_i686.whl (5.8 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

grpcio-1.56.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.2 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

grpcio-1.56.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (5.5 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

grpcio-1.56.0-cp39-cp39-manylinux_2_17_aarch64.whl (4.7 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

grpcio-1.56.0-cp39-cp39-macosx_10_10_universal2.whl (8.9 MB view details)

Uploaded CPython 3.9 macOS 10.10+ universal2 (ARM64, x86-64)

grpcio-1.56.0-cp39-cp39-linux_armv7l.whl (95.4 MB view details)

Uploaded CPython 3.9

grpcio-1.56.0-cp38-cp38-win_amd64.whl (4.3 MB view details)

Uploaded CPython 3.8 Windows x86-64

grpcio-1.56.0-cp38-cp38-win32.whl (3.5 MB view details)

Uploaded CPython 3.8 Windows x86

grpcio-1.56.0-cp38-cp38-musllinux_1_1_x86_64.whl (5.5 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

grpcio-1.56.0-cp38-cp38-musllinux_1_1_i686.whl (5.8 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

grpcio-1.56.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.2 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

grpcio-1.56.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (5.5 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

grpcio-1.56.0-cp38-cp38-manylinux_2_17_aarch64.whl (4.7 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

grpcio-1.56.0-cp38-cp38-macosx_10_10_universal2.whl (8.9 MB view details)

Uploaded CPython 3.8 macOS 10.10+ universal2 (ARM64, x86-64)

grpcio-1.56.0-cp38-cp38-linux_armv7l.whl (95.4 MB view details)

Uploaded CPython 3.8

grpcio-1.56.0-cp37-cp37m-win_amd64.whl (4.2 MB view details)

Uploaded CPython 3.7m Windows x86-64

grpcio-1.56.0-cp37-cp37m-musllinux_1_1_x86_64.whl (5.5 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ x86-64

grpcio-1.56.0-cp37-cp37m-musllinux_1_1_i686.whl (5.7 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

grpcio-1.56.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.2 MB view details)

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

grpcio-1.56.0-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (5.4 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686

grpcio-1.56.0-cp37-cp37m-manylinux_2_17_aarch64.whl (4.7 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

grpcio-1.56.0-cp37-cp37m-macosx_10_10_universal2.whl (8.9 MB view details)

Uploaded CPython 3.7m macOS 10.10+ universal2 (ARM64, x86-64)

grpcio-1.56.0-cp37-cp37m-linux_armv7l.whl (95.0 MB view details)

Uploaded CPython 3.7m

File details

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

File metadata

  • Download URL: grpcio-1.56.0.tar.gz
  • Upload date:
  • Size: 24.3 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.9

File hashes

Hashes for grpcio-1.56.0.tar.gz
Algorithm Hash digest
SHA256 4c08ee21b3d10315b8dc26f6c13917b20ed574cdbed2d2d80c53d5508fdcc0f2
MD5 75479937c348a0188435b85ee9b27b96
BLAKE2b-256 eed662ea04e71abe92406baf8fbe25daee5e90d45571206b8e93c4812ea958b6

See more details on using hashes here.

File details

Details for the file grpcio-1.56.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: grpcio-1.56.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 4.2 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.9

File hashes

Hashes for grpcio-1.56.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 59c4e606993a47146fbeaf304b9e78c447f5b9ee5641cae013028c4cca784617
MD5 7185a2766a443e608701c22dd888ba1a
BLAKE2b-256 6d2593e8b1ff58b376a3413df301cc79b0aa0c99c3bf1a03191aed7790214dcb

See more details on using hashes here.

File details

Details for the file grpcio-1.56.0-cp311-cp311-win32.whl.

File metadata

  • Download URL: grpcio-1.56.0-cp311-cp311-win32.whl
  • Upload date:
  • Size: 3.5 MB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.9

File hashes

Hashes for grpcio-1.56.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 50f4daa698835accbbcc60e61e0bc29636c0156ddcafb3891c987e533a0031ba
MD5 9b13430299b681c4a08acf2b868d48cc
BLAKE2b-256 4db8eaa30c0831ee0cc2e7d63e56dab72b0f129602f8645a324e80ff08357bc9

See more details on using hashes here.

File details

Details for the file grpcio-1.56.0-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for grpcio-1.56.0-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 defdd14b518e6e468466f799aaa69db0355bca8d3a5ea75fb912d28ba6f8af31
MD5 3b9a783b814958ede37b321bd1402f8d
BLAKE2b-256 83c2e224e2f1c1b7738d123e7f6c452d0b2e1372f60c1be07e6d67c4c6c8b1ad

See more details on using hashes here.

File details

Details for the file grpcio-1.56.0-cp311-cp311-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for grpcio-1.56.0-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 8219f17baf069fe8e42bd8ca0b312b875595e43a70cabf397be4fda488e2f27d
MD5 e1e537c15cb5cf317d7f2fb8b1eada78
BLAKE2b-256 cfffe02442d57b1d36cf945dd6dadc92c5e4e98544b70a539b8f977da392ab5f

See more details on using hashes here.

File details

Details for the file grpcio-1.56.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for grpcio-1.56.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6b5ce42a5ebe3e04796246ba50357f1813c44a6efe17a37f8dc7a5c470377312
MD5 3747ecfef80bf7b874a3ef01a5faa000
BLAKE2b-256 cc9c811d5347092fb0df43fd4d8ab8dfe3c429a39a5d74e1fd52090238beb557

See more details on using hashes here.

File details

Details for the file grpcio-1.56.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for grpcio-1.56.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 14e70b4dda3183abea94c72d41d5930c333b21f8561c1904a372d80370592ef3
MD5 d6bdc69270d3351746ab0df2ce25fb6c
BLAKE2b-256 5651bbdd996f2773c88a6a8bab1115028bf30d4405f09a4e4d413b9061353003

See more details on using hashes here.

File details

Details for the file grpcio-1.56.0-cp311-cp311-manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for grpcio-1.56.0-cp311-cp311-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 4f84a6fd4482e5fe73b297d4874b62a535bc75dc6aec8e9fe0dc88106cd40397
MD5 9cd891977b5b2a5b02b1abb3e8038e58
BLAKE2b-256 c97e9b60f32e91c5a9545973498868fcdde6366e7c8223b6f51f87f6f0691de7

See more details on using hashes here.

File details

Details for the file grpcio-1.56.0-cp311-cp311-macosx_10_10_universal2.whl.

File metadata

File hashes

Hashes for grpcio-1.56.0-cp311-cp311-macosx_10_10_universal2.whl
Algorithm Hash digest
SHA256 fdc3a895791af4addbb826808d4c9c35917c59bb5c430d729f44224e51c92d61
MD5 02ecfe4166b09389fbb8acccd990ee72
BLAKE2b-256 922a89c961495127c0af765aa3cf7f0e2b36ff360802ce8a7281e1bd87da1572

See more details on using hashes here.

File details

Details for the file grpcio-1.56.0-cp311-cp311-linux_armv7l.whl.

File metadata

File hashes

Hashes for grpcio-1.56.0-cp311-cp311-linux_armv7l.whl
Algorithm Hash digest
SHA256 64bd3abcf9fb4a9fa4ede8d0d34686314a7075f62a1502217b227991d9ca4245
MD5 774197af7648fedc3e4d52b53e781e73
BLAKE2b-256 7799342e15db586debbd7f16ac81664e8efb339e55c9da1a0aba7e6939d00e65

See more details on using hashes here.

File details

Details for the file grpcio-1.56.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: grpcio-1.56.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 4.2 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.9

File hashes

Hashes for grpcio-1.56.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 03a80451530fd3b8b155e0c4480434f6be669daf7ecba56f73ef98f94222ee01
MD5 43abf1f231f1855564484e558c6e4488
BLAKE2b-256 66c959cd04aafcd55a0b4eda69eac100f44c4c7a9ed42a52623464f5b2e9d7a6

See more details on using hashes here.

File details

Details for the file grpcio-1.56.0-cp310-cp310-win32.whl.

File metadata

  • Download URL: grpcio-1.56.0-cp310-cp310-win32.whl
  • Upload date:
  • Size: 3.5 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.9

File hashes

Hashes for grpcio-1.56.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 8b3b2c7b5feef90bc9a5fa1c7f97637e55ec3e76460c6d16c3013952ee479cd9
MD5 be0af8148d86c15ecaa0924f182568fc
BLAKE2b-256 202b3cd3a0b91434882ab369d3bf37676166f1f06f5580236695f3f09a4aa209

See more details on using hashes here.

File details

Details for the file grpcio-1.56.0-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for grpcio-1.56.0-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 c243b158dd7585021d16c50498c4b2ec0a64a6119967440c5ff2d8c89e72330e
MD5 fb6b90c821625a75c4bdbbdf747b9982
BLAKE2b-256 ce77b5b741446567a56fe95983d915c8173064e8ec8f158058da238733acbd50

See more details on using hashes here.

File details

Details for the file grpcio-1.56.0-cp310-cp310-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for grpcio-1.56.0-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 881575f240eb5db72ddca4dc5602898c29bc082e0d94599bf20588fb7d1ee6a0
MD5 db0d2bd2957b35448d7ca8b72a8312bc
BLAKE2b-256 4a5f3e0d819b52c9c3eac4c98f457ffdae9e63ebe93518e7686a5b48fd9068aa

See more details on using hashes here.

File details

Details for the file grpcio-1.56.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for grpcio-1.56.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 187b8f71bad7d41eea15e0c9812aaa2b87adfb343895fffb704fb040ca731863
MD5 5ba0a68cfb4e0c7a41a16f6069120f62
BLAKE2b-256 a96efa9785a95e70d60b9b2b75944e422b06c62eaed183abdfcdc0b7812b1e21

See more details on using hashes here.

File details

Details for the file grpcio-1.56.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for grpcio-1.56.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 43c50d810cc26349b093bf2cfe86756ab3e9aba3e7e681d360930c1268e1399a
MD5 4f7ed0712e9636d123b81e415553ad42
BLAKE2b-256 9231da80feb6f67d1fee2d0e6b6113b9ce79501476d2b87651b53e44411e1df0

See more details on using hashes here.

File details

Details for the file grpcio-1.56.0-cp310-cp310-manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for grpcio-1.56.0-cp310-cp310-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 17f47aeb9be0da5337f9ff33ebb8795899021e6c0741ee68bd69774a7804ca86
MD5 7a64ce0a692595e42fa8123deaf7e216
BLAKE2b-256 26cba2debcb7fe7a6f90f27d589facb85aa69e8ce39660e8faff2775911f58ee

See more details on using hashes here.

File details

Details for the file grpcio-1.56.0-cp310-cp310-macosx_12_0_universal2.whl.

File metadata

File hashes

Hashes for grpcio-1.56.0-cp310-cp310-macosx_12_0_universal2.whl
Algorithm Hash digest
SHA256 008767c0aed4899e657b50f2e0beacbabccab51359eba547f860e7c55f2be6ba
MD5 fc18b9c65a9e4e9949512bfc80812930
BLAKE2b-256 f5b13d8bf6c880b06d96695399ac9cf6b5e2b3af35139049d45050fdb0f0cffc

See more details on using hashes here.

File details

Details for the file grpcio-1.56.0-cp310-cp310-linux_armv7l.whl.

File metadata

File hashes

Hashes for grpcio-1.56.0-cp310-cp310-linux_armv7l.whl
Algorithm Hash digest
SHA256 fb34ace11419f1ae321c36ccaa18d81cd3f20728cd191250be42949d6845bb2d
MD5 1de8bd9d8e5316c23aa288775e881fc4
BLAKE2b-256 28f1b65179056678e444893d6a3fdc434bde1ef583a79f1145f42c8ab18fd3fd

See more details on using hashes here.

File details

Details for the file grpcio-1.56.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: grpcio-1.56.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 4.2 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.9

File hashes

Hashes for grpcio-1.56.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 4241a1c2c76e748023c834995cd916570e7180ee478969c2d79a60ce007bc837
MD5 2ec0ecf3fc590b718219f7c5cdb41044
BLAKE2b-256 191e866020537ca4fee532e31cdbfee272cd049fbd31c0e19f140505bc5424ea

See more details on using hashes here.

File details

Details for the file grpcio-1.56.0-cp39-cp39-win32.whl.

File metadata

  • Download URL: grpcio-1.56.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 3.5 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.9

File hashes

Hashes for grpcio-1.56.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 437af5a7673bca89c4bc0a993382200592d104dd7bf55eddcd141cef91f40bab
MD5 f0317b88f7871f4b449636a61f1822aa
BLAKE2b-256 1437b04a85ec5e201146a875ab2b3b0c3bddb50c7d8fbb89f32b64a733d4befd

See more details on using hashes here.

File details

Details for the file grpcio-1.56.0-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for grpcio-1.56.0-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 b4638a796778329cc8e142e4f57c705adb286b3ba64e00b0fa91eeb919611be8
MD5 270e64035dd97fbe201162ec628a1b97
BLAKE2b-256 886b14706f48398037f5c73b13ab1d127d0afa035198c469f5498608b8809638

See more details on using hashes here.

File details

Details for the file grpcio-1.56.0-cp39-cp39-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for grpcio-1.56.0-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 4feee75565d1b5ab09cb3a5da672b84ca7f6dd80ee07a50f5537207a9af543a4
MD5 4dd59cefa1336fdb6d8067b70679f7f5
BLAKE2b-256 d0b796648e85ef4da6d4ca2d532a9a47efff1c9e2d7e7b1d6061eec046d05f09

See more details on using hashes here.

File details

Details for the file grpcio-1.56.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for grpcio-1.56.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 83ec714bbbe9b9502177c842417fde39f7a267031e01fa3cd83f1ca49688f537
MD5 52ac4784a179dd3c77e6b4c55fa7190f
BLAKE2b-256 7a301545e97c65a63d2204d9ee2e5a005cd285cd8b7acef27dcfee361bb3b3cd

See more details on using hashes here.

File details

Details for the file grpcio-1.56.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for grpcio-1.56.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7beb84ebd0a3f732625124b73969d12b7350c5d9d64ddf81ae739bbc63d5b1ed
MD5 840cee6f5440f88e6f87dc0601c7ccaa
BLAKE2b-256 0e1624c101edd3d2dc690830c4e0fe2652ed2fc9533a395f75f1e9f1c453860e

See more details on using hashes here.

File details

Details for the file grpcio-1.56.0-cp39-cp39-manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for grpcio-1.56.0-cp39-cp39-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 76b6e6e1ee9bda32e6e933efd61c512e9a9f377d7c580977f090d1a9c78cca44
MD5 5499b188b8bc76fdd2db6eb368d71f7b
BLAKE2b-256 61a33d341f65ed3988c9530af277aa4c1fc513e0572d658ea2a81006f8f83787

See more details on using hashes here.

File details

Details for the file grpcio-1.56.0-cp39-cp39-macosx_10_10_universal2.whl.

File metadata

File hashes

Hashes for grpcio-1.56.0-cp39-cp39-macosx_10_10_universal2.whl
Algorithm Hash digest
SHA256 d596408bab632ec7b947761e83ce6b3e7632e26b76d64c239ba66b554b7ee286
MD5 bb548da40f6f1f53fb0b00cf0ea08f02
BLAKE2b-256 97b3fb1dcedf39be0854403a28935f2c1e7e4025b3579801c7e91a1cac5b665c

See more details on using hashes here.

File details

Details for the file grpcio-1.56.0-cp39-cp39-linux_armv7l.whl.

File metadata

File hashes

Hashes for grpcio-1.56.0-cp39-cp39-linux_armv7l.whl
Algorithm Hash digest
SHA256 c0bc9dda550785d23f4f025be614b7faa8d0293e10811f0f8536cf50435b7a30
MD5 2bfa3f557070cab38c4d3e115f82428d
BLAKE2b-256 f91d3fc4220898f5b52b943490ab7c89bb81fb1cfc2116a2c6bc814d474897a8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.56.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 4.3 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.9

File hashes

Hashes for grpcio-1.56.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 c63bc5ac6c7e646c296fed9139097ae0f0e63f36f0864d7ce431cce61fe0118a
MD5 822155a2b4bd2c2a06b51a4bf87ab5ae
BLAKE2b-256 6378721e7474c7a0da305bb0ca2896f796a27bc17bfd5d36305fc25ab9e7c964

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.56.0-cp38-cp38-win32.whl
  • Upload date:
  • Size: 3.5 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.9

File hashes

Hashes for grpcio-1.56.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 bd55f743e654fb050c665968d7ec2c33f03578a4bbb163cfce38024775ff54cc
MD5 dd39e087035465622cf049409fc28739
BLAKE2b-256 b4ec332ecc2883fcd0722f32feff057b989242b387e72ee7c20aad4b4c77bdd2

See more details on using hashes here.

File details

Details for the file grpcio-1.56.0-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for grpcio-1.56.0-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 8674fdbd28266d8efbcddacf4ec3643f76fe6376f73283fd63a8374c14b0ef7c
MD5 402dad86a05e379e987680913523d1d5
BLAKE2b-256 768dcfe17b92ca749170629c85875703dcc146094a477031bdef6d41db50891f

See more details on using hashes here.

File details

Details for the file grpcio-1.56.0-cp38-cp38-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for grpcio-1.56.0-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 e2db108b4c8e29c145e95b0226973a66d73ae3e3e7fae00329294af4e27f1c42
MD5 0795e8f2bd7f65f1ec74c50dafa18aaf
BLAKE2b-256 a3d32f8452752ee8b0bf701eb46341caa0192dfdcd8fc982230c9ef1ca217976

See more details on using hashes here.

File details

Details for the file grpcio-1.56.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for grpcio-1.56.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 aa08affbf672d051cd3da62303901aeb7042a2c188c03b2c2a2d346fc5e81c14
MD5 b604cb76db4e96c80962476ae0ad0be0
BLAKE2b-256 117f947d3931463d97e767e761f05ae3598442dd22ab9756bf99291e5e37e698

See more details on using hashes here.

File details

Details for the file grpcio-1.56.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for grpcio-1.56.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f92a99ab0c7772fb6859bf2e4f44ad30088d18f7c67b83205297bfb229e0d2cf
MD5 9e3e825ee8a4a97c0eac54871116f869
BLAKE2b-256 03ab49096965641b40b53c63cd4a65e4b2842ae154586015d6d020961de86d9d

See more details on using hashes here.

File details

Details for the file grpcio-1.56.0-cp38-cp38-manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for grpcio-1.56.0-cp38-cp38-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 72836b5a1d4f508ffbcfe35033d027859cc737972f9dddbe33fb75d687421e2e
MD5 5aec4cc961ef7305f6e0c9a1d24b5946
BLAKE2b-256 4649a6ddc008059e6011c028ad7fea0dcefb4f391885fb9271f2f2b42d3c47af

See more details on using hashes here.

File details

Details for the file grpcio-1.56.0-cp38-cp38-macosx_10_10_universal2.whl.

File metadata

File hashes

Hashes for grpcio-1.56.0-cp38-cp38-macosx_10_10_universal2.whl
Algorithm Hash digest
SHA256 1eadd6de258901929223f422ffed7f8b310c0323324caf59227f9899ea1b1674
MD5 cce7b22cf7e39e35159c455b03ccf8b2
BLAKE2b-256 d262b2da52d8de3e7c785613cda521e405d2fe85da5728c7c84fd8ea0fce522e

See more details on using hashes here.

File details

Details for the file grpcio-1.56.0-cp38-cp38-linux_armv7l.whl.

File metadata

File hashes

Hashes for grpcio-1.56.0-cp38-cp38-linux_armv7l.whl
Algorithm Hash digest
SHA256 c6f36621aabecbaff3e70c4d1d924c76c8e6a7ffec60c331893640a4af0a8037
MD5 841d31c534615f67f752fba603fb24c2
BLAKE2b-256 a2336ab84df6d558bbda4595de1db670e83b1fa11364c6267f60468d8e52087e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.56.0-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 4.2 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.9

File hashes

Hashes for grpcio-1.56.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 991224fd485e088d3cb5e34366053691a4848a6b7112b8f5625a411305c26691
MD5 427a6343d4cbef626264bc05731a8249
BLAKE2b-256 32f7ed1d9dcf12b867a7d4de8b2644932ea0b11d2355f2fa11222deba06576d3

See more details on using hashes here.

File details

Details for the file grpcio-1.56.0-cp37-cp37m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for grpcio-1.56.0-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 5d2fc471668a7222e213f86ef76933b18cdda6a51ea1322034478df8c6519959
MD5 00022c33748ec0be76a1a387cc2dead2
BLAKE2b-256 7fd2653645f1e81352313ec17b42101f9f678824fd099e6693064e741536e6d7

See more details on using hashes here.

File details

Details for the file grpcio-1.56.0-cp37-cp37m-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for grpcio-1.56.0-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 79d4c5911d12a7aa671e5eb40cbb50a830396525014d2d6f254ea2ba180ce637
MD5 dc765dd8436433339271845191f41a48
BLAKE2b-256 889f95f1ed9804844545a34b03fc7492b7c077cc7c3852b4653c7b7238fe677a

See more details on using hashes here.

File details

Details for the file grpcio-1.56.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for grpcio-1.56.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 38fdf5bd0a1c754ce6bf9311a3c2c7ebe56e88b8763593316b69e0e9a56af1de
MD5 8a606fd23fc2607f653de1491984f0d1
BLAKE2b-256 5483d6957f030e9c95ae063741afa93992b974cde21646a00451b16b5473413d

See more details on using hashes here.

File details

Details for the file grpcio-1.56.0-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for grpcio-1.56.0-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 66f0369d27f4c105cd21059d635860bb2ea81bd593061c45fb64875103f40e4a
MD5 4a0cc11373110510921899ca0c5a33fe
BLAKE2b-256 3eb2381914940b6c456eb468c34e13467d24c6b45db812b4eb19cbb575df614b

See more details on using hashes here.

File details

Details for the file grpcio-1.56.0-cp37-cp37m-manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for grpcio-1.56.0-cp37-cp37m-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 0409de787ebbf08c9d2bca2bcc7762c1efe72eada164af78b50567a8dfc7253c
MD5 f230c7ee0518315112c38f24cc5d0c43
BLAKE2b-256 f3c88fca7cae01afe29680d976772413c7d2b200a4a5a17f9c9424d8fd3d8f28

See more details on using hashes here.

File details

Details for the file grpcio-1.56.0-cp37-cp37m-macosx_10_10_universal2.whl.

File metadata

File hashes

Hashes for grpcio-1.56.0-cp37-cp37m-macosx_10_10_universal2.whl
Algorithm Hash digest
SHA256 c2148170e01d464d41011a878088444c13413264418b557f0bdcd1bf1b674a0e
MD5 5e7e91954985855feaf7267cddbf2075
BLAKE2b-256 5cb721ef78919c5c09a5998a22622bb242565c8e61ee97fd1a9118507afcf504

See more details on using hashes here.

File details

Details for the file grpcio-1.56.0-cp37-cp37m-linux_armv7l.whl.

File metadata

File hashes

Hashes for grpcio-1.56.0-cp37-cp37m-linux_armv7l.whl
Algorithm Hash digest
SHA256 b1f4b6f25a87d80b28dd6d02e87d63fe1577fe6d04a60a17454e3f8077a38279
MD5 e157c37e8fdfab4f291821621ee97e1b
BLAKE2b-256 64addd0727b6df44339ca178361a4b90bc2e2a016a03a57fffce9bdedbba84a4

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