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

Uploaded Source

Built Distributions

grpcio-1.49.1-cp311-cp311-win_amd64.whl (3.6 MB view details)

Uploaded CPython 3.11 Windows x86-64

grpcio-1.49.1-cp311-cp311-win32.whl (3.1 MB view details)

Uploaded CPython 3.11 Windows x86

grpcio-1.49.1-cp311-cp311-musllinux_1_1_x86_64.whl (4.9 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

grpcio-1.49.1-cp311-cp311-musllinux_1_1_i686.whl (5.1 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

grpcio-1.49.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.7 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

grpcio-1.49.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (4.9 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

grpcio-1.49.1-cp311-cp311-macosx_10_10_x86_64.whl (4.3 MB view details)

Uploaded CPython 3.11 macOS 10.10+ x86-64

grpcio-1.49.1-cp311-cp311-linux_armv7l.whl (73.4 MB view details)

Uploaded CPython 3.11

grpcio-1.49.1-cp310-cp310-win_amd64.whl (3.6 MB view details)

Uploaded CPython 3.10 Windows x86-64

grpcio-1.49.1-cp310-cp310-win32.whl (3.1 MB view details)

Uploaded CPython 3.10 Windows x86

grpcio-1.49.1-cp310-cp310-musllinux_1_1_x86_64.whl (4.9 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

grpcio-1.49.1-cp310-cp310-musllinux_1_1_i686.whl (5.1 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

grpcio-1.49.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.7 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

grpcio-1.49.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (4.9 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

grpcio-1.49.1-cp310-cp310-manylinux_2_17_aarch64.whl (65.0 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

grpcio-1.49.1-cp310-cp310-macosx_10_10_x86_64.whl (4.3 MB view details)

Uploaded CPython 3.10 macOS 10.10+ x86-64

grpcio-1.49.1-cp310-cp310-linux_armv7l.whl (73.2 MB view details)

Uploaded CPython 3.10

grpcio-1.49.1-cp39-cp39-win_amd64.whl (3.6 MB view details)

Uploaded CPython 3.9 Windows x86-64

grpcio-1.49.1-cp39-cp39-win32.whl (3.1 MB view details)

Uploaded CPython 3.9 Windows x86

grpcio-1.49.1-cp39-cp39-musllinux_1_1_x86_64.whl (4.9 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

grpcio-1.49.1-cp39-cp39-musllinux_1_1_i686.whl (5.1 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

grpcio-1.49.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.7 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

grpcio-1.49.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (4.9 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

grpcio-1.49.1-cp39-cp39-manylinux_2_17_aarch64.whl (65.0 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

grpcio-1.49.1-cp39-cp39-macosx_10_10_x86_64.whl (4.5 MB view details)

Uploaded CPython 3.9 macOS 10.10+ x86-64

grpcio-1.49.1-cp39-cp39-linux_armv7l.whl (73.3 MB view details)

Uploaded CPython 3.9

grpcio-1.49.1-cp38-cp38-win_amd64.whl (3.6 MB view details)

Uploaded CPython 3.8 Windows x86-64

grpcio-1.49.1-cp38-cp38-win32.whl (3.1 MB view details)

Uploaded CPython 3.8 Windows x86

grpcio-1.49.1-cp38-cp38-musllinux_1_1_x86_64.whl (4.9 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

grpcio-1.49.1-cp38-cp38-musllinux_1_1_i686.whl (5.1 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

grpcio-1.49.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.7 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

grpcio-1.49.1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (4.9 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

grpcio-1.49.1-cp38-cp38-manylinux_2_17_aarch64.whl (65.3 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

grpcio-1.49.1-cp38-cp38-macosx_10_10_x86_64.whl (4.5 MB view details)

Uploaded CPython 3.8 macOS 10.10+ x86-64

grpcio-1.49.1-cp38-cp38-linux_armv7l.whl (73.4 MB view details)

Uploaded CPython 3.8

grpcio-1.49.1-cp37-cp37m-win_amd64.whl (3.6 MB view details)

Uploaded CPython 3.7m Windows x86-64

grpcio-1.49.1-cp37-cp37m-win32.whl (3.0 MB view details)

Uploaded CPython 3.7m Windows x86

grpcio-1.49.1-cp37-cp37m-musllinux_1_1_x86_64.whl (4.9 MB view details)

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

grpcio-1.49.1-cp37-cp37m-musllinux_1_1_i686.whl (5.1 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

grpcio-1.49.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.7 MB view details)

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

grpcio-1.49.1-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (4.9 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686

grpcio-1.49.1-cp37-cp37m-manylinux_2_17_aarch64.whl (64.8 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

grpcio-1.49.1-cp37-cp37m-macosx_10_10_x86_64.whl (4.5 MB view details)

Uploaded CPython 3.7m macOS 10.10+ x86-64

grpcio-1.49.1-cp37-cp37m-linux_armv7l.whl (73.0 MB view details)

Uploaded CPython 3.7m

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.49.1.tar.gz
Algorithm Hash digest
SHA256 d4725fc9ec8e8822906ae26bb26f5546891aa7fbc3443de970cc556d43a5c99f
MD5 9b1a285a85eaa09f0fdeb3befc2ed852
BLAKE2b-256 a31cc42834d4fee45c5cf2d9546e97e879a1cbcdecfd16eb1a12144dcb91edae

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.49.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 6b6c3a95d27846f4145d6967899b3ab25fffc6ae99544415e1adcacef84842d2
MD5 2deafc88756712a38ff05892418ef9bf
BLAKE2b-256 f02d995e7b2a4e7aee713674c6b34d75aed3c7535eb77cb12a1785d95ac35332

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.49.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 1c66a25afc6c71d357867b341da594a5587db5849b48f4b7d5908d236bb62ede
MD5 5b00c22464a129f9079f696abfc10296
BLAKE2b-256 2cc0e0786a209576f424d700cc0bd30564ac91276c0c7652359c5a89580a2731

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.49.1-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 49b301740cf5bc8fed4fee4c877570189ae3951432d79fa8e524b09353659811
MD5 b74edd63a70d78456fce7d570fbd414e
BLAKE2b-256 fc894952d2dff95f5b95db5943b2d1b55c82a485830b992f52f212b33616b523

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.49.1-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 5f8b3a971c7820ea9878f3fd70086240a36aeee15d1b7e9ecbc2743b0e785568
MD5 da2bddb93b0c7ef0b591f81bd249e97e
BLAKE2b-256 bfd56a811a651d3ddbd86cfae28ada0a9048d15aed0729ea698f652184bebe78

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.49.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 dc79b2b37d779ac42341ddef40ad5bf0966a64af412c89fc2b062e3ddabb093f
MD5 a83adf230563249843f90157a5bb671d
BLAKE2b-256 4dea359a98f8b3b4ff9a2f457a0d20ed81775a64149fbb7617177ed23d9d10c9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.49.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 46d93a1b4572b461a227f1db6b8d35a88952db1c47e5fadcf8b8a2f0e1dd9201
MD5 b3fe3be930bdac1bf48cb228c88e70bb
BLAKE2b-256 a811471b929628d92aec77cf2ed64e9dc1cad37b565ee6f45392930188ba0089

See more details on using hashes here.

File details

Details for the file grpcio-1.49.1-cp311-cp311-macosx_10_10_x86_64.whl.

File metadata

File hashes

Hashes for grpcio-1.49.1-cp311-cp311-macosx_10_10_x86_64.whl
Algorithm Hash digest
SHA256 075f2d06e3db6b48a2157a1bcd52d6cbdca980dd18988fe6afdb41795d51625f
MD5 289afc36566673dca62b7638bf85234e
BLAKE2b-256 900f4d614d59f500835cbd27cb90743fb6b299098b0f22b8fd058d3586c933c0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.49.1-cp311-cp311-linux_armv7l.whl
Algorithm Hash digest
SHA256 9fb17ff8c0d56099ac6ebfa84f670c5a62228d6b5c695cf21c02160c2ac1446b
MD5 1212127af0b68339c09f4d47c777e00c
BLAKE2b-256 2de2aaccddb8b06637625d847dbb5fe76ec3d15a74d89d983f5202f3666706e3

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.49.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 a7d0017b92d3850abea87c1bdec6ea41104e71c77bca44c3e17f175c6700af62
MD5 d15145748320191d4bd5cc8a8eb02bb3
BLAKE2b-256 9763ac37a55e15e13866ce36ebe91dcb9bdd0bb392336cc5e3010e528e26f59d

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.49.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 f1a3b88e3c53c1a6e6bed635ec1bbb92201bb6a1f2db186179f7f3f244829788
MD5 8b7aaf8101a0003a9ebeceacb108ac20
BLAKE2b-256 63f00b1527fb941451b0efdf139424ff44f27ffde23e1b7292406027346e8e18

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.49.1-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 120fecba2ec5d14b5a15d11063b39783fda8dc8d24addd83196acb6582cabd9b
MD5 c23efa38cd2af457742745725a9682e4
BLAKE2b-256 fc65518cf429ebf2aab711eeda4d533090af2b147e8e3d916dc64dcc840ae914

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.49.1-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 52dd02b7e7868233c571b49bc38ebd347c3bb1ff8907bb0cb74cb5f00c790afc
MD5 269ad18f36a655a2b3a672ff7be69866
BLAKE2b-256 1d0abe7974883187a09b42d7ac4c244e30c4a0d1f9ea61782fc879676d1e2e7f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.49.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2106d9c16527f0a85e2eea6e6b91a74fc99579c60dd810d8690843ea02bc0f5f
MD5 88d46cb4bc3223cc2dcc1ab756bc0dbd
BLAKE2b-256 2ea5eac322ac25833e5dbbacf5f1e17c1bb210c1c853eb4c353503fba431da4e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.49.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 822ceec743d42a627e64ea266059a62d214c5a3cdfcd0d7fe2b7a8e4e82527c7
MD5 eb1ba38d22dd47bdac201aa932677adf
BLAKE2b-256 f7266a8b0d6e8fb0c4e2eb24a9c42200a04e2319c8a6cd8e1ee22bef5689f9ae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.49.1-cp310-cp310-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 d0d402e158d4e84e49c158cb5204119d55e1baf363ee98d6cb5dce321c3a065d
MD5 dbfea4ef3bf56e2a602206dba80ef0e8
BLAKE2b-256 f8315646c5b0aaf2068324e619bd17c7d8c8ac93d29c1a2f1ab34a63424f50f4

See more details on using hashes here.

File details

Details for the file grpcio-1.49.1-cp310-cp310-macosx_10_10_x86_64.whl.

File metadata

File hashes

Hashes for grpcio-1.49.1-cp310-cp310-macosx_10_10_x86_64.whl
Algorithm Hash digest
SHA256 6fd0c9cede9552bf00f8c5791d257d5bf3790d7057b26c59df08be5e7a1e021d
MD5 a1ef3bc5e942b2e6316d9fa1d359e385
BLAKE2b-256 27901bd5c85a622f689dee9947d2ef496456c12f8dafc6de141dc53e805c6119

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.49.1-cp310-cp310-linux_armv7l.whl
Algorithm Hash digest
SHA256 fd86040232e805b8e6378b2348c928490ee595b058ce9aaa27ed8e4b0f172b20
MD5 9f1cdb5058ef9b0743e6f26542e574bf
BLAKE2b-256 f96d93395b8b765f52aad20ad7c42a8c8d375aaac7c314c239608371da5f2b08

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.49.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 274ffbb39717918c514b35176510ae9be06e1d93121e84d50b350861dcb9a705
MD5 99b4033313e98bf9c33bb69af2ef7627
BLAKE2b-256 8d8c1f756e65e11231bed21bdb71689f39f381a3f6d628512b720f449b987574

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.49.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 08ff74aec8ff457a89b97152d36cb811dcc1d17cd5a92a65933524e363327394
MD5 30da79f7ae8e49964ad1d2524c7356ba
BLAKE2b-256 6d4c8da566dd5c558d168ec2e7a3306080133f5d26174fa013cf1c49d41eb9fa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.49.1-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 2f2ff7ba0f8f431f32d4b4bc3a3713426949d3533b08466c4ff1b2b475932ca8
MD5 423e348ef3ccf2c86608778f87b3c119
BLAKE2b-256 4883f57057711b8e2cc95a7b48fbdac2268f1405ea41c1b4b68d5878dd47f14b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.49.1-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 fe763781669790dc8b9618e7e677c839c87eae6cf28b655ee1fa69ae04eea03f
MD5 106921b95b1cbc66586059b91da0fa6e
BLAKE2b-256 a47a6ca9cb25d82dacad68c207e154b7e42ca2e26401473936113ae384208502

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.49.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0b24a74651438d45619ac67004638856f76cc13d78b7478f2457754cbcb1c8ad
MD5 5e0bd5283f5da5d92ac594b687c97b5e
BLAKE2b-256 9faf8cb656a325099b18d6532c3e4abfc1b85e98b6a8283a70c78908c6d8cdab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.49.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5207f4eed1b775d264fcfe379d8541e1c43b878f2b63c0698f8f5c56c40f3d68
MD5 5ba7411a211e6ab510f24e3ef5e9348d
BLAKE2b-256 f2d89a2802b6d826d447dd1f8828d58e7a0ed4b345fd65b30d293b5239175b8e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.49.1-cp39-cp39-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 aa34d2ad9f24e47fa9a3172801c676e4037d862247e39030165fe83821a7aafd
MD5 c5b3a47a8bbe76c2fff9d6f84be8ebc1
BLAKE2b-256 cf8ae9e015e68f0b2a2a7e1accb2598741e3edda25edaccbc281dde22b0b3fb6

See more details on using hashes here.

File details

Details for the file grpcio-1.49.1-cp39-cp39-macosx_10_10_x86_64.whl.

File metadata

File hashes

Hashes for grpcio-1.49.1-cp39-cp39-macosx_10_10_x86_64.whl
Algorithm Hash digest
SHA256 9b449e966ef518ce9c860d21f8afe0b0f055220d95bc710301752ac1db96dd6a
MD5 a0924279ea3654c6b6f049892ec8467c
BLAKE2b-256 1ccf39e634accf9f6379699e4d83341062b445c6c0e1a154db42d94891157198

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.49.1-cp39-cp39-linux_armv7l.whl
Algorithm Hash digest
SHA256 fa9e6e61391e99708ac87fc3436f6b7b9c6b845dc4639b406e5e61901e1aacde
MD5 c43c78e89813c8a5bec3b605177b9564
BLAKE2b-256 f408eaffe353cdf8169d38d381a3963ea63dcd6c155f77b4f6c3f381ed832b3d

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.49.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 221d42c654d2a41fa31323216279c73ed17d92f533bc140a3390cc1bd78bf63c
MD5 9cd3383172af37b58c34279fcc0d0dd8
BLAKE2b-256 1384f09c6be376a826f85581fb210b3206a99430c89be6305d51c04347d84d25

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.49.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 e1e83233d4680863a421f3ee4a7a9b80d33cd27ee9ed7593bc93f6128302d3f2
MD5 5368e86b0c2019923738444d30a5c903
BLAKE2b-256 fffa9874f8682cd22957d973d612d262605efdd7138d37d7ba86ec14521f6ab8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.49.1-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 0e20d59aafc086b1cc68400463bddda6e41d3e5ed30851d1e2e0f6a2e7e342d3
MD5 fef9bec23e496916cd731d35035f7367
BLAKE2b-256 015199be49e9dd0a6f4c7e3f90792726c98cb7b0be6fb67a801ed5db80cea519

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.49.1-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 b6a1b39e59ac5a3067794a0e498911cf2e37e4b19ee9e9977dc5e7051714f13f
MD5 f73cf81fc4a5d8d9b6070786248a8592
BLAKE2b-256 9a8f9d6db13266820c1ad747d6ae94ccf4a7a31566d7928f67b70a94c7388c36

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.49.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 18305d5a082d1593b005a895c10041f833b16788e88b02bb81061f5ebcc465df
MD5 725182a24fc46a5dbd2c6ac2151a6c07
BLAKE2b-256 a877f1673b6ab01cd17ab3c10cbda6556e03b0c3a9bacd5076a52debebe66714

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.49.1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 17bb6fe72784b630728c6cff9c9d10ccc3b6d04e85da6e0a7b27fb1d135fac62
MD5 53d178d95d2e623dfde8fdaa3cf1f633
BLAKE2b-256 3f069b5052e1261122ddafe149c8d6efae1daf70406ac7ade1acbec677272688

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.49.1-cp38-cp38-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 cf0a1fb18a7204b9c44623dfbd1465b363236ce70c7a4ed30402f9f60d8b743b
MD5 b3879ff9b808aa1121ad51308f99fc64
BLAKE2b-256 62088ea4fc1b38d9c016abfb7b3fe478cc93a6b97aec34a56c5f14f14564471e

See more details on using hashes here.

File details

Details for the file grpcio-1.49.1-cp38-cp38-macosx_10_10_x86_64.whl.

File metadata

File hashes

Hashes for grpcio-1.49.1-cp38-cp38-macosx_10_10_x86_64.whl
Algorithm Hash digest
SHA256 a4f9ba141380abde6c3adc1727f21529137a2552002243fa87c41a07e528245c
MD5 d8206334d044e51606f7ea00417c587a
BLAKE2b-256 aa75b4262631ec7735cadbed29ba8d45f56e6d92e8a8be2ab5ebe1c2dbad6643

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.49.1-cp38-cp38-linux_armv7l.whl
Algorithm Hash digest
SHA256 afbb3475cf7f4f7d380c2ca37ee826e51974f3e2665613996a91d6a58583a534
MD5 b5d82023e9188a18a8ea90230b8a4195
BLAKE2b-256 2d117f04105bc0bb1b43be6d5780c2b6f969a6cd91573614d8a1a38e9ab04c24

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.49.1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 4fcedcab49baaa9db4a2d240ac81f2d57eb0052b1c6a9501b46b8ae912720fbf
MD5 8715bc62c5c75f9fce43d0d827d1c8a3
BLAKE2b-256 bf2d0627e9f1ae3ef7ae7c2ebbb14ed356102a4a51de57951173d950e070956f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.49.1-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 3.0 MB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.7

File hashes

Hashes for grpcio-1.49.1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 2070e87d95991473244c72d96d13596c751cb35558e11f5df5414981e7ed2492
MD5 b70aa1e9d121b4b7946a64bd18d42b15
BLAKE2b-256 74ca01cbdaa9d87364741c6e869b0f8820de922d611ed4cf13a77d7a0d42cfca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.49.1-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 ea9d0172445241ad7cb49577314e39d0af2c5267395b3561d7ced5d70458a9f3
MD5 2d5c39c2930afbb0d17986af353af1c7
BLAKE2b-256 bc720459e2b55c97224ced7bc8356367b592c0e7e8383629eeb6ac7253d6945c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.49.1-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 8a5272061826e6164f96e3255405ef6f73b88fd3e8bef464c7d061af8585ac62
MD5 f988c7d1b6cea5febb28fea9188dbd4d
BLAKE2b-256 4a4d18865dd4c9e58a6cb689c66873d68c9a65d915331d6aa7d13b391f4c8a7c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.49.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 64419cb8a5b612cdb1550c2fd4acbb7d4fb263556cf4625f25522337e461509e
MD5 86d0834d26f190d469623240245a6f1c
BLAKE2b-256 d25cadda17c4ca2ab7d224c404d99854a940db6acd2c851e73774fd0b3868dac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.49.1-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8c9f89c42749890618cd3c2464e1fbf88446e3d2f67f1e334c8e5db2f3272bbd
MD5 bf2784e6e1bf283185f87a5482f4917d
BLAKE2b-256 e1c901e6565d0ca6e6dd9a463356add25f5367bbe2183523b6736c5b61dcc391

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.49.1-cp37-cp37m-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 196082b9c89ebf0961dcd77cb114bed8171964c8e3063b9da2fb33536a6938ed
MD5 2d765832d8e18b2999355c226087bbfd
BLAKE2b-256 ae0352071cff482e964517491f239d105dd25b9330f46ce20ceaec24bd78804b

See more details on using hashes here.

File details

Details for the file grpcio-1.49.1-cp37-cp37m-macosx_10_10_x86_64.whl.

File metadata

File hashes

Hashes for grpcio-1.49.1-cp37-cp37m-macosx_10_10_x86_64.whl
Algorithm Hash digest
SHA256 34f736bd4d0deae90015c0e383885b431444fe6b6c591dea288173df20603146
MD5 ed3a6e6a9cd17faea1d49ca57981710a
BLAKE2b-256 d4f8dd8286eeea5292429a0bd369a445ab6bbf24b13f3e78fbf37a19998341a0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.49.1-cp37-cp37m-linux_armv7l.whl
Algorithm Hash digest
SHA256 1cc400c8a2173d1c042997d98a9563e12d9bb3fb6ad36b7f355bc77c7663b8af
MD5 5b094b79f80bf40dbce51a6a25030e6c
BLAKE2b-256 bb37e7a154234c6a39a2e5aefb2d533bf2bcdfe85f1cc118134cc7b9b5ce7a80

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