Skip to main content

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.

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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14Windows x86

grpcio-1.82.2-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.2-cp314-cp314-musllinux_1_2_i686.whl (8.5 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ i686

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13Windows x86

grpcio-1.82.2-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.2-cp313-cp313-musllinux_1_2_i686.whl (8.5 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

grpcio-1.82.2-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.2-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.2-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.2-cp313-cp313-macosx_11_0_universal2.whl (12.0 MB view details)

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

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

Uploaded CPython 3.13

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

grpcio-1.82.2-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.2-cp312-cp312-musllinux_1_2_i686.whl (8.5 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

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

Uploaded CPython 3.11musllinux: musl 1.2+ i686

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

grpcio-1.82.2-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.2-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.2-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.2-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.2-cp311-cp311-linux_armv7l.whl (6.2 MB view details)

Uploaded CPython 3.11

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

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

Uploaded CPython 3.10musllinux: musl 1.2+ i686

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

grpcio-1.82.2-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.2-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.2-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.2-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.2-cp310-cp310-linux_armv7l.whl (6.2 MB view details)

Uploaded CPython 3.10

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.82.2.tar.gz
Algorithm Hash digest
SHA256 113823c3cb8e90e06d23217e3fd25f7bd08cbb5317899a22a2f1f14c3b25be47
MD5 672b45bb1515801f43c9999c3a0f6b96
BLAKE2b-256 9116f68ad82e9b75532f102c03560d6437c24a2253ce7805fd8f36d0026f8473

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.82.2-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.14

File hashes

Hashes for grpcio-1.82.2-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 f96795faccc60965a564431716cfe6e6a36b9deca447df82044a55378faad62c
MD5 7079684af0889f68f85bf9a08deee0c4
BLAKE2b-256 4e535b8e91ac1b9e2348f87898f84292093183d753f72780d8feb5763b2c4a11

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.82.2-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.14

File hashes

Hashes for grpcio-1.82.2-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 b966b5b4ca21a85839862d243d9045a0840bd2d5ea9fe5a9a97018e0e0019bf1
MD5 f61f5859fc4866de945ef87f2715641e
BLAKE2b-256 b89b802c984432e4262d9573c82ad6a4e7df8dc232716071981431269641a435

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.2-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0ef63fa9d2ea4c075a7ee5d5ad4be03a352e418aa556e6d962cca38ae797e0a6
MD5 1f22448ec238966d3884ef6045fb36df
BLAKE2b-256 159e50fa5f6e13123a0168dbfee13492d7047c909d4b78602f2bd22578c67b7d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.2-cp314-cp314-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 cdc87c5c3233efaa736fb5f20e780cda97f7e8b85fa7f61154a0c766a5bafdd1
MD5 975cf0d1ce92f7f272df8203bb49e28a
BLAKE2b-256 fcf970c1b633e3a934b5c985264fcd3336c061759b91e60985f500cd770f6451

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.2-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5d1a035418a9e0dbb067f6c1b6108178a2add8008d86fff5c5116bf286e8052f
MD5 39dc8a857f34304c8c948507dec5aa1b
BLAKE2b-256 787605e7e00fd6c9abee43bcb78b0490209636009e6c5517df6152af99174aac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.2-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 02445ad297aa4785de126a495505c58b9b515d577da18b0eddfcf9ea79ae733e
MD5 8d1ab02fc0e5310a41f340523322f60a
BLAKE2b-256 72534025c12ef91cf15641dd5e77f9cc4d25ad4b47f1baafbd9aa2a1d1c6e0e7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.2-cp314-cp314-manylinux2014_i686.manylinux_2_17_i686.whl
Algorithm Hash digest
SHA256 a463e42f83d0ceea9f5f2bb289b5d8256297c46153d64d7f9cd888f3eaed827a
MD5 c558877e03979c754576810955b30910
BLAKE2b-256 dd7c0349b35f92a8fc74896cff60d87bc91fe40f2cce7f1c8f974be551bad348

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.2-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 57ad28d6a1847d6f17b79077600b2506813c6cb215048a18b2a6da3cedc0d71d
MD5 2c40eac39db961dd6e264c41ef53dbfa
BLAKE2b-256 c950a2d7bce0fb10f2264a9f5319a90fa0579c959f7aec6b7b357e34c60a7b43

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.2-cp314-cp314-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 a0730a0811f5d2885e118a331c50f472b3f75f22e758ccc9a0f8d6035c4d2af9
MD5 b9fc4be020ff604263f196b84a935686
BLAKE2b-256 6cc3a29ad9985597ea5fa8f73bb11fef8fa72831878567a8272109f0d0030a6d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.2-cp314-cp314-linux_armv7l.whl
Algorithm Hash digest
SHA256 6d700eac05db5b1824cbd7cfd9a51677affc16b3c82bdf0303544ee0885043f7
MD5 7858dc1e33a715bcaf6d8ab4da4b7d1d
BLAKE2b-256 bc44a2ffbf3fafe70033244b825cd52bf72061a1807c2b869913275a19e18773

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.82.2-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.14

File hashes

Hashes for grpcio-1.82.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 260661aa9c9dd67ad569ce7898f3d2118290712373c0c1fa8b785c8db30eeca1
MD5 1daba396e7942454c53b473df1fce4b0
BLAKE2b-256 310d39ab077475b11b02a369a717da687890c687cca0487ae51031b2188642ae

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.82.2-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.14

File hashes

Hashes for grpcio-1.82.2-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 2c9e7cd993f8fdc622e4573254a6a3045954912909c3b230ab349058e05e7fbc
MD5 326f9013282d4d3369701da9750a9f99
BLAKE2b-256 6ed9d019c085337768b19052d42745e73612eb820a385ebbfd4efae9c1393d5f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.2-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cb430beee25aafbcfaf4c0ffe2e1c3a331390ec1e5104c465f8b09e50ebd4830
MD5 7d71325de928f5177e5c819f5d05744e
BLAKE2b-256 4659a8404f889decb1255ba94401839ab68361881bb5f968e728ae4370a4a5d3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.2-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 c702443340949d5918d7cecab2a6b7d35e751972fba8d98ce3a4a65e1e4b6b3d
MD5 402b3ca690fcc04b0b188c0835c89e3e
BLAKE2b-256 04c8bda391cffc97d23ae62519eb595221d3127421ee340f8ee23a480355ba3f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.2-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 078289fa285cd9fea29bf1071e0f22d5fc5cc66ee67c86ac7f744d9750679f37
MD5 c12f96aed8ae0baee4dcef952749e0b7
BLAKE2b-256 366076372e14fd85f2259c1b2e76866b79bd8f9faab04242cb0e9e5a06fe83bc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.2-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 9e47991956ad2f6bd7414eb8a8a4b1b7ca4be1bb60c76c3096546ba49c9a32cb
MD5 13f362a8121d51d95d541e54c319b5dd
BLAKE2b-256 f606a2381e6dab1af852af3078d2b1c9b24b03a9618ab5236e7590ab25c7ee9b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.2-cp313-cp313-manylinux2014_i686.manylinux_2_17_i686.whl
Algorithm Hash digest
SHA256 dcc913d76a79e6844ab24c290971d1634a3e27d13555ed87d08e893f47919be1
MD5 7b9c2194b73740ec1b1770d16014f0fc
BLAKE2b-256 a66a20c8c05683a19389e6363e35ba79805a94a4f280ef015d5e4964f6912a53

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.2-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 0a72eca06a494d83e0558471b61b0b7a6d465dcc0547b33a642e624564e855bc
MD5 68c90a6b1e472dbbf554d96f0d86a89e
BLAKE2b-256 b95c02b020ff7e6a007cb0a6ed175ac868705ce57560b346969e016756bb78da

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.2-cp313-cp313-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 8ff785978d43c96b9ac2cd3fe9d336f000f5f9c0fdc48fa968349a03beacc426
MD5 fa045eec338d5ea4bb35f1675c73c064
BLAKE2b-256 31f7b5110101dfc0f9ada1238ddd9f1740283e18fd05f04321f5196db8b582b4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.2-cp313-cp313-linux_armv7l.whl
Algorithm Hash digest
SHA256 8384815dce9900a917ca8ec2e8231f02de442fd95f5f3802df5a801733e2e215
MD5 a0b67c97bda3b075ab0e84a776b40f05
BLAKE2b-256 61ec3e4e00d32d383390cfa9698e3cff22d60e7d0472e3451784e0fd7fc5f06b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.82.2-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.14

File hashes

Hashes for grpcio-1.82.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 16f8684822412ef0cc20af9899f1c01dea9d23772df18ec782242835cd28ee91
MD5 7ae4b9bec48aff7b19e595efd462a909
BLAKE2b-256 5dbf6c134872961031ae3ea3998de650525372aa4b8f516cfc440e388b19afb5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.82.2-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.14

File hashes

Hashes for grpcio-1.82.2-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 80ca700aab29b72f2cf059542fa8694e8e3ab22333bf57f9b3b4efa01fb4f3e4
MD5 09252cb2c859592cec7a5da0838ce1b7
BLAKE2b-256 fe91ce0dbea3db1de07d086f48f895fe05de42db620b1c19fcf90fae8e49196e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cdd704af122c7534f9b5c429ec56cd66e236ecb16aea8ff0ecb40e54e27ecd6e
MD5 df35cf8d8ee69dc03cf4d369ccf6e776
BLAKE2b-256 8b8e1118a2441812a254a7ff4282b7a0f0ee4f6ba95089380368ca7fd928c037

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.2-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f69ec3a21df70aa43da7061ffbb73767a463b1ea629b670d289f523f66d51a48
MD5 d156096c5fbc9014695bb6b642be454d
BLAKE2b-256 781adb9ce3ae4faef63c375d916a6bdc48d345db43a331d0a563fd7fa796669a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.2-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d5da1200c5a571628d191aa6e27a91d55085c7b65b5d3df10696f8650befbc66
MD5 e8c386557a1070c38327afb50e3d21c8
BLAKE2b-256 9e81359b98f8476af06589448c8d222d03f249bf6e9b4a14ecaea534a966289c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.2-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 515cca9b4e3fbf4c3a2af8a853f9b0aa823c9756603a70dab98ebe2e177ad150
MD5 72325ff75044ead50e712a2b19a4615e
BLAKE2b-256 6c8dfd1acd5f8a7ce2a5be51f691ae80f22a32a3aa13df9c142f3c0f46005c72

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.2-cp312-cp312-manylinux2014_i686.manylinux_2_17_i686.whl
Algorithm Hash digest
SHA256 597d0605b305b06fbee62d1aa92af6b5a301f0f4ec92cea45f8c32f3dd81ea52
MD5 0aeec833cb141d7fecb0ceeb8bdd793c
BLAKE2b-256 9d2016c848ab5124530ca8766a590ae656bde855458ee3c2ed4e783fd557ac93

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.2-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 4b396510f39587830a553c68ad797a7842a9fbad29983100e2b74c2b5ff47077
MD5 7d41a2738fcabe55bd79939aeda9c8bd
BLAKE2b-256 700158be1d8041afe2083c370c112de571106fa3a2bf5e63dd01d7acf10bc8c3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.2-cp312-cp312-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 f7c6a9fe2608e0a61d0ba0d7de30a04cb6879461b7e684e26d7626037cf9aca6
MD5 32247562a6255d51a4adfbc5f9684b6d
BLAKE2b-256 b29ceab501d165b6d9280f6006b0b9a34c923d14b3364ebaf848d91360bedfd7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.2-cp312-cp312-linux_armv7l.whl
Algorithm Hash digest
SHA256 d0afa857a1561db3c2769ca56b58c4475bee4cbd8e944527cbc36f56536197e9
MD5 c790b9989fb551651c0192aff676903a
BLAKE2b-256 8cffb09b4a14b981a046ef6cc1d57a580932fb6a75382d68889f9dbf0c697b0f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.82.2-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.14

File hashes

Hashes for grpcio-1.82.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 789cb4a33869fdfe5f56d5d95ae255acaa9fb977a3875cea6cc2225df0174064
MD5 b1b3ca4993429a617ce6d71b1de0116a
BLAKE2b-256 9f64ef4ab354c5c3bf097e91cbef329e58559fc8c0016747675c6e47f6ebda58

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.82.2-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.14

File hashes

Hashes for grpcio-1.82.2-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 7775c18bdce6ac7be21a286a4cdd602f4dbffcb1f419633ce29d4dbfeced4f89
MD5 2b950e84f61230296a155a0efb765566
BLAKE2b-256 d4e0cb45bfcc47e41570af730c1fe359d0534be26d2cecaf81f58002cb4fcae8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0136f471d10ad5b5f97cd819d3a597825ed24eb1cbce62e5d4de8b702877b8fe
MD5 6db1dfa3733f774d3b9cfb84fbcbdaf4
BLAKE2b-256 791d44a02eda342c0e96c761a3b5fbdccc494eba954777b9c8bf3f02144a5b63

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.2-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 d1c78c9f470834438b8f9f85ad065206ba38a4b6f3e7dea19cbd04efdcd9bf7d
MD5 13ad16c8e07ddd443d9553a1c632c472
BLAKE2b-256 670d99dbdc68f17ad7d9de3c4efade6c96ffa8fd59df33d91fd92b65b8ff6597

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.2-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6dfb16c8917eda4a53b145fa10b0536960603040d4db9de1fc9c799e574d39b1
MD5 e7f7e23ef60837206b2a095fbeb3d0b1
BLAKE2b-256 f9cd2eace00732ed5aa4dd28185e9476f89eff2734f1aba1376649d69d7a0e83

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.2-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 560c9b5e4c1049a73dd9ab9c7b936eede0e4f2c3eceb098c1aba930eeb8334c6
MD5 50bb9b40df85ada34688367293d86ef5
BLAKE2b-256 e490860af332580bbcad2541a7eaed2542514f1a3eb52dee4899e403d0914478

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.2-cp311-cp311-manylinux2014_i686.manylinux_2_17_i686.whl
Algorithm Hash digest
SHA256 84fc0069c102935b9e678f3b5109e32aea89cc84b0a5bcccf8d5c843a9bc7ec9
MD5 ed484973a9c2b46f5e2e20f7687b187d
BLAKE2b-256 514babe002638d26ab5c54727f4f4625c3e66d2c0cf6ebdc2fa8825fc2f7c819

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.2-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 2cebc4840525ef02a56df28c993fb083989213971bc8cbac52a7fd924cbd6f3e
MD5 f0f171d6c9f9309e9b95b9747140d145
BLAKE2b-256 1248d5882cdf62e173bdca3413c39d7a501b6144f94b3f840992d2d754ceae48

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.2-cp311-cp311-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 e07a4c31309d5e5f2c66b9c7790ee1fb9954bfc6d603b97e486bbd013b484409
MD5 b93d345d9deb991955abb42951a51716
BLAKE2b-256 56647058600c0d24f45b95af18cf9a33b9c35c7708754ec7f8b2aacdfb7b7ebc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.2-cp311-cp311-linux_armv7l.whl
Algorithm Hash digest
SHA256 6438b36df4efce5b89119b601fbb20e692c91fe10cdc3d9ee1bdbfd648302429
MD5 5ab1303d7e19506036ca043928687876
BLAKE2b-256 17669af84d7a040f8fb2a1d29d7e8e591889c24793808b10185f3001f31d9e59

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.82.2-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.14

File hashes

Hashes for grpcio-1.82.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 8997840a66d4e2e49ecf4daf05e55a34af06fee1e9c8bd669f5a35efff70bda9
MD5 8da9ad2a0c0fc2385957cb10bc9e84b4
BLAKE2b-256 07a889d7d2109409036020ae80726e1fe34d35e4f9acf5a1efcc9c285e308b7d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.82.2-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.14

File hashes

Hashes for grpcio-1.82.2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 fee2ce15f45f7ad488453e83adb2913803ce1ea91c881909bf42906f5214cd37
MD5 e3806492143c7695f4e66a4a7952a49f
BLAKE2b-256 7215b6ec0467e15238484d0ef8616caf1409ef424f0b0e30a3aa38d6c4d19769

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.2-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5a42d0833ae24da00ea2bb5fbfdda3871f8f5660ed195eb80bdfdc0b587532fe
MD5 c01bd45638b81fce612cb4d749b88903
BLAKE2b-256 ee5b65dc9093823e4d5cd9690c361ced6c9f2d9a87cca51ec75d000248592061

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.2-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 6ac61fe547b568378c0f0ba1ea6c39beea3694a030a18a2012aa3ec40d3a4eaa
MD5 c985c0f789554116d8eb0ba8ba08bca3
BLAKE2b-256 20862f9bcfddb526513517856f934aa79a22256ece2bd9937c699ebc28658dd6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.2-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0735bb66169154cb6b7c039b3d0b4ecb58d4a233a5234287d9ad365b19db4c28
MD5 23bd2eb4072e8e343d083f7bde2ce79b
BLAKE2b-256 cbc41fc701f0b556110a14a2e7d00cca65637b284ebb2c170008ae4444a918cc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.2-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 0e658455fecaa3487760fb1b2fc8cfb8a7da88d22ca5c5597e59299297fcd2b8
MD5 7118de6fd5d487fae25f611e53dcfd01
BLAKE2b-256 2eb13b64b507aab123629a00aa64eea633ee15e3d59b09e9cb87e937ae023ad2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.2-cp310-cp310-manylinux2014_i686.manylinux_2_17_i686.whl
Algorithm Hash digest
SHA256 23f144eb362f7fe1a3b1a1c5fc27baf2f348f7ab8f2efcc013b807021fd97878
MD5 d81cc14f0be74eb68ee90f2d22179d6c
BLAKE2b-256 1e15399ca6c79ae73aa5cde175aba8f0af04f624649094c99489ccb2c5d32efa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.2-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 41c698ef1536c8962b12d307ef4d7705299eaadf829e9ba1b2b173aa67128c0d
MD5 6eef8f52d9085951c3e9992d693a8923
BLAKE2b-256 e6f67d2cdf7817ee975f497e33dc6b3b359d04605f31aa654ece922984e5aee6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.2-cp310-cp310-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 9aed1c5998e4dc58b13413b4b0aec21e0f4150ec9c539052ec09262a462bbe87
MD5 1a9de8a4f2f660321174b2d67a953073
BLAKE2b-256 e6ae6fdf905b376c2f76019f9e5c8c5f66f581d27b78f324f2b40ba11d7e8a9d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.2-cp310-cp310-linux_armv7l.whl
Algorithm Hash digest
SHA256 c41bfe4b408b3b47f0476f4d99e99b90e74049d449017f64eb15e79bd593a464
MD5 d4711dc63a27951eb232eae68b34420a
BLAKE2b-256 b7003fb097f8d59c1563f700a9a808da0e2a6b2db47473199a6e7074c5f62318

See more details on using hashes here.

Release history Release notifications | RSS feed

1.83.1

51 files

1.83.0

51 files

This release

1.82.2 This release

51 files

1.82.1

51 files

1.82.0

51 files

1.81.1

51 files

1.81.0

51 files

1.80.0

61 files

1.78.1

61 files

1.78.0

61 files

1.76.0

61 files

1.75.1

61 files

1.75.0

51 files

1.74.0

51 files

1.73.1

51 files

1.73.0

51 files

1.72.2

51 files

1.72.1

51 files

1.72.0

51 files

1.71.2

51 files

1.71.0

51 files

1.70.0

55 files

1.69.0

55 files

1.68.1

55 files

1.68.0

55 files

1.67.1

55 files

1.67.0

55 files

1.66.2

55 files

1.66.1

46 files

1.66.0

46 files

1.65.5

46 files

1.65.4

46 files

1.65.2

46 files

1.65.1

46 files

1.65.0

46 files

1.64.3

46 files

1.64.1

46 files

1.64.0

46 files

1.63.2

46 files

1.63.0

46 files

1.62.3

54 files

1.62.2

54 files

1.62.1

54 files

1.62.0

54 files

1.61.3

48 files

1.60.2

54 files

1.60.1

54 files

1.60.0

54 files

1.59.5

48 files

1.59.3

54 files

1.59.2

54 files

1.59.0

54 files

1.58.3

40 files

1.58.0

45 files

1.57.0

45 files

1.56.2

45 files

1.56.0

45 files

1.55.3

45 files

1.55.0

45 files

1.54.3

45 files

1.54.2

45 files

1.54.0

45 files

1.53.2

45 files

1.53.1

45 files

1.53.0

45 files

1.52.0

45 files

1.51.3

45 files

1.51.1

45 files

1.51.0

45 files

1.50.0

45 files

1.49.1

45 files

1.49.0

45 files

1.48.2

46 files

1.48.1

46 files

1.48.0

46 files

1.47.5

46 files

1.47.2

46 files

1.47.0

46 files

1.46.5

54 files

1.46.3

54 files

1.46.1

54 files

1.46.0

54 files

1.45.0

54 files

1.44.0

44 files

1.43.0

44 files

1.42.0

44 files

1.41.1

44 files

1.41.0

44 files

1.40.0

44 files

1.39.0

51 files

1.38.1

51 files

1.38.0

51 files

1.37.1

51 files

1.37.0

50 files

1.36.1

46 files

1.36.0

46 files

1.35.0

46 files

1.34.1

46 files

1.34.0

46 files

1.33.2

46 files

1.33.1

44 files

1.32.0

39 files

1.31.0

39 files

1.30.0

31 files

1.29.0

31 files

1.28.1

31 files

1.27.2

43 files

1.27.1

43 files

1.26.0

43 files

1.25.0

48 files

1.24.3

48 files

1.24.1

32 files

1.24.0

32 files

1.23.1

32 files

1.23.0

32 files

1.22.1

32 files

1.22.0

32 files

1.21.1

32 files

1.20.1

32 files

1.20.0

32 files

1.19.0

32 files

1.18.0

28 files

1.17.1

32 files

1.17.0

32 files

1.16.1

32 files

1.16.0

32 files

1.15.0

32 files

1.14.2

32 files

1.14.1

32 files

1.14.0

32 files

1.13.0

31 files

1.12.1

27 files

1.12.0

27 files

1.11.1

27 files

1.11.0

27 files

1.10.1

27 files

1.10.0

27 files

1.9.1

27 files

1.9.0

23 files

1.8.6

22 files

1.8.4

23 files

1.8.3

23 files

1.8.2

22 files

1.8.1

23 files

1.7.3

23 files

1.7.0

27 files

1.6.3

27 files

1.6.0

27 files

1.4.0

27 files

1.3.5

27 files

1.3.3

26 files

1.3.0

23 files

1.2.1

23 files

1.2.0

23 files

1.1.3

23 files

1.1.0

18 files

1.0.4

18 files

1.0.3

18 files

1.0.2

18 files

1.0.1

18 files

1.0.0

18 files

0.15.0

6 files

0.14.0

6 files

0.13.1

4 files

0.13.0

4 files

0.12.0b8

0.4.0

0.3.0

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page