Skip to main content

HTTP/2-based RPC framework

Project description

Package for gRPC Python.

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

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

grpcio-1.81.1-cp314-cp314-win_amd64.whl (5.1 MB view details)

Uploaded CPython 3.14Windows x86-64

grpcio-1.81.1-cp314-cp314-win32.whl (4.3 MB view details)

Uploaded CPython 3.14Windows x86

grpcio-1.81.1-cp314-cp314-musllinux_1_2_x86_64.whl (7.8 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

grpcio-1.81.1-cp314-cp314-musllinux_1_2_i686.whl (8.4 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ i686

grpcio-1.81.1-cp314-cp314-musllinux_1_2_aarch64.whl (7.4 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

grpcio-1.81.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (6.8 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

grpcio-1.81.1-cp314-cp314-manylinux2014_i686.manylinux_2_17_i686.whl (7.3 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ i686

grpcio-1.81.1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (6.6 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

grpcio-1.81.1-cp314-cp314-macosx_11_0_universal2.whl (12.1 MB view details)

Uploaded CPython 3.14macOS 11.0+ universal2 (ARM64, x86-64)

grpcio-1.81.1-cp314-cp314-linux_armv7l.whl (6.1 MB view details)

Uploaded CPython 3.14

grpcio-1.81.1-cp313-cp313-win_amd64.whl (4.9 MB view details)

Uploaded CPython 3.13Windows x86-64

grpcio-1.81.1-cp313-cp313-win32.whl (4.2 MB view details)

Uploaded CPython 3.13Windows x86

grpcio-1.81.1-cp313-cp313-musllinux_1_2_x86_64.whl (7.8 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

grpcio-1.81.1-cp313-cp313-musllinux_1_2_i686.whl (8.4 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

grpcio-1.81.1-cp313-cp313-musllinux_1_2_aarch64.whl (7.4 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

grpcio-1.81.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (6.8 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

grpcio-1.81.1-cp313-cp313-manylinux2014_i686.manylinux_2_17_i686.whl (7.3 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686

grpcio-1.81.1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (6.6 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

grpcio-1.81.1-cp313-cp313-macosx_11_0_universal2.whl (12.0 MB view details)

Uploaded CPython 3.13macOS 11.0+ universal2 (ARM64, x86-64)

grpcio-1.81.1-cp313-cp313-linux_armv7l.whl (6.1 MB view details)

Uploaded CPython 3.13

grpcio-1.81.1-cp312-cp312-win_amd64.whl (4.9 MB view details)

Uploaded CPython 3.12Windows x86-64

grpcio-1.81.1-cp312-cp312-win32.whl (4.2 MB view details)

Uploaded CPython 3.12Windows x86

grpcio-1.81.1-cp312-cp312-musllinux_1_2_x86_64.whl (7.8 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

grpcio-1.81.1-cp312-cp312-musllinux_1_2_i686.whl (8.4 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

grpcio-1.81.1-cp312-cp312-musllinux_1_2_aarch64.whl (7.4 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

grpcio-1.81.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (6.8 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

grpcio-1.81.1-cp312-cp312-manylinux2014_i686.manylinux_2_17_i686.whl (7.3 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

grpcio-1.81.1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (6.6 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

grpcio-1.81.1-cp312-cp312-macosx_11_0_universal2.whl (12.1 MB view details)

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

grpcio-1.81.1-cp312-cp312-linux_armv7l.whl (6.1 MB view details)

Uploaded CPython 3.12

grpcio-1.81.1-cp311-cp311-win_amd64.whl (4.9 MB view details)

Uploaded CPython 3.11Windows x86-64

grpcio-1.81.1-cp311-cp311-win32.whl (4.2 MB view details)

Uploaded CPython 3.11Windows x86

grpcio-1.81.1-cp311-cp311-musllinux_1_2_x86_64.whl (7.9 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

grpcio-1.81.1-cp311-cp311-musllinux_1_2_i686.whl (8.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

grpcio-1.81.1-cp311-cp311-musllinux_1_2_aarch64.whl (7.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

grpcio-1.81.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (6.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

grpcio-1.81.1-cp311-cp311-manylinux2014_i686.manylinux_2_17_i686.whl (7.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

grpcio-1.81.1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (6.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

grpcio-1.81.1-cp311-cp311-macosx_11_0_universal2.whl (12.1 MB view details)

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

grpcio-1.81.1-cp311-cp311-linux_armv7l.whl (6.1 MB view details)

Uploaded CPython 3.11

grpcio-1.81.1-cp310-cp310-win_amd64.whl (4.9 MB view details)

Uploaded CPython 3.10Windows x86-64

grpcio-1.81.1-cp310-cp310-win32.whl (4.2 MB view details)

Uploaded CPython 3.10Windows x86

grpcio-1.81.1-cp310-cp310-musllinux_1_2_x86_64.whl (7.9 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

grpcio-1.81.1-cp310-cp310-musllinux_1_2_i686.whl (8.4 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

grpcio-1.81.1-cp310-cp310-musllinux_1_2_aarch64.whl (7.4 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

grpcio-1.81.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (6.8 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

grpcio-1.81.1-cp310-cp310-manylinux2014_i686.manylinux_2_17_i686.whl (7.3 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

grpcio-1.81.1-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (6.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

grpcio-1.81.1-cp310-cp310-macosx_11_0_universal2.whl (12.1 MB view details)

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

grpcio-1.81.1-cp310-cp310-linux_armv7l.whl (6.1 MB view details)

Uploaded CPython 3.10

File details

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

File metadata

  • Download URL: grpcio-1.81.1.tar.gz
  • Upload date:
  • Size: 13.0 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.12

File hashes

Hashes for grpcio-1.81.1.tar.gz
Algorithm Hash digest
SHA256 6fa10a767143a5e82e8eaab53918af0cd8909a57a27f8cb2288b80a613ac671b
MD5 5ca324bce06184971a2919d775af812d
BLAKE2b-256 b0b51ff353970a87eda4c98251e34d2dfd214abd4982dc89119c9252a2a482d2

See more details on using hashes here.

File details

Details for the file grpcio-1.81.1-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: grpcio-1.81.1-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 5.1 MB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.12

File hashes

Hashes for grpcio-1.81.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 3768a5ff1b2125e6f552e561b6b2dca0e64982d8949689b4df145cf8b98d7821
MD5 aa3e1ef6d782fdec6ae71b35d912d45d
BLAKE2b-256 ffb04af731ff7492c68a96e4c71bfd0f4590acde92b31c6fe4894e6465c10ff6

See more details on using hashes here.

File details

Details for the file grpcio-1.81.1-cp314-cp314-win32.whl.

File metadata

  • Download URL: grpcio-1.81.1-cp314-cp314-win32.whl
  • Upload date:
  • Size: 4.3 MB
  • Tags: CPython 3.14, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.12

File hashes

Hashes for grpcio-1.81.1-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 61233fe8951e5c85dff81c2458b6528624760166946b5b47ea150a589168411f
MD5 6811ff0af7f020db7f9fa1b2e1f73ba7
BLAKE2b-256 36843502e9f210a6a5c4438c8aca3f88edd2e04f6a27f3d41b26cf0a0024b096

See more details on using hashes here.

File details

Details for the file grpcio-1.81.1-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for grpcio-1.81.1-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b427c19380991a4eaab2f6144b64b99b412043314c6bf4ab544f97bb31ee4190
MD5 86f6a30720efec320587b81d21bf0328
BLAKE2b-256 dadfc6717fef716e00d235ffb96123baf6dce76d6004f6233fa767c502861460

See more details on using hashes here.

File details

Details for the file grpcio-1.81.1-cp314-cp314-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for grpcio-1.81.1-cp314-cp314-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 24c8e57504c8f45b237e40b99262d181071e5099a07053695b75d97bb53053a0
MD5 176f6abb003d0e00cf53da59403f0883
BLAKE2b-256 2a7ef2157589e66daa78ebb3165942d05a08bdea93b9d11c2bc1e172aef89685

See more details on using hashes here.

File details

Details for the file grpcio-1.81.1-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for grpcio-1.81.1-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e3657301562ac3cb8018d30d0d3ebfa39932239f7b5703422057ef14b69949f5
MD5 f0a08c99d07c36e93b484641fb5a43b0
BLAKE2b-256 82786e501929d4f5f96462fd82fd9f0f06e5f9612207582b862868d68757b27d

See more details on using hashes here.

File details

Details for the file grpcio-1.81.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for grpcio-1.81.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 410482da976329fe5f4067270401b12cf2bd552ff8020f054ecfaddb5475f9d6
MD5 fef098417b3a66714cf9904575a4126a
BLAKE2b-256 767b61dab5d5969f28d97fb1009cead1df0a5cd987d3315e1b37f18a4449f8bc

See more details on using hashes here.

File details

Details for the file grpcio-1.81.1-cp314-cp314-manylinux2014_i686.manylinux_2_17_i686.whl.

File metadata

File hashes

Hashes for grpcio-1.81.1-cp314-cp314-manylinux2014_i686.manylinux_2_17_i686.whl
Algorithm Hash digest
SHA256 0490c30c261eded63f3f354979f9dc4502a9fb944cccb60cd9dc85f5a7349854
MD5 0acb38a964db19f72718ca6bba60735e
BLAKE2b-256 302296fc577a845ab093326d9ab1adb874bd4936c8cf98ac8ed2f3db13a0a2fb

See more details on using hashes here.

File details

Details for the file grpcio-1.81.1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for grpcio-1.81.1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 e2aa72e3ce1770317ef534f63d397b55e130725f5149bd36077c3b539019db27
MD5 90cd642f24dff8d5923a39a7a711f964
BLAKE2b-256 4136e8c5f8c6ec71de73733695ebc809e98b178b534ec6d8eaa31a7ebab4ad4c

See more details on using hashes here.

File details

Details for the file grpcio-1.81.1-cp314-cp314-macosx_11_0_universal2.whl.

File metadata

File hashes

Hashes for grpcio-1.81.1-cp314-cp314-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 d865db4a6318e1c1bea83292e0ed231090538fc4ca45425b0f0480eb338bbc6e
MD5 8438c8c03a4d369ac6702d29ca39ca7c
BLAKE2b-256 32f12ec88adb92b0eba970dd0e0e7dd086341daa3c75eba4f735f9e44bf684b0

See more details on using hashes here.

File details

Details for the file grpcio-1.81.1-cp314-cp314-linux_armv7l.whl.

File metadata

File hashes

Hashes for grpcio-1.81.1-cp314-cp314-linux_armv7l.whl
Algorithm Hash digest
SHA256 506f48f2f9c29b143fca3dad7b0d518c188b6c9648c75a2ae6e2d9f2c13a060b
MD5 ea7189d213c36fe116af21a2a79b5ef5
BLAKE2b-256 b65819414622b1bf6981bc9c05a365bd548e71876c89000083b3af489251e9c0

See more details on using hashes here.

File details

Details for the file grpcio-1.81.1-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: grpcio-1.81.1-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 4.9 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.12

File hashes

Hashes for grpcio-1.81.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 edb59506291b647a30884b1d51a599d605f40b20af4a7dc3d33786a47a31de60
MD5 7ba2a0a66a064a74938b1e3a4b063061
BLAKE2b-256 0d203da8bb0d637feccdc3e1e419bb511ce93651ce7d54164f95de22cc0b8b34

See more details on using hashes here.

File details

Details for the file grpcio-1.81.1-cp313-cp313-win32.whl.

File metadata

  • Download URL: grpcio-1.81.1-cp313-cp313-win32.whl
  • Upload date:
  • Size: 4.2 MB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.12

File hashes

Hashes for grpcio-1.81.1-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 78e29211f26da2fdd0e9c6d2b79f489476140cf7029b6a64808ade7ca4156a42
MD5 e4a03d4eaf391fb62abc01b6fb025407
BLAKE2b-256 f09e69bb7194861bcd28fb3193261d4f9c3831b4446993f002cf59068943e7ab

See more details on using hashes here.

File details

Details for the file grpcio-1.81.1-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for grpcio-1.81.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 58ad1131c300d3c9b933802b3cc4dc69d380822935ba50b28703156ea826fbf7
MD5 72f8d308fe869cf78fda55743eeca740
BLAKE2b-256 ffaa66fe9f39871d766987d869a03ee0842a026f499c7b1e62decb9e78a8088e

See more details on using hashes here.

File details

Details for the file grpcio-1.81.1-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for grpcio-1.81.1-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 c261d74b1a945cf895a9d6eccd1685a8e837531beaab782da4d630a8d12deffb
MD5 a8691dc8bedd4863c352946cb4e062dc
BLAKE2b-256 360c5440a0582cb5653fc42a6e262eeb22700943313f8076f9dc927491b20a59

See more details on using hashes here.

File details

Details for the file grpcio-1.81.1-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for grpcio-1.81.1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 98a07f9bf591e3a8919797bee1c53f026ba4acd587e5a4404c8e57c9ec36b2a5
MD5 61c64148f5117cea26bdb923e61ad6b3
BLAKE2b-256 4026569868e364e05b19ec8f969da53d230bcd89c962cd198f7c29943155c4d3

See more details on using hashes here.

File details

Details for the file grpcio-1.81.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for grpcio-1.81.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 e64dd101d380a115cc5a0c7856788adb535f1a4e21fc543775602f8be95180ae
MD5 fe81c16236bd00d2c6edc73ce0cd1b36
BLAKE2b-256 0d1eb47957057e729adc6cdf519a47f8be2562b7140e280f1418443eb4022192

See more details on using hashes here.

File details

Details for the file grpcio-1.81.1-cp313-cp313-manylinux2014_i686.manylinux_2_17_i686.whl.

File metadata

File hashes

Hashes for grpcio-1.81.1-cp313-cp313-manylinux2014_i686.manylinux_2_17_i686.whl
Algorithm Hash digest
SHA256 e8ca6a1fcdb2943c9cbc1804a1baf3acb6071d72a471591678ded84218006e14
MD5 7d0294d979460fafe164103c2f4302ab
BLAKE2b-256 3db3e837954d279754f638a11cca5dcf6b24a005efb398984cefaf7735945a54

See more details on using hashes here.

File details

Details for the file grpcio-1.81.1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for grpcio-1.81.1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 c5bf2dc311127d91230cc79b92188c082634a06cf66c5234db49a43b910183b0
MD5 827db4d6d3c0ea77913048ecce987a2a
BLAKE2b-256 b0d5d68e30b29098f63beab6fe501100fe82674ff142b32c672532da86a99b3a

See more details on using hashes here.

File details

Details for the file grpcio-1.81.1-cp313-cp313-macosx_11_0_universal2.whl.

File metadata

File hashes

Hashes for grpcio-1.81.1-cp313-cp313-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 819edbdcb42ab8598b494bcf0222684bbb7a3c772bd1b1f0be7e029a6063c28e
MD5 f32059d496969faf93a5b21dc5d760b1
BLAKE2b-256 7b4aa36e03210183a8a7d4c80c3936acee679f4bd77d5861f369db47b2cc5f05

See more details on using hashes here.

File details

Details for the file grpcio-1.81.1-cp313-cp313-linux_armv7l.whl.

File metadata

File hashes

Hashes for grpcio-1.81.1-cp313-cp313-linux_armv7l.whl
Algorithm Hash digest
SHA256 b10e1ff4756ed27d5a29d7fc79cfce7ef1ff56ad20025b89bac7cf79e09abbbe
MD5 14a74a88225440962262bfa00f916686
BLAKE2b-256 7a42dcc2e4b600538ef18327c0839d56b7d3c3812337c5d710df5877dbb39b1e

See more details on using hashes here.

File details

Details for the file grpcio-1.81.1-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: grpcio-1.81.1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 4.9 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.12

File hashes

Hashes for grpcio-1.81.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 3ad74f8bb1a18963914c5452d289422830b39459e8776ebbcd207be1fbfb1d94
MD5 0cde4288e995eb02e4b430e85fc55950
BLAKE2b-256 2eb98fe3ba5ed462067774ebc1f9c7f26aa7ebcc280ddd476be107153de1339e

See more details on using hashes here.

File details

Details for the file grpcio-1.81.1-cp312-cp312-win32.whl.

File metadata

  • Download URL: grpcio-1.81.1-cp312-cp312-win32.whl
  • Upload date:
  • Size: 4.2 MB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.12

File hashes

Hashes for grpcio-1.81.1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 a185a04039df6cae8648bc8ab6d6fde7bf94f7188ecf7828e76ac52eef1e41d6
MD5 f2b9c30364334382d29ee5d6c780a0b9
BLAKE2b-256 65407debc0da45d2efebafb82da75644be347497fe4ee250514b8cd3b86ae8bf

See more details on using hashes here.

File details

Details for the file grpcio-1.81.1-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for grpcio-1.81.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8ea1936c26b99999b27479853039a7f34713f56c49375ad52b38535ec93a796c
MD5 cfb499c53b27127897387b592059cef3
BLAKE2b-256 257a71437c7f3596e5246155c515852795a85a1a8d228190212432b13b97a95d

See more details on using hashes here.

File details

Details for the file grpcio-1.81.1-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for grpcio-1.81.1-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 85b10a45b8993d195c4f3ff57025b8d1e11834909ee475c403bfa60cb4caefaf
MD5 4d412268046d49b22234d9a450b2d322
BLAKE2b-256 e0dd1172a9e42b168edcafefad6115346ef619a3fc02158bb170e66ced24bcdd

See more details on using hashes here.

File details

Details for the file grpcio-1.81.1-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for grpcio-1.81.1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b259a04a737cb3496be0901328eb8b7552ed8df4865d8c8f1cf1bffcfc0776a3
MD5 974881ba55e0e0039de694f33cbe14e9
BLAKE2b-256 1cc73030dd940408083bd32cd95d634777a71605ade4887154d93e8a89244946

See more details on using hashes here.

File details

Details for the file grpcio-1.81.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for grpcio-1.81.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 766bc7c9a9c340342f4c864ccbda8e78111e4751f13b895812b9c148fb79e9d0
MD5 a5b0ebc906bbf9f07da78354cb9f94b7
BLAKE2b-256 eb8cdea020b6d91508cd84463917a63149ec196ee7db505d032ae43fcb3303b9

See more details on using hashes here.

File details

Details for the file grpcio-1.81.1-cp312-cp312-manylinux2014_i686.manylinux_2_17_i686.whl.

File metadata

File hashes

Hashes for grpcio-1.81.1-cp312-cp312-manylinux2014_i686.manylinux_2_17_i686.whl
Algorithm Hash digest
SHA256 2c2e2ae6867c2966b8daccc836d54a13218e0007e9a490aeb81dd05be64d22d7
MD5 b0e4c23a78f2a8587e3533c2ca515b9a
BLAKE2b-256 b9f319782aa04c960968bef8c5539329d8e3bbc3364e2e46d19eb5e5cc5e43b7

See more details on using hashes here.

File details

Details for the file grpcio-1.81.1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for grpcio-1.81.1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 1e123f9b37edb8375fd74130d1f69c944bbf0a7b06761ae7211154b8759e94d2
MD5 ee930fe4d340cae9efbfc327edc37504
BLAKE2b-256 e044f257b7e0bd69c93b06c6cb8ac8d1b901ccb42bedabd83c1a4c77a71f8810

See more details on using hashes here.

File details

Details for the file grpcio-1.81.1-cp312-cp312-macosx_11_0_universal2.whl.

File metadata

File hashes

Hashes for grpcio-1.81.1-cp312-cp312-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 12b7524c88d4026d3dcb7b0ebe16b6714f3b4af402ddd0f0639ab064a00c87c3
MD5 56bda0da5714dfaa409f90156cd101b1
BLAKE2b-256 7595539706ca0d3bd40dbad583dc56fd883da941f37556b629132da5762781b9

See more details on using hashes here.

File details

Details for the file grpcio-1.81.1-cp312-cp312-linux_armv7l.whl.

File metadata

File hashes

Hashes for grpcio-1.81.1-cp312-cp312-linux_armv7l.whl
Algorithm Hash digest
SHA256 8b39472beafc0bdcafc4c8c73ad082ebfdb449d566897a61e7acb4fa88089115
MD5 bd83577f1ca2b276abd5a3077af99db4
BLAKE2b-256 85079a979c81738863a738dc23d65177056e71fbb2db817740ed870b33434e7a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.81.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 4.9 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.12

File hashes

Hashes for grpcio-1.81.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 30e825f6848d9f18bba350ed6c75c1b02a0b5184474a31db9a32b1fa66fd8c79
MD5 8e6facb3fee93f5f78e69161486b82d4
BLAKE2b-256 41ed6bff15376920942fac6b95b9802752b837437172c9e8fc2d3170546b89cc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.81.1-cp311-cp311-win32.whl
  • Upload date:
  • Size: 4.2 MB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.12

File hashes

Hashes for grpcio-1.81.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 428bec0161b48d8cf583c068591bc0016d0d9cfff52462b72b3884861ea768c5
MD5 e221f28e8866981d7294be3341d592b0
BLAKE2b-256 18fa07c037c50b006909d1d13a5848774f8aa7b242f70dc03a035c64eea0e6db

See more details on using hashes here.

File details

Details for the file grpcio-1.81.1-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for grpcio-1.81.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1b22c80559854b789a01fd89e8929b3798a156c0829b5282a8939f33ad4115ad
MD5 98022a0f7d388b2e6eaeb926d0520e33
BLAKE2b-256 f7b2524847365122ee509ca17bcc4e092198b700e94af7bfd5bb5e6dd9f3ee66

See more details on using hashes here.

File details

Details for the file grpcio-1.81.1-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for grpcio-1.81.1-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 a35009284d0d3d5c2c9601c164a911b8b4331608d98a9a66d47d97bb2f522b70
MD5 29532b146cc9773825e8261b97cb0f75
BLAKE2b-256 6a815c505d508f7c887aa7982d21443a4126597c80d34b0bcf40f9cec576d7f3

See more details on using hashes here.

File details

Details for the file grpcio-1.81.1-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for grpcio-1.81.1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6282caffb41ec326d4cb67ca9cf53b739d1b2f975a2acb498c7418e9f7d9a416
MD5 f5ce2ee7bae11b60f228cc174498fe7c
BLAKE2b-256 101c1f0da7d590b4aeee006826ba568d0e419ca14b23e18f901a3da3e9fba613

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.81.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 0a37165cc80b1a368384b383e63a4c38116a10467ae44c904d2d7468c4470ec2
MD5 011d4fe822fe5b539f5083c595af547c
BLAKE2b-256 23d6abeda5c2b896a0b341584fe5ac411bbf72e197a9a374c355fb90965e08d2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.81.1-cp311-cp311-manylinux2014_i686.manylinux_2_17_i686.whl
Algorithm Hash digest
SHA256 f9a0ebbe45c29b5e5866593c12b78bd9035f0f0f0d4bc8361680cd580d99db49
MD5 07604323b5ae0b46ff2880f9c1e27c58
BLAKE2b-256 26eed2de5e47378ffc207d476c230fea3be4d2601edbce9995f4fe45535d4896

See more details on using hashes here.

File details

Details for the file grpcio-1.81.1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for grpcio-1.81.1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 a3acb384427816dd5d470f47e62137b87f74da694faa8a50147012cf40df276a
MD5 ef7fcc9daa824c53f504f718ad1cd097
BLAKE2b-256 48d7ee86a60699b7db039f772a2c4a7e4facc7138984ff42c0130933a0063884

See more details on using hashes here.

File details

Details for the file grpcio-1.81.1-cp311-cp311-macosx_11_0_universal2.whl.

File metadata

File hashes

Hashes for grpcio-1.81.1-cp311-cp311-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 b137f4bf3ada9dc44d411478decc6ff09a79ed30b306cd2abaa98408c3588137
MD5 c0b642dfbb27c21fbfa49e158e2d0079
BLAKE2b-256 2b18acf45fa8bd1bc5d7b0c2fd3dc4c209379fbd5bb396b440b68a83342226b7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.81.1-cp311-cp311-linux_armv7l.whl
Algorithm Hash digest
SHA256 d71d30f2d92f67d944631c523713934fee37292469e182ebcd2c1dd8a64ce53f
MD5 87e8531c26a0f97e24a9edede498318a
BLAKE2b-256 52ea1c2fa386b718ff493225e61cfc052ef400b4d6ffc54cbe261026432624b5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.81.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 4.9 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.12

File hashes

Hashes for grpcio-1.81.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 88268ca418cacea64cecb0d1d600d3c6b3a8038fcba02e1e205178c5b1f47661
MD5 ec3c65b845bec39d99d514b5736b2666
BLAKE2b-256 75a1d7ab9f1f42efcb7d9e6111d38be6b367737a72ea2c534e1f55c81e1b6436

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.81.1-cp310-cp310-win32.whl
  • Upload date:
  • Size: 4.2 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.12

File hashes

Hashes for grpcio-1.81.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 bb693b1e3d9a2f3fd228e2110daf4b5aeedb36761ca1e4282f74725f6d89f611
MD5 105be1ea084c88dd7dca8b1eb206fa3b
BLAKE2b-256 9e1fdcbdc1a68a07cc2b631c3098953794f17d75f93426a019240b90ce5423d6

See more details on using hashes here.

File details

Details for the file grpcio-1.81.1-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for grpcio-1.81.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 62481553b1793a27e9b9c3cf9e5bd483ef045ca72462592074b46d42b0c4d9b9
MD5 fdb96982cbe9e254f1335a6e647ddbb5
BLAKE2b-256 eb2c0ed82ea35b5ec595e10444940c1db8c0e0ef57aa46bc8797d5ff838a219e

See more details on using hashes here.

File details

Details for the file grpcio-1.81.1-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for grpcio-1.81.1-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 592b5fee597faa91cce2dd294dd7d9a1c83d76c4dbf877e33ec1adb866b2fbed
MD5 3bd4e1aab634042a6149faeb84070d32
BLAKE2b-256 4ad540203f828abc83d458b634666df6df13778032f178c03845ad5a93682388

See more details on using hashes here.

File details

Details for the file grpcio-1.81.1-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for grpcio-1.81.1-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 aa2ba7d2ad6df4d80127cea65e5b8d5e2c3adbf153ff4804452836328aca7c54
MD5 362a3e136af4560c146275baf98270d4
BLAKE2b-256 4d7137b10fd4fd579ffade6e695c14e9df5e8cba9e2365b81c131da438b67c34

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.81.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 ca1cc11d82677b9662082e5478b7528e2b7db7beaa6bdff42bd62789d81be399
MD5 4aad8e17eed858c4437a50cc1d3d1a05
BLAKE2b-256 f711402295b388dd35861007f8a26a37c2e2f284212d57bdf407c31f36043746

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.81.1-cp310-cp310-manylinux2014_i686.manylinux_2_17_i686.whl
Algorithm Hash digest
SHA256 d4b2dddfc219f54f956ccd53cf76a1d338ffe68fc7f2849ec9c7feb9927ff692
MD5 72569771d2863c977e667ea4de01b6be
BLAKE2b-256 602478fa025517a925f1a17da71c4ef9d5f1c6f9fa65af22dfb523c5c6317a21

See more details on using hashes here.

File details

Details for the file grpcio-1.81.1-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for grpcio-1.81.1-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 15641444eca4a29358107b3dceb74c1c6305c55c822fd199b458aaea4068a7fb
MD5 e489646eef4f9625f2c89787286e6ef4
BLAKE2b-256 838bbd9284bdd665ddf877a3e8bc2930d1bcf6ebdbae7b0da5c783dc26bd6e33

See more details on using hashes here.

File details

Details for the file grpcio-1.81.1-cp310-cp310-macosx_11_0_universal2.whl.

File metadata

File hashes

Hashes for grpcio-1.81.1-cp310-cp310-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 69ef28e54fc85397f91b8c19592b8ef3d81952080366914823bd8572a2958120
MD5 ac587cbac19c7a3f55bb8f1f2d3d827c
BLAKE2b-256 80419c95232b94b219ed8b14029d9cd000e0381cafba869c451dda60af84f4ba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.81.1-cp310-cp310-linux_armv7l.whl
Algorithm Hash digest
SHA256 6f9a0c9c1cc15c112d1c053064fd032b64917062292c3d70aea280e02ae10b77
MD5 6be4647d39dc410c6c5af4931fa0a89c
BLAKE2b-256 9ad5f2b159d8eec08be2a855ef698f5b6f7f9fdda022e4dd9e4f5d968affd678

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page