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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.12 Windows x86-64

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

Uploaded CPython 3.12 Windows x86

grpcio-1.66.0-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.0-cp312-cp312-musllinux_1_1_i686.whl (6.4 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ i686

grpcio-1.66.0-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.0-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.0-cp312-cp312-manylinux_2_17_aarch64.whl (5.4 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

grpcio-1.66.0-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.0-cp312-cp312-linux_armv7l.whl (4.9 MB view details)

Uploaded CPython 3.12

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

Uploaded CPython 3.11 Windows x86-64

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

Uploaded CPython 3.11 Windows x86

grpcio-1.66.0-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.0-cp311-cp311-musllinux_1_1_i686.whl (6.4 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

grpcio-1.66.0-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.0-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.0-cp311-cp311-manylinux_2_17_aarch64.whl (5.5 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

grpcio-1.66.0-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.0-cp311-cp311-linux_armv7l.whl (5.0 MB view details)

Uploaded CPython 3.11

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

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

grpcio-1.66.0-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.0-cp310-cp310-musllinux_1_1_i686.whl (6.4 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

grpcio-1.66.0-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.0-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.0-cp310-cp310-manylinux_2_17_aarch64.whl (5.5 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

grpcio-1.66.0-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.0-cp310-cp310-linux_armv7l.whl (5.0 MB view details)

Uploaded CPython 3.10

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

grpcio-1.66.0-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.0-cp39-cp39-musllinux_1_1_i686.whl (6.4 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

grpcio-1.66.0-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.0-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.0-cp39-cp39-manylinux_2_17_aarch64.whl (5.5 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

grpcio-1.66.0-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.0-cp39-cp39-linux_armv7l.whl (5.0 MB view details)

Uploaded CPython 3.9

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

grpcio-1.66.0-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.0-cp38-cp38-musllinux_1_1_i686.whl (6.4 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

grpcio-1.66.0-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.0-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.0-cp38-cp38-manylinux_2_17_aarch64.whl (5.5 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

grpcio-1.66.0-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.0-cp38-cp38-linux_armv7l.whl (5.0 MB view details)

Uploaded CPython 3.8

File details

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

File metadata

  • Download URL: grpcio-1.66.0.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.0.tar.gz
Algorithm Hash digest
SHA256 c1ea4c528e7db6660718e4165fd1b5ac24b79a70c870a7bc0b7bdb9babab7c1e
MD5 c7de40e1842a7b29e97ab38b314b03fd
BLAKE2b-256 7d0ab79043717cc40861145f12d2045a0064f43eeb4efa359d84e75e0ff2d3ba

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.66.0-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.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 230cdd696751e7eb1395718cd308234749daa217bb8d128f00357dc4df102558
MD5 5ac63b53ff011d7c90f16d3b9d1c4e60
BLAKE2b-256 e0cdc5f1bad6459e2886f7c2d33898eb483a0655cb89b4ba0f54bd686d80eea4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.66.0-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.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 7bc9d823e05d63a87511fb456dcc48dc0fced86c282bf60229675e7ee7aac1a1
MD5 cd145468cca3cc40d181a1a3dfad6ba3
BLAKE2b-256 906fc66aef1dfaee69e3fc247ff4a7cdedec37953c40fca610c6f47341dae793

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.0-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 423ae18637cd99ddcf2e5a6851c61828c49e9b9d022d0442d979b4f230109787
MD5 5d0c229afd65b34563a7254786a7b280
BLAKE2b-256 6c6f1fec15bd98aec20d33c13974469f14a544d5e9e94b5e9dcfa186398dda8f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.0-cp312-cp312-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 526d4f6ca19f31b25606d5c470ecba55c0b22707b524e4de8987919e8920437d
MD5 0fffb66415340d72a52037388543d42e
BLAKE2b-256 a32e2812255c202494da83c95408acad16046eaf57a3d84a4ffaf2407ec851ae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c3084e590e857ba7585ae91078e4c9b6ef55aaf1dc343ce26400ba59a146eada
MD5 114a8e3f399dac5696ab6e2db65522ff
BLAKE2b-256 92181f1372767b789ec06d0430f2529edc0f090a81b975d92222cc76f316a071

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 684a4c07883cbd4ac864f0d08d927267404f5f0c76f31c85f9bbe05f2daae2f2
MD5 f359f14c986e1290d33665bbcab3d653
BLAKE2b-256 27302c4a959a2f683a366ebbb6863f9df6e201a441acb8b9f6c10b8cd69c30b8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.0-cp312-cp312-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 e36fa838ac1d6c87198ca149cbfcc92e1af06bb8c8cd852622f8e58f33ea3324
MD5 b9ac0573e56b07b4a1037b9cfe8fe670
BLAKE2b-256 29291744f906399e0e81430ad62d57b343f99eea22db7065d30dcc6a886e9520

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.0-cp312-cp312-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 296a45ea835e12a1cc35ab0c57e455346c272af7b0d178e29c67742167262b4c
MD5 dafad1964dada383f8e0011429487cf4
BLAKE2b-256 4a43bc8accadbabf4101f4693184e4fd47192999857f32dffd0c3a3ea9e78426

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.0-cp312-cp312-linux_armv7l.whl
Algorithm Hash digest
SHA256 5ea27f4ce8c0daccfdd2c7961e6ba404b6599f47c948415c4cca5728739107a3
MD5 13cc36776ca1504eff19abd4248ce1dc
BLAKE2b-256 f9ae639e319d8ff4c17e3b42b7e4e0298903512260f0acd47df4ddbcfcc19f81

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.66.0-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.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 6d586a95c05c82a5354be48bb4537e1accaf2472d8eb7e9086d844cbff934482
MD5 7f905cc817f34b80bfc5f2ea1b79deee
BLAKE2b-256 ae2f9c0b5a07c53814eaca43b533884b9eecfeed557bfc41284b791fad9f9155

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.66.0-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.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 508411df1f2b7cfa05d4d7dbf3d576fe4f949cd61c03f3a6f0378c84e3d7b963
MD5 2a93dd7b045243573627683ae9757168
BLAKE2b-256 f049458e2aa4f1b1074434d1083f69219925164bc03c8deaddd5c0b8cd4563c7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.0-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 50cea8ce2552865b87e3dffbb85eb21e6b98d928621600c0feda2f02449cd837
MD5 7c284393405ee321601f3e392bec82cb
BLAKE2b-256 54aa3d0190612aeea68533740cc9811f016b082eb6de48b8a0a132f21c932c23

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.0-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 bc008c6afa1e7c8df99bd9154abc4f0470d26b7730ca2521122e99e771baa8c7
MD5 a9ddd7c2e9cb3d6ecd71c019feaf8187
BLAKE2b-256 bec536e5342a9bc94697ab193729abefc80bc5772e60fb8331cf89146e4e9a3a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 de9e20a0acb709dcfa15a622c91f584f12c9739a79c47999f73435d2b3cc8a3b
MD5 f007c4f83069c8eda25e874973c46ab0
BLAKE2b-256 471b878a82c983a7f7cc8847075357ac41bbbf0617327f1e0aad26f71e65550c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 49234580a073ce7ac490112f6c67c874cbcb27804c4525978cdb21ba7f3f193c
MD5 1e8230788edcf4ae107da54884405137
BLAKE2b-256 b0fff49f0d25a97f75f62fecb0a4e3ecb8a0ce5af3947b667c9d738ce0f3fabc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.0-cp311-cp311-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 aaf30c75cbaf30e561ca45f21eb1f729f0fab3f15c592c1074795ed43e3ff96f
MD5 9ee9dbc3fc731d60f83bc7bb2dab4d8e
BLAKE2b-256 acd6bbad39c6c591718046556b42db50c0ed36c6da25f373799388c1f02394a7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.0-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 245b08f9b3c645a6a623f3ed4fa43dcfcd6ad701eb9c32511c1bb7380e8c3d23
MD5 b45867d1ec66b47ed53fac551a36dac3
BLAKE2b-256 7a249f19977f8ecc729636398b25657f128c1f0cfa673f7f8198006df4595565

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.0-cp311-cp311-linux_armv7l.whl
Algorithm Hash digest
SHA256 dd614370e939f9fceeeb2915111a0795271b4c11dfb5fc0f58449bee40c726a5
MD5 929d8f8a1197fce66f0670c7c6b4921a
BLAKE2b-256 dd12a04bba94a2929bcd2d08ec2a68aeee272ec8b3b531648ee8e42926ae4147

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.66.0-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.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 8fc5c710ddd51b5a0dc36ef1b6663430aa620e0ce029b87b150dafd313b978c3
MD5 904dc25301149aeef83ba565162cc8d4
BLAKE2b-256 34fdfa0f4e68323b751e8d7b042c9c7fb8d095c95ccf93d538a32ff4ac328340

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.66.0-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.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 5f93fc84b72bbc7b84a42f3ca9dc055fa00d2303d9803be011ebf7a10a4eb833
MD5 8da57e4f002c9ed8a61e0180fbab0989
BLAKE2b-256 7fa25c1d57c7ebd41ce09d06b72362c956113b35e40ba5087ae9c1f633f76d55

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.0-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 d0439a970d65327de21c299ea0e0c2ad0987cdaf18ba5066621dea5f427f922b
MD5 9f23d60492617c60118fb0fd19881756
BLAKE2b-256 b330d07d32b467850563aa60b731323d3b8c9fc4c191f385cd5f3171add4f798

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.0-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 516fdbc8e156db71a004bc431a6303bca24cfde186babe96dde7bd01e8f0cc70
MD5 b8eb290871a55f19c8b5b8b0b6bfe984
BLAKE2b-256 82ae79783b7e3528b0079e72baf1623667199b5059fa768a9704ee666d874cd8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 37514b68a42e9cf24536345d3cf9e580ffd29117c158b4eeea34625200256067
MD5 b14be79a227d6663980342e2442a14ae
BLAKE2b-256 a732a2d8000d84f30abc4ce0b20be904cc267514d8476a4bafa5f48cba9beff1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1eb03524d0f55b965d6c86aa44e5db9e5eaa15f9ed3b164621e652e5b927f4b8
MD5 dc23047aa978fc9f00103b23a4982493
BLAKE2b-256 1e65876ab31aeaa1f49587f5b358a64603046c318ccf230e6662236d499700e1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.0-cp310-cp310-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 e8d20308eeae15b3e182f47876f05acbdec1eebd9473a9814a44e46ec4a84c04
MD5 4c231b8f23efe104394dfc114ea4f68a
BLAKE2b-256 73742664a907e5cd9bb056634fa6058f2435491e36701a539b9272941b85d6dd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.0-cp310-cp310-macosx_12_0_universal2.whl
Algorithm Hash digest
SHA256 5f4b3357e59dfba9140a51597287297bc638710d6a163f99ee14efc19967a821
MD5 582f0bcfae79c6662a83875a998da68e
BLAKE2b-256 dd3e7351da41456165477c8b3bb0240a2aabf734c0ae0b9cc325c7fe615d00de

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.0-cp310-cp310-linux_armv7l.whl
Algorithm Hash digest
SHA256 ad7256f224437b2c29c2bef98ddd3130454c5b1ab1f0471fc11794cefd4dbd3d
MD5 4a408627a12216dfddea0088d94be06e
BLAKE2b-256 b374b4537d5e4b939e22317044284d0815025bffd09e41be7cd831184fa60917

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.66.0-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.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 375b58892301a5fc6ca7d7ff689c9dc9d00895f5d560604ace9f4f0573013c63
MD5 2cb4b1bf2afc90ad23339bbf633655ad
BLAKE2b-256 f64799e157a46b4e69083042ac8784a51039b765c66a64a80976006d9d6418bd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.66.0-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.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 8096a922eb91bc97c839f675c3efa1257c6ef181ae1b25d3fb97f2cae4c57c01
MD5 662b9a96e2ccd869e2821b8666d3a30f
BLAKE2b-256 3e2c1d594bfcfbb56071873b0594bcea9ca0bc31fdb03d91a9defdc6e2c6b8a7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.0-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 832945e64176520520317b50d64ec7d79924429528d5747669b52d0bf2c7bd78
MD5 ac535544d7b42f13be5b8b088c9ebeff
BLAKE2b-256 00fd317ee6ecaa44be45998d7b331546761ac8478441a0a47d1fb92d59c6f27e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.0-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 748452dbd5a047475d5413bdef08b0b9ceb2c0c0e249d4ee905a5fb82c6328dc
MD5 8a48f4d68400931b7b49ad129de32200
BLAKE2b-256 4ebf9b1965895be041be48187b972f8bc5221f23e32c3e0d4988d7adee6e0dba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c3f6feb0dc8456d025e566709f7dd02885add99bedaac50229013069242a1bfd
MD5 6f561e0dfdd002fd214ecccc2abf6635
BLAKE2b-256 7907bd9be249d484dd128dd989531cd3fc2e60364b7084108cecbf3c838bfd53

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 921b8f7f25d5300d7c6837a1e0639ef145fbdbfb728e0a5db2dbccc9fc0fd891
MD5 fb37b0209ce86852d2109219e23a26c8
BLAKE2b-256 95751a0db9bbea01a3bc0e0ea24e575b32c342cd2714d7128bc40e576865cd98

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.0-cp39-cp39-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 1c5466222470cb7fbc9cc898af1d48eefd297cb2e2f59af6d4a851c862fa90ac
MD5 7a93ace2b774b0a0ec5394b3775b60d2
BLAKE2b-256 d4b38ea23d52526b27f6cf0a85b71be15c1777b87a3c4bfcbbf8522baffb7786

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.0-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 6ed35bf7da3fb3b1949e32bdf47a8b5ffe0aed11722d948933bd068531cd4682
MD5 d0ca5836254312d87859524d45389785
BLAKE2b-256 c488e8fbc844f1af8a9d8573281b1d7251a224f555daa229c743eb5377f08d12

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.0-cp39-cp39-linux_armv7l.whl
Algorithm Hash digest
SHA256 a639d3866bfb5a678b5c0b92cd7ab543033ed8988854290fd86145e71731fd4c
MD5 90efb22a62a035cf8fe2c26b8eb305b8
BLAKE2b-256 25baf67f520cfb7d20ae45c38f6dadb9b4a414f580d5d52d8d4c8c50f414d086

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.66.0-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.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 c072f90a1f0409f827ae86266984cba65e89c5831a0726b9fc7f4b5fb940b853
MD5 0c64d9f5d4c2119384770ae8ee1fe40f
BLAKE2b-256 c002ebcc3317b328006a52534bef073f800ea61d3d6c9e3087bb2262bd801c86

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.66.0-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.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 5b15ef1b296c4e78f15f64fc65bf8081f8774480ffcac45642f69d9d753d9c6b
MD5 de39ecc4da583ab0717b7c078273ea7e
BLAKE2b-256 78095612296c6b73cfc236bcaa750cd6076cf6aa6ec1d2a1a1ed4a4fea0f85ec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.0-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 5e8140b39f10d7be2263afa2838112de29374c5c740eb0afd99146cb5bdbd990
MD5 18ece0b1bc236476709671ef08b8ff2c
BLAKE2b-256 2648d8465da0891a5a8e3706ec1b97289879807991dd11f18c917bfa502f50be

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.0-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 9d5251578767fe44602688c851c2373b5513048ac84c21a0fe946590a8e7933d
MD5 c78c4f184cbe491b0139306d1374d8c7
BLAKE2b-256 ff30ea115e06c5ff60e294c377c09c19d812c312e37181382b481af419c64057

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ba60ae3b465b3e85080ae3bfbc36fd0305ae495ab16fcf8022fc7d7a23aac846
MD5 546bc97697241a3278aa6b9547ba0f87
BLAKE2b-256 6db6b9bc36c7fd21a079a62b091d2bdcf167f4d515a39057f4ede557204b3f26

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 643d8d9632a688ae69661e924b862e23c83a3575b24e52917ec5bcc59543d212
MD5 afb6f56424ee71f38280afaaa677699c
BLAKE2b-256 7390acedd118a60e14ab719909cb1cb24db9f0664e0fc929c6132d6a3f9871b8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.0-cp38-cp38-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 53d4c6706b49e358a2a33345dbe9b6b3bb047cecd7e8c07ba383bd09349bfef8
MD5 9005f7c5958bca3aa763abdb899d3334
BLAKE2b-256 050e2bfee44f0d8b5c57eaacd6acb89344d4eccc234429f2eead6c2fa8f2c444

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.0-cp38-cp38-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 ba18cfdc09312eb2eea6fa0ce5d2eec3cf345ea78f6528b2eaed6432105e0bd0
MD5 9e1f28b11d99f43d21f519c5d68b233a
BLAKE2b-256 d34bc8c1a8287bb0983808c16733da964fe87782fbd304554bda17e939e74dba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.0-cp38-cp38-linux_armv7l.whl
Algorithm Hash digest
SHA256 0f3010bf46b2a01c9e40644cb9ed91b4b8435e5c500a275da5f9f62580e31e80
MD5 dd7a1144a6fe96bf0675a9133805a9ec
BLAKE2b-256 e8b9308b1d31002ad186ae3c36d1d526f73bd29634e0380dbff706d17bb4769b

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