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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14Windows x86

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

Uploaded CPython 3.14musllinux: musl 1.2+ i686

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13Windows x86

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

Uploaded CPython 3.13musllinux: musl 1.2+ i686

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

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

Uploaded CPython 3.12musllinux: musl 1.2+ i686

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

grpcio-1.82.0-cp311-cp311-musllinux_1_2_x86_64.whl (7.9 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

grpcio-1.82.0-cp311-cp311-musllinux_1_2_i686.whl (8.6 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

grpcio-1.82.0-cp310-cp310-musllinux_1_2_x86_64.whl (7.9 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

grpcio-1.82.0-cp310-cp310-musllinux_1_2_i686.whl (8.6 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.10

File details

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

File metadata

  • Download URL: grpcio-1.82.0.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.0.tar.gz
Algorithm Hash digest
SHA256 bfe3247e0bb598585ce26565730970d21bccf3c9dc547dc6703a1a3c7888e8e1
MD5 cb2b2c7c27e4c4bfed30bcdcf56bf3bb
BLAKE2b-256 b619e29d3979b420b92d516ee97f0bff4fb88cbb3d724791318f50beb55db549

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.82.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 5.1 MB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.12

File hashes

Hashes for grpcio-1.82.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 b1eeb0480d86965263f8c8ae7ee5360c284d22176a196aab02fce7fba8d89dd8
MD5 304e98f08d644354e9fdb53ceaa7d557
BLAKE2b-256 da0802e581cc0bbb4c7b842f85e66a945b46d5bcc5927575c1086edfbc3360e7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.82.0-cp314-cp314-win32.whl
  • Upload date:
  • Size: 4.3 MB
  • Tags: CPython 3.14, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.12

File hashes

Hashes for grpcio-1.82.0-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 c9feb986151c2726789599b3672c1c9faa1d0824da921dc3f33a8cb1f93e2861
MD5 00e2949a9cace12012076c20eff9f6d4
BLAKE2b-256 4db4d8824a66ac1ac7fbcdf63806f1a8725d95426654e859afa4606070c78740

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2472b72a55da8570e089f1ca22f34a350d86c109be2755f6ee1cca5ebbdd9b54
MD5 a11822ca4c046faa9ce4493a14514bbd
BLAKE2b-256 0662826da0b0f01c7ba3f7ea0185968f551290deb28968d98b1edf604c895db8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.0-cp314-cp314-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 fbfe2e321bb30b84799677d6e8469896e487b494e9e4fbc9b8cc4425fe054d44
MD5 59dc206c29477924485d5aa5fe651b07
BLAKE2b-256 2e57955f95989338857a6d73ee838b4d9e8198d50972a70ca83ec22322396f4c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 670ab93a0059e707de53b9e715304b9f566b6defee80e5490cdd15820ce032f6
MD5 43ec2991678b1e878fd627136d8003b4
BLAKE2b-256 5e04cfada8930306b9101cfb405b33ecb3b72abce51d725f900f167ffbc3146b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 9331e6b91b26cffd63fb70a545f3c2cac8dc1b434b4436f43915c23e1e22f265
MD5 e86e38f38e4756057a8a8d9fa1549255
BLAKE2b-256 b37e258aae12b68910140725873657469ff166f8968bdb0674e12d6452b1812c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.0-cp314-cp314-manylinux2014_i686.manylinux_2_17_i686.whl
Algorithm Hash digest
SHA256 a3a7802328e0d20e6ac458ff1974a8096cfaa3ca84dea0903235f641f1d703c1
MD5 17c89ff0e0df47670df02643e041e47b
BLAKE2b-256 ecbaaf71af59943b5d08879617a1d97495d45c53e43f3c6ef16f820c64e107f9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 85c2a4e9e8a30d73d41e547a5101e57a1ed2093ec4b2daf6847c344adba00523
MD5 1fc1e1cd3f7ed8cacf2eec60dc6a934f
BLAKE2b-256 99b92a35540ec08afc08859c35afd1a8a51e2585f39b12cf4eee68dcb1fa973d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.0-cp314-cp314-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 a7e246cd216662f513ae79ea3afadde6afe8a659b48a4170bae9a896e69ac254
MD5 fe20b21cfa14f82344f1401011b30a71
BLAKE2b-256 e0e4d01ee88ceac221436dce1584ae1f046bd44d0dffc5a92e95aa34857c4516

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.0-cp314-cp314-linux_armv7l.whl
Algorithm Hash digest
SHA256 136969867c14fcc743fa39b12d7da133cae7da4f8e0e7767b6b8b7e75a8c24fd
MD5 3189905ff4012be4e56788924a457e3f
BLAKE2b-256 bd6eabc5efe11b73eefa0183531032eef2a53f33aeced6484b0d9da559c12ed6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.82.0-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.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 8523e81bd23f83e607aed28fbd8244b2be4aeb34e084fcef1bd1867709085c2a
MD5 45342c18410ba474378d2eedd9c7f69b
BLAKE2b-256 a75cc7b9a48efe973883f5707a311f87772a4c307a22ec80d6f3c851846a0a02

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.82.0-cp313-cp313-win32.whl
  • Upload date:
  • Size: 4.2 MB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.12

File hashes

Hashes for grpcio-1.82.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 640b4715b9c206e5176e46601aa1422c47c779f642a869dfd27062e8fde13dfb
MD5 fb649000e21464c1aeed4f81d2129730
BLAKE2b-256 42ab3950b32369763818ae89ef76d52e84bd034d3a0ab46bf315669c913b32e2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 680f633bc788652222cb90a568ec374edcd91e1fe7715a7c248ece8e1032c2bd
MD5 018798113ae16471997950b90949403d
BLAKE2b-256 d23dde8569386685213135dfbaab58e221add11858485524cf7d5987efc6d70b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.0-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 bc481e6c7e6c8721797f2ab764092c843fd5cea06d4c7e9f4c3e3b7ecf331eb0
MD5 af0f1c3178080bf254b47ae94b679b7a
BLAKE2b-256 609490f11c0f227ac653cff769e05c7f279da945e134c9351a1c37d475714686

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 96a3be4d2a482ff004c036f6391f33553b36a7627138d1ca3ecc1e70d55d8af5
MD5 5610eb4d01615389cb6156052d2fe694
BLAKE2b-256 511ab887adb7abb69081c4f24bc66c3612975e87caf5f7c6aa3916bb82d42e5f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 a7c283b459151a2e84df32b28c31562ab3e7f624bccffce176c5608565b0212f
MD5 c27464fcfe3ee0f1b4b9e4623398290f
BLAKE2b-256 b6119d6ce94465d6a7f92c413430b3e77f0879b39427a217ffb3d23585df4bb3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.0-cp313-cp313-manylinux2014_i686.manylinux_2_17_i686.whl
Algorithm Hash digest
SHA256 16d4f215344057eb21038319b05a0c531306230c17b075fa8461a944581006dd
MD5 5f4659a1c6806f804d105d8166f81432
BLAKE2b-256 296ff0ec3f1a61a746dc7037a737ba4cbe60959645311ac8542bb1ad4e72ae8b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 254230d2cb773a87380858d0fc74653b4761bf2013c83fe1c5d77ed8f241fc9d
MD5 32e16a96b26cb336cac0b75056a63594
BLAKE2b-256 8ea3fba54e50fffc9f74b1ffd5eb4e47310e6650557ef136a165f1fe7df03a65

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.0-cp313-cp313-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 d4bb7219c39c735e6573ae3c33aeafb2a4e1f1cc93a762f7899c283defaed365
MD5 2ddea0e7286082939116f767e5fb37b0
BLAKE2b-256 1017b448f2265e4927188425c0b09fb943c39b50f7f53fbead644b44ccdf834b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.0-cp313-cp313-linux_armv7l.whl
Algorithm Hash digest
SHA256 841bcaa24882921d41cd7a82118f9a766edcf8807c2f486e7deeb0ff5ea36181
MD5 230d3e91fb6a6ff60d2d2719ad8a82f4
BLAKE2b-256 f0c87aace81e7cd12c6ffccf0d47ac389a3f19e5280e9ab04d301d02855ecd25

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.82.0-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.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 73176d270699d76a9dc3753f25e01c19fb98f830f826a506e917d83629f1b39b
MD5 a06e53b43e4509ea390bd65c3ba56478
BLAKE2b-256 253c15d3601384d5937e8d9fbe6d8e7b8171008d649744dd7b6c864932937ec9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.82.0-cp312-cp312-win32.whl
  • Upload date:
  • Size: 4.2 MB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.12

File hashes

Hashes for grpcio-1.82.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 dbbd83dbaa856b387a4eba74ec3add7f594f090d3b4d390d829dd5834816aae4
MD5 7e22d3f0b4626eba16adf47cff3788b4
BLAKE2b-256 d5a104b467e2ffc93f8e50b660bc6f47c3c8e9ba7603104a741e3d5663a261d4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 30e580c19178609799660f52b1e1eb09248969be20dc44caaa4dcaa3e8450dd9
MD5 b0066f01bdb25713b2d24c3c9fb87ec4
BLAKE2b-256 30f608bd6eb89a558f0f59dacaef747afda7c21e2c2ecf138ae2ec533dea8aeb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 4405d19ecfc7a8caa9043ff5a651e1871b54fc620f917de5dede7e6fb78e9e14
MD5 1f40ca4f4b4c528a68f758a941ba97f6
BLAKE2b-256 894e69113709e14e24289940d6aef067b797c73c8c96f580683af7d5f09b22b0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4665dc8c9ec30acff455e2b15c47b825f18647c555483aa1ccf670adead8adcc
MD5 001671236d9630eaf6b306155aa3403f
BLAKE2b-256 c5365ed2e28b8c5f00599c7d5e94d5f82c32cf73a6fa42d13c2900cb37c861ec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 9ce80ea66c803398fde9c5b1fd925920c9742da7f10f8b85acac0adac3e4d7e0
MD5 041d3a01816e2ac6f1fe7d364b00b948
BLAKE2b-256 671fd83d9fbaaef2b6ebbf70a6e467000f13f92b4cf0b84c561c162b43128439

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.0-cp312-cp312-manylinux2014_i686.manylinux_2_17_i686.whl
Algorithm Hash digest
SHA256 77a5d8fe331376c7aaa4e06e903a43bd144de4f98c6e414e13cbc5d64e5aa61e
MD5 622836b1802e2a4e681e902bc59ac850
BLAKE2b-256 009762c0969e993673ebef16d526db2504f38bc4c73cf2593c28746791ab7956

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 fe56f1bea709ddb2531fbd510a2dd6040e993985507c3b2bf3404507aee989b1
MD5 0e16fbcec3d337a89c883eb4d5bfb4c8
BLAKE2b-256 38059be6bf4cddb5b5f39c0748cdf5639525cd4116a157c8f3802c9217e54882

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.0-cp312-cp312-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 01336fe31d1ea5d5154b0d803eb3584e69fb96e0e657acc87bd4d48d6abc9587
MD5 c5f57071c162635d610c05fa308fb25c
BLAKE2b-256 599300ecf28e1be7a70b4b4d148d3a551b6c9a37024a669c3650a2c374c64026

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.0-cp312-cp312-linux_armv7l.whl
Algorithm Hash digest
SHA256 03cce11532da292215cd8e5f444de91982e39dfb41a916e0e0f91a5c128588ea
MD5 58d846230c19e6228af0ee090019ce30
BLAKE2b-256 2fe69ce68bc431224177b6f506cfb4896a742119c51255143069970955b6510b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.82.0-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.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 ddcd5f8db890c5c822e4c0b89d641b1db6a0c7255fff02535cbe77c4dabf450f
MD5 a887f5513d05a8603fd039284578535b
BLAKE2b-256 601071202ae4c1cade358a07436c010c145210bc2a730a731e5d297a2dac4f6e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.82.0-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.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 24310aaf1f96a5327fc0d8e00fc98f0e9f90be8e09cc51becd2553d4b823d286
MD5 e7ca69e7a985ee50a390ebe64fd15397
BLAKE2b-256 5fb31fa12730f95458fba4319b7935fc4c02a604404ea27f74756c51bf73a263

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8045b89d863b5a271e65413361f75dddd70eeab6bf79f2b0e0eaeeb0900d8d24
MD5 fa88e1b37f229c092824ee9b63e000ef
BLAKE2b-256 d1a57529b811efd1cb3181bc789d22ec9403b27aa3d3d8acb0b122987036143a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 b53959e9af6618b10b46dba4ac82706c4ee90443e95a28004c014c2532d7e053
MD5 3041b9790ea31fc508718c1ddb493139
BLAKE2b-256 f0a6bc6503929c332ae9c74ccf74c57fb67c6b2d9e6ed27bfddb0888d812df52

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 743390c02fb9b565351fc4429b3385c84d851626df11d91a537636b02eaa67df
MD5 6cb49c8d618d17703600514b5fc32425
BLAKE2b-256 f323d4ea910fcfbd62ad4a7efde95f0fbfec9fe99595be9b58a1a6d67c57c4ff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 848774370f0783f88e1fa9888f972fa61ab1ec985fffe2668f53bccfa51ef6cb
MD5 2b81050ea9bb1c284393451f626c03ea
BLAKE2b-256 d4a953cc88d792b318ec8ed924791cde109096a4174e6e2c115231ece5b69a9a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.0-cp311-cp311-manylinux2014_i686.manylinux_2_17_i686.whl
Algorithm Hash digest
SHA256 4a9389c1b3568b1d6b8c1d85d43eea701814e59280dd955ea0a2d2d65b90cb24
MD5 8d7d7c365b39b72177f03f2114e15291
BLAKE2b-256 781a49739ab1be3f66106f54af46da599f2be9fdb79d4fc52e4d5a43a73cfc92

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 bc428d9825f1f83e61c65c8e6fb662384105022231938d6775e1b6cfb2bf517a
MD5 b0abd125ef7f600eb097d4db17a860b6
BLAKE2b-256 2749896d665121bd0a806d62a5bacf93c0db2f7097b29bc52bfab76141589f68

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.0-cp311-cp311-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 03c0f3085e30e51aa4592a2a0b8ee518c9fb1593eb0368f57d7ccfdda2a1cff1
MD5 3b750387afbbec09432327821ca32a42
BLAKE2b-256 ce41fe3cc2de8ccdf0b6a8a9939d731c8bdab37f80c96581237de359baa37bbe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.0-cp311-cp311-linux_armv7l.whl
Algorithm Hash digest
SHA256 64be5bea5f32b1b13c81d8f322bd49ab22d388b87b5c146050c4faf2769c2036
MD5 2ba0501fb0ea09e7e98d901ad04a44eb
BLAKE2b-256 b7eddfba8843c9e0cbf5b3ad33998fab400a6290e29432c5a2c94e684ebbfadf

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.82.0-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.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 fd8ebfd420efa12f07d6a5f39ecf3538bd1e8d9d53cfa7192457731ac4580953
MD5 399263046af2c798b36540e35f9d8a50
BLAKE2b-256 c459b178fbc0c91af4b3291b0a8d60394116bcd24d57e6c3215e2737f11009af

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.82.0-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.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 1b9c8eade1caa69682f21a1f49ccbb0f5258c5e4e13fe963c23e6778da9948cd
MD5 44ed1e4a5cfa974bb0bd2f70aaef46ae
BLAKE2b-256 82ab575286ad775d239d52ede8e7c063f70106380474f9e268f173d9955a4687

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 682b7bb01a02ccbdd085a220745e38990baa8cab6fa3b2a7a739f478c90a894f
MD5 a93881cf6e1e9cf6596213fa7153d02e
BLAKE2b-256 6e427b47639037f38a56d85c332cf1613773c497371d64651e97902b9820ee88

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.0-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 3933d68934324e34692a2096ebf653174ed724eb44261a742d956c592ee40a1c
MD5 317dad10d36ec898621b89fbc117b015
BLAKE2b-256 14b81b9ec87ceb4e9250d9e767be62a37556fe95c39ebc08bab2cb202b4f6ea7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8ec9bc648dc2c862bdc8ca7c87b973474b00a7fa5f8eeea0ec504f3490aa85f5
MD5 ee519447d40938a6756e3ab025fc663b
BLAKE2b-256 863ec18283d9a176e2b665649d84cb540ac19c936018454b138a3e42626b96fd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 4fd4843bd7eb04b8b409dafb68d1f1c3666d6b350e3e489f847bea1b4b916ac5
MD5 09a634fcaff301638bf0672aa37aa790
BLAKE2b-256 368472040022f7f94759093695fa7703987ad93e9aae0d522115ee3fc0ad47f2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.0-cp310-cp310-manylinux2014_i686.manylinux_2_17_i686.whl
Algorithm Hash digest
SHA256 5c500848925494554c5d7934cd8452d874fe3a831c475b2b7b023872e13f49bd
MD5 3c6e6acea0a8c9f403ee4510e80c80da
BLAKE2b-256 4afcdbee9432f6acd5af168c173649bac67bf1f6ba28f01c39dd0f0d7b133813

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 6e5010ec0a09242258ad4949daa131503370a72096461968ced25b51d7988401
MD5 9a64f33479d771dbf890bbfc0e3a2e3a
BLAKE2b-256 903c9efe957a904ebd651eb8af35e0e7d167884ef0f518f9ebbb0f1772da1d1d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.0-cp310-cp310-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 e00f6e6b371075bc79e94c3447496c1dd1aff3b91a01b24e59db49d3bf1ff795
MD5 f0d57ad673d8183ec9f1fe652e651a60
BLAKE2b-256 6277ec3caba0124bb66efff3fe044b162b4a6bd0b1627eb906981213bc73ef45

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.82.0-cp310-cp310-linux_armv7l.whl
Algorithm Hash digest
SHA256 d5715a36f16ee57361612833f9b630bc2db52b4be7c6b403266ac7b26813536d
MD5 7239e5d89d1a63b728b8196dc5521346
BLAKE2b-256 4e307769be12fd4cc903de34e847bacd5066ea15d66d1f2cd764a2e2c406a1c6

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