Skip to main content

HTTP/2-based RPC framework

Project description

compat_check_pypi

Package for gRPC Python.

Supported Python Versions

Python >= 3.8

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

# To include systemd socket-activation feature in the build,
# first install the `libsystemd-dev` package, then :
$ export GRPC_PYTHON_BUILD_WITH_SYSTEMD=1

# For the next two commands do `sudo pip install` if you get permission-denied errors
$ pip install -r requirements.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 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

Versioning

gRPC Python is developed in a monorepo shared with implementations of gRPC in other programming languages. While the minor versions are released in lock-step with other languages in the repo (e.g. 1.63.0 is guaranteed to exist for all languages), patch versions may be specific to only a single language. For example, if 1.63.1 is a C++-specific patch, 1.63.1 may not be uploaded to PyPi. As a result, it is __not__ a good assumption that the latest patch for a given minor version on Github is also the latest patch for that same minor version on PyPi.

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.66.0rc2.tar.gz (12.3 MB view details)

Uploaded Source

Built Distributions

grpcio-1.66.0rc2-cp312-cp312-win_amd64.whl (4.3 MB view details)

Uploaded CPython 3.12 Windows x86-64

grpcio-1.66.0rc2-cp312-cp312-win32.whl (3.5 MB view details)

Uploaded CPython 3.12 Windows x86

grpcio-1.66.0rc2-cp312-cp312-musllinux_1_1_x86_64.whl (5.9 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ x86-64

grpcio-1.66.0rc2-cp312-cp312-musllinux_1_1_i686.whl (6.4 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ i686

grpcio-1.66.0rc2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.7 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

grpcio-1.66.0rc2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (6.0 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686

grpcio-1.66.0rc2-cp312-cp312-manylinux_2_17_aarch64.whl (5.4 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

grpcio-1.66.0rc2-cp312-cp312-macosx_10_9_universal2.whl (10.6 MB view details)

Uploaded CPython 3.12 macOS 10.9+ universal2 (ARM64, x86-64)

grpcio-1.66.0rc2-cp312-cp312-linux_armv7l.whl (4.9 MB view details)

Uploaded CPython 3.12

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

Uploaded CPython 3.11 Windows x86-64

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

Uploaded CPython 3.11 Windows x86

grpcio-1.66.0rc2-cp311-cp311-musllinux_1_1_x86_64.whl (6.0 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

grpcio-1.66.0rc2-cp311-cp311-musllinux_1_1_i686.whl (6.4 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

grpcio-1.66.0rc2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.7 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

grpcio-1.66.0rc2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (6.1 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

grpcio-1.66.0rc2-cp311-cp311-manylinux_2_17_aarch64.whl (5.5 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

grpcio-1.66.0rc2-cp311-cp311-macosx_10_9_universal2.whl (10.6 MB view details)

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

grpcio-1.66.0rc2-cp311-cp311-linux_armv7l.whl (5.0 MB view details)

Uploaded CPython 3.11

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

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

grpcio-1.66.0rc2-cp310-cp310-musllinux_1_1_x86_64.whl (6.0 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

grpcio-1.66.0rc2-cp310-cp310-musllinux_1_1_i686.whl (6.4 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

grpcio-1.66.0rc2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.7 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

grpcio-1.66.0rc2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (6.1 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

grpcio-1.66.0rc2-cp310-cp310-manylinux_2_17_aarch64.whl (5.5 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

grpcio-1.66.0rc2-cp310-cp310-macosx_12_0_universal2.whl (10.6 MB view details)

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

grpcio-1.66.0rc2-cp310-cp310-linux_armv7l.whl (5.0 MB view details)

Uploaded CPython 3.10

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

grpcio-1.66.0rc2-cp39-cp39-musllinux_1_1_x86_64.whl (6.0 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

grpcio-1.66.0rc2-cp39-cp39-musllinux_1_1_i686.whl (6.4 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

grpcio-1.66.0rc2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.8 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

grpcio-1.66.0rc2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (6.1 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

grpcio-1.66.0rc2-cp39-cp39-manylinux_2_17_aarch64.whl (5.5 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

grpcio-1.66.0rc2-cp39-cp39-macosx_10_9_universal2.whl (10.7 MB view details)

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

grpcio-1.66.0rc2-cp39-cp39-linux_armv7l.whl (5.0 MB view details)

Uploaded CPython 3.9

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

grpcio-1.66.0rc2-cp38-cp38-musllinux_1_1_x86_64.whl (6.0 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

grpcio-1.66.0rc2-cp38-cp38-musllinux_1_1_i686.whl (6.4 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

grpcio-1.66.0rc2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.7 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

grpcio-1.66.0rc2-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (6.1 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

grpcio-1.66.0rc2-cp38-cp38-manylinux_2_17_aarch64.whl (5.5 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

grpcio-1.66.0rc2-cp38-cp38-macosx_10_9_universal2.whl (10.7 MB view details)

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

grpcio-1.66.0rc2-cp38-cp38-linux_armv7l.whl (5.0 MB view details)

Uploaded CPython 3.8

File details

Details for the file grpcio-1.66.0rc2.tar.gz.

File metadata

  • Download URL: grpcio-1.66.0rc2.tar.gz
  • Upload date:
  • Size: 12.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.66.0rc2.tar.gz
Algorithm Hash digest
SHA256 f7ca493c5b5719db91cb0aa07f6ab9f24df8a91a73ea7ffb259275436697a169
MD5 18daa25afc10945eba4cfb7d39698846
BLAKE2b-256 894d5594082a7e5cc98cd74a9769446cfd28a985ae89597140e9058aaa124016

See more details on using hashes here.

File details

Details for the file grpcio-1.66.0rc2-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for grpcio-1.66.0rc2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 42b865c77307b25be9d36ef5c64069cbfb18a1fcf1559b45b6a9e87cc1478988
MD5 75adb6ace138b1fd4689a687577de56a
BLAKE2b-256 bbc8f9876c4da358c7a62b28729c9306515fb7e1ab9aac4f957a6767d21c7beb

See more details on using hashes here.

File details

Details for the file grpcio-1.66.0rc2-cp312-cp312-win32.whl.

File metadata

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

File hashes

Hashes for grpcio-1.66.0rc2-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 e180cbdbf1eef9b732fb997806497ae8ffb9cb7c0db13ac53153d36fa6eddda1
MD5 0c14b41c60921cd838602139bd33179f
BLAKE2b-256 62f5807537995b3eed173a9a6703ff59d4aca33f93917631f70e20bf7a93a1e4

See more details on using hashes here.

File details

Details for the file grpcio-1.66.0rc2-cp312-cp312-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for grpcio-1.66.0rc2-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 c258b2d89335cfc10b838224a7f05a2d7b081da42d3b5bf18ae082c47122afbc
MD5 9abe5e4581837e5d812621c1afe69a27
BLAKE2b-256 6688761f0aa96c6a4175b71ad54f5b7c15a976294ab4a6f89954c9cf78c43611

See more details on using hashes here.

File details

Details for the file grpcio-1.66.0rc2-cp312-cp312-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for grpcio-1.66.0rc2-cp312-cp312-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 5d51264cc849e13b97eb723a47abdb3ca41b91d9ccabb5ae0a662215a83ccd46
MD5 b8937b2ee54935b2be623f37d1d6e4b9
BLAKE2b-256 f8178b8ba8486c170975956c2cbaa6828ec6c49c18120eaead67eac880149ff3

See more details on using hashes here.

File details

Details for the file grpcio-1.66.0rc2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for grpcio-1.66.0rc2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a60d282ae33ab0765df81e196bb02e8ac46edcc0c58e8bbcecffa7493d653d53
MD5 945d1614023a72d369d6bd3d39553301
BLAKE2b-256 15d44d9e74bd0b1384e1db45024ddfd5340da38442f3d90a668d57501b9ec301

See more details on using hashes here.

File details

Details for the file grpcio-1.66.0rc2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for grpcio-1.66.0rc2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e715e725c2bd6e67a9d720df3f796256ea5692d6ac98c1cfb5838d93eb695ddb
MD5 bc4443b6405e602405d45b7dae2832ff
BLAKE2b-256 48be9db412305b317984d1c9195286f564858765d081eb26b9ddad810faf892c

See more details on using hashes here.

File details

Details for the file grpcio-1.66.0rc2-cp312-cp312-manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for grpcio-1.66.0rc2-cp312-cp312-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 a182f6c311712067c2c0fb0a2cd9408b633b4055fb09fce1d6976f69dbb4a525
MD5 dcaf0cb9168a4f5c1367df402851b1b1
BLAKE2b-256 bb2348a6f6f783521e3007cf466227a993e93db510f8da561db13ebd45e2611a

See more details on using hashes here.

File details

Details for the file grpcio-1.66.0rc2-cp312-cp312-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for grpcio-1.66.0rc2-cp312-cp312-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 ff974cde5e440a82a4bf9b98fda3f5555994ea373f6b82edb5dab969fe9f8013
MD5 25872c9823755b3b9c7135d9605c16e6
BLAKE2b-256 3eba2f90d5c198e2be05fa2540b025c8bb58ea5422f4a3caa261fccd977b8d56

See more details on using hashes here.

File details

Details for the file grpcio-1.66.0rc2-cp312-cp312-linux_armv7l.whl.

File metadata

File hashes

Hashes for grpcio-1.66.0rc2-cp312-cp312-linux_armv7l.whl
Algorithm Hash digest
SHA256 f2c06b20e0dd295be045bfd97adee99a657c2096ed42ff60780e43c2dfbb5fe9
MD5 296700ad4c990c3d9bef8a5f8080b39d
BLAKE2b-256 9c3c85418f9117f3eea97e776b17053ffb767d547d41f7dcef04af533e2a67d9

See more details on using hashes here.

File details

Details for the file grpcio-1.66.0rc2-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for grpcio-1.66.0rc2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 65f01598f1b81731122bb835213e363396361e03a7f50fbf3905368989e1eb4a
MD5 107e6a88d9d8701c4eb7ecb58eb808ab
BLAKE2b-256 d67c8eb1e325173a3d0bd17e4ecbc32bc9d90e25bd98bd251d31764ad46c40b8

See more details on using hashes here.

File details

Details for the file grpcio-1.66.0rc2-cp311-cp311-win32.whl.

File metadata

  • Download URL: grpcio-1.66.0rc2-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.66.0rc2-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 52b26f2c9b9ae86ec942ebd7defff2d61862bf9f39d4bd4d670d1875098a96dc
MD5 2dc69fa24786ba56f295d0734ff54294
BLAKE2b-256 a44c46439b7c7966b23bf56092b9603b625c8083188f62c20f52ec09e399b746

See more details on using hashes here.

File details

Details for the file grpcio-1.66.0rc2-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for grpcio-1.66.0rc2-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 5426a16d9201b1148a83c63fb728f941424985d214fef13cc1dcac1e695950e0
MD5 fcafec9229e48c50b8443ef199391347
BLAKE2b-256 4e3d119b0e9527855416fd299351c838847b522b16a65beaa2c02f0be687dcce

See more details on using hashes here.

File details

Details for the file grpcio-1.66.0rc2-cp311-cp311-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for grpcio-1.66.0rc2-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 e0a2cc9d11aa78a023c0850a46d90058559446f08aad0d8fb30852b6452c9af8
MD5 f3065ccc219f469f7d2892690c334bc5
BLAKE2b-256 1f4cf7edf243a4bb2314a39e067c1eb1e8de76021094cc510e017f816e39d73f

See more details on using hashes here.

File details

Details for the file grpcio-1.66.0rc2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for grpcio-1.66.0rc2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fcacbb0d7a7ec8325e8e5b0bbe067a43bf11cc25fb61884a334545363a1fbeb3
MD5 4295f85b5cf960367bd1874aef67f5c4
BLAKE2b-256 968ff1202a787e937a0ee655bb31fd692c8b9a27f1b30a67b9402453292cac8f

See more details on using hashes here.

File details

Details for the file grpcio-1.66.0rc2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for grpcio-1.66.0rc2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e008ad09dae83898b4c1cebab2606f5755f65685609fd46f5842a82050abe592
MD5 5ce3adf37e223e73a77f22a5846a874b
BLAKE2b-256 afe6c4cd86648c397e5ba9f672be1441c69ee5379fd00767e9d36c5a05221019

See more details on using hashes here.

File details

Details for the file grpcio-1.66.0rc2-cp311-cp311-manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for grpcio-1.66.0rc2-cp311-cp311-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 272be0674a3d4e16dc04f37094dc1ab56a1d3568fea44915cd138d881a4b4f73
MD5 40411663386f0ebb76c683fd2a54cccb
BLAKE2b-256 edc7b6bba9f46dd668622ccd35cf49395e332511a91c11e0750a3911c26479e9

See more details on using hashes here.

File details

Details for the file grpcio-1.66.0rc2-cp311-cp311-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for grpcio-1.66.0rc2-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 df98da4cf39188c2a5f2320dc5d0099c35188acdfcd197d3ac8777ba909c518c
MD5 44fe22979c9dd788bff151ad293695ff
BLAKE2b-256 eb9a7a7ed65ca19bf2c96b3dbae3fd6930fcdac7bcd54f7a90d2682006e8ec7d

See more details on using hashes here.

File details

Details for the file grpcio-1.66.0rc2-cp311-cp311-linux_armv7l.whl.

File metadata

File hashes

Hashes for grpcio-1.66.0rc2-cp311-cp311-linux_armv7l.whl
Algorithm Hash digest
SHA256 9553a72f3a60bfe26af57505fca277c8d116e3c64ccb223301da96646b7ac9fb
MD5 2ea3264f9f89afd211b46c5c1426aefe
BLAKE2b-256 9eb4044f7e4c2472ddb59bb54d6b14275f15461fa5e4101f0e83198702fc8d3f

See more details on using hashes here.

File details

Details for the file grpcio-1.66.0rc2-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for grpcio-1.66.0rc2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 19390680e602ceb86c4f4878ac3fab0e4982774f277620e7bc7c894f5c0bb162
MD5 f308ee6fdbbde2f0b2c5e024a424600b
BLAKE2b-256 71190b94c9c68d2b63bb34d6a01bd98368d71fe7339baf4688cdbba8a61a253f

See more details on using hashes here.

File details

Details for the file grpcio-1.66.0rc2-cp310-cp310-win32.whl.

File metadata

  • Download URL: grpcio-1.66.0rc2-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.66.0rc2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 a0e41afef2500875ad14f7102ac71d302695701bbc0cc3182b145f25a4fe95d9
MD5 6351a3cc030cf8706452747b91374e34
BLAKE2b-256 5e5fc626fa3fef8a4a777364d2774a885ff5abbb8bb866bf81220d85a0c4eff8

See more details on using hashes here.

File details

Details for the file grpcio-1.66.0rc2-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for grpcio-1.66.0rc2-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 b985cb1268c919e4d1d49db4f8b00c98769a7736cc5f47fed389524a3f1cfd11
MD5 5d69e5823dc1c1950f1a03e820023381
BLAKE2b-256 2110cd14ae2e5bec90513d65b2ea72d1c2b44556855d4b8e3ba1d0e1746e65e6

See more details on using hashes here.

File details

Details for the file grpcio-1.66.0rc2-cp310-cp310-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for grpcio-1.66.0rc2-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 922aacbf5dbab0ded8d84693657e4418d85c5597ae5e7a2a7937520ef9455922
MD5 4505d20c378d2af4ffb407f87fbebdcb
BLAKE2b-256 cf58799a2231e47707b1528adc3c4ad95e495dc47b371ed61a2b8650b19b7923

See more details on using hashes here.

File details

Details for the file grpcio-1.66.0rc2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for grpcio-1.66.0rc2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 391a710bd96c94c24b1b158c07a3d137789bae2efad89776c412ebe317ca63c9
MD5 5ec065616a5c42d77f00f2af25d3ad33
BLAKE2b-256 389be3c4eab0bcd1be72ed066b7b0e3a81b2c5aa89ac6ff1acc7a9223e700332

See more details on using hashes here.

File details

Details for the file grpcio-1.66.0rc2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for grpcio-1.66.0rc2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9313d8ed85714f3036d9fef8e8a5963e4bc49ab7937c8df230c88d6b127fa09c
MD5 97f33fa3f624c25a306336bdcb4f93fd
BLAKE2b-256 0bbca3bad90a4f35ddb7adc3c7fc627030ec8f7345ec866f5592d20fdcf9aa57

See more details on using hashes here.

File details

Details for the file grpcio-1.66.0rc2-cp310-cp310-manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for grpcio-1.66.0rc2-cp310-cp310-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 d55a5c386cffc47564209d5392766aef38fc5dc2420d539d54c0ccd0ed02514e
MD5 6a46cd242d5771c6c407472ddb99ed84
BLAKE2b-256 2a8e278123fba94c3e9dd75fca247fc14f4e6c2023957df366c5c2fdc7a1e9dc

See more details on using hashes here.

File details

Details for the file grpcio-1.66.0rc2-cp310-cp310-macosx_12_0_universal2.whl.

File metadata

File hashes

Hashes for grpcio-1.66.0rc2-cp310-cp310-macosx_12_0_universal2.whl
Algorithm Hash digest
SHA256 632e08af7a478a150b8cf9c882db745b43a6cfada5a32f7c5f969fc5d202bd90
MD5 921f50dfe3a3481ba41f45f1edac9719
BLAKE2b-256 f4d836c12e387a2902b1f0a2e5a27aa91d7f43b3ff2539b5d0c830e855de9af4

See more details on using hashes here.

File details

Details for the file grpcio-1.66.0rc2-cp310-cp310-linux_armv7l.whl.

File metadata

File hashes

Hashes for grpcio-1.66.0rc2-cp310-cp310-linux_armv7l.whl
Algorithm Hash digest
SHA256 a0c900f0c878ef4a1790823b5f7b96b37f7983f1256c362dc414a3ef746105ca
MD5 159d765c5e644f7b6bbd11690460fc18
BLAKE2b-256 ba7de0e06714a59558ee974ac07a38c8506c9727df84129ff9469f0536902a2b

See more details on using hashes here.

File details

Details for the file grpcio-1.66.0rc2-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for grpcio-1.66.0rc2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 67e7d25b49b19599c4d6360c4f2b13321dad0cc971fcb3c9125a2f901f109c8e
MD5 9014b59197a877cd5b9abb5621d95b32
BLAKE2b-256 b6c0c171a4c8b9209c8574acdf9261120f5f6618f1e6f2c1d69218b7a30deb58

See more details on using hashes here.

File details

Details for the file grpcio-1.66.0rc2-cp39-cp39-win32.whl.

File metadata

  • Download URL: grpcio-1.66.0rc2-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.66.0rc2-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 7d78670669327ba038b88fdc4bbea55d1fb9118aec64bbf413d3588e87840f55
MD5 40ff0cfa2c7faac7234261506744abe9
BLAKE2b-256 0b62fc1a5fea86b1314338db4e10b9f6936f52997d1061d9da0a8c68301db07c

See more details on using hashes here.

File details

Details for the file grpcio-1.66.0rc2-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for grpcio-1.66.0rc2-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 a19cee0bfb15803a35912cbb7916b6d7583babb492e790aeba364e5e551c3378
MD5 16644e61a7c543089d8a821d8745763d
BLAKE2b-256 1df2b2be05f6f3340b01e046050bea8fd14fa80cc4d65078f121f14ae6957864

See more details on using hashes here.

File details

Details for the file grpcio-1.66.0rc2-cp39-cp39-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for grpcio-1.66.0rc2-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 2cc9ebe7e87850ffd0a81e1b7165c3ed495d26fe340239243bf44b23b8de3022
MD5 710a3f7426e089d1b64dcc991c019b6d
BLAKE2b-256 47d2dcc32fedef07fd319ac8c115de37ce69ec0e62748006bf0c713f30084be2

See more details on using hashes here.

File details

Details for the file grpcio-1.66.0rc2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for grpcio-1.66.0rc2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8227eaea81eb699d590e8fca32b22ec97331b14eaf8e5bbf302f945a23907171
MD5 c9d9cf379af7e16086b3e06427b9974b
BLAKE2b-256 e764c03c14547dac24040632c63408f9e494f002d9d36daac53934de05f0d3aa

See more details on using hashes here.

File details

Details for the file grpcio-1.66.0rc2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for grpcio-1.66.0rc2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7a0f9b5f5bf85a0341b7b35219f5d50ba6745ca6544c9183294dddf107130e7a
MD5 d1453a6c26ab15cc47cce905efa8a811
BLAKE2b-256 fbad97c8fec20881d7b8b2edb1f52c0fc802c639e77a4808701abc4b1061f1b8

See more details on using hashes here.

File details

Details for the file grpcio-1.66.0rc2-cp39-cp39-manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for grpcio-1.66.0rc2-cp39-cp39-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 fae29c7cadb4b2e26a55d732fd3f2f57326bd041c58813a320fa71006e0e9758
MD5 4753361d2168332c25022ec5962ee747
BLAKE2b-256 7b839fa1911f7c4e696df4af165572904886dd647b5d207f16037a9b0af06df4

See more details on using hashes here.

File details

Details for the file grpcio-1.66.0rc2-cp39-cp39-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for grpcio-1.66.0rc2-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 70fd4d406f43cb180ec47822d8e4128959541645692df8630c63a44511c3e164
MD5 c215cd5fbca8ccd36db95809b64cd858
BLAKE2b-256 7fc476e1c164693d95cc7225b01118d8ad6283b2532f0ab1835313b74611bf2b

See more details on using hashes here.

File details

Details for the file grpcio-1.66.0rc2-cp39-cp39-linux_armv7l.whl.

File metadata

File hashes

Hashes for grpcio-1.66.0rc2-cp39-cp39-linux_armv7l.whl
Algorithm Hash digest
SHA256 0e1badda318695a4c8db337bd509a7761ae6f0cc4925487ff16434bffbf60454
MD5 43a78e82fcd698bd2fc948072272845b
BLAKE2b-256 be20cb1fc073d52baa17112a0ff06a59b66541a7d3b02c8824326c668191afd6

See more details on using hashes here.

File details

Details for the file grpcio-1.66.0rc2-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for grpcio-1.66.0rc2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 e90b3310a6478219471f6996a7bbe816cfe08aab5578158fd55b8fe9472d6498
MD5 6e5db5c9e8aa3bfcdab0f880afe430b5
BLAKE2b-256 ac2714746330b2c8aa68967219eb41d51ac0153839d08ac2038b078b8fc9825c

See more details on using hashes here.

File details

Details for the file grpcio-1.66.0rc2-cp38-cp38-win32.whl.

File metadata

  • Download URL: grpcio-1.66.0rc2-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.66.0rc2-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 53c6648577b54b4179cbf22d96d45d8b0cc8e4ec5ef5935b32ef6d0ef6f32cd7
MD5 fbf8379f339c1faf47054bccdc077e67
BLAKE2b-256 43671c0b0fe3d51478fca1c88eac0f998d0ae8b959d0566e081a250052443475

See more details on using hashes here.

File details

Details for the file grpcio-1.66.0rc2-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for grpcio-1.66.0rc2-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 e5c9bfa573966566e4947fff430b11a37eb4f5f227618befa46823d2008d8d7e
MD5 6dd903b95aa0695677abd66c64bbb506
BLAKE2b-256 ef2675267a2a1498545635b17a39bf065955139b0e28c4c650ec4ee5398b20e6

See more details on using hashes here.

File details

Details for the file grpcio-1.66.0rc2-cp38-cp38-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for grpcio-1.66.0rc2-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 123574c35c61d08d55a9c2e52a0bd34514fa9eca6de1d170eca6724827e83f8a
MD5 702d0478226413b7a4dce1aa43e0cb0c
BLAKE2b-256 11291778b271afc48362d415e641d4e83b3848016b4ed03d3823a95c6cebb16d

See more details on using hashes here.

File details

Details for the file grpcio-1.66.0rc2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for grpcio-1.66.0rc2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6726f250c4833ccaf8b7cb128b952828cc65725e5c736614f083683069cb6617
MD5 eee5cff2f0c15e299ae5edbaaaccb938
BLAKE2b-256 6c005c31ecf0bc67cceca5ad7bec298754bcdb756997c54aeb2728f100a05158

See more details on using hashes here.

File details

Details for the file grpcio-1.66.0rc2-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for grpcio-1.66.0rc2-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b1b82fe1e75237b2e1bf10c078cf78265217885a9ecf27e66e02fb9c96d8c02b
MD5 22322ec29230df66a39d0eec7d2f42a6
BLAKE2b-256 c6c21b576f10a7621f38b79dea5d67a846abf4dd0eeaabd6d040d32a6db1e854

See more details on using hashes here.

File details

Details for the file grpcio-1.66.0rc2-cp38-cp38-manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for grpcio-1.66.0rc2-cp38-cp38-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 508729894b95c3de468fd60ffd7895cf3cfcb2fdd327b67193e3e6ca2f470a8e
MD5 18cff2509730fc0eca540e889d43dc53
BLAKE2b-256 41722a8b7431e78acfb33240cdf15fcb4cf4be61a869cb7fdc7a9b552146cbc0

See more details on using hashes here.

File details

Details for the file grpcio-1.66.0rc2-cp38-cp38-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for grpcio-1.66.0rc2-cp38-cp38-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 11cd0c9bfe124385da57547c820bed49500fb39cdc747a59d28ecfae372d3ed4
MD5 e3b3afe11b1fd2e90b1422d2a5c36e34
BLAKE2b-256 b655edb221f9a370993b363bd96f69e705cae92191980138b4ff13a11dc6f83a

See more details on using hashes here.

File details

Details for the file grpcio-1.66.0rc2-cp38-cp38-linux_armv7l.whl.

File metadata

File hashes

Hashes for grpcio-1.66.0rc2-cp38-cp38-linux_armv7l.whl
Algorithm Hash digest
SHA256 7393cc09550433ed88013507699dcde572e88189379dbbdc0d2a5e951b571634
MD5 3bf9c67f9c35497deaacef8d95a27ab2
BLAKE2b-256 56f6bb69078ad7c8da21e6f42987f9f0ee5d7b57943373876985e7c1bb02afb8

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