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.80.0.tar.gz (13.0 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.80.0-cp314-cp314-win_amd64.whl (5.0 MB view details)

Uploaded CPython 3.14Windows x86-64

grpcio-1.80.0-cp314-cp314-win32.whl (4.2 MB view details)

Uploaded CPython 3.14Windows x86

grpcio-1.80.0-cp314-cp314-musllinux_1_2_x86_64.whl (7.8 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

grpcio-1.80.0-cp314-cp314-musllinux_1_2_i686.whl (8.4 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ i686

grpcio-1.80.0-cp314-cp314-musllinux_1_2_aarch64.whl (7.4 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

grpcio-1.80.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (6.8 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

grpcio-1.80.0-cp314-cp314-manylinux2014_i686.manylinux_2_17_i686.whl (7.3 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ i686

grpcio-1.80.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (6.6 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

grpcio-1.80.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.80.0-cp314-cp314-linux_armv7l.whl (6.0 MB view details)

Uploaded CPython 3.14

grpcio-1.80.0-cp313-cp313-win_amd64.whl (4.9 MB view details)

Uploaded CPython 3.13Windows x86-64

grpcio-1.80.0-cp313-cp313-win32.whl (4.1 MB view details)

Uploaded CPython 3.13Windows x86

grpcio-1.80.0-cp313-cp313-musllinux_1_2_x86_64.whl (7.8 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

grpcio-1.80.0-cp313-cp313-musllinux_1_2_i686.whl (8.4 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

grpcio-1.80.0-cp313-cp313-musllinux_1_2_aarch64.whl (7.4 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

grpcio-1.80.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (6.8 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

grpcio-1.80.0-cp313-cp313-manylinux2014_i686.manylinux_2_17_i686.whl (7.3 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686

grpcio-1.80.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (6.6 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

grpcio-1.80.0-cp313-cp313-macosx_11_0_universal2.whl (12.0 MB view details)

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

grpcio-1.80.0-cp313-cp313-linux_armv7l.whl (6.0 MB view details)

Uploaded CPython 3.13

grpcio-1.80.0-cp312-cp312-win_amd64.whl (4.9 MB view details)

Uploaded CPython 3.12Windows x86-64

grpcio-1.80.0-cp312-cp312-win32.whl (4.1 MB view details)

Uploaded CPython 3.12Windows x86

grpcio-1.80.0-cp312-cp312-musllinux_1_2_x86_64.whl (7.8 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

grpcio-1.80.0-cp312-cp312-musllinux_1_2_i686.whl (8.4 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

grpcio-1.80.0-cp312-cp312-musllinux_1_2_aarch64.whl (7.4 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

grpcio-1.80.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (6.8 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

grpcio-1.80.0-cp312-cp312-manylinux2014_i686.manylinux_2_17_i686.whl (7.3 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

grpcio-1.80.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (6.6 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

grpcio-1.80.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.80.0-cp312-cp312-linux_armv7l.whl (6.0 MB view details)

Uploaded CPython 3.12

grpcio-1.80.0-cp311-cp311-win_amd64.whl (4.9 MB view details)

Uploaded CPython 3.11Windows x86-64

grpcio-1.80.0-cp311-cp311-win32.whl (4.2 MB view details)

Uploaded CPython 3.11Windows x86

grpcio-1.80.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.80.0-cp311-cp311-musllinux_1_2_i686.whl (8.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

grpcio-1.80.0-cp311-cp311-musllinux_1_2_aarch64.whl (7.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

grpcio-1.80.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (6.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

grpcio-1.80.0-cp311-cp311-manylinux2014_i686.manylinux_2_17_i686.whl (7.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

grpcio-1.80.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (6.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

grpcio-1.80.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.80.0-cp311-cp311-linux_armv7l.whl (6.1 MB view details)

Uploaded CPython 3.11

grpcio-1.80.0-cp310-cp310-win_amd64.whl (4.9 MB view details)

Uploaded CPython 3.10Windows x86-64

grpcio-1.80.0-cp310-cp310-win32.whl (4.2 MB view details)

Uploaded CPython 3.10Windows x86

grpcio-1.80.0-cp310-cp310-musllinux_1_2_x86_64.whl (7.8 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

grpcio-1.80.0-cp310-cp310-musllinux_1_2_i686.whl (8.4 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

grpcio-1.80.0-cp310-cp310-musllinux_1_2_aarch64.whl (7.4 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

grpcio-1.80.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (6.8 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

grpcio-1.80.0-cp310-cp310-manylinux2014_i686.manylinux_2_17_i686.whl (7.3 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

grpcio-1.80.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (6.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

grpcio-1.80.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.80.0-cp310-cp310-linux_armv7l.whl (6.1 MB view details)

Uploaded CPython 3.10

grpcio-1.80.0-cp39-cp39-win_amd64.whl (4.9 MB view details)

Uploaded CPython 3.9Windows x86-64

grpcio-1.80.0-cp39-cp39-win32.whl (4.2 MB view details)

Uploaded CPython 3.9Windows x86

grpcio-1.80.0-cp39-cp39-musllinux_1_2_x86_64.whl (7.8 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

grpcio-1.80.0-cp39-cp39-musllinux_1_2_i686.whl (8.4 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

grpcio-1.80.0-cp39-cp39-musllinux_1_2_aarch64.whl (7.4 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

grpcio-1.80.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (6.8 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

grpcio-1.80.0-cp39-cp39-manylinux2014_i686.manylinux_2_17_i686.whl (7.3 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

grpcio-1.80.0-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (6.6 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

grpcio-1.80.0-cp39-cp39-macosx_11_0_universal2.whl (12.0 MB view details)

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

grpcio-1.80.0-cp39-cp39-linux_armv7l.whl (6.0 MB view details)

Uploaded CPython 3.9

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.80.0.tar.gz
Algorithm Hash digest
SHA256 29aca15edd0688c22ba01d7cc01cb000d72b2033f4a3c72a81a19b56fd143257
MD5 2c48c28e6c1b822541b7014de085f8ef
BLAKE2b-256 b748af6173dbca4454f4637a4678b67f52ca7e0c1ed7d5894d89d434fecede05

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.80.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 5.0 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.80.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 3b01e1f5464c583d2f567b2e46ff0d516ef979978f72091fd81f5ab7fa6e2e7f
MD5 017890c5f564914a25bd3d790cc18882
BLAKE2b-256 e58cbbe6baf2557262834f2070cf668515fa308b2d38a4bbf771f8f7872a7036

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.80.0-cp314-cp314-win32.whl
  • Upload date:
  • Size: 4.2 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.80.0-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 367ce30ba67d05e0592470428f0ec1c31714cab9ef19b8f2e37be1f4c7d32fae
MD5 b702062c0fbea208c0886081c6e61fc4
BLAKE2b-256 44b68d4096691b2e385e8271911a0de4f35f0a6c7d05aff7098e296c3de86939

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.80.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 31b9ac4ad1aa28ffee5503821fafd09e4da0a261ce1c1281c6c8da0423c83b6e
MD5 eedac1876ae0b5301e2c5be95d49c49c
BLAKE2b-256 f56867f4947ed55d2e69f2cc199ab9fd85e0a0034d813bbeef84df6d2ba4d4b7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.80.0-cp314-cp314-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 a1dc80fe55685b4a543555e6eef975303b36c8db1023b1599b094b92aa77965f
MD5 1261979e49615657c81677f51e55e950
BLAKE2b-256 06210fdd77e84720b08843c371a2efa6f2e19dbebf56adc72df73d891f5506f0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.80.0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 448c884b668b868562b1bda833c5fce6272d26e1926ec46747cda05741d302c1
MD5 6d8416e10f27a154b482d0169eabc2f8
BLAKE2b-256 933df6558e9c6296cb4227faa5c43c54a34c68d32654b829f53288313d16a86e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.80.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 2dcc70e9f0ba987526e8e8603a610fb4f460e42899e74e7a518bf3c68fe1bf05
MD5 acf979b150834839205fc5e54b872b20
BLAKE2b-256 e843f437a78f7f4f1d311804189e8f11fb311a01049b2e08557c1068d470cb2e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.80.0-cp314-cp314-manylinux2014_i686.manylinux_2_17_i686.whl
Algorithm Hash digest
SHA256 4ed39fbdcf9b87370f6e8df4e39ca7b38b3e5e9d1b0013c7b6be9639d6578d14
MD5 8819c66e16bca097588c8142a8f7b4ce
BLAKE2b-256 07d7031666ef155aa0bf399ed7e19439656c38bbd143779ae0861b038ce82abd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.80.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 f14b618fc30de822681ee986cfdcc2d9327229dc4c98aed16896761cacd468b9
MD5 b956dd7748abd3b147cf89031721a539
BLAKE2b-256 0482983aabaad82ba26113caceeb9091706a0696b25da004fe3defb5b346e15b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.80.0-cp314-cp314-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 d8e11f167935b3eb089ac9038e1a063e6d7dbe995c0bb4a661e614583352e76f
MD5 c13416f70f6842b56b29da85e58405a7
BLAKE2b-256 69109cef5d9650c72625a699c549940f0abb3c4bfdb5ed45a5ce431f92f31806

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.80.0-cp314-cp314-linux_armv7l.whl
Algorithm Hash digest
SHA256 3d4147a97c8344d065d01bbf8b6acec2cf86fb0400d40696c8bdad34a64ffc0e
MD5 b5b058024699c050a90d92225fbd6cac
BLAKE2b-256 c56de65307ce20f5a09244ba9e9d8476e99fb039de7154f37fb85f26978b59c3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.80.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 4.9 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.80.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 e172cf795a3ba5246d3529e4d34c53db70e888fa582a8ffebd2e6e48bc0cba50
MD5 d6dcf54ad643d58e7485eeaa740be1a0
BLAKE2b-256 cfe6283326a27da9e2c3038bc93eeea36fb118ce0b2d03922a9cda6688f53c5b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.80.0-cp313-cp313-win32.whl
  • Upload date:
  • Size: 4.1 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.80.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 93b6f823810720912fd131f561f91f5fed0fda372b6b7028a2681b8194d5d294
MD5 85ae8501bc540382cba3d988ae690d0c
BLAKE2b-256 f91e9d67992ba23371fd63d4527096eb8c6b76d74d52b500df992a3343fd7251

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.80.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8eb613f02d34721f1acf3626dfdb3545bd3c8505b0e52bf8b5710a28d02e8aa7
MD5 cbfa5aaf2948a132d9835af04b8e9cd1
BLAKE2b-256 10bbdd06f4c24c01db9cf11341b547d0a016b2c90ed7dbbb086a5710df7dd1d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.80.0-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ba0db34f7e1d803a878284cd70e4c63cb6ae2510ba51937bf8f45ba997cefcf7
MD5 0ef2ddf389b787b212931693c8bf5f47
BLAKE2b-256 474555c507599c5520416de5eefecc927d6a0d7af55e91cfffb2e410607e5744

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.80.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2bea16af2750fd0a899bf1abd9022244418b55d1f37da2202249ba4ba673838d
MD5 9d839ba4cc1b223c0550b09a1c1a92f8
BLAKE2b-256 44833b20ff58d0c3b7f6caaa3af9a4174d4023701df40a3f39f7f1c8e7c48f9d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.80.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 873ff5d17d68992ef6605330127425d2fc4e77e612fa3c3e0ed4e668685e3140
MD5 164c893e9afdbcb416aacccd85697274
BLAKE2b-256 9be2da1506ecea1f34a5e365964644b35edef53803052b763ca214ba3870c856

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.80.0-cp313-cp313-manylinux2014_i686.manylinux_2_17_i686.whl
Algorithm Hash digest
SHA256 68e5851ac4b9afe07e7f84483803ad167852570d65326b34d54ca560bfa53fb6
MD5 9821619c47d0df484589d83be7fbd513
BLAKE2b-256 ff4096e07ecb604a6a67ae6ab151e3e35b132875d98bc68ec65f3e5ab3e781d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.80.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 8ac393b58aa16991a2f1144ec578084d544038c12242da3a215966b512904d0f
MD5 67bf516126f5ee58b7ada4a0ef7f1b9c
BLAKE2b-256 183a23347d35f76f639e807fb7a36fad3068aed100996849a33809591f26eca6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.80.0-cp313-cp313-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 92d787312e613754d4d8b9ca6d3297e69994a7912a32fa38c4c4e01c272974b0
MD5 b80b8f2af775d3da95c0cc183dad0204
BLAKE2b-256 041921a9806eb8240e174fd1ab0cd5b9aa948bb0e05c2f2f55f9d5d7405e6d08

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.80.0-cp313-cp313-linux_armv7l.whl
Algorithm Hash digest
SHA256 e9e408fc016dffd20661f0126c53d8a31c2821b5c13c5d67a0f5ed5de93319ad
MD5 5e3990c40ec439dfa7047f66bc373363
BLAKE2b-256 2f3a7c3c25789e3f069e581dc342e03613c5b1cb012c4e8c7d9d5cf960a75856

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.80.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 4.9 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.80.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 9fe648599c0e37594c4809d81a9e77bd138cc82eb8baa71b6a86af65426723ff
MD5 38105487d02517c2398ebcfc4bd04a17
BLAKE2b-256 2f2c296f6138caca1f4b92a31ace4ae1b87dab692fc16a7a3417af3bb3c805bf

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.80.0-cp312-cp312-win32.whl
  • Upload date:
  • Size: 4.1 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.80.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 c71309cfce2f22be26aa4a847357c502db6c621f1a49825ae98aa0907595b193
MD5 126ebfe50b57f2a688a13c30c079f5e5
BLAKE2b-256 14e49990b41c6d7a44e1e9dee8ac11d7a9802ba1378b40d77468a7761d1ad288

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.80.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9a6284a5d907c37db53350645567c522be314bac859a64a7a5ca63b77bb7958f
MD5 f9a76e545784e2bbb2daa136c8878833
BLAKE2b-256 9b8d9d4d27ed7f33d109c50d6b5ce578a9914aa68edab75d65869a17e630a8d1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.80.0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 256507e2f524092f1473071a05e65a5b10d84b82e3ff24c5b571513cfaa61e2f
MD5 746d0cc5ec34cfba57a6cbe5bc4447a6
BLAKE2b-256 7ceff3a77e3dc5b471a0ec86c564c98d6adfa3510d38f8ee99010410858d591e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.80.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2ed770b4c06984f3b47eb0517b1c69ad0b84ef3f40128f51448433be904634cd
MD5 c4209a19f0c3ece5a62ff77e4ed21e80
BLAKE2b-256 ca8436c6dcfddc093e108141f757c407902a05085e0c328007cb090d56646cdf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.80.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 4e78c4ac0d97dc2e569b2f4bcbbb447491167cb358d1a389fc4af71ab6f70411
MD5 5fa3cdb1e76a9ee997199490d1a5c92c
BLAKE2b-256 dbf0a3deb5feba60d9538a962913e37bd2e69a195f1c3376a3dd44fe0427e996

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.80.0-cp312-cp312-manylinux2014_i686.manylinux_2_17_i686.whl
Algorithm Hash digest
SHA256 0cb517eb1d0d0aaf1d87af7cc5b801d686557c1d88b2619f5e31fab3c2315921
MD5 c2d119bd7714818ac71454a1f9bb5ec3
BLAKE2b-256 aef6fdd975a2cb4d78eb67769a7b3b3830970bfa2e919f1decf724ae4445f42c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.80.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 d334591df610ab94714048e0d5b4f3dd5ad1bee74dfec11eee344220077a79de
MD5 8914f8123006ff13d4285f4d4189dbb5
BLAKE2b-256 6e5ed319c6e997b50c155ac5a8cb12f5173d5b42677510e886d250d50264949d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.80.0-cp312-cp312-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 f49eddcac43c3bf350c0385366a58f36bed8cc2c0ec35ef7b74b49e56552c0c2
MD5 9907eccd130c864d26132734fc70b9d3
BLAKE2b-256 3e97b1282161a15d699d1e90c360df18d19165a045ce1c343c7f313f5e8a0b77

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.80.0-cp312-cp312-linux_armv7l.whl
Algorithm Hash digest
SHA256 c624cc9f1008361014378c9d776de7182b11fe8b2e5a81bc69f23a295f2a1ad0
MD5 d553b3cec6b46fa39fa116feedf5760c
BLAKE2b-256 5ce8a2b749265eb3415abc94f2e619bbd9e9707bebdda787e61c593004ec927a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.80.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 4.9 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.80.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 02e64bb0bb2da14d947a49e6f120a75e947250aebe65f9629b62bb1f5c14e6e9
MD5 422e65304332e99cb3ac6c2be18779ba
BLAKE2b-256 6fd4ae92206d01183b08613e846076115f5ac5991bae358d2a749fa864da5699

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.80.0-cp311-cp311-win32.whl
  • Upload date:
  • Size: 4.2 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.80.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 51b4a7189b0bef2aa30adce3c78f09c83526cf3dddb24c6a96555e3b97340440
MD5 d7d8c590d6a974ab72e5029523c4db95
BLAKE2b-256 4669abbfa360eb229a8623bab5f5a4f8105e445bd38ce81a89514ba55d281ad0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.80.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ce1794f4ea6cc3ca29463f42d665c32ba1b964b48958a66497917fe9069f26e6
MD5 ffe7d4fd166ca85a58618d54010a59b3
BLAKE2b-256 622973ef0141b4732ff5eacd68430ff2512a65c004696997f70476a83e548e7e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.80.0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 8502122a3cc1714038e39a0b071acb1207ca7844208d5ea0d091317555ee7106
MD5 07c9795f679dcf885a99624cde5f3257
BLAKE2b-256 def2567f5bd5054398ed6b0509b9a30900376dcf2786bd936812098808b49d8d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.80.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 00168469238b022500e486c1c33916acf2f2a9b2c022202cf8a1885d2e3073c1
MD5 562cdf519ebffcbedb2f6fb06a8fac9e
BLAKE2b-256 9ed9d80eef735b19e9169e30164bbf889b46f9df9127598a83d174eb13a48b26

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.80.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 09e5e478b3d14afd23f12e49e8b44c8684ac3c5f08561c43a5b9691c54d136ab
MD5 2f84b6c0e7bd643e6e283644de5992bd
BLAKE2b-256 2551bd267c989f85a17a5b3eea65a6feb4ff672af41ca614e5a0279cc0ea381c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.80.0-cp311-cp311-manylinux2014_i686.manylinux_2_17_i686.whl
Algorithm Hash digest
SHA256 3cb8130ba457d2aa09fa6b7c3ed6b6e4e6a2685fce63cb803d479576c4d80e21
MD5 516c2611856ec89244e2df1cc99bf6cb
BLAKE2b-256 cc26d5eb38f42ce0e3fdc8174ea4d52036ef8d58cc4426cb800f2610f625dd75

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.80.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 ba0915d51fd4ced2db5ff719f84e270afe0e2d4c45a7bdb1e8d036e4502928c2
MD5 038068285e4a038a799675495ea52f4e
BLAKE2b-256 0f8ee14966b435be2dda99fbe89db9525ea436edc79780431a1c2875a3582644

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.80.0-cp311-cp311-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 5c07e82e822e1161354e32da2662f741a4944ea955f9f580ec8fb409dd6f6060
MD5 571f2ca0576f46eafd691a4ce4063ece
BLAKE2b-256 6e18c83f3cad64c5ca63bca7e91e5e46b0d026afc5af9d0a9972472ceba294b3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.80.0-cp311-cp311-linux_armv7l.whl
Algorithm Hash digest
SHA256 dfab85db094068ff42e2a3563f60ab3dddcc9d6488a35abf0132daec13209c8a
MD5 2847be5675978fafb1c567f9444c8e6c
BLAKE2b-256 5ddb1d56e5f5823257b291962d6c0ce106146c6447f405b60b234c4f222a7cde

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.80.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 4.9 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.80.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 dc053420fc75749c961e2a4c906398d7c15725d36ccc04ae6d16093167223b58
MD5 9f166e3f3222b962d6eaed06930606e3
BLAKE2b-256 d5c9df8279bb49b29409995e95efa85b72973d62f8aeff89abee58c91f393710

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.80.0-cp310-cp310-win32.whl
  • Upload date:
  • Size: 4.2 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.80.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 46c2390b59d67f84e882694d489f5b45707c657832d7934859ceb8c33f467069
MD5 652cce62d87d86777b0d5423f166192f
BLAKE2b-256 6bd2ed143e097230ee121ac5848f6ff14372dba91289b10b536d54fb1b7cbae7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.80.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f7691a6788ad9196872f95716df5bc643ebba13c97140b7a5ee5c8e75d1dea81
MD5 ae040b4bd538986a2ce86c2ff49c8daa
BLAKE2b-256 978a29b4589c204959aa35ce5708400a05bba72181807c45c47b3ec000c39333

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.80.0-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 a72d84ad0514db063e21887fbacd1fd7acb4d494a564cae22227cd45c7fbf199
MD5 4cb87254b26c9cd72d000d86b313030b
BLAKE2b-256 5ba7d2f681a4bfb881be40659a309771f3bdfbfdb1190619442816c3f0ffc079

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.80.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 50a9871536d71c4fba24ee856abc03a87764570f0c457dd8db0b4018f379fed9
MD5 3893975d66d98476ea6756904d14f634
BLAKE2b-256 47eb3f68a5e955779c00aeef23850e019c1c1d0e032d90633ba49c01ad5a96e0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.80.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 c51bf8ac4575af2e0678bccfb07e47321fc7acb5049b4482832c5c195e04e13a
MD5 edadbe9938c0651f97d8111f11628263
BLAKE2b-256 f996f28660fe2fe0f153288bf4a04e4910b7309d442395135c88ed4f5b3b8b40

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.80.0-cp310-cp310-manylinux2014_i686.manylinux_2_17_i686.whl
Algorithm Hash digest
SHA256 52d143637e3872633fc7dd7c3c6a1c84e396b359f3a72e215f8bf69fd82084fc
MD5 0b183ddba43bba9aeb04422a6db7e9e7
BLAKE2b-256 7cf888ca4e78c077b2b2113d95da1e1ab43efd43d723c9a0397d26529c2c1a56

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.80.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 33eb763f18f006dc7fee1e69831d38d23f5eccd15b2e0f92a13ee1d9242e5e02
MD5 5e83fc31074474b4fccd0c08d22dbd38
BLAKE2b-256 4398c910254eedf2cae368d78336a2de0678e66a7317d27c02522392f949b5c6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.80.0-cp310-cp310-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 7b641fc3f1dc647bfd80bd713addc68f6d145956f64677e56d9ebafc0bd72388
MD5 52cd606c4ca80a3bfcae4809b320af5f
BLAKE2b-256 16021417f5c3460dea65f7a2e3c14e8b31e77f7ffb730e9bfadd89eda7a9f477

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.80.0-cp310-cp310-linux_armv7l.whl
Algorithm Hash digest
SHA256 886457a7768e408cdce226ad1ca67d2958917d306523a0e21e1a2fdaa75c9c9c
MD5 12e2d5c7a666fe79195d9f28bc8963dd
BLAKE2b-256 9dcdbb7b7e54084a344c03d68144450da7ddd5564e51a298ae1662de65f48e2d

See more details on using hashes here.

File details

Details for the file grpcio-1.80.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: grpcio-1.80.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 4.9 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.12

File hashes

Hashes for grpcio-1.80.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 05d55e1798756282cddd52d56c896b3e7d673e3a8798c2f1cd05ba249a3bb4de
MD5 802440726d4ae9fc8033ab19e6c850a8
BLAKE2b-256 e6ff33f6a8823f06c6a1d1f530c1531e563b76c02091525e36255c08575ae775

See more details on using hashes here.

File details

Details for the file grpcio-1.80.0-cp39-cp39-win32.whl.

File metadata

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

File hashes

Hashes for grpcio-1.80.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 627fb7312171cdc52828bd6fac8d7028ff2a64b89f1957b6f3416caa2218d141
MD5 10a6c7aeba1ab206a0d65163b42e7f3f
BLAKE2b-256 74fe99c56d12b48f8c8b0d28c42edfb171642eb52dd90a0fe7bc74676909fa97

See more details on using hashes here.

File details

Details for the file grpcio-1.80.0-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for grpcio-1.80.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 deb10a1528473c11f72a0939eed36d83e847d7cbb63e8cc5611fb7a912d38614
MD5 6d8243909e29ddd9e70ad9c1a85a6bb6
BLAKE2b-256 3d76f44d853f38165d26a309565da31a312587dda668e9e7b5323179b87bcab4

See more details on using hashes here.

File details

Details for the file grpcio-1.80.0-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for grpcio-1.80.0-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ec0a592e926071b4abad50c1495cd0d0d513324b3ff5e7267067c33ba27506e4
MD5 ca63585b9224a38a7593cc6bb65337d1
BLAKE2b-256 41ad889f0dfbc8a08050db6e23c3180dbe712b03af490352a4d7df649db26bc8

See more details on using hashes here.

File details

Details for the file grpcio-1.80.0-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for grpcio-1.80.0-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4560cf0e86514595dbbd330cd65b7afad4b5c4b8c4905c041cfffa138d45e6fd
MD5 439ce0efff18fca39f73631dc47cc51f
BLAKE2b-256 602941e9ed0bb5544836bb2685097beea972b0cabc8970aeaace0f152bfc5441

See more details on using hashes here.

File details

Details for the file grpcio-1.80.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for grpcio-1.80.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 bac1d573dfa84ce59a5547073e28fa7326d53352adda6912e362da0b917fcef4
MD5 1b2fe6a014f0faec14422fd705f49287
BLAKE2b-256 54b150fdb826acafd5ac661e10df25b089721172530f2eb4aa1f36bd3c3d4254

See more details on using hashes here.

File details

Details for the file grpcio-1.80.0-cp39-cp39-manylinux2014_i686.manylinux_2_17_i686.whl.

File metadata

File hashes

Hashes for grpcio-1.80.0-cp39-cp39-manylinux2014_i686.manylinux_2_17_i686.whl
Algorithm Hash digest
SHA256 1b97cd29a8eda100b559b455331c487a80915b6ea6bd91cf3e89836c4ee8d957
MD5 9aa33f9f7540ea1dd343d1e3ad7851c9
BLAKE2b-256 12cb3efd0b505090804dfe88bf258ed26a6fb19ccbb31889a05b9edb3ae035fe

See more details on using hashes here.

File details

Details for the file grpcio-1.80.0-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for grpcio-1.80.0-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 43168871f170d1e4ed16ae03d10cd21efa29f190e710a624cee7e5ae07da6f4f
MD5 f3fb85a567628adb3d830292fdd315b9
BLAKE2b-256 7b628fc355ffcc9fd8a3ca0438f007307c130dfb93949d3138cd23c8c9f434e8

See more details on using hashes here.

File details

Details for the file grpcio-1.80.0-cp39-cp39-macosx_11_0_universal2.whl.

File metadata

File hashes

Hashes for grpcio-1.80.0-cp39-cp39-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 a361c20ec1ccd3c3953d20fb6d7b4125093bdd10dff44c5e2bbb39e58917cedc
MD5 9fbf5850242f6c8b7f1abb07ccc4fc9c
BLAKE2b-256 40580287051dc65c2760155977d9775d1f3c87939e4d575a29aac40f9006b357

See more details on using hashes here.

File details

Details for the file grpcio-1.80.0-cp39-cp39-linux_armv7l.whl.

File metadata

File hashes

Hashes for grpcio-1.80.0-cp39-cp39-linux_armv7l.whl
Algorithm Hash digest
SHA256 aacdfb4ed3eb919ca997504d27e03d5dba403c85130b8ed450308590a738f7a4
MD5 381973753963bd999aa198ef24eda004
BLAKE2b-256 08587151ffa07cb3faf4bdd1a1902c067d2d162a4ba24678afd2ad5084a42382

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