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

Uploaded Source

Built Distributions

grpcio-1.53.1-cp311-cp311-win_amd64.whl (4.0 MB view details)

Uploaded CPython 3.11 Windows x86-64

grpcio-1.53.1-cp311-cp311-win32.whl (3.3 MB view details)

Uploaded CPython 3.11 Windows x86

grpcio-1.53.1-cp311-cp311-musllinux_1_1_x86_64.whl (5.2 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

grpcio-1.53.1-cp311-cp311-musllinux_1_1_i686.whl (5.5 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

grpcio-1.53.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.0 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

grpcio-1.53.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (5.2 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

grpcio-1.53.1-cp311-cp311-manylinux_2_17_aarch64.whl (4.3 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

grpcio-1.53.1-cp311-cp311-macosx_10_10_universal2.whl (8.5 MB view details)

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

grpcio-1.53.1-cp311-cp311-linux_armv7l.whl (88.7 MB view details)

Uploaded CPython 3.11

grpcio-1.53.1-cp310-cp310-win_amd64.whl (4.0 MB view details)

Uploaded CPython 3.10 Windows x86-64

grpcio-1.53.1-cp310-cp310-win32.whl (3.3 MB view details)

Uploaded CPython 3.10 Windows x86

grpcio-1.53.1-cp310-cp310-musllinux_1_1_x86_64.whl (5.2 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

grpcio-1.53.1-cp310-cp310-musllinux_1_1_i686.whl (5.5 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

grpcio-1.53.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.0 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

grpcio-1.53.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (5.2 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

grpcio-1.53.1-cp310-cp310-manylinux_2_17_aarch64.whl (4.3 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

grpcio-1.53.1-cp310-cp310-macosx_12_0_universal2.whl (8.4 MB view details)

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

grpcio-1.53.1-cp310-cp310-linux_armv7l.whl (88.5 MB view details)

Uploaded CPython 3.10

grpcio-1.53.1-cp39-cp39-win_amd64.whl (4.0 MB view details)

Uploaded CPython 3.9 Windows x86-64

grpcio-1.53.1-cp39-cp39-win32.whl (3.3 MB view details)

Uploaded CPython 3.9 Windows x86

grpcio-1.53.1-cp39-cp39-musllinux_1_1_x86_64.whl (5.2 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

grpcio-1.53.1-cp39-cp39-musllinux_1_1_i686.whl (5.5 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

grpcio-1.53.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.0 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

grpcio-1.53.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (5.2 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

grpcio-1.53.1-cp39-cp39-manylinux_2_17_aarch64.whl (4.3 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

grpcio-1.53.1-cp39-cp39-macosx_10_10_universal2.whl (8.5 MB view details)

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

grpcio-1.53.1-cp39-cp39-linux_armv7l.whl (88.6 MB view details)

Uploaded CPython 3.9

grpcio-1.53.1-cp38-cp38-win_amd64.whl (4.0 MB view details)

Uploaded CPython 3.8 Windows x86-64

grpcio-1.53.1-cp38-cp38-win32.whl (3.3 MB view details)

Uploaded CPython 3.8 Windows x86

grpcio-1.53.1-cp38-cp38-musllinux_1_1_x86_64.whl (5.2 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

grpcio-1.53.1-cp38-cp38-musllinux_1_1_i686.whl (5.5 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

grpcio-1.53.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.0 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

grpcio-1.53.1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (5.2 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

grpcio-1.53.1-cp38-cp38-manylinux_2_17_aarch64.whl (4.3 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

grpcio-1.53.1-cp38-cp38-macosx_10_10_universal2.whl (8.5 MB view details)

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

grpcio-1.53.1-cp38-cp38-linux_armv7l.whl (88.6 MB view details)

Uploaded CPython 3.8

grpcio-1.53.1-cp37-cp37m-win_amd64.whl (3.9 MB view details)

Uploaded CPython 3.7m Windows x86-64

grpcio-1.53.1-cp37-cp37m-musllinux_1_1_x86_64.whl (5.2 MB view details)

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

grpcio-1.53.1-cp37-cp37m-musllinux_1_1_i686.whl (5.5 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

grpcio-1.53.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.0 MB view details)

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

grpcio-1.53.1-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (5.2 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686

grpcio-1.53.1-cp37-cp37m-manylinux_2_17_aarch64.whl (4.3 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

grpcio-1.53.1-cp37-cp37m-macosx_10_10_universal2.whl (8.5 MB view details)

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

grpcio-1.53.1-cp37-cp37m-linux_armv7l.whl (88.2 MB view details)

Uploaded CPython 3.7m

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.53.1.tar.gz
Algorithm Hash digest
SHA256 035e0b82ab8b4963430adcc89f5a7a889f5c102a903670c53d7a0268cad65142
MD5 79034c10e780c0ec03d3478df13d94d1
BLAKE2b-256 5e88ca25eb345ad58691d6660300c0a78f3c6418d0719cb43432578080be4472

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.53.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 9fbadca0db68d69392b4c586f8d4cc1b733fbef6a4c060dae6d7b5b44fa00d18
MD5 26f743efd1f8ba877cad6dee262459ac
BLAKE2b-256 2d5343f4065f776547c641476a808879cedaaafe2d48897f530834408bdcda3d

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.53.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 3bda01c43caceb2e808dabf6fecba363ce35f393734e0078ad325b3274e6d530
MD5 1194e9cc182372a32c361ee114caf2e8
BLAKE2b-256 8e2ed84179757aa0d7bc808c2ff7b38b59dc7a640cddec80c66b0cbc88a7e32c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.53.1-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 b0a14c2933fa78474332e0142acc1d1ff57425bb5b89362ef6409065ea6f61e3
MD5 3cd5a1d9233afc3446ba6b64aeb92603
BLAKE2b-256 0ce63302cb64a562dff6267a7207d18006575c23c9d5a02e0cba375a8cfc516d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.53.1-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 c04069a442f9feebc8be9702963f49a94639e176cc3d508c18e0de37cf105e75
MD5 c6fb9408fd1557417ec237f14f2d51a2
BLAKE2b-256 9fc7ddb442002af54271336c06010a8ecd165359e78e0795efff498fe521c89c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.53.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 24454e1da637bd26592141226994ac302ac78b9b654d76ee3bb086a98eae03ab
MD5 ab2927422270af649000fbbaecd6207e
BLAKE2b-256 a37c089b6e1dabc06afa621776896a2ee080ea5bf53d19fae3bf7055b513ab83

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.53.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ef66e9c1ca474ddff62192f43efef7c0def29a1bcbe0dd9752ddb627016eb739
MD5 310f673dadac6045fa771c1a59af07ba
BLAKE2b-256 3e8a3142cee86f8e17b709a18b330d95dce0027c344a7f5a69658c33243d27a4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.53.1-cp311-cp311-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 1919d7ad5b5c47efdb8fa6b7731cb1f92f98ba24d7c4990d42c7b90d8be7d0c8
MD5 2e53de85fa48f73364b611a06d40ff2d
BLAKE2b-256 71a172499bd98b456782d3dc08cdc5b0d53c66bb2cb44f999e269e649cac65a2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.53.1-cp311-cp311-macosx_10_10_universal2.whl
Algorithm Hash digest
SHA256 dd5860380ada9f08b32aa2f2de0a307549b9d58de4139f6ee8fa964b87531bc3
MD5 6afadc3591515b43015cc63c5fcb34aa
BLAKE2b-256 f91391aa7887207aeca7e2f512e3ad59c2cf543a24dd0887f6331b14ea6472fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.53.1-cp311-cp311-linux_armv7l.whl
Algorithm Hash digest
SHA256 1329fb30993c7688ad816f27769605d445d662d6d3c661b1d779eff09cccf6dd
MD5 816ad319ef55e51215f5448dc205f165
BLAKE2b-256 1d897f54330f5afb6673d27a3fd80422aa01b1df2c52a303adef6da540bf230c

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.53.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 c7c8c23d0f4775a1cd384ed7fb8788cbe1944c41f8da06c7e254adf524f2f251
MD5 5335ec567b912f0d8e65a5f3e2b0576d
BLAKE2b-256 548da2a63be044d967a168a0e095e739ef10339bb78ee3d1c9b51203ecbbafb9

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.53.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 86e692f2c8162db14b5313e9a26edac080bf9d21b67127f039080015f13afb79
MD5 92a3d3077650d62790a9b79093594391
BLAKE2b-256 25d33e1f95b1358bc967b1d52ea7cc28ea31ac09cd66aff5baae63eff318e99f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.53.1-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 ff8740e90567f6653083c13bb8b04705088fa3a067d9be85f96b3b845ba89745
MD5 0d61403e5f7535e49f8dfd39448d8101
BLAKE2b-256 a36976ca2222033c940bfb5b2587fd48e6416d276f69f1b31bfd0ac534e65844

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.53.1-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 92c7cbfc8b50e6c64f5d774fdce193d8d48587f5e98763dccc650d8710f06220
MD5 b678bc88bc6504ab550efb6149ac9e96
BLAKE2b-256 0af9fad33ebb43b0d1a9f571df928b9948d994c647e7928ceb5285b31b8d3433

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.53.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e84d8555477df24331d47255d55ebd172bcd568fc4e379900e923015cc019798
MD5 164065db326d1e96350fd03e18876843
BLAKE2b-256 6678a1e1a04d6ce6d6ede969b6f92235ec616ff4b2909a5c9ff380a41fbe1c7d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.53.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 543153e96580e22a3f4efb01dc8465db7e1c0d0ca9263988988687495c5f3c0f
MD5 1ea29afca4a2b6140a3d8d71ee9bb4e9
BLAKE2b-256 046b788b4cd95145ec20744fcc17483434467e3c12d24318b4bdf87f3360f928

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.53.1-cp310-cp310-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 ec18fe2500495337b0f652b7b6469acf554b842765da158e34b123a3dbc1e081
MD5 6d88d94c30df34daa94e650bdf6a17e4
BLAKE2b-256 b30c1252fae3aadbdb6d319442eb06f524c02008a4f86b08ec908384ef1229c5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.53.1-cp310-cp310-macosx_12_0_universal2.whl
Algorithm Hash digest
SHA256 077f7bffbd8f15e10fa524bab91dac95aa1d8e6d68b5118ec1888e9a5061e24f
MD5 4ed6cc30583d208558fefe7e313e1aac
BLAKE2b-256 43f2cc5e0a9ffe1482bb469881c7e9c04e13e2745b7639438822fea754a3fce5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.53.1-cp310-cp310-linux_armv7l.whl
Algorithm Hash digest
SHA256 bed25d855acb729e49cf50e8305ee7f3119224c07bb37291f479b7aa1982310b
MD5 1cff8fea9d721557604d53a0b5e3b6b4
BLAKE2b-256 85188dad0c48cb87e34a16c483f69f1b5ced1404563014c79e62623cf2ee481c

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.53.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 1a6d9061243c646cef947d225f2d56f196113819410904d2a301df61874dce00
MD5 359dbbb604d1a3e6434831b5f3c2b37b
BLAKE2b-256 b178a2a061f64d38d3d335e1667ced2facd8657aad9f5fd2a0c2d318cc42cf45

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.53.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 d5d7eff096e3933b90c7d78876c688c85dc01fa0209b00d5aef261a4bdaf4301
MD5 ca87ffe17d3b129ec4e2ebf9aef71d77
BLAKE2b-256 2a6901b6465638eb9700dab25f42f9b9f41dee8cccd652ef2e633a0bff1447f2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.53.1-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 390027c519e74279de1d36c9c94de663696b2ad416cdeea16f09ca858dc628a5
MD5 6f7c9ca6c0ed75a257c2c2dcde88c2c7
BLAKE2b-256 037378d6b99c9d6eb5ea5d704f2044b33651210026dfc07b5412b356756a0163

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.53.1-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 b33fb1fb991996b0e814187903a074d122a5c7468e70fc8bb64157943219612c
MD5 082e74f7bf676f532d54cb4a0742b69c
BLAKE2b-256 d883bb57233f2b21845558759f4e3cccdaf1d4a7253fd147fdd70156aabd78e9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.53.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ed11afb628bff3c6ad8f34dd1db1ab62922ab945f5677e4b3bd9f6c934010156
MD5 46a62edfcdace8b99737602014cc09e2
BLAKE2b-256 679e88523683bb15f7b1047f5bfbec004737fe9b6ba0617d544d4ec851068c0d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.53.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 48f695829150ebb863711e1ba59f5558cf1f06492e9753a9bc1f9d89542a72ae
MD5 c95eea60790c16807cc470a39bf4520d
BLAKE2b-256 b773cbda0ed8e6d6f45eadb857311eefec5aebcab97567c8b33d2a7d027bbffc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.53.1-cp39-cp39-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 1524708be76a9ac8a464a6480bddae1f52cee40c3e82892f7187452beed5f693
MD5 9dfb5a7484acd6809e04302ab204bcc0
BLAKE2b-256 1d42e10e9ff16eb3e1427eb0fb20046e8701b8af65802402f107c7f94b2c6627

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.53.1-cp39-cp39-macosx_10_10_universal2.whl
Algorithm Hash digest
SHA256 be1f8e74c5fc41f0cc3b76953cb15e5b9bb6fa4ef634cd2da41921b4b5065ce7
MD5 25c63297e777a812787b30f06e9fc4e8
BLAKE2b-256 bd21ae8bae5210853870f93e421b91267e22479539e944faddef4717bd7a2ec6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.53.1-cp39-cp39-linux_armv7l.whl
Algorithm Hash digest
SHA256 adedbe0ea0c186f2f57f0939f5e3b9602df17eb4b35939b7e299898fd3d36097
MD5 e335db3f70b1fa6255ddf20077263f8e
BLAKE2b-256 246e790a0811cf1c18857ea7cf0ea77d5f85463d89508e54f71f22dd661b233f

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.53.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 e41721cb20845e507f43c5c9db29c9a3c08da871549d72f50134d91d9ebeee57
MD5 2074dc0f24974d997ec471e5b714a10e
BLAKE2b-256 f6dfeab42ebc54e3625f6bb870ad1c4c12727cd58fcb7054087051e96618ceda

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.53.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 d8dcc719cdb6ba5b3e565cc1387da946728a8e238837eef2a166b6fc51a27071
MD5 4d67c8e35b1248b70be1720b286283dc
BLAKE2b-256 24cc405ec29be23002a31405640b1006598ad3f6590dacfeaf3d9fd6b5d8abef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.53.1-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 99414aaa9f7ed569617225a3ee2b76b160b6cc5348d5ca04e001a36ebb037e6e
MD5 be7761a943c78095712bfccb5ac91e5b
BLAKE2b-256 67409e3a7c755a677c037fa8170690a20e924bcd02fde762f254e4df1d18598a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.53.1-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 624189c161d6a6cace2449e5441b4acbbaaa15505ac05cb11bd31695ca56fd23
MD5 dfc356d4839d4a15613838151b8d6367
BLAKE2b-256 98e9b68352ae440b1bd0ca5cf0e4dfd9605cce33900b3d1260804806a7589816

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.53.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 60ce58f4d0c076d492f08d510c421c73162521479fedcc70616ff5e5f465b237
MD5 bf0ded073f64544bb7acfc3341a93b10
BLAKE2b-256 d094324777447a67ec4c21a19798ef9b80ee15ec13ada9a103900922b9050ee2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.53.1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 80554036d4f1350ba42fd41f761bb09608d8e054dab88b3de1ed5914ae9c67c2
MD5 3af045acb5ece261e3e27703f0e44b57
BLAKE2b-256 cdc272f036402e427bb6ecf04f922c9b8db0e52dd53f7ba10ecdb4d2ef72a1d5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.53.1-cp38-cp38-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 47a2598f6016c7f6dce481e7338e2b6602a21addfd98da8cff5cdead3c65f11a
MD5 3050111842f726ef0d2d14664bdbb6d6
BLAKE2b-256 33b17253f5ab8ffc6abd3ed8ab7e27a43e04d9e0cb695bcbe87a0fcde6ffdfee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.53.1-cp38-cp38-macosx_10_10_universal2.whl
Algorithm Hash digest
SHA256 03bb4755179fc06a47632bc6700eb028dc3622b84164bb75c5be09e5ef89ab34
MD5 c4e335b3c59d7779816d582de9c52281
BLAKE2b-256 3467cfdd6b89f846d58b2c819712cd895085b1eb0131ceb9b0a1186de9db60fd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.53.1-cp38-cp38-linux_armv7l.whl
Algorithm Hash digest
SHA256 1ae94dbc209e809ad76b8039b29e098b64c463b000258eea1e2e1e575f903df3
MD5 d347a73c17b6623cb235105b499ad12c
BLAKE2b-256 4710d535eb13180a686e9c0f41848e6ac6c27376b82481aea89b543db610d06d

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.53.1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 5e692c6fd373a57c9790066b8cca7c120204851457991311fd8394718ec4901d
MD5 e6c8f560bf4c6417483bc84908cd087d
BLAKE2b-256 babd0627618d296400274296c10f53864ccc67a7ec04c7dc906a2ecfd06ae122

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.53.1-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 10b965dcd6ace0e8c814b318780c11101f98c4dc0f72c3903203491cf59b6cff
MD5 bcd18af3ab1a69237a3549227b4e692c
BLAKE2b-256 e52541f19eea17f3fbdaf645daa819d8c5da635444a35dc078594feafc3cba08

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.53.1-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 5d67fa6687aecf50f72f3de877c9bb51a1d8793014522f0368b82302da5e5460
MD5 f2320052c76e3f019cbf0cabcb795b1a
BLAKE2b-256 fd0c1abc754ce1dab27829702bfebf2972c39394e8059f1a077af79f6791baf4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.53.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9e5bd20a23050e152dbc7e7de61ba63bf210bb00b62e27e117b1507907d1dbd4
MD5 ef8645886a28a9e498193749d98c0213
BLAKE2b-256 8197a23facd33d0502fa1d3c8172c535e413cc178b8947ee732cdfc6fd979442

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.53.1-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 eb338ca34aef4560b1ac49d10aadc7e50815d64eef98286a9e7ed61d3f08a339
MD5 823ff0f7503618a21fe472680986cf2b
BLAKE2b-256 371d4d51ed063712db99d939b2cd6a8282571e7c4c511bf0fb4f602c4171a7a4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.53.1-cp37-cp37m-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 632da039192d1f8213dc96a07fc1260a021dc0f28424e510ee58959112e299ab
MD5 77a4d43238970e2fb72341a41268b435
BLAKE2b-256 dcbbe563a1f0338ec555e51776d709128a4c29c6f54f095af1cff681224d748f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.53.1-cp37-cp37m-macosx_10_10_universal2.whl
Algorithm Hash digest
SHA256 5e4547b4caac7d9d69adb1cb13e9b904aa4721c8751852a9c2cf253331df8d48
MD5 fbf0acf72bb113a9a382a03d0f70fe55
BLAKE2b-256 e178cdeff5605daf5dc8e2fd8fc20a7bfe13eaf8bb440f30a3913d9db944d252

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.53.1-cp37-cp37m-linux_armv7l.whl
Algorithm Hash digest
SHA256 158596e1fad0866decf91b32c835ec0f905e75045f49b4070fefb0662281d728
MD5 ebe3d6809c41541bde8a2681ac4874ba
BLAKE2b-256 f36c027f856a2df99005246fb0607119ed7250069d9a90a4479d05099dee2c45

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