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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14Windows x86

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

Uploaded CPython 3.14musllinux: musl 1.2+ i686

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13Windows x86

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

Uploaded CPython 3.13musllinux: musl 1.2+ i686

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

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

Uploaded CPython 3.12musllinux: musl 1.2+ i686

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

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

Uploaded CPython 3.11musllinux: musl 1.2+ i686

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

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

Uploaded CPython 3.10musllinux: musl 1.2+ i686

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.10

File details

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

File metadata

  • Download URL: grpcio-1.82.0rc2.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.0rc2.tar.gz
Algorithm Hash digest
SHA256 663fcc66df0a15f54f0822ab1973325adc07dce53ef9a74ec0ef94070cff921c
MD5 4345498e1dc1426c139407f87a62dbd2
BLAKE2b-256 4cf0304a74461e8ff5ddc4fa0e74064fa4e76abc3570a716728b28b0f51af8f4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.82.0rc2-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.0rc2-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 11866665123a8dbbd1597800d36b68509912b3646c9189b6c0bc016db459c161
MD5 578d39d1e8d713610cd7e38034dc4be3
BLAKE2b-256 f55755c88d9106705b513359e56c8aaedd6ce5773c9e20f09d9f7de29a902996

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.82.0rc2-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.0rc2-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 f8f95859f163679aa683df30b4d88cfc06811f3884bf69e65851fb618cb8466c
MD5 ca6b7f48b027bbea2d3511537a0205bd
BLAKE2b-256 94eddd2906d40806fdc5edafb21633a2965be5f5657ee77bfe465d0c35c91f6a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.0rc2-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 813b3dcb7ed99c5b1eae237f998b0f3f277758f8f89439b84d392ccf0bb14d21
MD5 f5e62ffd597bde148d060b9407187cf4
BLAKE2b-256 2178ae35d0fbd463209562ff36245bf5fe0660331ffa3d89cdba02c297cb1fbf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.0rc2-cp314-cp314-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 453b4fd2ceda714e75295d3a74caba8b9a7030aa7c4bbc1c0a05a81a0cbbda03
MD5 e5344114b3c1f6131e5a4d5c68dc9cf5
BLAKE2b-256 e1f9f6cd5349d18b12c05f13d5195822fa63cda024fb0f55fcce8a5925054d02

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.0rc2-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0a5d5cc62fd5dd0e2353586066cbf02e7d0ddf9f3cda8810acaa997a3e176642
MD5 50ca5513ccd693c9d248e31d153f654e
BLAKE2b-256 c0af908820cf631983729f9aebedc0247ee99e6b7d2acbb3c5f2cb797a5660a0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.0rc2-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 0407ececb26dad9836f451da06012dfad5a7bc1a569b556c027331c6398bdd70
MD5 c58af4e81c980e0ecda4da6f3f76a433
BLAKE2b-256 14456aaa1c5520e840b513971d69b1628427e96707fedb3bfd66457cf5e2ede4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.0rc2-cp314-cp314-manylinux2014_i686.manylinux_2_17_i686.whl
Algorithm Hash digest
SHA256 aeadf30bf48f87b39e5e613ee3142238a410a935f1e38f81f87982a9e6723300
MD5 749b5d39ad0f29e457870c0b4e4e6d9a
BLAKE2b-256 9a7677fa2a47a7a16e905284e26b08660ad431e2bf5dea86c749da6da502eda1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.0rc2-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 1ba90213f094bfb5967fe6ee6dee94dabb25f9a578fd6d79fd1e25353ab9a229
MD5 841ebb2cd4f686bfd819af6284c519b2
BLAKE2b-256 eff550a826b712776a3172b51c4b202e92065d565a15eb8be97d6a23a1c51861

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.0rc2-cp314-cp314-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 76511fd7880049ddfdb84e55f0ce8d72164a328e4252c88e1d25e1a7e7aa99bc
MD5 cbd3bb5ac69a838b160327f408842bc3
BLAKE2b-256 abbba39793efdbf13ceeff97a8cb7f4b6d9e226cece04281f32278db8da65529

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.0rc2-cp314-cp314-linux_armv7l.whl
Algorithm Hash digest
SHA256 0ef41064f87db8c5632bb17fc5977553f35f3a13e68c01790d06e11e4ef21de8
MD5 2112c87186e8d6fb968fcc0a0ed964be
BLAKE2b-256 f3fa8176feadafb4819dce2d3d2604ae922ed7932d32fcf11659d3976c6d66ee

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.82.0rc2-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.0rc2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 655c101652d031e28591e2ac7df5492fb379173cb69ca85aed851009e4842c0b
MD5 f4d8584631cc15e8be9cb36476eacdf2
BLAKE2b-256 34229b9cb2560b9b907d9b63921899c5eb66d0562eeb46339688513dbb802944

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.82.0rc2-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.0rc2-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 98f14cb72832ae460c8bc10e571d91ff67d46459c32953c83b12f31ab28f6b64
MD5 01837843bc873275a9574079297a4bd6
BLAKE2b-256 2becf76b1982316f57b67be9e87b16c3c76692162209c1c8790c22bfbe39c4a9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.0rc2-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0b9bd48ea4c660f512a9d6eae4c90742710c7bdbe7897fe262d42d78355df677
MD5 c74dcf1aaa9eba64ed1da9dd9c247e17
BLAKE2b-256 282e52faa145d5c37f24a9f5cbd6ba13967fef40235f8dcc9751ff5dcf1da232

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.0rc2-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 e3bcbfb50b68338971304a5e2ad0d03e27ce1425797f5e12e27ed6b7119cde11
MD5 61229f5f339ceebe18bc6751a38f61ec
BLAKE2b-256 d4e1221bd3c2a04660351342f710296114582da0fc268dc929046b2f043cb519

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.0rc2-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 857ea06ddfc7dae24b34f8061466086fce44af439432418da228a88026b5e6de
MD5 852514f0d9cebe9523a9b150ee549ae6
BLAKE2b-256 8a4d6a687dea427ce7db808f1f9ef9d5e943a5fcd73bada3bccbb58ab79b4d4a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.0rc2-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 f2b3a8feb86d279560dfef61df3bfce46b40dbcd51b4947e5c6b2fd02bc83ca2
MD5 0a01d8aa5dee2f8655752e0466d7aa22
BLAKE2b-256 d8004805d9e6190620d3b6bada5e43d1d955778af0913d4706017ea41a3e27a4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.0rc2-cp313-cp313-manylinux2014_i686.manylinux_2_17_i686.whl
Algorithm Hash digest
SHA256 5f7aeecbdcd3470adc91c1f8390ff24a549f86a861104d235b091a121a7729c6
MD5 6effa3351c812721207f58998db131ce
BLAKE2b-256 b17dfc7b2315a1662bec6727efe03798c6ff11bcc1ee1b52c26ec4db4bdfbba7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.0rc2-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 669bc567a20a90952c825abb21908459f5e0650c2669fa1db82e7c257094aa53
MD5 727a8ba8b2592151c1c5266b0ca1daa2
BLAKE2b-256 a2e9da7387bdeff57995096b695cf4a2955fb0070fd08fe6cc37aca854e8c3f8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.0rc2-cp313-cp313-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 f4005dba064fe732ba459e93eeecc3a4ec237eda24c174a3063185a4462a6f88
MD5 e62af90262ab76057e6fb57e506cfa07
BLAKE2b-256 cba0e01d6989595e0d784f2771eb335e2965495ad53285a39bc6d3b5fa71b6cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.0rc2-cp313-cp313-linux_armv7l.whl
Algorithm Hash digest
SHA256 d3c1b3c59fbcb6ffcac237560573687cc3c4ff754b87eac9718e9149c546cdfb
MD5 22111e7cca6309d1f9bd3823e0720767
BLAKE2b-256 74a33faf05bc9650551caca77c493dbc14db54416514e9dd4ea68adda642418f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.82.0rc2-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.0rc2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 c689d1c0ef1f6e4928b2b8ba5d43f009df14fc6671be4e4ab10358b4d159d09e
MD5 5c43dbf0301f63ce5b4000808fa5545f
BLAKE2b-256 e3c8706feec8f310f4af62c43f3cc326290cc00374c0647b7778596b5ad4fdd6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.82.0rc2-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.0rc2-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 b1ba2b826a6f9a1c5bf8cc8ce42cf51630ab5eb035087749e0a72e9ac6616a4d
MD5 50ef2b8cab86f2bbf4e79ba826b63ceb
BLAKE2b-256 89a7cedad80bd8f041e117b5e98c536ee42c616bd204842c649f60dbe0dcbde0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.0rc2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f169b7f212f22b98979661a86179c40c8674e73f067ee4269732e6d2c81d28a2
MD5 72d703432bee1fd8b6191396f8ff1e38
BLAKE2b-256 65d204e2fdef6b8f438d23250f49348158f7bcd90400fa5eb6640cb05ca58a62

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.0rc2-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 2b7f66cae619b77b820bb1a0c09f78f7fcb0e3b38ca83326dc87ae1170851ef9
MD5 1ffc64dbfa0761f12844f497dc7b12e7
BLAKE2b-256 4c0f19bb9118ae14da02da63b44de4f4d7e7298cf02579735dc07eeee3458f4b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.0rc2-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d6584036cd6bc3f87d817f1960be4bbb2b11861f18ef47bd1310de8ff227cae5
MD5 2ec23a38a5ec805250505cd129c8317f
BLAKE2b-256 b009f84d56cb645ca1aaf544ab0e5a59dc0c646b6b854fffd228e523e1753420

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.0rc2-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 feb799af38327df729226e8fba6f0ae6988d83db70c2c2cfc2e600db6fdaf14d
MD5 d0aaef06c24f2c90fc7cba25ab66da40
BLAKE2b-256 5a63876bd387a2fd8c2e856ee37ab034e179834a1e2ce0d9a179097e052205a2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.0rc2-cp312-cp312-manylinux2014_i686.manylinux_2_17_i686.whl
Algorithm Hash digest
SHA256 16bd1d2fbfdb456715e8738020aa48e925631ff27205918912ac0f81d0952fe7
MD5 ead97e5ef2a7870b2d825d4c6402eac7
BLAKE2b-256 d4f0c72e75d439aed755038b72b24289b5a931c046a523a6edbbabcb2edc7864

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.0rc2-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 6348c9b358e7a92d23d6884b7d8ae486dd888291532bde20e7a9f9067bc54add
MD5 6a7830039c83914a792d97bf51ef0ef1
BLAKE2b-256 0c4448f07098ca11ad4c348daf9c7925a359ccbb1042dfd2ffa52b1085af6292

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.0rc2-cp312-cp312-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 260c2c414b4b30f0d49fb70eb3a858a3ab09629ef6f50ef71213b7f76699d97d
MD5 15be00bebe77d2d136e876007c8fef3c
BLAKE2b-256 563b4075bd79e6f543a443569aaf375749af21121aecee57c83f096070cad993

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.0rc2-cp312-cp312-linux_armv7l.whl
Algorithm Hash digest
SHA256 a00bc6fb61f3f5bd7ef678a59acb4c1fceb250f70b3865de2a965763c17fad98
MD5 fb19021fd2ebbb2fa3d125a8cd954136
BLAKE2b-256 40d462e7b9c9714d29ee1ab7190c4a0847c2bf25b3172a2805c633ffdd19e549

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.82.0rc2-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.0rc2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 adede300d86054d33265548b91122d1787649d36ce3b502440c81fa572380ef7
MD5 c9065aa3486bc3da81c8122647257851
BLAKE2b-256 6ff3df57cb9d4b6394be472165d7c60d7e0aeb2258dafe62cb71fa3e515b094d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.82.0rc2-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.0rc2-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 636f70f303e6d87c6ed32d60c48d4a9d68c72bf9d516b16594ad2abab56699d4
MD5 148f1a95ea11c73d8cee2de9a375d421
BLAKE2b-256 8bf464406dec95e79c39ca8844492284086b926a2ccfd3247e09fb1cf1bcd0aa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.0rc2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f48d125746323ebec9de3acf7b9c57b9b6f62effaa2f06dc588156f81791cf73
MD5 47ab60cfb033d3c25c1d1db3a7dbd3e0
BLAKE2b-256 4e466584deab1c7d90980162473b96f924dbc8474ac4598213058ab19dc91e11

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.0rc2-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ad761b55b2a5a8455b39ba3c741b0b0708ec6decd72d7d3507b437419efac3e6
MD5 1349a13787a8805cc9d4cc44bfabefa2
BLAKE2b-256 c2fa690aec80b8a2f42cedc2901cfad4f310608c8b77d7cb4e6b2b9e768618c5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.0rc2-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 64583bcfb3c6c204204c5af9bfa29fa6113754e27c6946dba86d0c2114e8d2a9
MD5 7a4974c0e2ed9d05c7a5328c706788a8
BLAKE2b-256 0fb1a597613169bb856a4295939ae994c0ed1bcec2d5544de4107afcbb2b603a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.0rc2-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 4ffd81975a914884bbdac4002fa3032492e720d4ff634224f705027c8bbd6eab
MD5 dc669f97b6f5c3773bd134a3b5ae733f
BLAKE2b-256 935a283b24b96d0881ad22556fb5c85f33cf26b2da668f5ab2491de923ea187a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.0rc2-cp311-cp311-manylinux2014_i686.manylinux_2_17_i686.whl
Algorithm Hash digest
SHA256 5b4ae6c43dc71483a862d5019ed0db97fd29a035acb7f6ba34b928ffe60d570a
MD5 5ab8edc3fa9c280228f7b1c72cfeb9a7
BLAKE2b-256 932aa3bd8d1811249afa0e0d7a9b813f5dd6e01c83a7415cd5a95985e7c95dac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.0rc2-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 fbf6844cd48bd9c52d8dc266bfb67a1ecef823d168f5053f27c5f9f973b4bc30
MD5 1281fdbff4d88d8244898fece74911c4
BLAKE2b-256 7e2275e1198a056efb1eead3b5f6e94b9280a676bb65518c8730582f3068119c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.0rc2-cp311-cp311-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 b727d06f57feef909d5db2eb5a6765d5a22d2f578a3afffceaa84d6c3052835e
MD5 4880fc7dfe4c50ac5df2fc87fc4e7019
BLAKE2b-256 35da18003021c59da16ffcf50cfbdb98a410e4f165497af323320ec499cfbbb6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.0rc2-cp311-cp311-linux_armv7l.whl
Algorithm Hash digest
SHA256 0ac85955003bc45adcf19e06fb16daee4c5530547d02b32312a1430ea18fbfd8
MD5 32c88332b07671c6926249ed63be4275
BLAKE2b-256 04e551d2643c609f248dbde2637edb1e13891bd1f98982df834dfd61febdce52

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.82.0rc2-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.0rc2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 c0af25b87a88255ebca57d7c5e8c37b0beb147221f44508528a1395bb42a456d
MD5 66194f56fe7d1469464830d8499c3577
BLAKE2b-256 5087f1fc560b3f2906910a078481b9230081137b80961c6e7d7f44b28e59bfaa

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.82.0rc2-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.0rc2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 404c9ad8052e919344fdf4c7cdc910f812a091139dbe06a0c0cf4cfb54f3ee33
MD5 7de31dd9d26335b8646ef51efc7a3df5
BLAKE2b-256 371746d4a5d30f51e62eb4ce1026afdea362e6c2e700e2770ad7b7e1914de126

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.0rc2-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a8a455fba76a3ffa6c704cc59149a9f9d7cf0e4e30172662ba05a599ce824753
MD5 40e8b763171d39557d32cb2040f565ce
BLAKE2b-256 106b70b62a9e30350f426bd8a46dbf412df458b6c7c46f07cae670f8c66332c6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.0rc2-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 9b1c05e8078e53ac145baa37ed2a26a8ce40ee2d8feaba7a98ecabe75e8c4932
MD5 b17fa64a645713be8d55dbd293415c9c
BLAKE2b-256 368efb1ca7ea01bd0ac35dbbacc2d2c3ea53c5cc146052c24cbc56577eb27549

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.0rc2-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3463df40ae37c2cbd43b978eb17687064bd3e36883c68d447862071e4b3f19f5
MD5 8568e0d1fe2595c096a23b0613a73bee
BLAKE2b-256 3909ed2783fdc753112aa1dc28b33c59ff8a54031fe90498957e26896e83281a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.0rc2-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 955acc063091bfe842a4b30f68e5808fb9e911f1eb00f1b6cf99c3ac769b990b
MD5 6b275ffd3e977a55c4ae882e4b79c711
BLAKE2b-256 629a6cb96b4efe90465364b3ad990207b539dba31fe0314441d732fa6ea3817d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.0rc2-cp310-cp310-manylinux2014_i686.manylinux_2_17_i686.whl
Algorithm Hash digest
SHA256 d190f75671fd6f2ec0aaa7626abff5d2d4ddf1e36ac4db1eb67c41869196baa9
MD5 87bd19ac0a4a2a2af49d3ab13b6cdaf1
BLAKE2b-256 f5c6fe0c83057d15560bf68dd08433e48b33d92e06dd268059af49fe323e78f8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.0rc2-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 c3b78b6aa0de30f5852c492b56e69040b347205daa6904672e56706ff4612184
MD5 d2abe5091bf7f5546dda5a8bf60ddfb5
BLAKE2b-256 0e7cbea128ab7e5dedd7219173816267a6523c606beb9cfca7c8944829ae5401

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.0rc2-cp310-cp310-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 7393e8f696bad53230176336cbbb637957ffd1c74abce45ccca0bcee9a31a07f
MD5 ef8cde2081e0767028a3d8e8951e4470
BLAKE2b-256 620ab931951ad6187f2681562a36acc5f54b92724c2c8bc0a87c6d742b2cd348

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.0rc2-cp310-cp310-linux_armv7l.whl
Algorithm Hash digest
SHA256 c23b0a96ce68f0019ead1e6e848375c6486014db73a79fbaa4c1403c0e132862
MD5 aa6d659bafa0fe23a36322e6adef26dd
BLAKE2b-256 ff60cc48259b382475abda5dd359531214bdc81d40f6865aa0b6ce4cd8bf1cdc

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