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

Uploaded Source

Built Distributions

grpcio-1.57.0-cp311-cp311-win_amd64.whl (4.3 MB view details)

Uploaded CPython 3.11 Windows x86-64

grpcio-1.57.0-cp311-cp311-win32.whl (3.6 MB view details)

Uploaded CPython 3.11 Windows x86

grpcio-1.57.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.57.0-cp311-cp311-musllinux_1_1_i686.whl (5.8 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

grpcio-1.57.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.3 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

grpcio-1.57.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.57.0-cp311-cp311-manylinux_2_17_aarch64.whl (4.8 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

grpcio-1.57.0-cp311-cp311-macosx_10_10_universal2.whl (9.0 MB view details)

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

grpcio-1.57.0-cp311-cp311-linux_armv7l.whl (96.4 MB view details)

Uploaded CPython 3.11

grpcio-1.57.0-cp310-cp310-win_amd64.whl (4.3 MB view details)

Uploaded CPython 3.10 Windows x86-64

grpcio-1.57.0-cp310-cp310-win32.whl (3.6 MB view details)

Uploaded CPython 3.10 Windows x86

grpcio-1.57.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.57.0-cp310-cp310-musllinux_1_1_i686.whl (5.8 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

grpcio-1.57.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.3 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

grpcio-1.57.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (5.5 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

grpcio-1.57.0-cp310-cp310-manylinux_2_17_aarch64.whl (4.8 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

grpcio-1.57.0-cp310-cp310-macosx_12_0_universal2.whl (9.0 MB view details)

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

grpcio-1.57.0-cp310-cp310-linux_armv7l.whl (96.2 MB view details)

Uploaded CPython 3.10

grpcio-1.57.0-cp39-cp39-win_amd64.whl (4.3 MB view details)

Uploaded CPython 3.9 Windows x86-64

grpcio-1.57.0-cp39-cp39-win32.whl (3.6 MB view details)

Uploaded CPython 3.9 Windows x86

grpcio-1.57.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.57.0-cp39-cp39-musllinux_1_1_i686.whl (5.8 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

grpcio-1.57.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.3 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

grpcio-1.57.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.57.0-cp39-cp39-manylinux_2_17_aarch64.whl (4.8 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

grpcio-1.57.0-cp39-cp39-macosx_10_10_universal2.whl (9.1 MB view details)

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

grpcio-1.57.0-cp39-cp39-linux_armv7l.whl (96.2 MB view details)

Uploaded CPython 3.9

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

Uploaded CPython 3.8 Windows x86-64

grpcio-1.57.0-cp38-cp38-win32.whl (3.6 MB view details)

Uploaded CPython 3.8 Windows x86

grpcio-1.57.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.57.0-cp38-cp38-musllinux_1_1_i686.whl (5.8 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

grpcio-1.57.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.3 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

grpcio-1.57.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.57.0-cp38-cp38-manylinux_2_17_aarch64.whl (4.8 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

grpcio-1.57.0-cp38-cp38-macosx_10_10_universal2.whl (9.1 MB view details)

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

grpcio-1.57.0-cp38-cp38-linux_armv7l.whl (96.0 MB view details)

Uploaded CPython 3.8

grpcio-1.57.0-cp37-cp37m-win_amd64.whl (4.3 MB view details)

Uploaded CPython 3.7m Windows x86-64

grpcio-1.57.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.57.0-cp37-cp37m-musllinux_1_1_i686.whl (5.8 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

grpcio-1.57.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.3 MB view details)

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

grpcio-1.57.0-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (5.5 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686

grpcio-1.57.0-cp37-cp37m-manylinux_2_17_aarch64.whl (4.8 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

grpcio-1.57.0-cp37-cp37m-macosx_10_10_universal2.whl (9.0 MB view details)

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

grpcio-1.57.0-cp37-cp37m-linux_armv7l.whl (95.6 MB view details)

Uploaded CPython 3.7m

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.57.0.tar.gz
Algorithm Hash digest
SHA256 4b089f7ad1eb00a104078bab8015b0ed0ebcb3b589e527ab009c53893fd4e613
MD5 52816fb8c7dac5f6d7ada450ddf089f1
BLAKE2b-256 18b53ebe1bd133f472640e2d8941d2208b8de63706ebc08b09e1bb988d7f0071

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.57.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 4.3 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.57.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 e503cb45ed12b924b5b988ba9576dc9949b2f5283b8e33b21dcb6be74a7c58d0
MD5 bfe39e760841e8e13f2eff1b976e2122
BLAKE2b-256 8d58ede228c07bdf3780c5332660c89f3c7a37fe8bfb9bd73a97ad2614420bd4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.57.0-cp311-cp311-win32.whl
  • Upload date:
  • Size: 3.6 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.57.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 bb396952cfa7ad2f01061fbc7dc1ad91dd9d69243bcb8110cf4e36924785a0fe
MD5 2bc175a7150c4c53a2284a91a3a6c1ad
BLAKE2b-256 24275d8c2baf51c30cf2e439cb2127c8e6dbe87d59e21f2efb072c22dace763f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.57.0-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 fada6b07ec4f0befe05218181f4b85176f11d531911b64c715d1875c4736d73a
MD5 776e36c0f3f8d8bf02682b536a3ed772
BLAKE2b-256 60d146772d610512605d24e3fe73679d18d69d315196a0a597ed108569d02c4d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.57.0-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 fe752639919aad9ffb0dee0d87f29a6467d1ef764f13c4644d212a9a853a078d
MD5 eef7b64c88eada8e80d7a16e6650576b
BLAKE2b-256 c83bda254bbfc67bed98194e74c51f02a1a4e443daa84bd7f409406d6ad3b4f1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.57.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 aed90d93b731929e742967e236f842a4a2174dc5db077c8f9ad2c5996f89f63e
MD5 b65e7638405c2ba77277faa9a67a5cea
BLAKE2b-256 f68c6bba418b0b10eeaaaa5d1f2b86a6324549108661a5bb6400045b58eeab26

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.57.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5371bcd861e679d63b8274f73ac281751d34bd54eccdbfcd6aa00e692a82cd7b
MD5 f1717769339647f1b4b8f386daad1a7c
BLAKE2b-256 33e944623a5d3a9d7f820e17986b13faefc3ec5a745ae68e56a453ee1f5f4d7c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.57.0-cp311-cp311-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 23e7d8849a0e58b806253fd206ac105b328171e01b8f18c7d5922274958cc87e
MD5 e44aa50a619a83fec7239cf06e379ce4
BLAKE2b-256 350c215f9d3fdd0af4717f7adf676d6696aac0bf51945501ac2da435bb12dc83

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.57.0-cp311-cp311-macosx_10_10_universal2.whl
Algorithm Hash digest
SHA256 00258cbe3f5188629828363ae8ff78477ce976a6f63fb2bb5e90088396faa82e
MD5 20dc5db6020e6dd7de66cf6f37ae4faf
BLAKE2b-256 7d9595040281591928aa8428737df2963b90f7a690d2d583484df81ac292e715

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.57.0-cp311-cp311-linux_armv7l.whl
Algorithm Hash digest
SHA256 c6ebecfb7a31385393203eb04ed8b6a08f5002f53df3d59e5e795edb80999652
MD5 33a1d81f035ad0a52a6c80d89f7cafe4
BLAKE2b-256 9de52ef63b63e1716d56e87e62ca56cfcb242a3318e667e454306204c4fd32b4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.57.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 4.3 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.57.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 7b400807fa749a9eb286e2cd893e501b110b4d356a218426cb9c825a0474ca56
MD5 939d13e520bda04f1889e8c26b365181
BLAKE2b-256 b78056048dd2223a075f421dba172074c93d5545a4348e0699eee15120b4f41d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.57.0-cp310-cp310-win32.whl
  • Upload date:
  • Size: 3.6 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.57.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 57b183e8b252825c4dd29114d6c13559be95387aafc10a7be645462a0fc98bbb
MD5 42e61555f269cc5ae6a72225d58476ae
BLAKE2b-256 d7e0f98c21c64077ea86fcd35c7b8693d0ac033bd247e56c5481b85beff88f5c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.57.0-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 6907b1cf8bb29b058081d2aad677b15757a44ef2d4d8d9130271d2ad5e33efca
MD5 5c49a1e8f57ef7796f4566ec770add31
BLAKE2b-256 e930245f208656aad51286348f14839ee339cf883675d06e2d907170043714c7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.57.0-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 60fe15288a0a65d5c1cb5b4a62b1850d07336e3ba728257a810317be14f0c527
MD5 4ab229a490199e6f9622b901007cce79
BLAKE2b-256 04be756f686d615f5628ef7ac748e3ba34c76899b319df62be316599c4b67671

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.57.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2f708a6a17868ad8bf586598bee69abded4996b18adf26fd2d91191383b79019
MD5 21a5971c875e38f443b9e807ee052d3e
BLAKE2b-256 28fac38a010d3fffcac07ef121abb34eb2c3db0876df74267ce5bde13c3a6ed7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.57.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 40b72effd4c789de94ce1be2b5f88d7b9b5f7379fe9645f198854112a6567d9a
MD5 8622c787c6f3759cff44e235193bd239
BLAKE2b-256 636c82c3960a076ed5aab56d786c8c158d4ee4ada5c2393b7ccfe09a4942672a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.57.0-cp310-cp310-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 82640e57fb86ea1d71ea9ab54f7e942502cf98a429a200b2e743d8672171734f
MD5 038afcadd5b0d9650efa0e00070f3579
BLAKE2b-256 a81e76492a331a869710d2d9378cc88032ceb1662e824c632631ae21d2a01d66

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.57.0-cp310-cp310-macosx_12_0_universal2.whl
Algorithm Hash digest
SHA256 2f7349786da979a94690cc5c2b804cab4e8774a3cf59be40d037c4342c906649
MD5 cdf6d889f9d4f8608d3a4b87972ab8b0
BLAKE2b-256 33a2a0b795b10068611ca5b6dbdf4f294fcec63e26165a512d1d9b48cd25a4ab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.57.0-cp310-cp310-linux_armv7l.whl
Algorithm Hash digest
SHA256 092fa155b945015754bdf988be47793c377b52b88d546e45c6a9f9579ac7f7b6
MD5 a740e8891da7d5105591da5b49fb5aab
BLAKE2b-256 a96ba1db800c594e22887ed94b179f0c4e31c5d9a4cfd5ac61e8549d3ea679d6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.57.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 4.3 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.57.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 20ec6fc4ad47d1b6e12deec5045ec3cd5402d9a1597f738263e98f490fe07056
MD5 6e25b1db609b36dc82e960484c9efb2f
BLAKE2b-256 d66aacad736fc70df88f4cb3de5a056a7a0a6e2e996e16a6e923cb9433bb6304

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.57.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 3.6 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.57.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 d78d8b86fcdfa1e4c21f8896614b6cc7ee01a2a758ec0c4382d662f2a62cf766
MD5 e02e9a1a19bed6ecc952bda845ccb592
BLAKE2b-256 6d51e5e7e0965ecabe1751b50bb4a74b55634574828af5280599ff7c52782cf3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.57.0-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 7a635589201b18510ff988161b7b573f50c6a48fae9cb567657920ca82022b37
MD5 afbc9fad4772ad9d0608c428129be203
BLAKE2b-256 27c0af3c39756399c519f27fc184a61271405ee9c50d143ba84a5f17284adced

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.57.0-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 b670c2faa92124b7397b42303e4d8eb64a4cd0b7a77e35a9e865a55d61c57ef9
MD5 30344fce851cfcef4ef179e14d38a736
BLAKE2b-256 041a3efc9de6f0fc1dbe2018b283a7500041944bed3762be4621af4f74c07844

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.57.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5613a2fecc82f95d6c51d15b9a72705553aa0d7c932fad7aed7afb51dc982ee5
MD5 9caa2aa00a07e6333911949d0afb78e5
BLAKE2b-256 696746ce6471c94af40118d728caa7e840fd55c70878dcfdad9837003e5863b6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.57.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e3fdf04e402f12e1de8074458549337febb3b45f21076cc02ef4ff786aff687e
MD5 765beae42de7d8ca471ca8051df49c3d
BLAKE2b-256 e235abd6d898675ae39536a090338f7f4fa3d2c7aa759366ae08c4a7dd49242e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.57.0-cp39-cp39-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 f19ac6ac0a256cf77d3cc926ef0b4e64a9725cc612f97228cd5dc4bd9dbab03b
MD5 4219a421c0b0023bfe1e6724b4de2307
BLAKE2b-256 904ae55ce1c4f04f8edf0f47e5ff2dc203cd08a7afbd05ef86e54c4cf71c1402

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.57.0-cp39-cp39-macosx_10_10_universal2.whl
Algorithm Hash digest
SHA256 b53333627283e7241fcc217323f225c37783b5f0472316edcaa4479a213abfa6
MD5 a7326f237c3b7f4b84e686911f0f314b
BLAKE2b-256 65a397704b6daa6042d1cf985f499695656ee1a2508f95921e6ba1aab63c902c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.57.0-cp39-cp39-linux_armv7l.whl
Algorithm Hash digest
SHA256 fee387d2fab144e8a34e0e9c5ca0f45c9376b99de45628265cfa9886b1dbe62b
MD5 5ab8dd76e797240fc503e531c68d91d8
BLAKE2b-256 bdbff49c26d79da8eaab1ff12f597ddb956902a247825e1ca31dcb045cad5090

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.57.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.57.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 e1cb52fa2d67d7f7fab310b600f22ce1ff04d562d46e9e0ac3e3403c2bb4cc16
MD5 1950b67871bfe714a730c7c1070ff070
BLAKE2b-256 50cdc488d6c5035b28743fe13b464f1eea78c050a876ce01a94192782cebe34c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.57.0-cp38-cp38-win32.whl
  • Upload date:
  • Size: 3.6 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.57.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 9338bacf172e942e62e5889b6364e56657fbf8ac68062e8b25c48843e7b202bb
MD5 47c1b80a6ad8be9fa0cfcd1a693da7e1
BLAKE2b-256 f91ced4156e5733182f6b49ee7d8ac6f1b8052b0c49274a257929094b8b8bc47

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.57.0-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 5b7a4ce8f862fe32b2a10b57752cf3169f5fe2915acfe7e6a1e155db3da99e79
MD5 0b4b56c092b4a9da467b0be4515bcbbb
BLAKE2b-256 74e67d5623e645ebda756c1dbf7692e2ade63e2bad3d0f7fd7b5581f6915b841

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.57.0-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 0f80bf37f09e1caba6a8063e56e2b87fa335add314cf2b78ebf7cb45aa7e3d06
MD5 5b5b54db3d703f4940fee7480a1917de
BLAKE2b-256 fc33f64a423830008135108c0b27afbe6c02a3a1b90abac5a89c80c4dd5f1042

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.57.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5e5b58e32ae14658085c16986d11e99abd002ddbf51c8daae8a0671fffb3467f
MD5 305f20b2296c40b3d194ea9f83974658
BLAKE2b-256 68a87052e6a5c27159f080bb70fb8d8302c0e4bea148fb430acb57f83a8f2733

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.57.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b4098b6b638d9e0ca839a81656a2fd4bc26c9486ea707e8b1437d6f9d61c3941
MD5 68f464651db196cc73cb890ec4ae5f3d
BLAKE2b-256 27ed2dad489af2b625f65911484cb497dec80f284171ac279c8379e00d799af6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.57.0-cp38-cp38-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 2313b124e475aa9017a9844bdc5eafb2d5abdda9d456af16fc4535408c7d6da6
MD5 ad66a56ff6573d45b038f483d0cf186d
BLAKE2b-256 20ae627b64425ce31355824a3f38416ab36e0476895317b1cfe056f9d46c4972

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.57.0-cp38-cp38-macosx_10_10_universal2.whl
Algorithm Hash digest
SHA256 a8a8e560e8dbbdf29288872e91efd22af71e88b0e5736b0daf7773c1fecd99f0
MD5 f48ea2f4cea2fa51e143387283358a68
BLAKE2b-256 e33bd8a69841d2fd80575824c48f8662ada56f7e584e9bbff7b0cd52b42346e4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.57.0-cp38-cp38-linux_armv7l.whl
Algorithm Hash digest
SHA256 871f9999e0211f9551f368612460442a5436d9444606184652117d6a688c9f51
MD5 6939fefd10890d3be19945df36b524f4
BLAKE2b-256 f925441482a23abb62ce4ecff877a792c044a0c9bf8c2e77fc99e4e9d60299aa

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.57.0-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 4.3 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.57.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 34950353539e7d93f61c6796a007c705d663f3be41166358e3d88c45760c7d98
MD5 c026dd2f24fc83a393b47351853c8b0f
BLAKE2b-256 0c26458bc1b0a0a3bc0851ff2ab5eaa81d070232c915d77ff4b834f3b402f024

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.57.0-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 f1fb0fd4a1e9b11ac21c30c169d169ef434c6e9344ee0ab27cfa6f605f6387b2
MD5 f2ac81b0df30f87fce9a9a2c863f0c61
BLAKE2b-256 fcefe4840316d62738f9d5cf89b67690d5603455e92ebd8fe21d0f2749212b2d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.57.0-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 b363bbb5253e5f9c23d8a0a034dfdf1b7c9e7f12e602fc788c435171e96daccc
MD5 3576319b878a95d2e49daa42daa1908f
BLAKE2b-256 330ba74f7eebf04a900ec2a795a53767f4ccbe850a276145d767ade33990894f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.57.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c60b83c43faeb6d0a9831f0351d7787a0753f5087cc6fa218d78fdf38e5acef0
MD5 54d0d317d2e73012eee9cd2c70e0fed1
BLAKE2b-256 cafba23f72166bc650652e93500cf596f724dbe9468cd1e74cc2e546d6a4fe6e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.57.0-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4faea2cfdf762a664ab90589b66f416274887641ae17817de510b8178356bf73
MD5 ae8d4bec51259429123ed096eba74862
BLAKE2b-256 8013c25e1b4e98b8d0793251843d0c50eca5ad6895018550e65cfa7a8f9be295

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.57.0-cp37-cp37m-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 76c44efa4ede1f42a9d5b2fed1fe9377e73a109bef8675fb0728eb80b0b8e8f2
MD5 9068d744e170fe17bc380de24037d6da
BLAKE2b-256 5f8db6bb2b3509273222041215f754a2e1d47e48ace81c9653f6afe9f3888867

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.57.0-cp37-cp37m-macosx_10_10_universal2.whl
Algorithm Hash digest
SHA256 d7f8df114d6b4cf5a916b98389aeaf1e3132035420a88beea4e3d977e5f267a5
MD5 fd2f57583fa90aa7077f2f331d93b88d
BLAKE2b-256 a6f9b9c6e8cbfe132d2561bf56f66f926365f3eb2aac4fd1cf4c1356a954dc7e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.57.0-cp37-cp37m-linux_armv7l.whl
Algorithm Hash digest
SHA256 fd173b4cf02b20f60860dc2ffe30115c18972d7d6d2d69df97ac38dee03be5bf
MD5 31f6d0e0bcd29af9dbbd93b2116d04c2
BLAKE2b-256 590b8866b73678a8f9b66d738a4dd545cebb052976f098d244489e17f0fdf96d

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