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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14Windows x86

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

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.14musllinux: musl 1.2+ i686

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

grpcio-1.81.0rc1-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.81.0rc1-cp314-cp314-manylinux2014_i686.manylinux_2_17_i686.whl (7.3 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

grpcio-1.81.0rc1-cp314-cp314-macosx_11_0_universal2.whl (12.1 MB view details)

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

grpcio-1.81.0rc1-cp314-cp314-linux_armv7l.whl (6.1 MB view details)

Uploaded CPython 3.14

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13Windows x86

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

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.13musllinux: musl 1.2+ i686

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

grpcio-1.81.0rc1-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.81.0rc1-cp313-cp313-manylinux2014_i686.manylinux_2_17_i686.whl (7.3 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

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

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

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

Uploaded CPython 3.13

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

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

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ i686

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

grpcio-1.81.0rc1-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.81.0rc1-cp312-cp312-manylinux2014_i686.manylinux_2_17_i686.whl (7.3 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

grpcio-1.81.0rc1-cp312-cp312-macosx_11_0_universal2.whl (12.1 MB view details)

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

grpcio-1.81.0rc1-cp312-cp312-linux_armv7l.whl (6.1 MB view details)

Uploaded CPython 3.12

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

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

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

grpcio-1.81.0rc1-cp311-cp311-musllinux_1_2_i686.whl (8.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

grpcio-1.81.0rc1-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.81.0rc1-cp311-cp311-manylinux2014_i686.manylinux_2_17_i686.whl (7.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

grpcio-1.81.0rc1-cp311-cp311-macosx_11_0_universal2.whl (12.1 MB view details)

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

grpcio-1.81.0rc1-cp311-cp311-linux_armv7l.whl (6.1 MB view details)

Uploaded CPython 3.11

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

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

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.10musllinux: musl 1.2+ i686

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

grpcio-1.81.0rc1-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.81.0rc1-cp310-cp310-manylinux2014_i686.manylinux_2_17_i686.whl (7.3 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

grpcio-1.81.0rc1-cp310-cp310-macosx_11_0_universal2.whl (12.1 MB view details)

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

grpcio-1.81.0rc1-cp310-cp310-linux_armv7l.whl (6.1 MB view details)

Uploaded CPython 3.10

File details

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

File metadata

  • Download URL: grpcio-1.81.0rc1.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.81.0rc1.tar.gz
Algorithm Hash digest
SHA256 80ead909bb0e368a965c42bcdbf3288bfe6441cce86b1ee5fb517c1e7dcc9d21
MD5 bd923327ac60d245840fca0a36943eb1
BLAKE2b-256 2c59979626adf461397501a2d14558b83e92007254786bde5dd2c1957b52fa22

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.81.0rc1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 75fdd745eda812002e3c78d8c2ab9449a293abcc01371837dc341b081e3f7367
MD5 c833c3f88d41570920cc161db4614c96
BLAKE2b-256 cfcd509365134924b9e9de702348240db2add60b90b3137b11b9373ae3ec2249

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.81.0rc1-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 ce54ff076e0de2941e703d78197f3793266712229ef99b7c1cef5233bf19d6e3
MD5 69619aef1ad6c753af805d70c7167393
BLAKE2b-256 e3f8276443a83a4e3e27a2b5038126317968bd26f2093c3c47093c17d2479ea1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.81.0rc1-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d620b028d5dd100bc19c8461dab812b7a8026ae0ec00ef086abd11b7d7d488f7
MD5 e7daf12e71f266d8eec1b159fd31066c
BLAKE2b-256 c90813869548933b374fabef70ad5b29736baa34eed84e9249daaffc0301a303

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.81.0rc1-cp314-cp314-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 a7c8571783ecc81220245995276f6f4ee05bfab1061b17300733b161d2284eac
MD5 7fa7c71e636fc2d31ad2bd959ddff079
BLAKE2b-256 c1f8a48ea17ee290cb162763ae22ab57b48eb83d8836c7e8bf8073942e3b3575

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.81.0rc1-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b1ce42b29c00ab0983655f13e1b9009fb4aac1ba81dc8fc729fb29f82b0fa559
MD5 d1b46e9e40cff88c0e926c5b32966e6a
BLAKE2b-256 e7309271009087606ee2c659ef7bda2f1eb7551667749bc2169a6d2f09af4706

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.81.0rc1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 c5ed4c4af5ce4bd1539eaa2d3b0b6eaa086e5e07116711fb6c50e173291da3ac
MD5 93d99edf23669b81c2c4e5ad94cb8cf1
BLAKE2b-256 9d778abb7e42c42c36a38280f027e331d00c951a2e554d6935ad64bfcfa499bb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.81.0rc1-cp314-cp314-manylinux2014_i686.manylinux_2_17_i686.whl
Algorithm Hash digest
SHA256 3829031026f5ca6396dfe6982a3b70deefc407d1e4fb152aa6e001fde3f951db
MD5 956503e45b531439e1d4e7cbfd6f27e4
BLAKE2b-256 ad28fadb025a6271e2613fef0b82cb9f39c2268287fb5c843eb4290ede976b9d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.81.0rc1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 5b98d7d86a7c16c24c080b082efa0a0f03ef1783d7998143c451ea7107dc57e5
MD5 b3cd121903c188711e97e1b0f645ab27
BLAKE2b-256 e85d4b0845721ae31525826900b5c28a95a8e99bb7d0a691a892a57ad610cc9d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.81.0rc1-cp314-cp314-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 c733fd9adae2992621590e9df3a0adbad97734f7d1ec2a6937dd6e6884772ca9
MD5 4afc630b977e28cd8a33ca5c6a76814a
BLAKE2b-256 857ec4fa5ae539216d3cd2277b7369111bd3bf54faa667d72182f27351dbf156

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.81.0rc1-cp314-cp314-linux_armv7l.whl
Algorithm Hash digest
SHA256 ba3ef74dca9bce6926617e8c265e9585e287e9ad3f1432470ac5b690dd20e9c7
MD5 53dba5db973950448ae3456730ed7faa
BLAKE2b-256 0892d99df66ffccca9b3489a55b51341a73d96a3c56240b10251e1350051ef2b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.81.0rc1-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.81.0rc1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 1324e81c2f50912b1b3ecf989fe60e1dba63d4de97f69fb6e9aed247101a9979
MD5 e5cf926b8ab5afb70ec5a43e6774a48b
BLAKE2b-256 8f0e04ed34bed2159c9c096c99e77c1730d35adfbbffa603381590f32a3a24cc

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.81.0rc1-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 ff85896d9b3f9a26cec05bfa74d52cdf86a5ff069d903bb72477cbbb6f083fc6
MD5 d9386de8f90bc32efd070e87b53d948b
BLAKE2b-256 aacc4a76f47f28cccaa985ad8a6ff1471574ef155ddea246ec392262b349d41e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.81.0rc1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 40199c474f259a27f6bca52afe2d8bcf9774227de7a60cc9b4df530523cb6986
MD5 e97f91cec8b17b3e7f865a2483b8894e
BLAKE2b-256 751f4a88dd78beb588559d9401ebd70843b41cee94789de920f5f1a748a11778

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.81.0rc1-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 77c1eb7ca75f5e6b11632994d672650b64a8f0b1984e1de42e6d11fa7bdb7db5
MD5 c0e3dc7ad74e30126a0a6aa8b52cbb7c
BLAKE2b-256 fcd5de472fa9b7fac091705ab9a063cf0ce03df7b835f0ba25a999c56c0a92a4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.81.0rc1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 26794069ad0a4e417da3db74e48cc1112a80ed9ad941cc620b260096de15751b
MD5 5def0cf17c7e632ea71067d2b837d3d8
BLAKE2b-256 b0dbed7e166eb482d7245fdebc460ebcbf92ff8be9b57be9d919f3739aceea2d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.81.0rc1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 cf61c424dbea3f6d725b5e5c30ff17ac012388ca211c4f47df532d4b3d56d81b
MD5 8d6ee143d48cf294f5d51a618bf729f0
BLAKE2b-256 a1520ac986dadf260212094bf819a578b4d78f447adde714db5b83912b667453

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.81.0rc1-cp313-cp313-manylinux2014_i686.manylinux_2_17_i686.whl
Algorithm Hash digest
SHA256 99263a9ce6c51ad88320e804fcded6f3e18f6a399ba7997e4df906102756a67f
MD5 4477a41df2a8dcca84c9ceafcff9b42d
BLAKE2b-256 7e1ef68165f537050acf692c5ed9d7fd3faa0ea73b603e3d3bafa59ccbbb04fa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.81.0rc1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 46d549c183b08ef3de64e7e4774ae44716525ac7195fbb52cc94e6d065a2021d
MD5 2983eee3d3b8167bd2d1281df9e62931
BLAKE2b-256 bea8c63c3797a4c7d301e62f0e6ea4ef7a3de5ec33c9052722e3f3b9962e3af0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.81.0rc1-cp313-cp313-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 7c50ea5949708f01509e049d67797ca050679c2385873d01c14140b7eea53cf9
MD5 0a557cca48249eea67ecc093e42d5661
BLAKE2b-256 e0ae3370e4dd816645dcd054d70a19ec7695a187aaf6f48c047f9181c18618c3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.81.0rc1-cp313-cp313-linux_armv7l.whl
Algorithm Hash digest
SHA256 a6de4807aef413bb650e202dfb3cc5a90058395716c5df533a494ed33e909afe
MD5 9fb2e341d827db08be9e39834824ee69
BLAKE2b-256 659c44bbaca917f779cb2767648daaf0ec17c685ceb506fab7651fe81bce8c7d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.81.0rc1-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.81.0rc1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 b770e99a0d9614b06dc734eacc0fc77c898ffccab21441282334b7abf880d5f8
MD5 ea15a88a9e76588494c32eae3676ac12
BLAKE2b-256 ce4a7b963d637c7f80598c5b4e729da369ab2aa3b17f119b5e2c67a17063eadf

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.81.0rc1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 df03ec618a8616ff7e8e4f60d3fcf4709df98f21a2812d317793c431b95a4dde
MD5 0a9a92034d0fd70bdf6aba3ef193a4d2
BLAKE2b-256 0a818034f5452b10a3e03225037001499e7c41b64a4fb504b99dcb04c4ed03d9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.81.0rc1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e66b42e9b4f9a8c86b39ebdba7a5bd66566a8f02ad0081f675ad54fd6dba4a01
MD5 4d4bb7b9bdf4fb272d4e60d476512c7d
BLAKE2b-256 136d914d6587759f2a7efb5bd47bbd7f9719fddc8ee669189f8df0ad03489721

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.81.0rc1-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 786adc03e3676d8a2e5d5a909e3108123f8112eed153daa80feb7a4b8b36dd10
MD5 b2b2583ca5ef3011c717f28004059f1a
BLAKE2b-256 8f7f7eec37133d70e69544e19a1dcdb8d5cb1cff9f6842f05bff284a3bbc75f4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.81.0rc1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5155a7370935313edc2b2497e269916e7f637e530918daf933337a223aa2fc2a
MD5 b8a0a856793ade642def989f3f161d1f
BLAKE2b-256 d71fa3b0813008495dcbd97ce8a155b5ee3491108caaa55d3ff12ee8373d8cc9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.81.0rc1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 476583c19a7b90dc7ab68f63bd0b53c55eeccd125b54feb74ce43eb3b03289a3
MD5 9122169abb76b77405526b4e45fa32e2
BLAKE2b-256 18914df3366d17ad04bf30a0980971f5d75e2b250a3426236da8dfc34d783bf6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.81.0rc1-cp312-cp312-manylinux2014_i686.manylinux_2_17_i686.whl
Algorithm Hash digest
SHA256 223165634c5925cc6d3e594fc46e0fb31c443583dddb309fb3c0165c65360de6
MD5 f5dc93f7ab5a3a2d3da828fd2eaeebd6
BLAKE2b-256 cf20a20f0d1d242c426cd48f02556d4ffea78db8fc50f6c9d8987ddeb25de6ef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.81.0rc1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 935002f850e47b31495a081036004be8b6a8e5c22eec51212f02fc61cea73d95
MD5 24f371e69157964a263fae03b7c6eb29
BLAKE2b-256 210258e262523fd5fb261c8bdf2718aa794a78b96d804617981c0a449679ff6e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.81.0rc1-cp312-cp312-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 732469dc6c4749e4bf73eaafb1787d03cbe12c3d86f787797d1e756e35240782
MD5 901555f63ac5b7039cef092788456f57
BLAKE2b-256 4e7cfba50951bd75872b88fe2d0c1d5bfadcd2ad875b3b258a14a3bdccb67c0a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.81.0rc1-cp312-cp312-linux_armv7l.whl
Algorithm Hash digest
SHA256 ad1254a9d0924fbf6ec00510f02564c6964ceafd9780ad6191c16b1c260b594d
MD5 1e1beeb5b43904fd59be4839d245f3c7
BLAKE2b-256 da680c8932c3323c6a534122702d2e7e70295c645f5997055f43cba7eb5fc3a7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.81.0rc1-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.81.0rc1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 0a665d9f7e96307a54544f8173ff518cf9f8f64cbbc4564e03e96a0f73c6b757
MD5 beb0b8ca403601a93d90e70a5cf4a517
BLAKE2b-256 415cf4e85b8e9134b8f38531081d4b155dd6b11b8244144ca79e08eddc6d1a69

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.81.0rc1-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.81.0rc1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 90cc4aecb86a4252288b3bf70ea3b80e43c2da801f6411ce324829ea8672e71d
MD5 4fa4c964a881bf3c9d2be2e253976d46
BLAKE2b-256 04e55d001471b62f8a6b0f62b47368440ce3f1a092fc9f0be347d0760c73ca34

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.81.0rc1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 aed495677521b9baa07626264241d54f56ef741b1b415e2b0648acf1731c1bbb
MD5 390ad96ead247f8810bcd268f7de0046
BLAKE2b-256 ef63315275d3c6f99c8baba06f60e3985b3ae4a48deadd3c0a2b8119e7a0c36a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.81.0rc1-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 e608e746022ced956946dc1a7f6b6455aa269b951502db73d8e41b31cceb044b
MD5 928a5d3c3d06b928765d0d67ca707859
BLAKE2b-256 43ab9086bbb7b5f29dda62116195dcdc22369ded3e4ce2b12c9997629d2de243

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.81.0rc1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 dd890d3f8185a847d229d99c5a02f9ef4f9228ba05cd9e6168b614d7ea6a7c83
MD5 aa86b85fa06fb941a9e062d131ac281e
BLAKE2b-256 6a7482acd0d376082795b32cb762535b63a10b8de02e2a7aab009c0fd45c5440

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.81.0rc1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 4793b4636b2b610fc247552c6883798cd0958eae0cf02355a9dd77c970edcd77
MD5 435187d22c649d8507f1643bd84f3bc9
BLAKE2b-256 4626fe14b687dbae66c046c8551e6fb665cdbab6f4c13f0becccc1df3e541062

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.81.0rc1-cp311-cp311-manylinux2014_i686.manylinux_2_17_i686.whl
Algorithm Hash digest
SHA256 2ba7343ae99c9be320b0c5af61ea79160fb23de3e7d4847ff8f78860d7956836
MD5 08fcb204794f4db49771a5079e1b9084
BLAKE2b-256 ecc239c457275c5bb4493b252fd157889bcbbd9d06d2459e7b56c753b0ad3264

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.81.0rc1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 93594272aebab343a3041dc14390da48a2599c52aa87003a054c26e4ffd11b69
MD5 869c9c25c8122ea48511ad3bf1a7eb14
BLAKE2b-256 96539f5d86497809303f8b87653391627cba6edaaefd213cb2e94104cf4da4c3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.81.0rc1-cp311-cp311-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 2f8289046bef2a573aaa08be149bc4edca42863771c25657418e4da377a5e071
MD5 6ad953d82b15e51037db3b9a5ab658b1
BLAKE2b-256 ffd4edc62bdb68850692d96e519076bc2f780824e75a1571b87306d8b5c62baa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.81.0rc1-cp311-cp311-linux_armv7l.whl
Algorithm Hash digest
SHA256 7e435e22e3fec6ca93c3c3ee28823da5e574f7e78738d8fbf1aa54e227eed4f1
MD5 1ff91b639e1da29a4d3cc2bdb828cfe2
BLAKE2b-256 909c4a64ffbcc6b7d092530c7600186ff1d1a5fc29b0c3d4c253be3688cffe59

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.81.0rc1-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.81.0rc1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 de04d35e66ef81c54148d37818315bf7d4e7397dc9ca3d5130f7a3bfc1711767
MD5 f01ef5fe1152c219c8689ea61edfbb6e
BLAKE2b-256 a21ccba09a8ad1301f3cd1f09bdcdcc644241b0f827dbe2ca03f8214960f3ce2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.81.0rc1-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.81.0rc1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 6613c88d2908cd0be80eae2b73185902e5fff9271c7388fe84d816d9d7504f97
MD5 ced383acb29c7bf2be5a9303feacb616
BLAKE2b-256 00293b4bb968c159f84d907b2b5c3c8f429dc2099ab2550295fb6cc17ecac233

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.81.0rc1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 04e2cecea92e1b3158de122be1bf6ffefb2aa3ff78676b710b1be1ff7b931933
MD5 29ae4bfa6f4eaa34273b23e54031a229
BLAKE2b-256 d925fb2227089e1dac916d8ea44f8f5abb8d04fb3bffb3ad5b23a7290f9bbed1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.81.0rc1-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 cf5d8568e7feebdd6017fb0317f5eac367e77ff528cc5aa1d4cb8e162f498483
MD5 38dcc676a0dd61e4feca359ce1efb8e6
BLAKE2b-256 0f5e3875ea79873600593ca579e76d9ac7c9f4d39695c005c818c4a83509b961

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.81.0rc1-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ce979064af15a6d2af79a708bb432f97156b61b7cc849c48a49056159aac32fe
MD5 2cf7a80c856e0068589a1ba37f85d184
BLAKE2b-256 03289565952e377e5795b303ee82dd470a1c00ef754412b2176f86d386cb603b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.81.0rc1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 e56d9b19e4cdd57f4f261e5e9f871f35d75104e9d980f4ad5be9df8009dad833
MD5 3e003ab2459b4bd5bcfa53453bf02f34
BLAKE2b-256 4b2f3a5848ea88a4d592e85b4f4fd444be448f0cea7691b26da98e2923f14237

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.81.0rc1-cp310-cp310-manylinux2014_i686.manylinux_2_17_i686.whl
Algorithm Hash digest
SHA256 e1f3f201297ff61683cf1793cd2873fd7fe5ca4a52d30c3fa2cc49cda34a54de
MD5 97f274b594a1218f90201d37b439ec1e
BLAKE2b-256 c83f14e5e6737aa07cc6f569463a40fba2417850ee0d3665625a6da088945b1f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.81.0rc1-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 874feea1535a46291c6199114b1e5048a33d5b68b5d361eec02616681127c8a6
MD5 a0ae5458c78a263a61ef452083a85c95
BLAKE2b-256 7bfd97b2d6b7090c6b9e06b55db25a9fac24341da68d454631b28d0c0cfa43a0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.81.0rc1-cp310-cp310-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 64a7f1452b8546eac7ff93893740c2c40abb693c4f47df3eb5c75bf104efe2af
MD5 94810010ab9b1f45646d34068e009caa
BLAKE2b-256 c7947d17ace3fb944e4208dd13647f7b00982a28c9137a600f294a03a5cfa5b4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.81.0rc1-cp310-cp310-linux_armv7l.whl
Algorithm Hash digest
SHA256 013a3eb103a9758ed62ef36001a9554e319501f14544a9c51179696332fc4482
MD5 51b1e28fdffd71ca0ff5b21ac182f278
BLAKE2b-256 07be65bf92566c27141552c5b96b2f652056bca8c455d2d8e09a49d968220966

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