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.0.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.0-cp314-cp314-win_amd64.whl (5.1 MB view details)

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14Windows x86

grpcio-1.81.0-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.0-cp314-cp314-musllinux_1_2_i686.whl (8.4 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ i686

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

grpcio-1.81.0-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.0-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.0-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.0-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.0-cp314-cp314-linux_armv7l.whl (6.1 MB view details)

Uploaded CPython 3.14

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13Windows x86

grpcio-1.81.0-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.0-cp313-cp313-musllinux_1_2_i686.whl (8.4 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

grpcio-1.81.0-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.0-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.0-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.0-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.0-cp313-cp313-linux_armv7l.whl (6.1 MB view details)

Uploaded CPython 3.13

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

grpcio-1.81.0-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.0-cp312-cp312-musllinux_1_2_i686.whl (8.4 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

grpcio-1.81.0-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.0-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.0-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.0-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.0-cp312-cp312-linux_armv7l.whl (6.1 MB view details)

Uploaded CPython 3.12

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

grpcio-1.81.0-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.0-cp311-cp311-musllinux_1_2_i686.whl (8.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

grpcio-1.81.0-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.0-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.0-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.0-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.0-cp311-cp311-linux_armv7l.whl (6.1 MB view details)

Uploaded CPython 3.11

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

grpcio-1.81.0-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.0-cp310-cp310-musllinux_1_2_i686.whl (8.4 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

grpcio-1.81.0-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.0-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.0-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.0-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.0-cp310-cp310-linux_armv7l.whl (6.1 MB view details)

Uploaded CPython 3.10

File details

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

File metadata

  • Download URL: grpcio-1.81.0.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.0.tar.gz
Algorithm Hash digest
SHA256 a5acd7efd3b1fe9b4eb0bcaaa1507eed68a0ad0678b654c3f7b464df9ba9dca5
MD5 0fdb2110053106671d80cd55b819070d
BLAKE2b-256 15f323f47b24f8d8c2028eba501db3acfbb2f592cbb5995eaa6e363a627b74d7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.81.0-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.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 b93cee313cae4e113fbb3a0ce1ea5633db6f63cfde2b2dc1d817429026b2a50b
MD5 c330eafc297e83598f3ccbbe12ac6d38
BLAKE2b-256 0ce8127dc2b246096ad50ef7c8d9b7b31d757787aeb796368bcdd4454e4204c4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.81.0-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.0-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 fbbe81314a9d92156abce8b62c09364eb8bafc0ca2a19919a45ec64b5c6cb664
MD5 a2740b4cfdb1d0c9c07cf90acb277015
BLAKE2b-256 88f45827fd248221ad3b44161c23ce9b5f4ee405b04fc6da5fd402a9aa87a84a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.81.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 aa948712c8e5fa40ec250870bda14bc7578e1bb832a8912d9d2a0f720518edbe
MD5 09828afe432735998af96d8a7f08a181
BLAKE2b-256 433d4f4a3450a1973568910c6909cb74abbf2126f68aefae5976962f9f7ad50d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.81.0-cp314-cp314-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 3d4e0ce5a40a998cf608c8ba60ecfe18fdf364a9aa193ae4ac3faeecd0e86757
MD5 921f53d6eee2d3dfef13a14dc4336f19
BLAKE2b-256 3fb8aa04590c6564714d94954515f15a236e59d4b9b3ad01e615f1b706d7792d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.81.0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b8b025b6af43ee0ad4a70307025d77bcab5adde7c4597786010d802c203e9fc5
MD5 ba03eebe38a1aa86ab6ecb53821d7440
BLAKE2b-256 0a0c77892d715ac41e7ec0ace2a50080ffb64e189188056f607a66fe0014d1ee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.81.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 c4fe218c5a35e1d87a5a26544237f1fa41dfd9cbd3c856b0810a30061f8b0aaf
MD5 d2d1bcbea4018a29f0685292d9e137c6
BLAKE2b-256 485af98e91b2e755652e637ea2144318b0229b290062199f761b445fe1fa6015

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.81.0-cp314-cp314-manylinux2014_i686.manylinux_2_17_i686.whl
Algorithm Hash digest
SHA256 ff83d889e3ebf6341c8c7864ad8031591ad5ca61599072fc511644d1eb962d2b
MD5 274a80592e1ea365e3e27fdc182e23e0
BLAKE2b-256 32891f17cb6882abfd8e5a303a25d5d1665abef5a8c499a96198c65a651d1b85

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.81.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 97bbd623f7ded558fd4f7cb5a4f600c4d4de65c5dd364c83a5b14b2a10a2d3b5
MD5 6ae0a67eccf8c36535dea5d68fe8110a
BLAKE2b-256 1e3d1fbde079572562af65351151d840525a13879eb7b481d35b55cd64c6127a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.81.0-cp314-cp314-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 300f3337b6425fd16ead9a4f9b2ac25801acb64aa5bc0b99eb69901645b2b1d2
MD5 114491a850340891bdbfa17c47afc651
BLAKE2b-256 e8b8999c14f9dff0fc47549d2e827cba1343ddc18e1d1bf0d06d2cf628eecbd9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.81.0-cp314-cp314-linux_armv7l.whl
Algorithm Hash digest
SHA256 a9351055f52660b58f3d4890ea66188b5134399f82b11aa0c55bd4b99eff5390
MD5 94d8fefdbe0a024107f0a8441f59a8f7
BLAKE2b-256 c51d28b231333857deb840bc3d182ae087510170ea6d68f21393aeb0fe499530

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.81.0-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.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 194eddfacc84d80f50512e9fd4ee851d5f2499f18f299c95aa8fb4748f0537e0
MD5 7c4501c10fbdbc3bb6bccfbe40ea3c92
BLAKE2b-256 a9a7932f2f748511a32e641a2aba0d30dded3ed6e8bc330e0924e4d5d86853e6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.81.0-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.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 c197e2ef75a442528072b29e9755da299110e8610e8bcbb59a6b4cf55384f005
MD5 4ced0bda36df91e9c2fede53f3c2febc
BLAKE2b-256 c095c3366b5b5edf4c4adc90f2e29ca16e57965a8e56dc8d2ee89565ba1905bb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.81.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0fba53cb96004b2b7fb758b46b2288cb49d0b658316a4e73f3ef67230616ee65
MD5 d59676af9d45f621e38f8eb7858432ae
BLAKE2b-256 75340f8202c6809a46c2b4d69125ef3667c40b1c211f8e19930e5fa1f1197039

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.81.0-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 aaaa4f7f2057d795952e4eacf3f342be8b5b156992f6ac85023c8b98794ebd47
MD5 831b5d804fa8e874fb03870d80e2e0df
BLAKE2b-256 ada35625c48cb48d23c6631b3e5294f88e4c751f22a52591ae78859fab96dca1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.81.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e7746ba3e6efc9e2b748eff59470a2b8684d5a9ec607c6580bcaa5be175820bc
MD5 703b8806fde91d28cd44a09e530abb30
BLAKE2b-256 8ddcfa189d20601a1be25b08850cfb733879bbb1047b62a8feec3a60e3e1a87b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.81.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 a524cd530900bd24511fcb7f2ed144da4ea37711c4b094475d0bceca7a93a170
MD5 406de53912b479c5bc56a5379e119733
BLAKE2b-256 654a1df2a4cb4a1386e066ab7e4175e34bb884b35ccb60d3621c09c84af6aabb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.81.0-cp313-cp313-manylinux2014_i686.manylinux_2_17_i686.whl
Algorithm Hash digest
SHA256 8c0855a350886f713b9e458e2a10d208009dcaa849f574e39cd6067db1fe1279
MD5 6fc1708c704538ae5e50188c84496b4d
BLAKE2b-256 ebbcc89f9b9d1c22895715356a1e009554dae66319e97826bb4d30bcda7d29e8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.81.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 f345de40ef2e65f63645d53d251824e6070e07804827c5b00ec2e44555f9f901
MD5 a905604718350e3a9073e5da05ea3643
BLAKE2b-256 6489b1b93ef6b34bd20bbaf707fa99133bc9cc302139d5ec6f77a165c7169796

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.81.0-cp313-cp313-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 43c121e135ae44d1559b430db2b2dfad7421cbbe40e1deba506c7dc62b439719
MD5 d1ad52f5601cf09a63704f504963fb76
BLAKE2b-256 9eb67211807926b5a17f8d9a5d47c739a163d6812fefe3e4714e81cf92945ed7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.81.0-cp313-cp313-linux_armv7l.whl
Algorithm Hash digest
SHA256 62bbe463c9f0f2ff24e31bd25f8dd8b4bae78900e315915a3195a0ef1471a855
MD5 ed2ea96335ebea252c9f9213a0c6c8a6
BLAKE2b-256 f329779ee53c931d0fd55c1d459fde43e485172caa3ac87cbd43d003a13a0185

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.81.0-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.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 87e33b7afcfb3585121b5f007d2c52b8c534104d18f556e840d35193ca2a9141
MD5 92baf6902b4f7e89f6caa30f17f96d27
BLAKE2b-256 39e3a7c387406827a86f99ad7838b995bf9b4a182ffe2d2c439ed2873efec952

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.81.0-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.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 98c6240f563178fc5877bd50e6ff274463e53e1472128f4110742450739659fa
MD5 3f1353416405d2df73bc331138d94b37
BLAKE2b-256 ae3f0ea06bd85c701966aa3f8f37314f2ed83520d2b7590f42d643d445d8bc8b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.81.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c6ff087cb1f563f47b504b4e29e684129fc5ae4863faf3ebca08a327764ee6cb
MD5 0bfdcda94832925929a50084110b1b1a
BLAKE2b-256 5c733860341e6a1f5347be6ab35c6c0e1e3a8eb59d010388207fd561dcf01a88

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.81.0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 5192857589f223e5a98ff0e31f6e551b19040e647d17bfe10116c8a2ce3b8696
MD5 eb57c75e5cb91e39e6c55c709172faae
BLAKE2b-256 3c981eddf07df6e4fe85cf67502a793f7b05468b2dca3d1ef35b972cf5d54468

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.81.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 275144b0115353339dbb8a6f28a9cf8997b5bf40e37f8f66ac0b0ea57e95b43f
MD5 4bbe7791d196e41b5b83312114a0fec6
BLAKE2b-256 348b3441983718095208c5d797fd3239882e97ea89a629f41c8df94b4eef4df9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.81.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 19f201da7b4e5c0559198abe5a97157e726f3abe6e8f5e832d4a50740f6dcc22
MD5 81e375165717ea9f50794c5d4ce91a43
BLAKE2b-256 e2981f3896a9baae1f2aedf4e99c55291d6fa1f30ad9603d63bc18bda967b53e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.81.0-cp312-cp312-manylinux2014_i686.manylinux_2_17_i686.whl
Algorithm Hash digest
SHA256 db217c2e52931719f9937bd12082cd4d7b495b35803d5760686975c285924bf8
MD5 acf69f303aacef1c4919bd2711e99545
BLAKE2b-256 b41f7ff2850eaefbecf99af3f624dbb28dd1ad6c5fd4c1d8c26909ed6482673b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.81.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 e4d053900a0d24b75d7521139a3872150301b3d6bde3bed5e12318fb25791e4d
MD5 cd1bf184a1f22c6445625bc487d01665
BLAKE2b-256 1679a4302aa82428de48a922421f522b027a1a727ab4d0926368454aa953d36d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.81.0-cp312-cp312-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 8bb1789c94322a13336a2b6c58d9c14d68f8628b6e24205a799c69f5bf8516ce
MD5 282c54a2af8b834781ee9caed5938168
BLAKE2b-256 686a7e3eafa4727cd405ff917605ed2949e2af162f233f5cbdd773723a5fea7d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.81.0-cp312-cp312-linux_armv7l.whl
Algorithm Hash digest
SHA256 57b3b0e73a518fa286959b40c3eddd02703504ca186e8b7b2945954519bd8b2c
MD5 63715479471eb52927ec901bf32d3a8e
BLAKE2b-256 82d5896a3aaf07068d707d88b282a04914b872db4d32d3c7e6d88e43a3b911fa

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.81.0-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.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 5e925a70fe99fe5794f7beca0ea034c75f068afcc356d79047e73f99cdcca34c
MD5 a03d86df9cf194c7a0da2321f553a941
BLAKE2b-256 426bd0895e93d65b186f5f1737fcc186d7faa487e2d9d934eda111a37a309869

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.81.0-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.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 7915a2e63acdc05264a206e1bddfd8e1fb8a29e406c18d72d30f8c124e021374
MD5 026dfadfa626101fffb779d2e5afda23
BLAKE2b-256 d39e6438e226046c2a0778060e2b1d791a4827277bbd9d223013c2c63ee7435e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.81.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 77eb4e9fe61486bd1198cc7236ebb0f70e66234e63c0348f40bc2553ed16a88b
MD5 e0e505fe9c5a9290b60721214ddb16f8
BLAKE2b-256 e5200e7ea7494955cf1beea3077b2fd2c04c84d4480c2ae85a1e1cfa150c62d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.81.0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 9f355384e5543ab77a755a7085225ecc19f32b76032e851cbd8145715d79dec8
MD5 be7424f15275472ad45fd031209e3ba7
BLAKE2b-256 a7dc0321f892212e2c0bfe248cea24c00d7d7111639688ec5ffd8e36b5c02fe6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.81.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c36f5d5e97944cbda2d4096b4ae262e6e68506246b61582acf1b8591607f3ccc
MD5 cc62a2967786ad1cdea5509fd6ad0cc0
BLAKE2b-256 f6192f1726c2e03ad3f3fe241e6b41534532ad580d595de14a4054ad84999c80

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.81.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 dbdb99986548a7e87f8343805ef315fd4eb50ffaabf4fb1206e42f2542bb805d
MD5 5f288cba11beaa1ed4d626e457751811
BLAKE2b-256 f4187c8e3d0dda2fb7a17076fcd6c9085209eabad3354696c64230f87b3a14eb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.81.0-cp311-cp311-manylinux2014_i686.manylinux_2_17_i686.whl
Algorithm Hash digest
SHA256 21ec30b9ea320c8207ea7cd05873ad64aa69fdd0e81b6758b3347983ba20b50a
MD5 fcd08bc48cdbd4c4732f61fde3c70da5
BLAKE2b-256 2ea90fa17ac8b4e29cf59b26915be6cab8c0d4583ce24a6208a287b6e5f6d072

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.81.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 638ccc1b86f7540170a169cb900799b9296a1381e47879ce60b0de9d3db73d33
MD5 af164e748e6430995e418a6b7b6ae812
BLAKE2b-256 83704c3a204e190333768d4f63f4ff56bd0bf405f05b9188f3a59a8bcf161f8b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.81.0-cp311-cp311-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 cd78145b7f7784661c524624f3526c9c6f891b30a4b54cb93a40806d0d0d61e9
MD5 8556c159899535414b6a65d4b13f3db0
BLAKE2b-256 a74399e969a048904a65df3129ee53c5f523b7c4e43127786460cac4bee82470

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.81.0-cp311-cp311-linux_armv7l.whl
Algorithm Hash digest
SHA256 794e6aa648e8df47d8f908dc8c3b42347d04ec58438f1dcd4e445f09b4f6b0ce
MD5 b1d3e55aae0ba94326dedcb1d4f76e9d
BLAKE2b-256 45a89916ab10a0201f4c7afb6918125aa2f38a7626ee18ffbc066dd9cb04a74d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.81.0-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.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 909bb3222b53235498d2c5817a0596d82b0aaea490ba93fdf1b060e2938a543c
MD5 7901577c2906685ffec4ef2611c98c03
BLAKE2b-256 c2c3cd81087855dfd4bbef2db50e58e1f7ce93a9a1675bc89a6cb76aa438ffaa

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.81.0-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.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 3755c9669307cad18e7e009860fdea98118978d2300451bd8530a53048e741e7
MD5 a2c1cdd93c5d05f5ce7c7c9f2288d9da
BLAKE2b-256 a5b43b3339e661669d545f09ee7ea33fec3b1b438e623b3105597d3457c39391

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.81.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f85570a016d794c29b1e76cf22f67af4486ddbe779e0f30674f138fa4e1769ec
MD5 8373929054c0fa5947a98cd07af8efbb
BLAKE2b-256 4a5d1264d086c5d3cc81c59084de1ccc87d1a037f91ce9cb1f611caaa19b70cc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.81.0-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 40edffb4ec3689373825d367c4457727047a6e554f03245265ecc8cc03215f22
MD5 f3d4dbdb2da763298c9cc29d83e6cc16
BLAKE2b-256 893b52c1558e94941022b7ee046583fe4a007164c7e18087d55f82fd23c567b8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.81.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8226ba097eed660ef14d36c6a69b85038552bb8b6d17b44a5aa6f9abf48b8e08
MD5 800e923e5379ff2d791027bce4e4838b
BLAKE2b-256 86829f69147bbd723ff07fea0242e5877a9026be1819410996e6086aae8f00a6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.81.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 f750a091fff3a3991731abc1f818bdc64874bb3528162732cb4d45f2e07821a6
MD5 692e4f6286666c49d9f0a2f5e772b990
BLAKE2b-256 9adfec0a4e04472df2618f8741151fa026bc877648e952ebb0e421169e0b992b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.81.0-cp310-cp310-manylinux2014_i686.manylinux_2_17_i686.whl
Algorithm Hash digest
SHA256 725801c7086d7e4cd160e42bb2f54e0aeb976b9568df3cc6f843b15d29b79fb1
MD5 031490d3d5364b10a370d950e942144c
BLAKE2b-256 093391d7fd2392923407fc89e7f1493011dacd3f1a6972cff5fa2237ac1efd5d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.81.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 4e032feb3bfb4e2749b140a2302a6baa8ead1b9781ff5cf7094e4402b5e9372e
MD5 52810f9184590978fe5ee02d617394be
BLAKE2b-256 4a6f7802953eb46ab7082f70a139dac02a5544e8b784c4647f9750af28f64348

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.81.0-cp310-cp310-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 b76ea9d55cd08fcdbda25d28e0f76679536710acb7fbd5b1f70cb4ac49317265
MD5 34c8081a03b9304cf22117713066587e
BLAKE2b-256 da8a439070efa430b3c51c8e319b67521957688905f27b294302c6077e9d4ef5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.81.0-cp310-cp310-linux_armv7l.whl
Algorithm Hash digest
SHA256 b4108e5d9d0f651b7eea749116181fe6c315b145661a80ec31f05ec2dbe21af7
MD5 1d0c854850c4066393fa489334c4543a
BLAKE2b-256 25a013f7dd9602a44c2852eb5ca29dfcb14de5547e1d37672dbf20e3cf17d5d2

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