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.82.1.tar.gz (13.2 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.82.1-cp314-cp314-win_amd64.whl (5.1 MB view details)

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14Windows x86

grpcio-1.82.1-cp314-cp314-musllinux_1_2_x86_64.whl (7.9 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

grpcio-1.82.1-cp314-cp314-musllinux_1_2_i686.whl (8.5 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ i686

grpcio-1.82.1-cp314-cp314-musllinux_1_2_aarch64.whl (7.5 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

grpcio-1.82.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (6.9 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

grpcio-1.82.1-cp314-cp314-manylinux2014_i686.manylinux_2_17_i686.whl (7.5 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ i686

grpcio-1.82.1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (6.7 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

grpcio-1.82.1-cp314-cp314-macosx_11_0_universal2.whl (12.0 MB view details)

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

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

Uploaded CPython 3.14

grpcio-1.82.1-cp313-cp313-win_amd64.whl (5.0 MB view details)

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13Windows x86

grpcio-1.82.1-cp313-cp313-musllinux_1_2_x86_64.whl (7.9 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

grpcio-1.82.1-cp313-cp313-musllinux_1_2_i686.whl (8.5 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

grpcio-1.82.1-cp313-cp313-musllinux_1_2_aarch64.whl (7.5 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

grpcio-1.82.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (6.9 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

grpcio-1.82.1-cp313-cp313-manylinux2014_i686.manylinux_2_17_i686.whl (7.5 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686

grpcio-1.82.1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (6.7 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

grpcio-1.82.1-cp313-cp313-macosx_11_0_universal2.whl (11.9 MB view details)

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

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

Uploaded CPython 3.13

grpcio-1.82.1-cp312-cp312-win_amd64.whl (5.0 MB view details)

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

grpcio-1.82.1-cp312-cp312-musllinux_1_2_x86_64.whl (7.9 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

grpcio-1.82.1-cp312-cp312-musllinux_1_2_i686.whl (8.5 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

grpcio-1.82.1-cp312-cp312-musllinux_1_2_aarch64.whl (7.5 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

grpcio-1.82.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (6.9 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

grpcio-1.82.1-cp312-cp312-manylinux2014_i686.manylinux_2_17_i686.whl (7.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

grpcio-1.82.1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (6.7 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

grpcio-1.82.1-cp312-cp312-macosx_11_0_universal2.whl (12.0 MB view details)

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

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

Uploaded CPython 3.12

grpcio-1.82.1-cp311-cp311-win_amd64.whl (5.0 MB view details)

Uploaded CPython 3.11Windows x86-64

grpcio-1.82.1-cp311-cp311-win32.whl (4.3 MB view details)

Uploaded CPython 3.11Windows x86

grpcio-1.82.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.82.1-cp311-cp311-musllinux_1_2_i686.whl (8.6 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

grpcio-1.82.1-cp311-cp311-musllinux_1_2_aarch64.whl (7.5 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

grpcio-1.82.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (6.9 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

grpcio-1.82.1-cp311-cp311-manylinux2014_i686.manylinux_2_17_i686.whl (7.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

grpcio-1.82.1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (6.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

grpcio-1.82.1-cp311-cp311-macosx_11_0_universal2.whl (12.0 MB view details)

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

grpcio-1.82.1-cp311-cp311-linux_armv7l.whl (6.2 MB view details)

Uploaded CPython 3.11

grpcio-1.82.1-cp310-cp310-win_amd64.whl (5.0 MB view details)

Uploaded CPython 3.10Windows x86-64

grpcio-1.82.1-cp310-cp310-win32.whl (4.3 MB view details)

Uploaded CPython 3.10Windows x86

grpcio-1.82.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.82.1-cp310-cp310-musllinux_1_2_i686.whl (8.6 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

grpcio-1.82.1-cp310-cp310-musllinux_1_2_aarch64.whl (7.5 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

grpcio-1.82.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (6.9 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

grpcio-1.82.1-cp310-cp310-manylinux2014_i686.manylinux_2_17_i686.whl (7.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

grpcio-1.82.1-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (6.8 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

grpcio-1.82.1-cp310-cp310-macosx_11_0_universal2.whl (12.0 MB view details)

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

grpcio-1.82.1-cp310-cp310-linux_armv7l.whl (6.2 MB view details)

Uploaded CPython 3.10

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.82.1.tar.gz
Algorithm Hash digest
SHA256 707b24abd90fcb1e45bcc080577da1dbf9971d107490589b9539af8e1e77b4b5
MD5 26cef4b6b275c7d473f98405a94efd5a
BLAKE2b-256 90bc656b89387d6f4ed7e0686c7b64c2ae7e554a759aa58122c8e5fb99392c32

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.82.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.82.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 e20f1edbb15f99e3128ec86433f9785fd5a451d8f115e74fe0056134f092a9d5
MD5 c3476b0777313d8219c06fe4406a02ac
BLAKE2b-256 cc6703329c847172c78ddeb1eb9be6b444fdbc12775a84c958b27e427e7b926d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.82.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.82.1-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 3d21f19838dc255ecbb79321b15ae9b98fbddff4c3d4aedb0a81bdd7f4ab572a
MD5 a3e6a2fd1bb580829744b58b99e1428d
BLAKE2b-256 0dbe33742482d2753f2d3a1b7641664b6622262d44f2f3b609f13425dd86d36f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.1-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7d7ede11d747b4e1bd05e3bc0260e155b65a88735a895a10f6521f19b889511e
MD5 8b93269d2daf2ff96b3eb3a3d8519de3
BLAKE2b-256 44277ccf2ef00f27a8e47a79d641c8ceaf7d3028c7a03d9a97b4c8a9a783c086

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.1-cp314-cp314-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 b064fc444812bdaa9825d33c26f8d732d63ee6a5d78557c1faf92c98687fed27
MD5 aeffe045421a7eae1d8c050b0327902b
BLAKE2b-256 ff59278b4b600329e2ba3849f3c1ea3c820b3a01b38a7ad184ba09595e8d2733

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.1-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 60b0f2c95337694fc094b77d9f60f50566c84b5677393e342eb98daeee242d98
MD5 fbc001eda561abe7f64065f34e631660
BLAKE2b-256 49ce03e01d5e10259bf5c08ee50570cc94724e79c956f61fd2f09b341af0956c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 f853eae07235a51a27bb5d6a9a175a59ca55dc9b99edc6ce2f76f07332d333ae
MD5 041a5caed5ed66ed44bad1bd5f1fd4b7
BLAKE2b-256 b7bd428e38868382aa193697a5aa53973f29c58e58ba4268aa0c86a2715ee58b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.1-cp314-cp314-manylinux2014_i686.manylinux_2_17_i686.whl
Algorithm Hash digest
SHA256 b8e110c66df5204c0506d6c8787b35d48b8b699ef5aa366d6c4d67325c67fe9a
MD5 09985eef5d4749651fd57f210e5f91e7
BLAKE2b-256 9c8bb0f0c9b1400a99a4da4c09b114f101b192f8f11192e76f620b8962f5d90b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 d6650a7c1ebb7921c70e12a385439a8118efb99e669fa9ed31cf25db1843937c
MD5 6fa3c6ec06db05625d5f31ff27e98b3f
BLAKE2b-256 ad753b3b4a3cc9f084b026af96e1d3e539b1af29ec7f41ed0dfff3cb99cc8626

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.1-cp314-cp314-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 46536a4a1f4434df3c851b9254ff6fc7df5705b273681a15ca277d5921c178a0
MD5 11d88e445f342219dbe371145764e46d
BLAKE2b-256 3b2aeccf26dbcfb7f7cab8027c5490a16c8937c5aa7a2ec20a3eab2cf7a43165

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.1-cp314-cp314-linux_armv7l.whl
Algorithm Hash digest
SHA256 35f990f7784c8fd2872644f07f96ebb4d9e48e145a190ab80d0280af91a1bfb2
MD5 1c3ae5265fd194f2577e7bfa7ab7ba66
BLAKE2b-256 b4cbcf9ae9e164c6e6dc8a494faa9771763df9da150eefe19671009624d1559f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.82.1-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 5.0 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.82.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 3dbfb52c36d9511ac2b8e6c94fdde837b393ae520cc321f52a333a2deedf5a90
MD5 16aef6db8fc7406fc82588a1903428b8
BLAKE2b-256 b04266a98d47732e35290bef722f6149fed3709cd4cf61166f6f53a12f417302

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.82.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.82.1-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 38e9dcb5258226fb3282630b31b16a968df52c8c6ad514af540646e0a4578f8a
MD5 c2bbb83afcf7c888ef6e27ed5666a07e
BLAKE2b-256 20e4eaba1517888af483a88d449eb7566f0f7f63446d46f339c5891798435875

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9d76152d7c31d7210d4a106e5d8b64da5bba5d6abf11be30e2f7b0a0c59bbcbf
MD5 b5bf708ee5fcb1b56f91da93b8835187
BLAKE2b-256 629ea97fddd970a8d1588cade06eca20443761c1858b0ad6590a5c835aa18062

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.1-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 e31fd780b261830720cb70b0fd8f0aa51d49e75a66d7464ad2e31d4b765f2580
MD5 dca63d90cd8862b770b8169be5ed0837
BLAKE2b-256 b37cff97b0d0f635987ee5ec80dfedafa1aad629303745d48e8637d10eec5b80

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4c816180e31e273caaec6f8bd86a8392499d5bbb26f41da44e3dce48bde69095
MD5 e161c14551d83c0ad7cc9c5045342863
BLAKE2b-256 d266907706ccaff1223f1e10fd5b37fc16faead43392fccb4e786e7e390ac141

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 c40d94ba820329cc191981bc22fa6f6eed0799c6d921f3c6709521d59d4a2fd7
MD5 cb2ee581f139273b65dc78ca396a28e0
BLAKE2b-256 f36c2557c1a889363072fbf2285ecd0e8c44860d4dbd60f017a32537c5b863e2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.1-cp313-cp313-manylinux2014_i686.manylinux_2_17_i686.whl
Algorithm Hash digest
SHA256 5e5c4dc0a59b0f8490a6bdfd6fc8395b9d8ad8a8407c7d67ca7b5bba15c0877f
MD5 f0729e863f9896cee9f620c76cf2964f
BLAKE2b-256 698058e3738696f48ab7645347b98d8a7f93d10e00e6218388fbfcd6c9310e3d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 f5523099c98c292ea1ae08e617249db760c56a78f8deae879027fe7d1ffbcbf6
MD5 d4dbb317711a5265c68b82a8ef1b656e
BLAKE2b-256 8c143a02e6ee49c2d85bc15eaae321e0e11ab3542cad3c5b2de121ecce0c4296

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.1-cp313-cp313-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 3dde70abfc80b3be11de53ba0d601c439e7fb2afd3583ad1788d1146bec92fdc
MD5 7315e7cb97b75811852a8386f33fe1e9
BLAKE2b-256 e78ff263d6f14fdba6b56cfadd91fd3e158a52682b72c6016d1f8723d435659f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.1-cp313-cp313-linux_armv7l.whl
Algorithm Hash digest
SHA256 b454a2d97bfab7565683a02345f86bd182ab69fd7c2bdb7414171e7538f266b1
MD5 97270ace3d6ed4de27d19f17e1368b1a
BLAKE2b-256 1b3e496992d08c0aaa11272eb6228dc8ab947da01fe835de243cd00521bce4c4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.82.1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 5.0 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.82.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 1fa3223a3a2e1db74f4c2b255189eb7ea875dfba56e221d252ee3fc7b204778e
MD5 7e1014a77d020510b94578d46be59a53
BLAKE2b-256 964fa5fe8bf0d0a1b24855f370293075c931f27de4eb55f0f158786095bf3c11

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.82.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.82.1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 06127691866e295c14e84a1fb86356dd962254f6abd0da4ca4b001eea9e89438
MD5 1561cd760c7a529a2500257c6ee1c29e
BLAKE2b-256 b892f2651ec704d9852a56faef394775038afba435b50ce82ab2404d119c3355

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2ba199205ff46c7778290fe1673c91ac8e7e45678dd5c86e9e56fa33ec8788f6
MD5 8f7db15f6887ae8b42fa49c6339edd30
BLAKE2b-256 bd95a3d8b0431fa221efc51ee39d73595ede74ba82a43b7c4313192e580face2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.1-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 2c0c8270833395644c3fe6b6a806397955a2bc0538000a19a78b90c05a6c16e0
MD5 749ee6ef483df78ba36bd58a9f15dd50
BLAKE2b-256 67552e0b10ae1d3ef9dcc480b91dc2158f4931fc4675d3af0a2836e39b2a744f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b85f4564926fb23114d239392bdcae200db1e6179629edd7d7ab0ab89c96a197
MD5 764763d162e744a7ae88fef83d28d2fb
BLAKE2b-256 5ff0fa87e85f49925f44c479d07e58b051e69bcfef6b6d5fbc6749d140f6730a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 011c8badee95734dee8bf05ce3464756a0ac3ebb8d443afd20c0e2b5e4640ad9
MD5 90699102617f07c27ab1d5f8c32d3921
BLAKE2b-256 e4e78f855ca29c294956122a2a73023655b9b02602d5111dad2b9b00e7631c68

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.1-cp312-cp312-manylinux2014_i686.manylinux_2_17_i686.whl
Algorithm Hash digest
SHA256 1ecfde669cb687ac020d31ff76debe5dc7a62213335f02262eb6625628da1c03
MD5 a479f8a51941ad15edbb1867ee6fcf86
BLAKE2b-256 889b69e2d1627398b964f34437dc476a5aff5a2cc8e7f247d26272b5674b5faf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 a6bd5daf5bde7b24d7ad2cbaf8bf9eac620d96222016bb5e7ddde930dec0673f
MD5 636ad611aec6d9ef5b0cab028178ccb6
BLAKE2b-256 82b2d9125df3d8a140dec12cc82c05b7deafedeababcff6496f28b2fd5634d10

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.1-cp312-cp312-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 1eae24810720734598e3e6a1a528d5de0f265fe3fc86575e9ecce424b9ec7379
MD5 8682e5b4cc2a8888d4f1d4223e86c6f6
BLAKE2b-256 e63371875cdecd27c24ac1385d4783a09853f01b84a825a36aec2a2bc7d0d080

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.1-cp312-cp312-linux_armv7l.whl
Algorithm Hash digest
SHA256 c09bd5fa0d5b1fbd773ec349fe61441c3e4ebf168c229aa7538a820bdfad6a58
MD5 2126ba5ea3045fc3b5c7d6ec41fc587b
BLAKE2b-256 dc88d1350bf3343a2ed87d801584e40609f6c6bd3087926eeca03de50348cf4a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.82.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 5.0 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.82.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 0d8299c285fe6cc6a1f56badf8d3bc5078c8d20273ee64bafa3783b4bc29a769
MD5 d595c51db6ce4b986ef3f9fc6f1dfdb5
BLAKE2b-256 c76a2872c761b025d9ec74386f22a4a7d59c5a5b00ebf718761b33739ffc45de

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.82.1-cp311-cp311-win32.whl
  • Upload date:
  • Size: 4.3 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.82.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 e203d2e19d471630084a16c815616f8211dff21c268ab3c5f5bf38417832e074
MD5 18b4bdfda81c4bd2a6e8a819ac664299
BLAKE2b-256 4bb70a92cfd1658f3a896d4aa12d4efeb7dd4ddfc723725ae22741a5241ea710

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 644ae1b94266ac785330f4590a69e52b6a7eb73029043a02209db81c81397d69
MD5 0bf8b9c8ffdf529d24a2d61cfead2dda
BLAKE2b-256 209cd8489c628e73e20a3d034e7f66912de7b1acb405f01d388f056a88e47924

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.1-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ff99bc8cafb6a952201c37b995f425e641c93ffa6e072258525feab57290141d
MD5 c422ba973522dba423e60ade10c8623e
BLAKE2b-256 3c2e3c4afa625d0dac9090707966916284c035fc5b2fb3e2c51e156accee6735

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e06503106e7271e0a49fd5a1ac04747f1e47e87d900476db6fe45bc87ee411f4
MD5 4439a013529ced3a148443721653f1a5
BLAKE2b-256 e4b93aae7a03d34c86ea27988db859a6087c186f6c3f53f9b551e07afd989bfa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 5dafb1ece8ed45dee7c738f166ec82e19673221ed5ab8967f72858a4685345b2
MD5 7ab6020c5b763bcf18fa20f29c9d9515
BLAKE2b-256 a0411a348767eb9d9bd7765dc4fa8a01723d3bb386d67f981ee5c6f9c02b8b1c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.1-cp311-cp311-manylinux2014_i686.manylinux_2_17_i686.whl
Algorithm Hash digest
SHA256 1e822b2774f719c017cbe700b6e47173b6ae290fb84906f52a5a3c2c60b62e1e
MD5 23d648ac00f403a3c5c7e1c34c5b69a6
BLAKE2b-256 3e1225eef9c245c54f0061317d13a302357fe8ea03bac240b2b02ececcf54da4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 ddb30cb13e25bc13cea70ffc69d6d90c49d36ea6c1d4549e6912f70177834cac
MD5 e1be7cce42d4a523071de606fcc6d490
BLAKE2b-256 5b7e21b1acb052876ad00959ec4d1b05fe08607d650bcfa282073bb164c2703c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.1-cp311-cp311-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 cf855b1af246720f567b0ce5d0724d45dfa4188eecc3296a2a69257b11b9e94b
MD5 35d365084cf04c8cb0e136d697cfddd1
BLAKE2b-256 c18f18053a3a2ca03d0c2a1b8cc7271e705007a16aa5dae84bac00935c5b1a7f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.1-cp311-cp311-linux_armv7l.whl
Algorithm Hash digest
SHA256 0ddb18a9a9e1f46692b3567ae4abb3f8d117ce6afea48650f8eca06d8ab5d06f
MD5 a9ad5f30876df1e1db81d6767bcca2d1
BLAKE2b-256 265be5092af97fa671ca279b3e373251af4bf87d5fbda7dc85f6a616899562a7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.82.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 5.0 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.82.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 5e171d5f0d6a0af78ea7512783f170a44f80c165259d8773e3a354a7f991f2b5
MD5 dd99107cd8bca2209ee23fac8c0495a4
BLAKE2b-256 93b0c4f42f7c69c53d27ed41643421b55908bcbe885b68f5a208135c72917c98

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.82.1-cp310-cp310-win32.whl
  • Upload date:
  • Size: 4.3 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.82.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 bd2f45e46fff5b91c10997d0743a987517a7dde67c64c592835c2dcaac66f587
MD5 be9ec1914d2b64abe54d1b3a5cb34908
BLAKE2b-256 76855f9cd1f965bbe4329556a212f178ae0c072b18b446cae05ed32fa8847c53

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ed6fc621d6f366c88a60f0b971d5afd21d441d9aa561ee688de5b7acdb2cf901
MD5 085c96b6431e13c79680e7278551a379
BLAKE2b-256 97f954956cb0c701190cbc9d7e535c3f84acf0285c6b9ed198a902766e17c3cd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.1-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 c4ba4aac238f685743575d9d700003ac16537cce26e7c774993134f530652464
MD5 66c1177ae20cdb12c4ca3baea2b3cce3
BLAKE2b-256 a706b28cfffb989a84d8272593498bddd2d68148cce1813ad55189c469b0f1f8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.1-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b758540a24d5394a9c578bf9f6126389f474b106ac3d9df1d53de56cb14c9fd9
MD5 2e4430814e652aee777c641991fbd31a
BLAKE2b-256 2939f2b772356b4f593ffe439795509fcbf675b0ff98211ae8ce2a180f2e559f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 50fd2fe83426b1b1c6cdc4d72d555223b7dddf8ce07c5bac218b13fc6d684c6f
MD5 8f71e921023df0bc891a8703d4d0b161
BLAKE2b-256 6399659711e9689c4dd553bcd4eacff9cb9f458f34b60edf7afb3bbc1b0a58a2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.1-cp310-cp310-manylinux2014_i686.manylinux_2_17_i686.whl
Algorithm Hash digest
SHA256 d6e8a08f7038ba7a77f71e250804e4aba84fe91d22cfc54ff43c07b7529c4728
MD5 9552fc9ac6189f5e77153147d3517b09
BLAKE2b-256 e6dd47519c2a8fd9db47ec4493f44bd9f5b0175307e07089b1132e54b7b5b19c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.1-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 b89cff456796d2f0581783726ad017a2c70aff2d27b0f05504c34e2e417f7560
MD5 831af062a6c0b252e05dd9a33d1803c8
BLAKE2b-256 debeec4aa76cdf25539b9e960cbb9d5739f892ea6cde58078b5293860c1159d3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.1-cp310-cp310-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 c80c9741dcef192f669876a81957cf7713b441c2f0c43631350d75fa49321d31
MD5 796e077a302b82f148ffb0284d9942b5
BLAKE2b-256 192ec906f8e6d0b54c0137885fff6f7b5883c6bbc381b44a0ba5ea07d7d1579b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.1-cp310-cp310-linux_armv7l.whl
Algorithm Hash digest
SHA256 91859d1cac5f47caec5fc40e9f827500cdb54ce5b36450dc9a65616b5af49c17
MD5 0ef20a1dd52cefa78de12f60f1039959
BLAKE2b-256 a3145d05bfd85c101cbe44a12d7c1cea9c40698e0438cddf3a70019f735b5a27

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