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.0rc3.tar.gz (12.3 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.66.0rc3-cp312-cp312-win_amd64.whl (4.3 MB view details)

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

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

Uploaded CPython 3.12musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.12musllinux: musl 1.1+ i686

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

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

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

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

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

Uploaded CPython 3.12

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

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

Uploaded CPython 3.11musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.11musllinux: musl 1.1+ i686

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

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

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

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

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

Uploaded CPython 3.11

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

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

Uploaded CPython 3.10musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.10musllinux: musl 1.1+ i686

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

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

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

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

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

Uploaded CPython 3.10

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

Uploaded CPython 3.9Windows x86-64

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

Uploaded CPython 3.9Windows x86

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

Uploaded CPython 3.9musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.9musllinux: musl 1.1+ i686

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

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

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

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

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

Uploaded CPython 3.9

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

Uploaded CPython 3.8Windows x86-64

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

Uploaded CPython 3.8Windows x86

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

Uploaded CPython 3.8musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.8musllinux: musl 1.1+ i686

grpcio-1.66.0rc3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.7 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.8manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

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

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

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

Uploaded CPython 3.8

File details

Details for the file grpcio-1.66.0rc3.tar.gz.

File metadata

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

File hashes

Hashes for grpcio-1.66.0rc3.tar.gz
Algorithm Hash digest
SHA256 e5b3de94ec55780bc63811fa7b4fd8c303a87897f2fdc43ee77b2b604885ac7e
MD5 e19d80ced70c2a9e20a8ca283c616cab
BLAKE2b-256 e49fcc73ec7e12a710696b0e70e8033c1edb026b8e18076b239eadf21f998e80

See more details on using hashes here.

File details

Details for the file grpcio-1.66.0rc3-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: grpcio-1.66.0rc3-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.10.9

File hashes

Hashes for grpcio-1.66.0rc3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 2dcc30822201d82cb6efceb323920da0d7edde976afadafa2eb18bdaae282828
MD5 8e2465a442e118b4f4e87e4773899c2f
BLAKE2b-256 8a04bde8d4729e4820457b42f63700ceccc2d0ef194083b4b04ce719aa7b00d3

See more details on using hashes here.

File details

Details for the file grpcio-1.66.0rc3-cp312-cp312-win32.whl.

File metadata

  • Download URL: grpcio-1.66.0rc3-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.10.9

File hashes

Hashes for grpcio-1.66.0rc3-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 6940db27cb977d78ce67cafa78154be1eb97083836f4edf07e4f396c7c112a1d
MD5 3f3b6fd4937209aa6c6f991d7d4fc613
BLAKE2b-256 484136b168593adb9ab7f3e4f9ef160437bd914cbcdadd786bcf87668138f1e0

See more details on using hashes here.

File details

Details for the file grpcio-1.66.0rc3-cp312-cp312-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for grpcio-1.66.0rc3-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 5898575144f9392c5758bd40517908d50e44552686c6c44a0494a00881c8248b
MD5 d34696cd9904ddefa62e7a1acb068759
BLAKE2b-256 2419b1999d8430b5f8d86a24c96d9d9f003594893866d7ec3d771e94369be5fb

See more details on using hashes here.

File details

Details for the file grpcio-1.66.0rc3-cp312-cp312-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for grpcio-1.66.0rc3-cp312-cp312-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 b06232a2ace166115e5934f4962dc951d3933250630945620f7a12323417eb02
MD5 c40924f03c040550fd8cc9972e706bce
BLAKE2b-256 6d99a4cab357d46b516ab2ec9fd09544def9edca9f0d5cf95d6a39e9126b8414

See more details on using hashes here.

File details

Details for the file grpcio-1.66.0rc3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for grpcio-1.66.0rc3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9a8296da2f90fedd1bf6557340687dab238c394ad8d6ba9bf08fda3c8bd36a30
MD5 50a724538b992c2087353ada746906f7
BLAKE2b-256 2acf5c772b31ac6eca8ea37a71f334abe5dda7c576aa73e8e4a9cb61208fa080

See more details on using hashes here.

File details

Details for the file grpcio-1.66.0rc3-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for grpcio-1.66.0rc3-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 288f8802f0e3277c71298c1c5be66d1edd61f2a39acaf9dd497219ec0aedda5c
MD5 c3c5823487871a50e6851e9fdf7c9951
BLAKE2b-256 5178610ecea2cc21665dd58adc9909bac3e6a0f833c86034c9114e4bd3b6358f

See more details on using hashes here.

File details

Details for the file grpcio-1.66.0rc3-cp312-cp312-manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for grpcio-1.66.0rc3-cp312-cp312-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 87bba37c85deebe742fe9b7cfec74b737b3f1d1f68cb1b9f9611bd63645813ba
MD5 6b6c50002f39cdc38b7fd70b924f089f
BLAKE2b-256 dc6e35422b0fb370b630f48a605d25c455f105097a194df60a01869356d950f2

See more details on using hashes here.

File details

Details for the file grpcio-1.66.0rc3-cp312-cp312-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for grpcio-1.66.0rc3-cp312-cp312-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 cc5cb1f4063001b7883d898ae9165ec49534c5f64c484c2ed1d4cd48dfa86f6f
MD5 23837088288a0bb8b234a013ee534041
BLAKE2b-256 c1be69a746c885f48d17759401cefcb051857c71f8113ac2df25513b4d2d0488

See more details on using hashes here.

File details

Details for the file grpcio-1.66.0rc3-cp312-cp312-linux_armv7l.whl.

File metadata

File hashes

Hashes for grpcio-1.66.0rc3-cp312-cp312-linux_armv7l.whl
Algorithm Hash digest
SHA256 0cf65b2c035cfde7f643a3ad5cf8b7ad8d31ce50d3e5d13d767ad40b4602d032
MD5 7fa12f14fad8fc86b3a79ab477563cd2
BLAKE2b-256 ab8e8034279037793bc66dc76449ebcff949865761ecf307efbf3a6c66034e16

See more details on using hashes here.

File details

Details for the file grpcio-1.66.0rc3-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: grpcio-1.66.0rc3-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.10.9

File hashes

Hashes for grpcio-1.66.0rc3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 219025ca5cf463dec7eee33d4bf6e479b59d8d932e5e47a72ddbfcb0b972f361
MD5 1419d278817e98dc353dd11ce5388289
BLAKE2b-256 70680c3bf6bedd2fe9c10cf9313e47a8907fe821b262d0efcf48b9b49b80472e

See more details on using hashes here.

File details

Details for the file grpcio-1.66.0rc3-cp311-cp311-win32.whl.

File metadata

  • Download URL: grpcio-1.66.0rc3-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.10.9

File hashes

Hashes for grpcio-1.66.0rc3-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 1069d468c54720932f018c4bbaf901054eb8fcb7a3ea4b92550fb082c27c33fb
MD5 4a9f11a431fd2e00ace9cc0e81070e9f
BLAKE2b-256 a52fcd0d16a9f33eb46bc2f72197af687500ce89d7e1b8b2d4d6b8b510bfc540

See more details on using hashes here.

File details

Details for the file grpcio-1.66.0rc3-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for grpcio-1.66.0rc3-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 410bf2ab37c083de39182dbd6316ef7af560579d0641264683f8d8ff5e76f0c5
MD5 312c64f8317cb03e645c79fb1235f03a
BLAKE2b-256 9315e0d82ac4ce19af7d27c894f4ca8549669833d171ae8180cc5354b8fc7da3

See more details on using hashes here.

File details

Details for the file grpcio-1.66.0rc3-cp311-cp311-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for grpcio-1.66.0rc3-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 9b8a41819fa5aeaad00975b6b9c6750b24d8e7c59c086ac862679414b2d3b2de
MD5 c5cf687b6c7ffc0e98e06842a9e82f68
BLAKE2b-256 285dd0cb2f94edaf6ee2f94a1c77289c65a114cea2f128356d1bdf971c352779

See more details on using hashes here.

File details

Details for the file grpcio-1.66.0rc3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for grpcio-1.66.0rc3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 923e6cac352802df0aae5c90877f86a7a9647de93738cefc9d8711d3debbd156
MD5 9d69d6c825048bf02e3fa871e3c12e7a
BLAKE2b-256 bb912bb8c063c27485b63d8f656f5092e28694da6a25c3bb963788236492390a

See more details on using hashes here.

File details

Details for the file grpcio-1.66.0rc3-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for grpcio-1.66.0rc3-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9d2a26aa2da8f72df0528118ecdd82f5d09e3f8ae77ceeba4a98ab34ec7f067d
MD5 0ca2f8919cc09dff67227ff5ea05b014
BLAKE2b-256 1ae7caaed2ae4dcc2d57ff8d499cdc734a03b96a995764469884886be70fd298

See more details on using hashes here.

File details

Details for the file grpcio-1.66.0rc3-cp311-cp311-manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for grpcio-1.66.0rc3-cp311-cp311-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 f417190e08eb8bcab5a8e1b8b732e07ffad357d4ec00d3ee941ef243a6e8ad8e
MD5 0eec7d7721cfb14b4cbc98ab81b72730
BLAKE2b-256 f6c9cd538b4f66e1a0477c78b2c99f5b85980e4663e269b94930795757ef3eca

See more details on using hashes here.

File details

Details for the file grpcio-1.66.0rc3-cp311-cp311-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for grpcio-1.66.0rc3-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 c8ef3f23e17d9cef8e1b3861b625734aac3647efa09b21a6876216f151a070fd
MD5 9214abe5d6147435239b9bee7b67f409
BLAKE2b-256 d655588ad9c45cdd60e8cbd38158a1489fe3facb1f779bedefc828f1a9401b6d

See more details on using hashes here.

File details

Details for the file grpcio-1.66.0rc3-cp311-cp311-linux_armv7l.whl.

File metadata

File hashes

Hashes for grpcio-1.66.0rc3-cp311-cp311-linux_armv7l.whl
Algorithm Hash digest
SHA256 9ce1907daf0020ce32a5b6e5d8b046ca7deacafe5d97e8ed4a89ad10790a3ae6
MD5 e39a055e90db027b707063854b1d3221
BLAKE2b-256 836d5e446e23418433b5030833d850b677eebe458d81fb41cf53aed7e36552c8

See more details on using hashes here.

File details

Details for the file grpcio-1.66.0rc3-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: grpcio-1.66.0rc3-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.10.9

File hashes

Hashes for grpcio-1.66.0rc3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 9340681bcfb7b79b6a62e4c15087a55cbbfc39148fff81b04c28d1cf867fa60f
MD5 dc50543d920b3c119c837dd4e7e62bdc
BLAKE2b-256 bedcaf7beaf9855de2c24cd9eeb87a6486a43f46cf27020df1a0a773e5e814b6

See more details on using hashes here.

File details

Details for the file grpcio-1.66.0rc3-cp310-cp310-win32.whl.

File metadata

  • Download URL: grpcio-1.66.0rc3-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.10.9

File hashes

Hashes for grpcio-1.66.0rc3-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 72d9107664e28684c4512c861b8d15b8028f1d2b6768263dbae577ba47141a6e
MD5 29d425e2b0d8c51ca8b3612dc7b7947e
BLAKE2b-256 113585a60d34705e6825a0348b7b63a0d94b01d945456d1cd37d85bd296582a5

See more details on using hashes here.

File details

Details for the file grpcio-1.66.0rc3-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for grpcio-1.66.0rc3-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 e3dff77436d0afabd201fdecdf939fe56887e7da4e69e56f306fedca0044281c
MD5 bddd7f1cfbdc3517a158e7feb594ed44
BLAKE2b-256 d6cfcdd7ac6727109de6de7ec87f317e4fe975b49fcd5973b2e02103fd2ea53a

See more details on using hashes here.

File details

Details for the file grpcio-1.66.0rc3-cp310-cp310-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for grpcio-1.66.0rc3-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 df1faa065a702c90238f113213f81784470770e26859a50e5e5361c9b3aba682
MD5 7f8feb336b58cf3ca51f3fe6453539c2
BLAKE2b-256 d13b5d115e97c399d6a313aa5289cb34237a484e59fd5caf76700d89a6089fcd

See more details on using hashes here.

File details

Details for the file grpcio-1.66.0rc3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for grpcio-1.66.0rc3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 197c545ce39b1f5c31f91ac6234f15f34525a7a02de2b33e69b33cb70dedd47f
MD5 6f2f194ff54ca1983bc893d1c57b1383
BLAKE2b-256 046247a608e97ac42c5937796187808e0e9948e54d0ed8e93b41bf22a5b75477

See more details on using hashes here.

File details

Details for the file grpcio-1.66.0rc3-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for grpcio-1.66.0rc3-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 98629fa9c50a8c807f648152e8306f675865e013cafa667a0e21117c9b9ad867
MD5 140b9f36fd02e2e8bd82904d72112bde
BLAKE2b-256 6210baa17581036bc19c7a57a08d116c4fd06e89ea54d29f2f03ceb94645494d

See more details on using hashes here.

File details

Details for the file grpcio-1.66.0rc3-cp310-cp310-manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for grpcio-1.66.0rc3-cp310-cp310-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 a3b924e9e76cde4909f7d1572a31bffd8ec8405dc3ad563464cb8e5847950e1b
MD5 e86a38e6af553f6085cda46a8e5f2890
BLAKE2b-256 f59dea45d2a1c4bdf4f571728a1c4a58ef94bf642684a1b41dd073ecde819d6e

See more details on using hashes here.

File details

Details for the file grpcio-1.66.0rc3-cp310-cp310-macosx_12_0_universal2.whl.

File metadata

File hashes

Hashes for grpcio-1.66.0rc3-cp310-cp310-macosx_12_0_universal2.whl
Algorithm Hash digest
SHA256 0fd7d284575efde14127f84f711227325b87cc4e183ec8dfd9aea5b5547e7674
MD5 7d2898537a099d335a9fb2ac97ed5d35
BLAKE2b-256 00bf6d66f0012916a08f594a06e10fa8fd756c0a049f8f828d2e0c47ef45e97c

See more details on using hashes here.

File details

Details for the file grpcio-1.66.0rc3-cp310-cp310-linux_armv7l.whl.

File metadata

File hashes

Hashes for grpcio-1.66.0rc3-cp310-cp310-linux_armv7l.whl
Algorithm Hash digest
SHA256 64abde04e21bef891a42ce48848ffe427b6530656117cc83adafd5b4cc47fd4b
MD5 e000d0086be65dd8f4b13788dddf5e99
BLAKE2b-256 42004daca91e4553c6a21a50531728485040a86a99d27a8373a4b8c54e6ccfd2

See more details on using hashes here.

File details

Details for the file grpcio-1.66.0rc3-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: grpcio-1.66.0rc3-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.10.9

File hashes

Hashes for grpcio-1.66.0rc3-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 0d86a03178d1961ae41ced41452c458a02d7652abdbc49b149e098aec43762e1
MD5 a48232aa807b6f848df0a32aa54f7494
BLAKE2b-256 50ad60932255c98783fc47586b8e5d05e451477b9db9a085ec95dccef685d1f4

See more details on using hashes here.

File details

Details for the file grpcio-1.66.0rc3-cp39-cp39-win32.whl.

File metadata

  • Download URL: grpcio-1.66.0rc3-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.10.9

File hashes

Hashes for grpcio-1.66.0rc3-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 c1befee2cb6c30b6384ecdeaf8e6065724786c05cf7ad170ad03ff0ebabaeef0
MD5 42f9337d95c827497ed515ff9a631873
BLAKE2b-256 6ef68ae4d0eab1ec670563e9eea0bc413adcd7d63319bc667e337d593ed68626

See more details on using hashes here.

File details

Details for the file grpcio-1.66.0rc3-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for grpcio-1.66.0rc3-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 7b27d16e028be4c5f04a47301450ad425ebb116ee01d02c63738957fb4470c6c
MD5 b683a02a2908519d818482984ac0f724
BLAKE2b-256 08f1f92d5fda42178694dec14a62d72c6ef1bd3f62ef0b3ce05944557a13c938

See more details on using hashes here.

File details

Details for the file grpcio-1.66.0rc3-cp39-cp39-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for grpcio-1.66.0rc3-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 4cb06f5d03d8c0a4b4807ab7e7b863b60fb3a06722fc036e0c5d74cfa5dfe8de
MD5 77d2d064f85634e19eccc6e2301dc16d
BLAKE2b-256 b27df586956d766dc9ce4ecac5f6025af6b20bae8a05d33bd896474a0ff478ae

See more details on using hashes here.

File details

Details for the file grpcio-1.66.0rc3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for grpcio-1.66.0rc3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fa2f62a0dbf34aa539fe21aab9d4f42e023aaace9f9110ac76e53f1d200e4f93
MD5 fc963246b5c58ff45414ff6eed967cc0
BLAKE2b-256 05349254dfdd4f20d58bf96888cd313e602ba7fa07af1e204ec55f14b41d6e82

See more details on using hashes here.

File details

Details for the file grpcio-1.66.0rc3-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for grpcio-1.66.0rc3-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 49456b9cbf6bbac1eef426189b8379d1fef519a54228e9b5530946ad9e9569b9
MD5 2dae29bdc91fde2bc5b4fcc1957908b2
BLAKE2b-256 77faccb8bb70c0633ddd14d0d9c9cba3b556083aa33ae0516e999fbeb58b1ad9

See more details on using hashes here.

File details

Details for the file grpcio-1.66.0rc3-cp39-cp39-manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for grpcio-1.66.0rc3-cp39-cp39-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 bf467568c8d57a2ed963fc92b53e389939be3f964e1aede183ea8164bf9692aa
MD5 f8b8077ed877e0e255b5862f391a208f
BLAKE2b-256 4ffa66bb2051beecc03e91848c6f02deafed7c124fe36e24fe5a55c3ac2482f9

See more details on using hashes here.

File details

Details for the file grpcio-1.66.0rc3-cp39-cp39-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for grpcio-1.66.0rc3-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 ab232b9c341473981366e86d653821e58c1d330ccadb5d232f4b32d09b200fb1
MD5 411daa655d8dc44c550e6937145f3be8
BLAKE2b-256 5e69eaecf93b4456f766addba14e296c0eacd51fd80f50e85faff8a9915f0dfb

See more details on using hashes here.

File details

Details for the file grpcio-1.66.0rc3-cp39-cp39-linux_armv7l.whl.

File metadata

File hashes

Hashes for grpcio-1.66.0rc3-cp39-cp39-linux_armv7l.whl
Algorithm Hash digest
SHA256 88ffa7aba7c2b7466de04bd8d4c9035eb1bb5bb5d49b551b8acb3ad7c0c562ff
MD5 376afe3b74e269c3493b48bc47a9c1b1
BLAKE2b-256 678eeaa4c733b8e2c7f42c895de84bc27bc98986e978ed225fe22538d7bb1d49

See more details on using hashes here.

File details

Details for the file grpcio-1.66.0rc3-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: grpcio-1.66.0rc3-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.10.9

File hashes

Hashes for grpcio-1.66.0rc3-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 8f39ccefdb1bc024fc02200ddbc33c77af4dc2bd205108b1164ae71aeeb6aeff
MD5 3bf24fe6d074707518b68953881d4cd3
BLAKE2b-256 873c6bb83d8f4ec127f40be192aec87dd01ce8428f5b2fc9b21caac874de913c

See more details on using hashes here.

File details

Details for the file grpcio-1.66.0rc3-cp38-cp38-win32.whl.

File metadata

  • Download URL: grpcio-1.66.0rc3-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.10.9

File hashes

Hashes for grpcio-1.66.0rc3-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 c489e7af7160fe5d2d8e13cc2366783123318306e47b0f7d9d675683151685ec
MD5 ac6bd313929edc13911ffee6e0a92ec8
BLAKE2b-256 ab303ca45f43c08b32b86b3ee03c2602ae4454acf16b575c8365c6479cfc72d3

See more details on using hashes here.

File details

Details for the file grpcio-1.66.0rc3-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for grpcio-1.66.0rc3-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 274052e137bc237425e9eb1200924cbfa389fcc5fdf190cdeee7fb9fd9fcda12
MD5 35f5fdb8fa01aad64d1720501a776b41
BLAKE2b-256 223bdd310bf489ef208bdc0ce9d18ca898b6bae6a8e363fa6084c0bef84641df

See more details on using hashes here.

File details

Details for the file grpcio-1.66.0rc3-cp38-cp38-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for grpcio-1.66.0rc3-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 85a4c22f3a079e8c1b2225ae6cf3fc8ec7f374999946ab35e40233ab6df8e462
MD5 e9fa1aafcdcf8cd554c65f55f3c122c1
BLAKE2b-256 1ac6f96bd4257842e5aecfded9b2dcd08181a47973c7605393fed4e9d5939704

See more details on using hashes here.

File details

Details for the file grpcio-1.66.0rc3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for grpcio-1.66.0rc3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 566410fd1c2a56c7f6f7ad1d4a6c1908bf44dd2d21815baefcd1212e03c1d702
MD5 8b4efd558aba545b5f54e604ede5f3f4
BLAKE2b-256 8e82b0a301e01a2d4866aa103c76acb869f8849d0aa1df459b9a95452e69ba10

See more details on using hashes here.

File details

Details for the file grpcio-1.66.0rc3-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for grpcio-1.66.0rc3-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 aff58b9622b38a39598bc9c154c55cb3c8a6c79850cb7ccee904e1a9c4fe1f77
MD5 6f949df028b43c5994ccd8795f34aabc
BLAKE2b-256 ff969b8c5cf791fdeda92537b72ee4937aa36953bf0ca493df9d5a00098fb001

See more details on using hashes here.

File details

Details for the file grpcio-1.66.0rc3-cp38-cp38-manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for grpcio-1.66.0rc3-cp38-cp38-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 a1095e645ca14180ee3c88011db6940ebe87d714051ed80cb0dae33fc4e92916
MD5 573d53fa3886fc56550c79df655c8da5
BLAKE2b-256 d6d712b54fc7c3dc383f7f7cf8d8fc699616fd4fbd5b308e3adf31b34695aa7e

See more details on using hashes here.

File details

Details for the file grpcio-1.66.0rc3-cp38-cp38-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for grpcio-1.66.0rc3-cp38-cp38-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 17fbd67b18eeb25f45486a1be610d1f042e6fdbfdf986f46541f74c121a503d5
MD5 32a2a8b888b413c0023ce4ba702c9189
BLAKE2b-256 c0d83d2abf1011462390344866a82f2f5b925eed3d51cabb90d32fa38b402634

See more details on using hashes here.

File details

Details for the file grpcio-1.66.0rc3-cp38-cp38-linux_armv7l.whl.

File metadata

File hashes

Hashes for grpcio-1.66.0rc3-cp38-cp38-linux_armv7l.whl
Algorithm Hash digest
SHA256 db70e201c1295d06dfc3e36b3cf073e9ec4fe14ba61b834669fb2652d1981233
MD5 f52e54f27a2dbe9866f8bc80ecf78335
BLAKE2b-256 e93f744d9261922a634b2e3f1398f025bf017c5f6afec7767e7eb01d6141b185

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