Skip to main content

HTTP/2-based RPC framework

Project description

compat_check_pypi

Package for gRPC Python.

Supported Python Versions

Python >= 3.8

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

Uploaded Source

Built Distributions

grpcio-1.66.1-cp312-cp312-win_amd64.whl (4.3 MB view details)

Uploaded CPython 3.12 Windows x86-64

grpcio-1.66.1-cp312-cp312-win32.whl (3.5 MB view details)

Uploaded CPython 3.12 Windows x86

grpcio-1.66.1-cp312-cp312-musllinux_1_1_x86_64.whl (5.9 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ x86-64

grpcio-1.66.1-cp312-cp312-musllinux_1_1_i686.whl (6.4 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ i686

grpcio-1.66.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.7 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

grpcio-1.66.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (6.0 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686

grpcio-1.66.1-cp312-cp312-manylinux_2_17_aarch64.whl (5.4 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

grpcio-1.66.1-cp312-cp312-macosx_10_9_universal2.whl (10.6 MB view details)

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

grpcio-1.66.1-cp312-cp312-linux_armv7l.whl (4.9 MB view details)

Uploaded CPython 3.12

grpcio-1.66.1-cp311-cp311-win_amd64.whl (4.3 MB view details)

Uploaded CPython 3.11 Windows x86-64

grpcio-1.66.1-cp311-cp311-win32.whl (3.6 MB view details)

Uploaded CPython 3.11 Windows x86

grpcio-1.66.1-cp311-cp311-musllinux_1_1_x86_64.whl (6.0 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

grpcio-1.66.1-cp311-cp311-musllinux_1_1_i686.whl (6.4 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

grpcio-1.66.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.7 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

grpcio-1.66.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (6.1 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

grpcio-1.66.1-cp311-cp311-manylinux_2_17_aarch64.whl (5.5 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

grpcio-1.66.1-cp311-cp311-macosx_10_9_universal2.whl (10.6 MB view details)

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

grpcio-1.66.1-cp311-cp311-linux_armv7l.whl (5.0 MB view details)

Uploaded CPython 3.11

grpcio-1.66.1-cp310-cp310-win_amd64.whl (4.3 MB view details)

Uploaded CPython 3.10 Windows x86-64

grpcio-1.66.1-cp310-cp310-win32.whl (3.6 MB view details)

Uploaded CPython 3.10 Windows x86

grpcio-1.66.1-cp310-cp310-musllinux_1_1_x86_64.whl (6.0 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

grpcio-1.66.1-cp310-cp310-musllinux_1_1_i686.whl (6.4 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

grpcio-1.66.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.7 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

grpcio-1.66.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (6.1 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

grpcio-1.66.1-cp310-cp310-manylinux_2_17_aarch64.whl (5.5 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

grpcio-1.66.1-cp310-cp310-macosx_12_0_universal2.whl (10.6 MB view details)

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

grpcio-1.66.1-cp310-cp310-linux_armv7l.whl (5.0 MB view details)

Uploaded CPython 3.10

grpcio-1.66.1-cp39-cp39-win_amd64.whl (4.3 MB view details)

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

grpcio-1.66.1-cp39-cp39-musllinux_1_1_x86_64.whl (6.0 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

grpcio-1.66.1-cp39-cp39-musllinux_1_1_i686.whl (6.4 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

grpcio-1.66.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.8 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

grpcio-1.66.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (6.1 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

grpcio-1.66.1-cp39-cp39-manylinux_2_17_aarch64.whl (5.5 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

grpcio-1.66.1-cp39-cp39-macosx_10_9_universal2.whl (10.7 MB view details)

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

grpcio-1.66.1-cp39-cp39-linux_armv7l.whl (5.0 MB view details)

Uploaded CPython 3.9

grpcio-1.66.1-cp38-cp38-win_amd64.whl (4.3 MB view details)

Uploaded CPython 3.8 Windows x86-64

grpcio-1.66.1-cp38-cp38-win32.whl (3.6 MB view details)

Uploaded CPython 3.8 Windows x86

grpcio-1.66.1-cp38-cp38-musllinux_1_1_x86_64.whl (6.0 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

grpcio-1.66.1-cp38-cp38-musllinux_1_1_i686.whl (6.4 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

grpcio-1.66.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.8 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

grpcio-1.66.1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (6.1 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

grpcio-1.66.1-cp38-cp38-manylinux_2_17_aarch64.whl (5.5 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

grpcio-1.66.1-cp38-cp38-macosx_10_9_universal2.whl (10.7 MB view details)

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

grpcio-1.66.1-cp38-cp38-linux_armv7l.whl (5.0 MB view details)

Uploaded CPython 3.8

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.66.1.tar.gz
Algorithm Hash digest
SHA256 35334f9c9745add3e357e3372756fd32d925bd52c41da97f4dfdafbde0bf0ee2
MD5 cb4fd6dd6b104708bd00348c69f34066
BLAKE2b-256 e74294293200e40480d79fc876b2330e7dffb20f959b390afa77c0dbaa0c8372

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.66.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 b0aa03d240b5539648d996cc60438f128c7f46050989e35b25f5c18286c86734
MD5 da240ccc4d43a5dbc2ef5c6063fbd0da
BLAKE2b-256 662ba6e68d7ea6f4fbc31cce20e354d6cef484da0a9891ee6a3eaf3aa9659d01

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.66.1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 7101db1bd4cd9b880294dec41a93fcdce465bdbb602cd8dc5bd2d6362b618759
MD5 ebb32f92d03fb9b936c3601882484c6a
BLAKE2b-256 47c7f1fdd77bbe1c6459777a2d604228cc80124373e75d775c2a019755c29182

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.1-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 b9feb4e5ec8dc2d15709f4d5fc367794d69277f5d680baf1910fc9915c633524
MD5 bb5a433948b3212e4cbd95d15606337e
BLAKE2b-256 43104db87a953a3f3c73a8284e176556b6eca33496b8ffaa93107f37f772148e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.1-cp312-cp312-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 d639c939ad7c440c7b2819a28d559179a4508783f7e5b991166f8d7a34b52815
MD5 53dfa1a3b7de7ab7806859429af8d853
BLAKE2b-256 a07206962e2891fe3846a9dc61547d8ef35151b8976a083187e6647e65306c45

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 84ca1be089fb4446490dd1135828bd42a7c7f8421e74fa581611f7afdf7ab761
MD5 2caec9c25224fa402294c94fe83244d9
BLAKE2b-256 1d6ca813a5b6d716cbc5cc3e496b186b6878816bf5f32aa7f7ae5f9d8dc5e669

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2ca2559692d8e7e245d456877a85ee41525f3ed425aa97eb7a70fc9a79df91a0
MD5 5d10cda626d135d980f28b70323a6089
BLAKE2b-256 fa77f8ab8d436373ad09e1f8f50bf759b4afc8ad1bc121e5cf7dedd8507a4b63

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.1-cp312-cp312-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 f03a5884c56256e08fd9e262e11b5cfacf1af96e2ce78dc095d2c41ccae2c80d
MD5 9d81a280a9d2216e6f3d89459751d936
BLAKE2b-256 bcd515c5934ac3550f682b04753e5481eca18a3710b220e16d3345a7e6f7c9f6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.1-cp312-cp312-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 fdb14bad0835914f325349ed34a51940bc2ad965142eb3090081593c6e347be9
MD5 7ba431ebf8699c58d4a56b4bc5dfd34b
BLAKE2b-256 313f09f796724b44b625e4d294f6df8ab0bb63b4709664bd574ea97a8c0d6159

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.1-cp312-cp312-linux_armv7l.whl
Algorithm Hash digest
SHA256 a92c4f58c01c77205df6ff999faa008540475c39b835277fb8883b11cada127a
MD5 121019a5c8b2f2b64a3081bf2ad2f1c4
BLAKE2b-256 2531fa15c10757a8703332d9f9eff2ab676e8f8807e8636c01b965a37f806ded

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.66.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 cfd349de4158d797db2bd82d2020554a121674e98fbe6b15328456b3bf2495bb
MD5 5d0ebf14a1f84b97d01b68493dd4c0ba
BLAKE2b-256 4586cc31ad1578abd322c403b7425e6b50eb8a48a8f96c2e558dacd0ef472dc1

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.66.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 97ae7edd3f3f91480e48ede5d3e7d431ad6005bfdbd65c1b56913799ec79e791
MD5 8ba1526162caff378e442cc7251d387e
BLAKE2b-256 027b7aabc0cf5b8bbe74226cbf4f948d4aa66df0b29095eea44ea465a1b01f13

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.1-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 3885f037eb11f1cacc41f207b705f38a44b69478086f40608959bf5ad85826dd
MD5 d0e99ffae2689a3d289790566d4da1d9
BLAKE2b-256 e99afba2ed0ade08b4c8b5e2456269ddf73a5abbfe9407f9e6bd85d92efb4c9d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.1-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 7e06aa1f764ec8265b19d8f00140b8c4b6ca179a6dc67aa9413867c47e1fb04e
MD5 e076bab77e50d5dba6cc4a50f6bf33a1
BLAKE2b-256 ea3a2040ce42a03b163768e43966e02d9c88b2dcb0f28cb611d976b8d68d3835

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4573608e23f7e091acfbe3e84ac2045680b69751d8d67685ffa193a4429fedb1
MD5 2044f6e2978fe7a37f652ea0dff9e22d
BLAKE2b-256 ab2d02890f309feabe9255a406700096e08a0a2b9ed20ab43e86b6e633517b0d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e3ba04659e4fce609de2658fe4dbf7d6ed21987a94460f5f92df7579fd5d0e22
MD5 ad9c78c7abe00ab1ca2f335ad5d6e3d8
BLAKE2b-256 099cd4f0c4c7a9fcdc140701c1b2b4c45d0de293380461ecaa7df76d8b5d8b03

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.1-cp311-cp311-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 a66fe4dc35d2330c185cfbb42959f57ad36f257e0cc4557d11d9f0a3f14311df
MD5 557915b04c5ac12bcca7605c0ca99199
BLAKE2b-256 123fc5e30952a37e9ad266ff7f11c806be1c33253e9daa97e8265f53f10a0b15

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.1-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 8a1e224ce6f740dbb6b24c58f885422deebd7eb724aff0671a847f8951857c26
MD5 ad620571a5e12c46314756d7d6d3a74a
BLAKE2b-256 0f459d666f5b447cad3762cca22c8a805677a11976d8a2c82484659d96a31937

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.1-cp311-cp311-linux_armv7l.whl
Algorithm Hash digest
SHA256 c30aeceeaff11cd5ddbc348f37c58bcb96da8d5aa93fed78ab329de5f37a0d7a
MD5 0ee319b4dae5f615149c12f8a56d8092
BLAKE2b-256 228a15d758ce27c82ba4760b9e221e153db02e4a7acd71dcdd7d5f8d3ad83630

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.66.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 292a846b92cdcd40ecca46e694997dd6b9be6c4c01a94a0dfb3fcb75d20da858
MD5 e00841d7bcdc921944801843d90fedf3
BLAKE2b-256 f3726046088fa273d2c4fe72009d2411d5ccd053017014b1197c4881ead3ee70

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.66.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 ef82d361ed5849d34cf09105d00b94b6728d289d6b9235513cb2fcc79f7c432c
MD5 8fc9d7998ffe1e3290086b0ea2540d31
BLAKE2b-256 520e775f74401a5b6924e4976549a6f7d2ef4c0fa09340e2738ec46d0e4dff61

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.1-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 1c17ebcec157cfb8dd445890a03e20caf6209a5bd4ac5b040ae9dbc59eef091d
MD5 9db45f4ca188d2325945bde05d13f0b7
BLAKE2b-256 a60b9b74b1ee3e18c9ba4751f02e30165c6f16dcc5665634bc0d689cbb5ed05f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.1-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 307b1d538140f19ccbd3aed7a93d8f71103c5d525f3c96f8616111614b14bf2a
MD5 ccb12846945d063bdbc847826a60937f
BLAKE2b-256 79319058f0f819828807e8503d17fb3ded21702b38b3e32a1552f76e0d59ff27

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b7ffb8ea674d68de4cac6f57d2498fef477cef582f1fa849e9f844863af50083
MD5 ebac4018ac887a2d16eb7472a7260ab9
BLAKE2b-256 e46dee10b1bbe8b1744b6e8570e313ec873a13874494c1663a0b8260a6115913

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b1b24c23d51a1e8790b25514157d43f0a4dce1ac12b3f0b8e9f66a5e2c4c132f
MD5 6ec6de4272db1d0a135bbdada4f32847
BLAKE2b-256 c1c13ee60d4e425f36b47c6e0f559aa40d6d0012586cffda165346157542a504

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.1-cp310-cp310-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 a013c5fbb12bfb5f927444b477a26f1080755a931d5d362e6a9a720ca7dbae60
MD5 ece9524bfdfa86a3c0a987239ae1fa31
BLAKE2b-256 2ad52a3567aace955a561e0eef9b79bd187acad8949a0fca5d1470f36c1e60c7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.1-cp310-cp310-macosx_12_0_universal2.whl
Algorithm Hash digest
SHA256 3750c5a00bd644c75f4507f77a804d0189d97a107eb1481945a0cf3af3e7a5ac
MD5 cfdc867694866ff05dc10b23792477e3
BLAKE2b-256 7a63c16a70596438de9bc62c2e7c61ad7a82d9290b7545e61278dae7a0db753f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.1-cp310-cp310-linux_armv7l.whl
Algorithm Hash digest
SHA256 4877ba180591acdf127afe21ec1c7ff8a5ecf0fe2600f0d3c50e8c4a1cbc6492
MD5 fb012732288ebffa6c98f6b980547edc
BLAKE2b-256 9a9a95640ac9a29fdfb40bc6ad2f2a33710e55c1adbda831712254d96530e990

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.66.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 17663598aadbedc3cacd7bbde432f541c8e07d2496564e22b214b22c7523dac8
MD5 271a353ea355917e40e40c687ed2d1a6
BLAKE2b-256 287ca280d2f5f7afbb815602bbf030e4ae179506b973b8c88a58d44ceefe1d47

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.66.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/4.0.2 CPython/3.11.9

File hashes

Hashes for grpcio-1.66.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 30a1c2cf9390c894c90bbc70147f2372130ad189cffef161f0432d0157973f45
MD5 1fabf41d11a098692cde9232bc58a7eb
BLAKE2b-256 2261da514d4742cfc83794cbcb51002149e3070809f354a21f678ee6543e6ab9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.1-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 9c9bebc6627873ec27a70fc800f6083a13c70b23a5564788754b9ee52c5aef6c
MD5 7fbcbe611cffbe2c74839938477e372b
BLAKE2b-256 51203f4495697d718183dcbf01a803dc8d7df8111b9fdea00fda3a95fef4d44a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.1-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 4d813316d1a752be6f5c4360c49f55b06d4fe212d7df03253dfdae90c8a402bb
MD5 9a4eceb9a44772e85bc1d04bcab49742
BLAKE2b-256 eec95dae28c31aa2c88dcaefe209f57e5d3c0c251956fa96537efe1bc8021abd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 48b0d92d45ce3be2084b92fb5bae2f64c208fea8ceed7fccf6a7b524d3c4942e
MD5 485f9aca38b0325280ce0298dab1dabb
BLAKE2b-256 9215a1adfa6448ec9f63a4d4d846e577c8634e1c8bd804c8a8b6d327df07db5f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5dd67ed9da78e5121efc5c510f0122a972216808d6de70953a740560c572eb44
MD5 2c2bb8218438234ed8eb1a8762571854
BLAKE2b-256 b30fd25479e2d652c8c877e8796d82899cdb96aef25a660f38d07b2fce0ce5e2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.1-cp39-cp39-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 c9f80f9fad93a8cf71c7f161778ba47fd730d13a343a46258065c4deb4b550c0
MD5 b76307113edb13612a80cc2dfe1c9483
BLAKE2b-256 14c0d3f7073ea8bfb74d6a3c876281334c865b6cfadac063ece830907110d138

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.1-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 0e6c9b42ded5d02b6b1fea3a25f036a2236eeb75d0579bfd43c0018c88bf0a3e
MD5 2ae2663faae5e404133e8e50ce1bf61f
BLAKE2b-256 e9ccae25577313fcba54cf84c4b9ee6f19a90abf7db3db97fd276176cd7d0f52

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.1-cp39-cp39-linux_armv7l.whl
Algorithm Hash digest
SHA256 d0cd7050397b3609ea51727b1811e663ffda8bda39c6a5bb69525ef12414b503
MD5 abfcba7aebfee9f658572b087d6ab07b
BLAKE2b-256 5c41c046feeb1ae77cdc59109f973a11f96d389565518ad21d12accdf6a05d98

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.66.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 161d5c535c2bdf61b95080e7f0f017a1dfcb812bf54093e71e5562b16225b4ce
MD5 cb94e14940987e1b1dee49b090efbddb
BLAKE2b-256 c8bdda57cab8d4948208ab36a6399c5111cd5980dadcef4c30014bf56ce6e11a

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.66.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 aa8ba945c96e73de29d25331b26f3e416e0c0f621e984a3ebdb2d0d0b596a3b3
MD5 090fe32637d1ae869f5d0b91044dc480
BLAKE2b-256 0fcd0e22d9a029074ce763b3b8e53e221d5dce3e2dca0a83ba6a57739a150510

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.1-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 bff2096bdba686019fb32d2dde45b95981f0d1490e054400f70fc9a8af34b49d
MD5 54e29bc6ffdd766533b98f92cbbbfdd8
BLAKE2b-256 9946813db64327bb0f01565eb4cbbeb71e3da76799f8fa3dec58d44bff855cef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.1-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 6f914386e52cbdeb5d2a7ce3bf1fdfacbe9d818dd81b6099a05b741aaf3848bb
MD5 7cd4d640c4d997b2531729dd0f576f99
BLAKE2b-256 1624bb3b3b746f65e343a2c1db13dffe18def5ba4eb7edd384ce6eab3e34996a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 31a049daa428f928f21090403e5d18ea02670e3d5d172581670be006100db9ef
MD5 4a85d5d5f9af4420f7831e6ef41d8ebe
BLAKE2b-256 ae44f8975d2719dbf58d4a036f936b6c2adeddc7d2a10c2f7ca6ea87ab4c5086

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f1fe60d0772831d96d263b53d83fb9a3d050a94b0e94b6d004a5ad111faa5b5b
MD5 94a266ddda5798b7cb7820a864693180
BLAKE2b-256 04dedc6848c2162ac1641082d586ba6764a71389d2beb34cbf4a6a11ac1dbfe1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.1-cp38-cp38-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 f517fd7259fe823ef3bd21e508b653d5492e706e9f0ef82c16ce3347a8a5620c
MD5 338d7601868de70901bedc5d7c810c89
BLAKE2b-256 62173e434a7bd405b82b83ed2cd9dfd3727891dff47433b2742b8ce732c8d866

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.1-cp38-cp38-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 4825a3aa5648010842e1c9d35a082187746aa0cdbf1b7a2a930595a94fb10fce
MD5 09afb7b9d6263f34c3908456e170b843
BLAKE2b-256 9b69ac3ef8df8edcc1a7c609773dc89432a33a0982d615c55a2ddd6c1fe529ed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.1-cp38-cp38-linux_armv7l.whl
Algorithm Hash digest
SHA256 ecfe735e7a59e5a98208447293ff8580e9db1e890e232b8b292dc8bd15afc0d2
MD5 dfeb75e0cd338d8666e1380a93ac2818
BLAKE2b-256 5a653b63b1fb1acec9c95988d5545af1d2d12cf343ed3c508e2c5274a54f602a

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