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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14Windows x86

grpcio-1.82.0rc1-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.0rc1-cp314-cp314-musllinux_1_2_i686.whl (8.5 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ i686

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13Windows x86

grpcio-1.82.0rc1-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.0rc1-cp313-cp313-musllinux_1_2_i686.whl (8.5 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

grpcio-1.82.0rc1-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.0rc1-cp312-cp312-musllinux_1_2_i686.whl (8.5 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

grpcio-1.82.0rc1-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.0rc1-cp311-cp311-musllinux_1_2_i686.whl (8.6 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

grpcio-1.82.0rc1-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.0rc1-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.0rc1-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.0rc1-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.0rc1-cp311-cp311-linux_armv7l.whl (6.2 MB view details)

Uploaded CPython 3.11

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

grpcio-1.82.0rc1-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.0rc1-cp310-cp310-musllinux_1_2_i686.whl (8.6 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

grpcio-1.82.0rc1-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.0rc1-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.0rc1-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.0rc1-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.0rc1-cp310-cp310-linux_armv7l.whl (6.2 MB view details)

Uploaded CPython 3.10

File details

Details for the file grpcio-1.82.0rc1.tar.gz.

File metadata

  • Download URL: grpcio-1.82.0rc1.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.0rc1.tar.gz
Algorithm Hash digest
SHA256 bb8ff2c5b564823d0d1f1cfad8926a5c5226344f611ddca915452a9839d99277
MD5 e23e7754e80e70c9973db0f3d285b06a
BLAKE2b-256 706f4320167963523abb65d7731ec1f5988ca4369bef11f1a3ff261fa0ae2124

See more details on using hashes here.

File details

Details for the file grpcio-1.82.0rc1-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: grpcio-1.82.0rc1-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.0rc1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 892c08a292241e38a740de509f2b0189f2940ffaa599d55ae4d4fc5ba4f1386a
MD5 df686445f0d43965a840b1219b758e4e
BLAKE2b-256 d4c018250da493ddf95d84da6945e60b6702c1b2d0d37251ffb3456cb538f30a

See more details on using hashes here.

File details

Details for the file grpcio-1.82.0rc1-cp314-cp314-win32.whl.

File metadata

  • Download URL: grpcio-1.82.0rc1-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.0rc1-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 8d895ca6cf862f1b830658d607d01d6fe15d2d4c426e0a1e4195ce0cd4601405
MD5 470a4d67f9a50a7f00869b970593acc5
BLAKE2b-256 d897153558ddba64dc3d9cda2866b0df21f395f9bd16eb6df05722b36beeb208

See more details on using hashes here.

File details

Details for the file grpcio-1.82.0rc1-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for grpcio-1.82.0rc1-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 eb20fc64e5efd19e0e9b2f03e77e348229ade5e1beaced35929c9c02f58ac135
MD5 41d8b6964d9d4eaaac2306e1115630ab
BLAKE2b-256 744b6435cc50532675183e6a2be9b96d2b0168a73ba455e3fda1ff5d14fcaa85

See more details on using hashes here.

File details

Details for the file grpcio-1.82.0rc1-cp314-cp314-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for grpcio-1.82.0rc1-cp314-cp314-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 4b4609c64d173e5f63c177bba0a1c4ca421b72e5d14dc287f3ea79eb3f0fc47e
MD5 d8cfd5e8f5d5a820a08022d6eba0011e
BLAKE2b-256 e1fba797d851315b776c76c7d7044a1d78e3b9fdfb3ce4934703339cbef21440

See more details on using hashes here.

File details

Details for the file grpcio-1.82.0rc1-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for grpcio-1.82.0rc1-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 cc5aaff87fd5a077fcb007d3e869d2fa17585ccf0db11047829818347cb41876
MD5 489c95cb5ae79a462123f4dd257874de
BLAKE2b-256 606660c5a5f379a5fe2a9546719ca376ffdd3b0e0531ca2fb0003272fcd45bd2

See more details on using hashes here.

File details

Details for the file grpcio-1.82.0rc1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for grpcio-1.82.0rc1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 8f82fc5c61a1eaa07f0d19a1632530cf9b45aa92d00521a8e397016a08a95a32
MD5 6e9bbe1c493d3c5754d4dce275474099
BLAKE2b-256 0c387d420a87148e60af4335403812dccd663fc37825d64c419b30fef9359a88

See more details on using hashes here.

File details

Details for the file grpcio-1.82.0rc1-cp314-cp314-manylinux2014_i686.manylinux_2_17_i686.whl.

File metadata

File hashes

Hashes for grpcio-1.82.0rc1-cp314-cp314-manylinux2014_i686.manylinux_2_17_i686.whl
Algorithm Hash digest
SHA256 030026c57ea908e1a7b012ecab6dedbc856dac632d12a3977ddbc8dde6610efa
MD5 06109a3cff2f8d75abe1c5d1de3207cc
BLAKE2b-256 7486a5463de87685a24369205a9005d08b8203217231fd0e8d7b2a3030b1e702

See more details on using hashes here.

File details

Details for the file grpcio-1.82.0rc1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for grpcio-1.82.0rc1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 da5193e684228e6fc886f59afd723f20b8ddae4fd99bfca48a912a1626ce5349
MD5 9a1aea5082b9e91696870d4dbf1aa418
BLAKE2b-256 d69939f0c51fc2625f8f91f1a8a2da1fcbe052c3cb692a0a7a0f35a798b2449e

See more details on using hashes here.

File details

Details for the file grpcio-1.82.0rc1-cp314-cp314-macosx_11_0_universal2.whl.

File metadata

File hashes

Hashes for grpcio-1.82.0rc1-cp314-cp314-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 dbe71d2ff02fa096e6069a34e561561eec54f3bf9f193591264676371a48919b
MD5 83c51f29184ed34de96eeaca9f39eeb5
BLAKE2b-256 4ec18492645d7915024dcf542d03ded03302110e747b798abf7e68bcdde9a39a

See more details on using hashes here.

File details

Details for the file grpcio-1.82.0rc1-cp314-cp314-linux_armv7l.whl.

File metadata

File hashes

Hashes for grpcio-1.82.0rc1-cp314-cp314-linux_armv7l.whl
Algorithm Hash digest
SHA256 3fd91e483e65a277a3db7800b980691efebbe0582e6cd43ef14c502e804de33c
MD5 2342f5aa010dbfa42c85b717080cc345
BLAKE2b-256 f04403acb103cfba93c6dd07d99fcfe546a88def23ad063104e36292d7ef8e77

See more details on using hashes here.

File details

Details for the file grpcio-1.82.0rc1-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: grpcio-1.82.0rc1-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.0rc1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 84897a4d0349bc738a6414080ba7dd4588d2df84c19d95d75009bb2bb67f847a
MD5 f730a8bf403ef17072689a311457679b
BLAKE2b-256 c245d2da1afc20929559eb9071d40d41877b4001ad867437bd2b71c32c37b96f

See more details on using hashes here.

File details

Details for the file grpcio-1.82.0rc1-cp313-cp313-win32.whl.

File metadata

  • Download URL: grpcio-1.82.0rc1-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.0rc1-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 df1cabd2e881c8d972774ea2cc8009ffde482231fe915a086e9847980e1dd429
MD5 ab8ba4e3b2368aa4dc168a6314858788
BLAKE2b-256 11b3a182581364e7ebc7e5bbcb16ad69faf6058d3eca4b8264584a5c5fa4469b

See more details on using hashes here.

File details

Details for the file grpcio-1.82.0rc1-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for grpcio-1.82.0rc1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f85aa36c71b95d80a6d8301499f9e32fcad961bc8e9f9410c30ab140fccf368f
MD5 3a9a91c913580856c1a59af18bb6d797
BLAKE2b-256 7f6e8cdf689eac595b3a637121c04d117d05cf678c81438e9ec417b768d7985d

See more details on using hashes here.

File details

Details for the file grpcio-1.82.0rc1-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for grpcio-1.82.0rc1-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 dba6765b4d71b821e2b2b1f7bc8bcfcc7d9ea46036482c17b370c207a96727c7
MD5 0cbfc9adf10dc343ec82f6db52271e80
BLAKE2b-256 450fcf0c8425292e5ca7ca25d6b6380a723699b7c17bed166dde451cbd6ad9d7

See more details on using hashes here.

File details

Details for the file grpcio-1.82.0rc1-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for grpcio-1.82.0rc1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 cc946230ddd72e69545b12a10b6700159c00ca10cd1292247796244a77aa21db
MD5 e09eb43614bb9a43b4284afecdf0e6f1
BLAKE2b-256 207eec0b970e199ea85be088316db36baded6388fc7fdfb1670548caa29888a7

See more details on using hashes here.

File details

Details for the file grpcio-1.82.0rc1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for grpcio-1.82.0rc1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 07de1d51c1d21012fdbf55b4881b39088fefccf073eb0c9e196e68d15ef99ceb
MD5 d4ee1c52b252c14226e7b82f505dad3b
BLAKE2b-256 6eb5a78296611b9f32866a1c4734c7a23f52c690796a90a3b0650781e5dc65d0

See more details on using hashes here.

File details

Details for the file grpcio-1.82.0rc1-cp313-cp313-manylinux2014_i686.manylinux_2_17_i686.whl.

File metadata

File hashes

Hashes for grpcio-1.82.0rc1-cp313-cp313-manylinux2014_i686.manylinux_2_17_i686.whl
Algorithm Hash digest
SHA256 22e92d5c014274fdd40e851c9d0c0ff560c2c8993f69150aa8f7badcece1c7d8
MD5 a0449da84f817299086d737bc08beb7b
BLAKE2b-256 f3e8186174f75c98f421f7228e1d5d484a1245e5eb14d914805ebc29d7a84729

See more details on using hashes here.

File details

Details for the file grpcio-1.82.0rc1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for grpcio-1.82.0rc1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 503461041476e8ad20b0ec133d6c2d6d7a3a572d8247e4d55d0d82db1a83adb0
MD5 71ee397bedd6addd96836bc239925d48
BLAKE2b-256 b812aa919596defb1476f86be967682c2d35f7ec28243d5df90274747b251cda

See more details on using hashes here.

File details

Details for the file grpcio-1.82.0rc1-cp313-cp313-macosx_11_0_universal2.whl.

File metadata

File hashes

Hashes for grpcio-1.82.0rc1-cp313-cp313-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 0f568b4cc39b2f62c81d19522f7eb9f445854864ed92569753c829d6f07298bb
MD5 effbbd39b48c26abbcb7fc9029a2e1cf
BLAKE2b-256 ad5702b55bf3025ed4382d44697be0ae85326963615a0d2c1afeb17dd94f0414

See more details on using hashes here.

File details

Details for the file grpcio-1.82.0rc1-cp313-cp313-linux_armv7l.whl.

File metadata

File hashes

Hashes for grpcio-1.82.0rc1-cp313-cp313-linux_armv7l.whl
Algorithm Hash digest
SHA256 4d01821d674f000419c4f024d9ee4b078a69f3800ad921824341617e652289ed
MD5 7ea974c7dd6999739559a7bb83a79a7a
BLAKE2b-256 acd4e749e36c0d957fcd717b45dafb13baaac13eecfcc5860684020a739632cf

See more details on using hashes here.

File details

Details for the file grpcio-1.82.0rc1-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: grpcio-1.82.0rc1-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.0rc1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 867c057a00695d7dce0408dfe8af848995d7f604b68599aaf8b3aa28ae061317
MD5 df2710572fa879dd9c38bdd5c1cf334e
BLAKE2b-256 f2c031dd136de4951557715b9b18e08200baea3ec2db4edce1209c69467949d6

See more details on using hashes here.

File details

Details for the file grpcio-1.82.0rc1-cp312-cp312-win32.whl.

File metadata

  • Download URL: grpcio-1.82.0rc1-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.0rc1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 c6ec64409c8d010b6d982d14f9458aacf00f29cfb1b74164ba35a09d08d9985d
MD5 3da4345987447447ac4bd61bcc5f91c2
BLAKE2b-256 222c72c887f9cbb625d2adca69848f54ef1b41458eb97afdcd51000c8d9ef67e

See more details on using hashes here.

File details

Details for the file grpcio-1.82.0rc1-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for grpcio-1.82.0rc1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 60e3b011aa1a7ffd414c2a57f2cd6e86fc73f3d2e54e14cc2e2ab224284c95b5
MD5 1af4d5ae6730006c7ec82b8731606159
BLAKE2b-256 9499c0ab7d8f17650aa957ad5a2dc43889018cf8fda32e53d5976415b0a019f0

See more details on using hashes here.

File details

Details for the file grpcio-1.82.0rc1-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for grpcio-1.82.0rc1-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 9bf115ad35c21a833c010be15be66e0730db69d7cdaa23f0c31570df58939fa2
MD5 18144ffed884e0c1d4c67c70bfaf8db9
BLAKE2b-256 c8160ee65d3c05121cc9587672d32250df458305a988a2a940ed28ba5a3bc487

See more details on using hashes here.

File details

Details for the file grpcio-1.82.0rc1-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for grpcio-1.82.0rc1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 acc4586e269a1ee9d1858ff46d8350be6d98af480d7b4ca0586031f35cb2fc72
MD5 b69a3e7a296d8cb84246742849a45f67
BLAKE2b-256 8f832b77cbb2ac5af963278878a6b61f68e18bcbc1a216ec282da7deeabd26e2

See more details on using hashes here.

File details

Details for the file grpcio-1.82.0rc1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for grpcio-1.82.0rc1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 25d60cc203c492097e73844a7a7b49f8f37ffba8796ff0fdb561cc72df9cb80d
MD5 a499471524355ee0230e2d6d6a7d5848
BLAKE2b-256 1f17d4702335b0c6d8dfd97f5f5388356356cace9bddd95e5ed8daf5457ba531

See more details on using hashes here.

File details

Details for the file grpcio-1.82.0rc1-cp312-cp312-manylinux2014_i686.manylinux_2_17_i686.whl.

File metadata

File hashes

Hashes for grpcio-1.82.0rc1-cp312-cp312-manylinux2014_i686.manylinux_2_17_i686.whl
Algorithm Hash digest
SHA256 0f85e745cd372f248f9cd7b62fe7b25b0b39dc8c990eec43d47817cf3045eb7f
MD5 77f6034e82f5899a2c0cce46016de606
BLAKE2b-256 568e22a4bae98c5bbe3332a52ecb5186b219a978b0a2e18f34d36d3af6dad9c7

See more details on using hashes here.

File details

Details for the file grpcio-1.82.0rc1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for grpcio-1.82.0rc1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 6f07018eeb61f2c4350bb46a67a32d50991c063373e7c249d80bc29fcf899e81
MD5 7ce3e48295c2297c7ef679fcda83ec8a
BLAKE2b-256 bd63a557baa37f6b399820e72b55b3b027b75b2cce8a3525107da8c725981614

See more details on using hashes here.

File details

Details for the file grpcio-1.82.0rc1-cp312-cp312-macosx_11_0_universal2.whl.

File metadata

File hashes

Hashes for grpcio-1.82.0rc1-cp312-cp312-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 66ab43e0f2d24af3710bc20b8c6fffb0a75603549acbc52951114ee04b9de518
MD5 3dbab8d198df454b871b1fc56c6929a0
BLAKE2b-256 776870614957671cfc56873212e53453234acd7d868a0ee9a9375cd666d04b08

See more details on using hashes here.

File details

Details for the file grpcio-1.82.0rc1-cp312-cp312-linux_armv7l.whl.

File metadata

File hashes

Hashes for grpcio-1.82.0rc1-cp312-cp312-linux_armv7l.whl
Algorithm Hash digest
SHA256 ab5eddfa69b9c00c9b9d4b920beefed108f1d1ecc7d4c432034c19af333eb6cf
MD5 1fe35ad70164fe74775d62237bdd821c
BLAKE2b-256 4cfb9a898553730680cd039d38df4c29340dc965f986141ea1350580c71c9cf0

See more details on using hashes here.

File details

Details for the file grpcio-1.82.0rc1-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: grpcio-1.82.0rc1-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.0rc1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 f23c2e4f9e93e9f56e30b817bbd9fe77240fa6349a93abab9964ac5f146cf635
MD5 c2f1c77959482886f35b993c8dca2451
BLAKE2b-256 b8481d167073922662db49e9907f0bba8141472d3d16ba32366bdce54755fbd2

See more details on using hashes here.

File details

Details for the file grpcio-1.82.0rc1-cp311-cp311-win32.whl.

File metadata

  • Download URL: grpcio-1.82.0rc1-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.0rc1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 f870d5116ce3f77f0361ff96f0f1d4eb670e880e2bd9078252166c563e2290f6
MD5 3d1734535e2d5faefead7be240c40bf1
BLAKE2b-256 3e90e23742336f58e13e036606850c68eb031fb6eb6f894c12564b16c27b82fb

See more details on using hashes here.

File details

Details for the file grpcio-1.82.0rc1-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for grpcio-1.82.0rc1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9983b7691ab1fbffc2458cbf6e8ab5d5ac98b611498ca9466646cdd20714ebe6
MD5 2fbf867e0586ad28d3950d0d26a7cf6a
BLAKE2b-256 14c9b40b7228b37ce656eadf4633bb56a515dcc0aa089b5220ca65e8f26379cf

See more details on using hashes here.

File details

Details for the file grpcio-1.82.0rc1-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for grpcio-1.82.0rc1-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 856a0d49e1595f721c9b7d815aeba4af4cf28c61b49c03cc09eb19bc6a0f8527
MD5 967956f17bf12187b1bde9ad4080cd45
BLAKE2b-256 f744819ee60211dffaa9375734d6112a1f19c81dabe1df2a77a8c3db31993c5a

See more details on using hashes here.

File details

Details for the file grpcio-1.82.0rc1-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for grpcio-1.82.0rc1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5998288eb81d4c505714f5b934330bb655a939915fc5e6a6e514dc2ddf2beeb2
MD5 ee5ca1515ab6cfad298a04aa634f5c21
BLAKE2b-256 72cd38eb81293505d493d611df219094e443063c2915365342693ead72f6fe6e

See more details on using hashes here.

File details

Details for the file grpcio-1.82.0rc1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for grpcio-1.82.0rc1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 a1cf8ee02cc01c54fc2f0cb50982a0574da0813364696b28ea75208768c34010
MD5 2df34142aa4c6891a223bccfa3de741d
BLAKE2b-256 ae42e31e1e7e60c4c9987f74a57fd8b50a42d86f0ca812c84e779234e71bfe9f

See more details on using hashes here.

File details

Details for the file grpcio-1.82.0rc1-cp311-cp311-manylinux2014_i686.manylinux_2_17_i686.whl.

File metadata

File hashes

Hashes for grpcio-1.82.0rc1-cp311-cp311-manylinux2014_i686.manylinux_2_17_i686.whl
Algorithm Hash digest
SHA256 c32dcf7c248795e384bf1a76731f62402806531980806c15ed7b8fa46130f70d
MD5 9ba1034f0931fd7aad8bcbcb9ccaa11c
BLAKE2b-256 adb08830d9a773b187aec0a421e8870f1ca2a6ca2bc6531fb0a44e5b91245279

See more details on using hashes here.

File details

Details for the file grpcio-1.82.0rc1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for grpcio-1.82.0rc1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 10b250fa179c09698d40f142ab64218690cb8d1906f70d530ad939ed4d969564
MD5 8d0bab59b948a8807996186bc4916481
BLAKE2b-256 f68221992d874823492b9b9d24a156c24d5de9cdcbf3a3fccdbceeba5fa70e24

See more details on using hashes here.

File details

Details for the file grpcio-1.82.0rc1-cp311-cp311-macosx_11_0_universal2.whl.

File metadata

File hashes

Hashes for grpcio-1.82.0rc1-cp311-cp311-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 16bc8c1d853465432d05a1ac1ddb5f8f899cd819e74f32f691f9d5c4f5f77f66
MD5 a299ae3a9457f7e310ccbca438cd686f
BLAKE2b-256 7bbbc84abf12869ce41cd1baeb9ae4a948dc544517ac8028db16e987a0b88bc3

See more details on using hashes here.

File details

Details for the file grpcio-1.82.0rc1-cp311-cp311-linux_armv7l.whl.

File metadata

File hashes

Hashes for grpcio-1.82.0rc1-cp311-cp311-linux_armv7l.whl
Algorithm Hash digest
SHA256 fea417f602be30ede649607e8d8ebf53585c96106bd0a24f616a8bca5fca3499
MD5 5e9b413eea80d39a279943b049df3357
BLAKE2b-256 65cdd3e58d736929d8a602aff296244ffae9c6c15f167041b94196aec090587e

See more details on using hashes here.

File details

Details for the file grpcio-1.82.0rc1-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: grpcio-1.82.0rc1-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.0rc1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 74835411c4ac8dcc9d76b4ed344c37a1629aaf0a12f4ddf270ccddfd23564807
MD5 da7812b79d2c1c8dde2e3d885bca47df
BLAKE2b-256 f8e16374b4b220ba32b5d7c980c41a4cab5971d5a46fa014cc6f33bb1934197c

See more details on using hashes here.

File details

Details for the file grpcio-1.82.0rc1-cp310-cp310-win32.whl.

File metadata

  • Download URL: grpcio-1.82.0rc1-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.0rc1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 1d17a98ea2437151e26fc20155a468c229126fa3738c7ee6e5451324fc76d5ab
MD5 d8042cd0d4995bdfed968dfd39d818a5
BLAKE2b-256 26bddd90433d403ccfd5c838c46f4f6d0c019df34b7c29c78419815d2fe94109

See more details on using hashes here.

File details

Details for the file grpcio-1.82.0rc1-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for grpcio-1.82.0rc1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 eb3d9c79ada41e6b54fc7a1de7ca6225262b17fb04559a8dff59087e13af8c5f
MD5 457bc8fd62605d776cf52daf305d6c24
BLAKE2b-256 41115e5c51e128e175f155a765712d7d6258463de4f4a1415b5cb028229e9d64

See more details on using hashes here.

File details

Details for the file grpcio-1.82.0rc1-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for grpcio-1.82.0rc1-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 4296453c958304ace8acd7ac2baf64d5d3bc9ddc5ac3630a88ece2961873b154
MD5 8b4a4bf8371caabb53501b7dfe78555d
BLAKE2b-256 0ad94133a16c3cb5ea0a92a228de14179a32fe9a8a71c4043ebc657abec6bbde

See more details on using hashes here.

File details

Details for the file grpcio-1.82.0rc1-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for grpcio-1.82.0rc1-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d1877dd6149ad452f78032be0c50a47f7bb178df127a62f26bc2626ed199e87f
MD5 ef31fc39e664b0188619c01caf327a44
BLAKE2b-256 a121371a9c52da8c64de43e86d6ec1d99f8e30473bcbcbc841e36f6f14fef453

See more details on using hashes here.

File details

Details for the file grpcio-1.82.0rc1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for grpcio-1.82.0rc1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 ada972c4f0bf0c635eda85c753940ac672a64d7bb4e50fbdcbb065a561fb8418
MD5 2337572edccfec9d5f6177aca9eac104
BLAKE2b-256 08b76a50fb0e6154de267601ac8f06d8a17f3ff77dd311f95d19567ff46124b9

See more details on using hashes here.

File details

Details for the file grpcio-1.82.0rc1-cp310-cp310-manylinux2014_i686.manylinux_2_17_i686.whl.

File metadata

File hashes

Hashes for grpcio-1.82.0rc1-cp310-cp310-manylinux2014_i686.manylinux_2_17_i686.whl
Algorithm Hash digest
SHA256 5123da52cc4e19e63f2facb158bff55d778a66ecc51781988f6de1b94dda1070
MD5 557c4766d1f760bf8f49a763094c41c5
BLAKE2b-256 8434af813ba823a24c0c0eae2c3d3123387ad79aa463119499cd4fa4c271d61d

See more details on using hashes here.

File details

Details for the file grpcio-1.82.0rc1-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for grpcio-1.82.0rc1-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 313ee13d29100268be9c79105788a1cb26356c0b5e917c607f45fde3a6148719
MD5 1bc494510ed9b16b1fc4e01f90745783
BLAKE2b-256 493dc5d600b45d5d810ef5f36fe632d3380b47b8fac13a927dd24e70fcf0f8e7

See more details on using hashes here.

File details

Details for the file grpcio-1.82.0rc1-cp310-cp310-macosx_11_0_universal2.whl.

File metadata

File hashes

Hashes for grpcio-1.82.0rc1-cp310-cp310-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 d0a817e67d72e105dd13d8706635ce4a4203d325a9fd3fc9169e7473b7d47f21
MD5 d8ffd9f5d56280d63845f5d2118a9501
BLAKE2b-256 ca9e0169ab1eae37826da447486f241cfa3a1b1077f49de48b8d3d08c9320f8d

See more details on using hashes here.

File details

Details for the file grpcio-1.82.0rc1-cp310-cp310-linux_armv7l.whl.

File metadata

File hashes

Hashes for grpcio-1.82.0rc1-cp310-cp310-linux_armv7l.whl
Algorithm Hash digest
SHA256 14e873fc3af2e88f7f8d1f67d83b43d2bd9c35e4df71021833b36a66cabbd750
MD5 c0514c13fe2a37fb6c7b716629a321ef
BLAKE2b-256 eb53a3515f1f3cb0839cf2bc0462499e7d2641c5208977cb45a7d592a2046d37

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