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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.12 Windows x86-64

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

Uploaded CPython 3.12 Windows x86

grpcio-1.66.0rc5-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.0rc5-cp312-cp312-musllinux_1_1_i686.whl (6.4 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ i686

grpcio-1.66.0rc5-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.0rc5-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.0rc5-cp312-cp312-manylinux_2_17_aarch64.whl (5.4 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

grpcio-1.66.0rc5-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.0rc5-cp312-cp312-linux_armv7l.whl (4.9 MB view details)

Uploaded CPython 3.12

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

Uploaded CPython 3.11 Windows x86-64

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

Uploaded CPython 3.11 Windows x86

grpcio-1.66.0rc5-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.0rc5-cp311-cp311-musllinux_1_1_i686.whl (6.4 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

grpcio-1.66.0rc5-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.0rc5-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.0rc5-cp311-cp311-manylinux_2_17_aarch64.whl (5.5 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

grpcio-1.66.0rc5-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.0rc5-cp311-cp311-linux_armv7l.whl (5.0 MB view details)

Uploaded CPython 3.11

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

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

grpcio-1.66.0rc5-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.0rc5-cp310-cp310-musllinux_1_1_i686.whl (6.4 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

grpcio-1.66.0rc5-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.0rc5-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.0rc5-cp310-cp310-manylinux_2_17_aarch64.whl (5.5 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

grpcio-1.66.0rc5-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.0rc5-cp310-cp310-linux_armv7l.whl (5.0 MB view details)

Uploaded CPython 3.10

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

grpcio-1.66.0rc5-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.0rc5-cp39-cp39-musllinux_1_1_i686.whl (6.4 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

grpcio-1.66.0rc5-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.0rc5-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.0rc5-cp39-cp39-manylinux_2_17_aarch64.whl (5.5 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

grpcio-1.66.0rc5-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.0rc5-cp39-cp39-linux_armv7l.whl (5.0 MB view details)

Uploaded CPython 3.9

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

grpcio-1.66.0rc5-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.0rc5-cp38-cp38-musllinux_1_1_i686.whl (6.4 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

grpcio-1.66.0rc5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.8 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

grpcio-1.66.0rc5-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.0rc5-cp38-cp38-manylinux_2_17_aarch64.whl (5.5 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

grpcio-1.66.0rc5-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.0rc5-cp38-cp38-linux_armv7l.whl (5.0 MB view details)

Uploaded CPython 3.8

File details

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

File metadata

  • Download URL: grpcio-1.66.0rc5.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.0rc5.tar.gz
Algorithm Hash digest
SHA256 072681bc52a7912dc6bd5ef01897ef0aec2f3f362050afb5753739c20ccc750d
MD5 4f6140ba72f72c889a5eb2c4095f73f1
BLAKE2b-256 233336094af0ab912820d9662676d61bff21b483412d15be7a705da1eb777f36

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.0rc5-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 865fa1d7b4bd0ba6983b5b3b6c29c7e5b33c3edf5c9d3b174bdbad8ec6da6bde
MD5 726fa09efda9a37a657d3171f2becb3d
BLAKE2b-256 2a71f01871ddf31155b40eee01b7b4de5a57272c7736593a6ea2d1e32adb4d8f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.66.0rc5-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.0rc5-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 ec6004c4978d3b50dddda900bbd8d2916d60f1da6e20ff34464e1e1d98bb9f91
MD5 449a305f42b4b2ad8462fd72fbd44113
BLAKE2b-256 9baf90851d3ca7019a985edd3eb92e3735b2fca85926d97f88615c35b3eb9852

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.0rc5-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 89a01c9ffc8c46cfff95308fe110bf421b48d89b661408a512d23300c4b14c07
MD5 d8df2e3833f269bc89791ef2044a83a2
BLAKE2b-256 0f94848a77fdb324135c9288240269a56d5d98494223c90d03102be3014a45de

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.0rc5-cp312-cp312-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 4f3e41b26843027993776c21b963a93db19f4ad67443674acac529a1527a5ab3
MD5 fe2797e23a463b54c5568a313899fb17
BLAKE2b-256 df2120b710880e752618ce7e08f5f1d33fb237193f52fd8dbf3f48f871b8c44a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.0rc5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5b8f6cade1ac68a689db6cf99d84b4e55c6e8916f659eca13f6fb60d62de74c9
MD5 0e181e7eb06097ec0a77fcea286b4e05
BLAKE2b-256 8d93769d620812840eee5016044d44d3b694e246152b9e5aca57a79a13993de2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.0rc5-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 887df0b459f81c35f6e89c738b645f696eb7c99f552232cfd88c2aaeeb3db595
MD5 8d8dce4c67a703d8f59b529dca4f31da
BLAKE2b-256 3f3e54a5b915713a1d69a470e5242128bbe4f36d50c9b5eddf81a64d6c6e53f4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.0rc5-cp312-cp312-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 7d45c925f0036fe436e94b4a3a97a0013c1bd61f042cc617cdc310468a839409
MD5 5ac9d0b205a598cf7323763b818b96ff
BLAKE2b-256 cfc78dd6adf135629d2de586bf552bcdee9de704dd11c046f241175b787284b2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.0rc5-cp312-cp312-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 3475fce51f4af8a02fcde52a066f90dcd2cb194da02de075d6951dcbe598b9dd
MD5 ee43ada33ffb94ee6f7b20f4bdb3ac39
BLAKE2b-256 7328fae5ddb1fc783116431e9b574efc9710d3cc8d0beed6edd7b2ebc2d57960

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.0rc5-cp312-cp312-linux_armv7l.whl
Algorithm Hash digest
SHA256 e460026b055680cf74c50c2ec4d830e4d568725daa51e8fa8c451a87f7a9f3f6
MD5 71e417b35bdf697ac281ab5d7bdb6b92
BLAKE2b-256 d02eecfe3bd52f61cfde82257fe88b333bfa9784c8985e7f076c153f56939342

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.0rc5-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 17e1d9e06887ab1628d86e368c36516fa2ef03b16afa0d18d1ef79d309195eb2
MD5 afde2b0ae0d947ca7f0a4957877e534d
BLAKE2b-256 03835f4d0286dda3577ddb9510d551e1e3b31cd7d23244e79cd58ae4d80302d4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.66.0rc5-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.0rc5-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 00d05a4c3c1661d9a76a00f11afe9e9dd72ed3f401e6559a02b906d8fb8c4c97
MD5 176f142153f44d9e100635be80b95cbd
BLAKE2b-256 5c1b2851b2a761482dc893bcba599e44c61dd7394b9b5e79771a232948f81e19

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.0rc5-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 48a3c37e99d58bdb30e226cf515f3798dd015f44fffef57c69f1e87a7b5e5645
MD5 17683157373c7aedd9e29ef39c4e864f
BLAKE2b-256 e4e0cc9970d761d91278b282fe8b7af29a7636059354678a1f3a0002e276714a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.0rc5-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 a56c04b2542dec2c48d10120e13076ffea8770b99fce693a93c353e403875ba8
MD5 272f913edb53faa8dda37794b157603f
BLAKE2b-256 b9379f2c1b5c416a23a091a1a945ad84bbfdf2e02201e95bd543bf631db8047d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.0rc5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4990c15033da02d82b280f2e6b884d873f5dfba420fd19c0a3e9b8e506ca1e60
MD5 96700ab813a6003e2bed682cbdca0dbc
BLAKE2b-256 cce0677e0e8bb52fa395e5a223bb972dd69f08d2818fe796d8c489f7fab92912

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.0rc5-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0876ac651fb7647a70b54884a713d5443b00fd0ecac77d2a02f90d737b53930d
MD5 876e4b28e1ea7f368c4a5d3dba2691cb
BLAKE2b-256 921abab6ebc3e5437d8a8a3c2358c073cf3d4b4e27ec754edfe3f796818df7e3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.0rc5-cp311-cp311-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 fed1a77c2f1e47cfedd5547cafb6c479ae56776310b621349c72cf16fe3ba2ed
MD5 7ee767bedf4764906aedcd842fca7af8
BLAKE2b-256 5c2ab0601c4fdc80853cedb14aaa89bcd93be211d60636b97bc5d56ef4071a84

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.0rc5-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 e96cfdf62a9122121718459111ac530f5c95c669aadd7cf2fc48aba030080f2b
MD5 febe2806ac8e18297ca0bed8e4aea714
BLAKE2b-256 0f394e69bc58e0227dc1c95b9422922ab889027edd148b037a225fd45064ff3e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.0rc5-cp311-cp311-linux_armv7l.whl
Algorithm Hash digest
SHA256 8a09e978a8e167921e49f68e8b686f2a08e0a4684c5ba6bb8e37c2d433dd199d
MD5 8a7e984dc4ebd512f49513374c1ae05e
BLAKE2b-256 27ff8624e9c563c2e29751dfdb2673228ee75370ec26906d308c23cefed1117b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.0rc5-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 82493244ea783796b2bb2817c74503278a3544d9ca1ef650107bef39a91e3f1b
MD5 f4f9d8ab924d39aab32670b66168f8e7
BLAKE2b-256 14d6cec1311ed6c4023c6560bd9bfa5ac51ca046215c7431253ad8eda40ca3ac

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.66.0rc5-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.0rc5-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 869310328021215e8e4e411e33129d270d8f0d60eb34f93ee21c97c9f6ef023b
MD5 fd9162e09ee178a173cf446e15655cae
BLAKE2b-256 cf0c384657977e5ff72f7ced417d2467b8d1191f4c8677e765839c77d1975ced

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.0rc5-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 9942865924bd9b89190a5ac5c1023b05697ae245ce31d0e60e1c2747bf172de8
MD5 600de309f2f35cc7f6ecac1fe2cfa15a
BLAKE2b-256 ef31ed95fe5025e983e47a4dc6a496a960d2a416d6bb5e769fca4d1523f70a55

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.0rc5-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 19c5ad075a4d46cde04059c6a725c0152cae662c0625b3c06bea4e3d6a84a6f8
MD5 dd4507ead5100527217472c5cd10db62
BLAKE2b-256 edd52557c3e702d7bdf9caa4a0f4950e1a78c2c0b1d3045c1b5fc0cb6d6126e6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.0rc5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a41c702b0953be098cb544bc2a281f4393ace3774f8d2e172f3847319d055e29
MD5 a30cae5972cace88dc34b1a3c40ee9b2
BLAKE2b-256 25d534040feb3312f1470f9282f1dfe1fef4b8d5cdce0fb01f0a1659cd5ba140

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.0rc5-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9925b480e7d02f4311f2d3f16b45031ebb2c891008610e5fbcc3b28b952775a0
MD5 381850e6133235d82bf66cace76dc53a
BLAKE2b-256 4b2b4b0ecad785682059a9e4f68ebd4c7301d46685e98f1c9137b8d30508e3f4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.0rc5-cp310-cp310-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 d8855bb5c72fa829684cd7ebc9d8fcc3e0dd1b222a524ff6075967af8dfddb5e
MD5 30d6ac7fcc8bdd2bbfcb166b6afdec18
BLAKE2b-256 21559d374bf8e02105efbe7ba7e59c086951d0598f43e80f19c1b6376ecb33cd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.0rc5-cp310-cp310-macosx_12_0_universal2.whl
Algorithm Hash digest
SHA256 e52637e9d5a0142bc78a17d2640f7556aca80863bf697d02b57dc6f83a6a9fb3
MD5 6d16ad6c3f14c7b3c2d7ec542a469e80
BLAKE2b-256 779cbf659b57f7f30bed0ceafcee5504c5bbe3b396178562b80a535e9002c5c7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.0rc5-cp310-cp310-linux_armv7l.whl
Algorithm Hash digest
SHA256 dda5160aba49f29a975c6aa731c9ec27ab6a7f5bb4627177e2ee34de222009a0
MD5 6ebcb54cda33b65713c08ddff5f119bb
BLAKE2b-256 3a84f36067094cf8ae3e86e8c559bc890f35433d9c875d9344fed9038c665d7c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.0rc5-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 661812b3752ad2c95e65733e5fcbc5d7c536d17ac99643b5bf4440649ce07e74
MD5 bbee700a176ca06f42ee208c8c61983e
BLAKE2b-256 636789c5ea552b1c82b4950a19c6bb18465c0f8ced6da74e8de1147d9fcda1e6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.66.0rc5-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.0rc5-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 5dcc1491bd6ae479475d605c91b2d3e4ebc23dc15ba25fe3e96fe0ed3236e87c
MD5 8bead7d21c9cc171c138abe2e60a2e7b
BLAKE2b-256 f3f14df90b78abea1c3bed839a5130539d372fcfdc851ddc7999c24fc2ead1ce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.0rc5-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 ab0ef450a2c9b89c5735bcc888f77ec0b66d3da88d05ac0a3cab4f5aa4838809
MD5 a8c26de66c6c8b2416159602d3007a4b
BLAKE2b-256 265bc89631062dddbedcf2aef9e2e97b9957da9bd161e2d660c1edbae7d0fd92

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.0rc5-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 30421ed93afb787a724076f0915a3c3da5d503db97be996294f77dbbe36e3121
MD5 992bb5d14d33d535b54870701c7e3390
BLAKE2b-256 0d08ead7f0983c45f692d4f7407c89dd3598c9e6dae0feb92290a38547fb58dd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.0rc5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ddab17aaa4afd20593a63d542331f27deb48dff62502828c2f1f21616a3cb561
MD5 6f858e094d71832f539d5ac3d9f4f537
BLAKE2b-256 4b5eb858790fa8d21d7477368c686c52155671c58bda1e5d8cf2e56bfe645f68

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.0rc5-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3aa8c17afd4fc1854e0728e50c7892fb83f9d00015f07ed972c7ed50a6b9b4ee
MD5 2115cd181a124020ac4322ba2f2e60d8
BLAKE2b-256 04ccbbd81354e01b9cd5394638546e70098a17e16613a7af6a3f81d66de3bc48

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.0rc5-cp39-cp39-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 e84598dafd75f7fe504bf91e16c5c346ffccec35152a831ef835a6af38f91dde
MD5 4609d4f444721b1d6349d18973766036
BLAKE2b-256 02ef643526169978e20b3b6582645733bc4d1395f4daee615575be6d50ebcf40

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.0rc5-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 30851bec2c29909a5fabbf0115ca3a47f7b0a45cadb14c18f308183b5ec730bf
MD5 dec4674a93b5842aeeb1c15fc573750f
BLAKE2b-256 5a3221da76e9e50e6120927b3dfee9a9be7ed5572bb06cc426b0f05e42ef587a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.0rc5-cp39-cp39-linux_armv7l.whl
Algorithm Hash digest
SHA256 08e442069089757ced2f1d300c7724db030a7c600c686c06cda05ea24b10d71c
MD5 82f06a3f0518d071c6285b4f419f863f
BLAKE2b-256 a86b7f92e6d04674405ca0beda7cf38f2acc81aa99c5601148b3bb0c55cad797

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.0rc5-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 216aba200ff37a6edc8ece552b56d93df169d8b9ab0d92d568aa6c9685ecfbc5
MD5 1406263c1405bdfdcdd6e4a2c5f2f68e
BLAKE2b-256 e170f0aaed5f0ee0842ac4b1bb66f5d59a65f1588addece01672bfe8cd1175a9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.66.0rc5-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.0rc5-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 71f56581c9e7a9a23a8fb3a91b271c9530178b2b757aeafd69e2c97f96a90083
MD5 dd391cd46aa85c0837fdf23e63a63f08
BLAKE2b-256 8197b09958314541aef57124855fa05ca78d663c51e743365d4184a47847a3d2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.0rc5-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 167c9ac716baf914810f25f37382604596d56c1b869f6027670111d536cffd4f
MD5 035f79bf4df648bfa46f63431ce924c2
BLAKE2b-256 56765078164cc95a44176cef8022e8cb8c7a30057feeebedd07559b2bed5fa02

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.0rc5-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 a085048835066b36ab4fbeb8a90e23c5ef9b8aa757e738e4b06a35ca55ac1d20
MD5 4ccbf24992dd3b09f9215c0cd117dbe5
BLAKE2b-256 ddba9890af58912f22067195bf0a834689e2cd1ecaf98dcaf48816f5a5a88c84

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.0rc5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5d80888ddc0693ee26a670301613485dcee76931f609374897655371e648187e
MD5 f41c001fefe9ea0c2bf71935bd939ee0
BLAKE2b-256 a316c338445d19cf22d303f55e0eacce4271d549bcb7cf5f9ddf2e499cc3d8c5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.0rc5-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 bf7f808774abedebdecb1dc62735b949f77de79a79ec87a976f9b220f3431150
MD5 ba868685c5a748b792d8058aaf600885
BLAKE2b-256 920f734a2062395144e14f8b53acc277dd507a0857154df45f3719ae5bed4950

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.0rc5-cp38-cp38-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 ffd842727866d7eccd6d57daef9c7e739c7e78f8b3b99c13f82d4cb224908014
MD5 8c1766b387b14c07ac4149a8ccfca523
BLAKE2b-256 62e066983ccd19e0e732c79efd1729ae7d458de23a9435144de1a69888f8af71

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.0rc5-cp38-cp38-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 0b399b8aace79423b76267de1f8c79635020a366a5a27fcd9ac77bf32f3ad880
MD5 5a14d73ddf36ae0c9d800b593fcc7285
BLAKE2b-256 501c150c395a32191ead9696d8e3473ef58eb3121a78c72126944c708acc2a2b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.0rc5-cp38-cp38-linux_armv7l.whl
Algorithm Hash digest
SHA256 d4dfe4e0b3b9844ebe868bda8b7ead451c39f79b5a0bd71f027b268281e572b7
MD5 83428eecfb20a6410fbc415935dc0859
BLAKE2b-256 827f641048a7d381e376bb8c34c6df51ce29f42a531351f2730bb9333b65d440

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