Skip to main content

HTTP/2-based RPC framework

Project description

compat_check_pypi

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.68.1.tar.gz (12.7 MB view details)

Uploaded Source

Built Distributions

grpcio-1.68.1-cp313-cp313-win_amd64.whl (4.4 MB view details)

Uploaded CPython 3.13 Windows x86-64

grpcio-1.68.1-cp313-cp313-win32.whl (3.6 MB view details)

Uploaded CPython 3.13 Windows x86

grpcio-1.68.1-cp313-cp313-musllinux_1_1_x86_64.whl (6.2 MB view details)

Uploaded CPython 3.13 musllinux: musl 1.1+ x86-64

grpcio-1.68.1-cp313-cp313-musllinux_1_1_i686.whl (6.6 MB view details)

Uploaded CPython 3.13 musllinux: musl 1.1+ i686

grpcio-1.68.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.9 MB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ x86-64

grpcio-1.68.1-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl (6.3 MB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ i686

grpcio-1.68.1-cp313-cp313-manylinux_2_17_aarch64.whl (5.6 MB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ ARM64

grpcio-1.68.1-cp313-cp313-macosx_10_13_universal2.whl (11.1 MB view details)

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

grpcio-1.68.1-cp313-cp313-linux_armv7l.whl (5.1 MB view details)

Uploaded CPython 3.13

grpcio-1.68.1-cp312-cp312-win_amd64.whl (4.4 MB view details)

Uploaded CPython 3.12 Windows x86-64

grpcio-1.68.1-cp312-cp312-win32.whl (3.6 MB view details)

Uploaded CPython 3.12 Windows x86

grpcio-1.68.1-cp312-cp312-musllinux_1_1_x86_64.whl (6.2 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ x86-64

grpcio-1.68.1-cp312-cp312-musllinux_1_1_i686.whl (6.6 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ i686

grpcio-1.68.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.9 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

grpcio-1.68.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (6.3 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686

grpcio-1.68.1-cp312-cp312-manylinux_2_17_aarch64.whl (5.6 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

grpcio-1.68.1-cp312-cp312-macosx_10_9_universal2.whl (11.1 MB view details)

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

grpcio-1.68.1-cp312-cp312-linux_armv7l.whl (5.1 MB view details)

Uploaded CPython 3.12

grpcio-1.68.1-cp311-cp311-win_amd64.whl (4.4 MB view details)

Uploaded CPython 3.11 Windows x86-64

grpcio-1.68.1-cp311-cp311-win32.whl (3.7 MB view details)

Uploaded CPython 3.11 Windows x86

grpcio-1.68.1-cp311-cp311-musllinux_1_1_x86_64.whl (6.2 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

grpcio-1.68.1-cp311-cp311-musllinux_1_1_i686.whl (6.6 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

grpcio-1.68.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.9 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

grpcio-1.68.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (6.3 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

grpcio-1.68.1-cp311-cp311-manylinux_2_17_aarch64.whl (5.7 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

grpcio-1.68.1-cp311-cp311-macosx_10_9_universal2.whl (11.2 MB view details)

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

grpcio-1.68.1-cp311-cp311-linux_armv7l.whl (5.2 MB view details)

Uploaded CPython 3.11

grpcio-1.68.1-cp310-cp310-win_amd64.whl (4.4 MB view details)

Uploaded CPython 3.10 Windows x86-64

grpcio-1.68.1-cp310-cp310-win32.whl (3.7 MB view details)

Uploaded CPython 3.10 Windows x86

grpcio-1.68.1-cp310-cp310-musllinux_1_1_x86_64.whl (6.2 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

grpcio-1.68.1-cp310-cp310-musllinux_1_1_i686.whl (6.6 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

grpcio-1.68.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.9 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

grpcio-1.68.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (6.3 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

grpcio-1.68.1-cp310-cp310-manylinux_2_17_aarch64.whl (5.7 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

grpcio-1.68.1-cp310-cp310-macosx_12_0_universal2.whl (11.1 MB view details)

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

grpcio-1.68.1-cp310-cp310-linux_armv7l.whl (5.2 MB view details)

Uploaded CPython 3.10

grpcio-1.68.1-cp39-cp39-win_amd64.whl (4.4 MB view details)

Uploaded CPython 3.9 Windows x86-64

grpcio-1.68.1-cp39-cp39-win32.whl (3.6 MB view details)

Uploaded CPython 3.9 Windows x86

grpcio-1.68.1-cp39-cp39-musllinux_1_1_x86_64.whl (6.2 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

grpcio-1.68.1-cp39-cp39-musllinux_1_1_i686.whl (6.6 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

grpcio-1.68.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.9 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

grpcio-1.68.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (6.3 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

grpcio-1.68.1-cp39-cp39-manylinux_2_17_aarch64.whl (5.7 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

grpcio-1.68.1-cp39-cp39-macosx_10_9_universal2.whl (11.1 MB view details)

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

grpcio-1.68.1-cp39-cp39-linux_armv7l.whl (5.2 MB view details)

Uploaded CPython 3.9

grpcio-1.68.1-cp38-cp38-win_amd64.whl (4.4 MB view details)

Uploaded CPython 3.8 Windows x86-64

grpcio-1.68.1-cp38-cp38-win32.whl (3.7 MB view details)

Uploaded CPython 3.8 Windows x86

grpcio-1.68.1-cp38-cp38-musllinux_1_1_x86_64.whl (6.2 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

grpcio-1.68.1-cp38-cp38-musllinux_1_1_i686.whl (6.6 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

grpcio-1.68.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.9 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

grpcio-1.68.1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (6.3 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

grpcio-1.68.1-cp38-cp38-manylinux_2_17_aarch64.whl (5.7 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

grpcio-1.68.1-cp38-cp38-macosx_10_9_universal2.whl (11.1 MB view details)

Uploaded CPython 3.8 macOS 10.9+ universal2 (ARM64, x86-64)

grpcio-1.68.1-cp38-cp38-linux_armv7l.whl (5.2 MB view details)

Uploaded CPython 3.8

File details

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

File metadata

  • Download URL: grpcio-1.68.1.tar.gz
  • Upload date:
  • Size: 12.7 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.11.9

File hashes

Hashes for grpcio-1.68.1.tar.gz
Algorithm Hash digest
SHA256 44a8502dd5de653ae6a73e2de50a401d84184f0331d0ac3daeb044e66d5c5054
MD5 2b6d49273b1b80d6ffcd82817c2b3955
BLAKE2b-256 91ecb76ff6d86bdfd1737a5ec889394b54c18b1ec3832d91041e25023fbcb67d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.68.1-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 4.4 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.11.9

File hashes

Hashes for grpcio-1.68.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 a8040f85dcb9830d8bbb033ae66d272614cec6faceee88d37a88a9bd1a7a704e
MD5 e4577dded8c4fece12eecc89107bfd8a
BLAKE2b-256 7ed13bef33a3d5d26d4ea9284e1b464f481d6d21ed8ae1c3da381b05f62c701d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.68.1-cp313-cp313-win32.whl
  • Upload date:
  • Size: 3.6 MB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.11.9

File hashes

Hashes for grpcio-1.68.1-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 77d65165fc35cff6e954e7fd4229e05ec76102d4406d4576528d3a3635fc6172
MD5 f24b527444d4229d79161ae4ee0823c1
BLAKE2b-256 b43eaf42f87759c6301c4fed894b3dd801b13162ba1d8e2942412e788ac749eb

See more details on using hashes here.

File details

Details for the file grpcio-1.68.1-cp313-cp313-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for grpcio-1.68.1-cp313-cp313-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 c28848761a6520c5c6071d2904a18d339a796ebe6b800adc8b3f474c5ce3c3ad
MD5 6e5b25c81c010da34b5cacbf2cec636f
BLAKE2b-256 5b839c96a6adfbea5e8a9ed408410c0259942713be64173b8816c7bf6ac2d830

See more details on using hashes here.

File details

Details for the file grpcio-1.68.1-cp313-cp313-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for grpcio-1.68.1-cp313-cp313-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 04cfd68bf4f38f5bb959ee2361a7546916bd9a50f78617a346b3aeb2b42e2161
MD5 21a3b0601e4227ed9423132f890b3de8
BLAKE2b-256 392abf6ae4fef13755ca236d587d630b82207cfad43cf956870adead97fd1ef1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.68.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8720c25cd9ac25dd04ee02b69256d0ce35bf8a0f29e20577427355272230965a
MD5 081e57c3e217a449743bf895a878ec9d
BLAKE2b-256 6ff621d9204e2c4c0804ad72be8c830c44f0e1355e649c173f87508b7f0e5488

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.68.1-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c08079b4934b0bf0a8847f42c197b1d12cba6495a3d43febd7e99ecd1cdc8d54
MD5 9f58ebcaf0d996c18d516e2ab9cbda17
BLAKE2b-256 f56ce2d22d963b695f87a09965246beb1c3224b09ffc666fc0b285820926499a

See more details on using hashes here.

File details

Details for the file grpcio-1.68.1-cp313-cp313-manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for grpcio-1.68.1-cp313-cp313-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 66a24f3d45c33550703f0abb8b656515b0ab777970fa275693a2f6dc8e35f1c1
MD5 d25cdbb3539b819c97b61c5db0a09c0f
BLAKE2b-256 552d0bb2478410f5896da1090b9f43c2979dd72e7e97d10bc223bfbdddcf8eca

See more details on using hashes here.

File details

Details for the file grpcio-1.68.1-cp313-cp313-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for grpcio-1.68.1-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 390eee4225a661c5cd133c09f5da1ee3c84498dc265fd292a6912b65c421c78c
MD5 21c3c0b73fb585b118898ea7a09ea4e1
BLAKE2b-256 bcfe91bb4b160cd251d5b5ee722e6342355f76d1ffe176c50a6ef0e8256fbb47

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.68.1-cp313-cp313-linux_armv7l.whl
Algorithm Hash digest
SHA256 a47faedc9ea2e7a3b6569795c040aae5895a19dde0c728a48d3c5d7995fda385
MD5 c5b22ed60e24e32ae76848e798064c86
BLAKE2b-256 371a15ccc08da339a5536690e6f877963422a5abf3f6dfeed96b3175f5c816b9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.68.1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 4.4 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.11.9

File hashes

Hashes for grpcio-1.68.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 a0c8ddabef9c8f41617f213e527254c41e8b96ea9d387c632af878d05db9229c
MD5 2214545984e0f649b8d2d62d8d1f2172
BLAKE2b-256 a3baba6b65ccc93c7df1031c6b41e45b79a5a37e46b81d816bb3ea68ba476d77

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.68.1-cp312-cp312-win32.whl
  • Upload date:
  • Size: 3.6 MB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.11.9

File hashes

Hashes for grpcio-1.68.1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 7dfc914cc31c906297b30463dde0b9be48e36939575eaf2a0a22a8096e69afe5
MD5 0743fd7d91cf6a6993482ad654af19b1
BLAKE2b-256 655c27a26c21916f94f0c1585111974a5d5a41d8420dcb42c2717ee514c97a97

See more details on using hashes here.

File details

Details for the file grpcio-1.68.1-cp312-cp312-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for grpcio-1.68.1-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 255b1635b0ed81e9f91da4fcc8d43b7ea5520090b9a9ad9340d147066d1d3613
MD5 ad27c1ecdafe7fdc5ae0c7cbd809f7d8
BLAKE2b-256 8069fbbebccffd266bea4268b685f3e8e03613405caba69e93125dc783036465

See more details on using hashes here.

File details

Details for the file grpcio-1.68.1-cp312-cp312-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for grpcio-1.68.1-cp312-cp312-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 e4842e4872ae4ae0f5497bf60a0498fa778c192cc7a9e87877abd2814aca9475
MD5 4d4bf2b9d132b3dd217718b8dfa10947
BLAKE2b-256 9b43c3670a657445cd55be1246f64dbc3a6a33cab0f0141c5836df2e04f794c8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.68.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 95c87ce2a97434dffe7327a4071839ab8e8bffd0054cc74cbe971fba98aedd60
MD5 781b04308c45e68785de5f657a7e6dbf
BLAKE2b-256 3af619798be6c3515a7b1fb9570198c91710472e2eb21f1900109a76834829e3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.68.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6ab2d912ca39c51f46baf2a0d92aa265aa96b2443266fc50d234fa88bf877d8e
MD5 33781166dd47ce0535dec5630fc2b46c
BLAKE2b-256 2121d1865bd6a22f9a26217e4e1b35f9105f7a0cdfb7a5fffe8be48e1a1afafc

See more details on using hashes here.

File details

Details for the file grpcio-1.68.1-cp312-cp312-manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for grpcio-1.68.1-cp312-cp312-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 4efac5481c696d5cb124ff1c119a78bddbfdd13fc499e3bc0ca81e95fc573684
MD5 7f8018dd81c6d82f776198ff121cf239
BLAKE2b-256 ce14a6fde3114eafd9e4e345d1ebd0291c544d83b22f0554b1678a2968ae39e1

See more details on using hashes here.

File details

Details for the file grpcio-1.68.1-cp312-cp312-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for grpcio-1.68.1-cp312-cp312-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 3aed6544e4d523cd6b3119b0916cef3d15ef2da51e088211e4d1eb91a6c7f4f1
MD5 9f992d33e61b0886b0c31a6a292be4a8
BLAKE2b-256 62f5edce368682d6d0b3573b883b134df022a44b1c888ea416dd7d78d480ab24

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.68.1-cp312-cp312-linux_armv7l.whl
Algorithm Hash digest
SHA256 8829924fffb25386995a31998ccbbeaa7367223e647e0122043dfc485a87c666
MD5 40a1b3375e46ee5cc8863fc51eb9fa1b
BLAKE2b-256 f515674a1468fef234fa996989509bbdfc0d695878cbb385b9271f5d690d5cd3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.68.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 4.4 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.11.9

File hashes

Hashes for grpcio-1.68.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 7f20ebec257af55694d8f993e162ddf0d36bd82d4e57f74b31c67b3c6d63d8b2
MD5 2ede66f51466fdad44206cd305ced378
BLAKE2b-256 4b29061c93a35f498238dc35eb8fb039ce168aa99cac2f0f1ce0c8a0a4bdb274

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.68.1-cp311-cp311-win32.whl
  • Upload date:
  • Size: 3.7 MB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.11.9

File hashes

Hashes for grpcio-1.68.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 b33bd114fa5a83f03ec6b7b262ef9f5cac549d4126f1dc702078767b10c46ed9
MD5 cabf17993e8874f56c860869e2a09141
BLAKE2b-256 730f2250f4a0de1a0bec0726c47a021cbf71af6105f512ecaf67703e2eb1ad2f

See more details on using hashes here.

File details

Details for the file grpcio-1.68.1-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for grpcio-1.68.1-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 ddda1aa22495d8acd9dfbafff2866438d12faec4d024ebc2e656784d96328ad0
MD5 d4cbb927ff970c582d592489b3bc6eea
BLAKE2b-256 cb3679a5e04073e58106aff442509a0c459151fa4f43202395db3eb8f77b78e9

See more details on using hashes here.

File details

Details for the file grpcio-1.68.1-cp311-cp311-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for grpcio-1.68.1-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 cbb5780e2e740b6b4f2d208e90453591036ff80c02cc605fea1af8e6fc6b1bbe
MD5 3d8c742058c7147848ee6fee91953134
BLAKE2b-256 38f397a74dc4dd95bf195168d6da2ca4731ab7d3d0b03078f2833b4ff9c4f48f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.68.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 298ee7f80e26f9483f0b6f94cc0a046caf54400a11b644713bb5b3d8eb387600
MD5 ad62ebee9e5f88f1da5a29fbee85db8b
BLAKE2b-256 6fc6539660516ea7db7bc3d39e07154512ae807961b14ec6b5b0c58d15657ff1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.68.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9d1fae6bbf0816415b81db1e82fb3bf56f7857273c84dcbe68cbe046e58e1ccd
MD5 23a8d920cbfbc421e75b008a1e5a392b
BLAKE2b-256 a969c4fdf87d5c5696207e2ed232e4bdde656d8c99ba91f361927f3f06aa41ca

See more details on using hashes here.

File details

Details for the file grpcio-1.68.1-cp311-cp311-manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for grpcio-1.68.1-cp311-cp311-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 3522c77d7e6606d6665ec8d50e867f13f946a4e00c7df46768f1c85089eae515
MD5 5a1e9d797a0a2f2b8054b46ebeae669c
BLAKE2b-256 861eaaf5a1dae87fe47f277c5a1be72b31d2c209d095bebb0ce1d2df5cb8779c

See more details on using hashes here.

File details

Details for the file grpcio-1.68.1-cp311-cp311-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for grpcio-1.68.1-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 4b177f5547f1b995826ef529d2eef89cca2f830dd8b2c99ffd5fde4da734ba73
MD5 e82ea8f98851f7129085899f528cf9e7
BLAKE2b-256 07fde5fa75b5ddf5d9f16606196973f9c2b4b1adf5a1735117eb7129fc33d2ec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.68.1-cp311-cp311-linux_armv7l.whl
Algorithm Hash digest
SHA256 55857c71641064f01ff0541a1776bfe04a59db5558e82897d35a7793e525774c
MD5 abaa987eeba4fcb7a34785bc106d1a2d
BLAKE2b-256 fe0dfde5a5777d65696c39bb3e622fe1239dd0a878589bf6c5066980e7d19154

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.68.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 4.4 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.11.9

File hashes

Hashes for grpcio-1.68.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 ee2e743e51cb964b4975de572aa8fb95b633f496f9fcb5e257893df3be854746
MD5 7b9ede900989cf70fcda2b7142c8aa07
BLAKE2b-256 b690b0e9278e88f747879d13b79fb893c9acb381fb90541ad9e416c7816c5eaf

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.68.1-cp310-cp310-win32.whl
  • Upload date:
  • Size: 3.7 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.11.9

File hashes

Hashes for grpcio-1.68.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 2cc1fd04af8399971bcd4f43bd98c22d01029ea2e56e69c34daf2bf8470e47f5
MD5 acd5e500222c38cd99cab7bee25688df
BLAKE2b-256 c5f20c939264c36c6038fae1732a2a3e01a7075ba171a2154d86842ee0ac9b0a

See more details on using hashes here.

File details

Details for the file grpcio-1.68.1-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for grpcio-1.68.1-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 ccf2ebd2de2d6661e2520dae293298a3803a98ebfc099275f113ce1f6c2a80f1
MD5 d71929ef590bc87f109bb16d85d123e6
BLAKE2b-256 d494074db039532687ec8ef07ebbcc747c46547c94329016e22b97d97b9e5f3b

See more details on using hashes here.

File details

Details for the file grpcio-1.68.1-cp310-cp310-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for grpcio-1.68.1-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 963cc8d7d79b12c56008aabd8b457f400952dbea8997dd185f155e2f228db079
MD5 5341f9374fd424a78f6f5db39d92df7c
BLAKE2b-256 674406917ffaa35ca463b93dde60f324015fe4192312b0f4dd0faec061e7ca7f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.68.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 919d7f18f63bcad3a0f81146188e90274fde800a94e35d42ffe9eadf6a9a6330
MD5 719acd00e2c87b2a3379f355d0bd376d
BLAKE2b-256 9193701d5f33b163a621c8f2d4453f9e22f6c14e996baed54118d0dea93fc8c7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.68.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0feb02205a27caca128627bd1df4ee7212db051019a9afa76f4bb6a1a80ca95e
MD5 e42e0086799d09599210d17113b496e6
BLAKE2b-256 671ef5d3410674d021831c9fef2d1d7ca2357b08d09c840ad4e054ea8ffc302e

See more details on using hashes here.

File details

Details for the file grpcio-1.68.1-cp310-cp310-manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for grpcio-1.68.1-cp310-cp310-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 f8261fa2a5f679abeb2a0a93ad056d765cdca1c47745eda3f2d87f874ff4b8c9
MD5 676fcb23a63f9a8cc3f1663dbfc60451
BLAKE2b-256 d5b0ad4c66f2e3181b4eab99885686c960c403ae2300bacfe427526282facc07

See more details on using hashes here.

File details

Details for the file grpcio-1.68.1-cp310-cp310-macosx_12_0_universal2.whl.

File metadata

File hashes

Hashes for grpcio-1.68.1-cp310-cp310-macosx_12_0_universal2.whl
Algorithm Hash digest
SHA256 d99abcd61760ebb34bdff37e5a3ba333c5cc09feda8c1ad42547bea0416ada78
MD5 61502d6309893a2d47cf5b24f84d5c89
BLAKE2b-256 eccb94ca41e100201fee8876a4b44d64e43ac7405929909afe1fa943d65b25ef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.68.1-cp310-cp310-linux_armv7l.whl
Algorithm Hash digest
SHA256 d35740e3f45f60f3c37b1e6f2f4702c23867b9ce21c6410254c9c682237da68d
MD5 9e324e955d8337aae80e8232049dd72f
BLAKE2b-256 f588d1ac9676a0809e3efec154d45246474ec12a4941686da71ffb3d34190294

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.68.1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 4.4 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.11.9

File hashes

Hashes for grpcio-1.68.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 334ab917792904245a028f10e803fcd5b6f36a7b2173a820c0b5b076555825e1
MD5 c7dbfd9a049468a0d892eed27183b65e
BLAKE2b-256 58fb73d7686fd51955de6fe0d635404eca5a9efbee415f04c1c572b5becd010b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.68.1-cp39-cp39-win32.whl
  • Upload date:
  • Size: 3.6 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.11.9

File hashes

Hashes for grpcio-1.68.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 1098f03dedc3b9810810568060dea4ac0822b4062f537b0f53aa015269be0a76
MD5 d68e91d4a8a90729ec1336ea37828ac0
BLAKE2b-256 2838ec2c6dde7274fca6ecfc39cde8ae8b437871c9a90679f72704d7e4fae33f

See more details on using hashes here.

File details

Details for the file grpcio-1.68.1-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for grpcio-1.68.1-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 025f790c056815b3bf53da850dd70ebb849fd755a4b1ac822cb65cd631e37d43
MD5 82f15e32bb3aece0f3aa8a7fc2270e54
BLAKE2b-256 eea335d5b641d80696feee278166c5fea013fad65673dca6abf2245174beb179

See more details on using hashes here.

File details

Details for the file grpcio-1.68.1-cp39-cp39-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for grpcio-1.68.1-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 dffd29a2961f3263a16d73945b57cd44a8fd0b235740cb14056f0612329b345e
MD5 afdc568740eff8c7d5920799b7c1bfaa
BLAKE2b-256 51cff00e13b50db135dace2351fbdcefef74eeb847cdf1eef85ac0a8c06044f5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.68.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3ceb56c4285754e33bb3c2fa777d055e96e6932351a3082ce3559be47f8024f0
MD5 10943428fe5ea60da05a0136b4531654
BLAKE2b-256 f72f44e2f3199565da84d58df5e26ec68577ba8c1f8a19b1c8413919f75df845

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.68.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 37ea3be171f3cf3e7b7e412a98b77685eba9d4fd67421f4a34686a63a65d99f9
MD5 83f2522437ead000f648157009eae31d
BLAKE2b-256 63a6e9eea6ea8d51e9bcb3a1ceadf696d099ff9f822d92a4b872f4c7f42dc3f8

See more details on using hashes here.

File details

Details for the file grpcio-1.68.1-cp39-cp39-manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for grpcio-1.68.1-cp39-cp39-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 96f473cdacfdd506008a5d7579c9f6a7ff245a9ade92c3c0265eb76cc591914f
MD5 2b40a5a80fffca7ed262fa4ecfe2b31f
BLAKE2b-256 20e9ad4a4ebbee59994717a8cd0d43810d7838e48ff879680cb512054464a731

See more details on using hashes here.

File details

Details for the file grpcio-1.68.1-cp39-cp39-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for grpcio-1.68.1-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 a1b988b40f2fd9de5c820f3a701a43339d8dcf2cb2f1ca137e2c02671cc83ac1
MD5 864928a3b73e908c94735dbbc46e41f0
BLAKE2b-256 28a821f4a3d13c4a940442aaa691dd4883768f2d8f5733ed52ac335b05b80a6a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.68.1-cp39-cp39-linux_armv7l.whl
Algorithm Hash digest
SHA256 cb400138e73969eb5e0535d1d06cae6a6f7a15f2cc74add320e2130b8179211a
MD5 7aeeda34255d074fa767ddef40128077
BLAKE2b-256 c7448ad69230a2ecb248d0cb1e46c7b14a9e5625e61961f5118127e726c6dfa3

See more details on using hashes here.

File details

Details for the file grpcio-1.68.1-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: grpcio-1.68.1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 4.4 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.11.9

File hashes

Hashes for grpcio-1.68.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 52fbf85aa71263380d330f4fce9f013c0798242e31ede05fcee7fbe40ccfc20d
MD5 a6aaf6535389cb6ed301e58f268cf76a
BLAKE2b-256 c9ff304b1d38600f9ce0a823a244fed6ba734bea3b5c2dc8c741f9474a07775e

See more details on using hashes here.

File details

Details for the file grpcio-1.68.1-cp38-cp38-win32.whl.

File metadata

  • Download URL: grpcio-1.68.1-cp38-cp38-win32.whl
  • Upload date:
  • Size: 3.7 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.11.9

File hashes

Hashes for grpcio-1.68.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 8cb620037a2fd9eeee97b4531880e439ebfcd6d7d78f2e7dcc3726428ab5ef63
MD5 ec7dacc715abf9797bdaffc41685a189
BLAKE2b-256 87e35b779777156db392ca8e65599cba3284224de2654cd6ad75484284a42da2

See more details on using hashes here.

File details

Details for the file grpcio-1.68.1-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for grpcio-1.68.1-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 83bbf5807dc3ee94ce1de2dfe8a356e1d74101e4b9d7aa8c720cc4818a34aded
MD5 11f7f55f34015e49b04d7e1823060a6f
BLAKE2b-256 88be1b1bd86c1b0a3aebe8cc2360cdff7a341fe857e79dfbafbc28e98c1a8fe1

See more details on using hashes here.

File details

Details for the file grpcio-1.68.1-cp38-cp38-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for grpcio-1.68.1-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 e8dbe3e00771bfe3d04feed8210fc6617006d06d9a2679b74605b9fed3e8362c
MD5 5cf74132c4636eb5ea553565fcb5f72d
BLAKE2b-256 533993c928dbc0349827449c53c0fc2f153d056ffc92c1872b344c5bb8d6c0c0

See more details on using hashes here.

File details

Details for the file grpcio-1.68.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for grpcio-1.68.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 80af6f1e69c5e68a2be529990684abdd31ed6622e988bf18850075c81bb1ad6e
MD5 1e99891bf22392912741869757f40fd0
BLAKE2b-256 07a921d179f1b7971fffaf9a7a67de67cb937008a9f4fd510f42c5fe20e2de34

See more details on using hashes here.

File details

Details for the file grpcio-1.68.1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for grpcio-1.68.1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 12941d533f3cd45d46f202e3667be8ebf6bcb3573629c7ec12c3e211d99cfccf
MD5 7d68fd45b762f6d44c93a184da0818c8
BLAKE2b-256 90e366584059b730f3dc24f1b9ce574ddecda5713ae6e518b89265996be696ee

See more details on using hashes here.

File details

Details for the file grpcio-1.68.1-cp38-cp38-manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for grpcio-1.68.1-cp38-cp38-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 2c4cec6177bf325eb6faa6bd834d2ff6aa8bb3b29012cceb4937b86f8b74323c
MD5 66611bcee1fb3b0e8ffd9407353af72b
BLAKE2b-256 98dc12a3ffd0419c2175ad3321256259faa6b41a1db858978c5e4562f622fedd

See more details on using hashes here.

File details

Details for the file grpcio-1.68.1-cp38-cp38-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for grpcio-1.68.1-cp38-cp38-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 8a3869a6661ec8f81d93f4597da50336718bde9eb13267a699ac7e0a1d6d0bea
MD5 c36a2667aacdd1c0443f1661016e5b43
BLAKE2b-256 810e6ccf24b7cb9f243a4f7aefd9da6f31ce54c0630bd03367834aa70db30683

See more details on using hashes here.

File details

Details for the file grpcio-1.68.1-cp38-cp38-linux_armv7l.whl.

File metadata

File hashes

Hashes for grpcio-1.68.1-cp38-cp38-linux_armv7l.whl
Algorithm Hash digest
SHA256 eeb38ff04ab6e5756a2aef6ad8d94e89bb4a51ef96e20f45c44ba190fa0bcaad
MD5 37a3bc9d71f910884514b6a17c4e5371
BLAKE2b-256 8445717a8215f2b13085d1c1288c732796a984329217dd78a89f0dfd1189f17a

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page