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

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

Uploaded Source

Built Distributions

grpcio-1.65.2-cp312-cp312-win_amd64.whl (4.1 MB view details)

Uploaded CPython 3.12 Windows x86-64

grpcio-1.65.2-cp312-cp312-win32.whl (3.4 MB view details)

Uploaded CPython 3.12 Windows x86

grpcio-1.65.2-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.65.2-cp312-cp312-musllinux_1_1_i686.whl (6.2 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ i686

grpcio-1.65.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.6 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

grpcio-1.65.2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (5.9 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686

grpcio-1.65.2-cp312-cp312-manylinux_2_17_aarch64.whl (5.3 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

grpcio-1.65.2-cp312-cp312-macosx_10_9_universal2.whl (10.4 MB view details)

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

grpcio-1.65.2-cp312-cp312-linux_armv7l.whl (4.8 MB view details)

Uploaded CPython 3.12

grpcio-1.65.2-cp311-cp311-win_amd64.whl (4.1 MB view details)

Uploaded CPython 3.11 Windows x86-64

grpcio-1.65.2-cp311-cp311-win32.whl (3.4 MB view details)

Uploaded CPython 3.11 Windows x86

grpcio-1.65.2-cp311-cp311-musllinux_1_1_x86_64.whl (5.9 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

grpcio-1.65.2-cp311-cp311-musllinux_1_1_i686.whl (6.3 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

grpcio-1.65.2-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.65.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (6.0 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

grpcio-1.65.2-cp311-cp311-manylinux_2_17_aarch64.whl (5.4 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

grpcio-1.65.2-cp311-cp311-macosx_10_9_universal2.whl (10.4 MB view details)

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

grpcio-1.65.2-cp311-cp311-linux_armv7l.whl (4.9 MB view details)

Uploaded CPython 3.11

grpcio-1.65.2-cp310-cp310-win_amd64.whl (4.1 MB view details)

Uploaded CPython 3.10 Windows x86-64

grpcio-1.65.2-cp310-cp310-win32.whl (3.4 MB view details)

Uploaded CPython 3.10 Windows x86

grpcio-1.65.2-cp310-cp310-musllinux_1_1_x86_64.whl (5.9 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

grpcio-1.65.2-cp310-cp310-musllinux_1_1_i686.whl (6.3 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

grpcio-1.65.2-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.65.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (6.0 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

grpcio-1.65.2-cp310-cp310-manylinux_2_17_aarch64.whl (5.4 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

grpcio-1.65.2-cp310-cp310-macosx_12_0_universal2.whl (10.4 MB view details)

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

grpcio-1.65.2-cp310-cp310-linux_armv7l.whl (4.9 MB view details)

Uploaded CPython 3.10

grpcio-1.65.2-cp39-cp39-win_amd64.whl (4.1 MB view details)

Uploaded CPython 3.9 Windows x86-64

grpcio-1.65.2-cp39-cp39-win32.whl (3.4 MB view details)

Uploaded CPython 3.9 Windows x86

grpcio-1.65.2-cp39-cp39-musllinux_1_1_x86_64.whl (5.9 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

grpcio-1.65.2-cp39-cp39-musllinux_1_1_i686.whl (6.3 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

grpcio-1.65.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.7 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

grpcio-1.65.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (6.0 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

grpcio-1.65.2-cp39-cp39-manylinux_2_17_aarch64.whl (5.4 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

grpcio-1.65.2-cp39-cp39-macosx_10_9_universal2.whl (10.5 MB view details)

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

grpcio-1.65.2-cp39-cp39-linux_armv7l.whl (4.9 MB view details)

Uploaded CPython 3.9

grpcio-1.65.2-cp38-cp38-win_amd64.whl (4.1 MB view details)

Uploaded CPython 3.8 Windows x86-64

grpcio-1.65.2-cp38-cp38-win32.whl (3.4 MB view details)

Uploaded CPython 3.8 Windows x86

grpcio-1.65.2-cp38-cp38-musllinux_1_1_x86_64.whl (5.9 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

grpcio-1.65.2-cp38-cp38-musllinux_1_1_i686.whl (6.3 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

grpcio-1.65.2-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (6.0 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

grpcio-1.65.2-cp38-cp38-manylinux_2_17_aarch64.whl (5.4 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

grpcio-1.65.2-cp38-cp38-macosx_10_9_universal2.whl (10.5 MB view details)

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

grpcio-1.65.2-cp38-cp38-linux_armv7l.whl (4.9 MB view details)

Uploaded CPython 3.8

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.65.2.tar.gz
Algorithm Hash digest
SHA256 e2c9bbb84d5517f2bccdb1836b8ee267a1757acb3cb3e575065c103220b577ac
MD5 b5933c58d32f1a42024fd9f36873781c
BLAKE2b-256 1218b5b5a871302d30667450f256557e1d4d07bdc273988c6932068dba60137d

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.65.2-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 4.1 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.65.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 b6bba0f973ef6fe7434834f1b63d16bab4b50879d5bb0ca6eb0495c87d5cbc78
MD5 d9cc6334a04b3050546d8f85778986dc
BLAKE2b-256 649d2a3d84f80ecda283a1c975450368ccf5b17f95722626d93c54a9fe784fcf

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.65.2-cp312-cp312-win32.whl
  • Upload date:
  • Size: 3.4 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.65.2-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 7fd639b0988ed5114d4b2a72ea453aafcb1439dd433c61834886b92afed9c6c1
MD5 04568e0bbca3895bd158f87437a48623
BLAKE2b-256 2167d2e3263ca54f0bb9a644f4e03be8d45f48654b957529066df7828071f0d8

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.2-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 4fba3ae83ef5acd111c2dd92233ff167411db84e1ff17a00c34b5428355526c5
MD5 74cbea7e0d657d828c679b07b43ae15b
BLAKE2b-256 51ab48bc442b7e0a484b2daf8a46301a7aef7495c4b7c4d7bb6bbdb64fdf4e9e

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.2-cp312-cp312-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 76125096d2a090d4acdce0f06f9511cebe1bcfbc0bd040e495563d7a8747dda1
MD5 8eb6b32e25796bc1f97c77f5b65a76cd
BLAKE2b-256 ae5b61b0d81e03f5a8f151d8ffc800a4f704b849e78a555f4058a5402017180a

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3ce7f4c766fecc34455357b31b1e316506ea6ac48abbb9a650843d20337a2036
MD5 38ef2728da06056d1184508de8e2d13d
BLAKE2b-256 3ef91ed1a58028e04238f250a729d99368ac74cb535e6d7273737c22af91e621

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9b193e116e085ad4d7ef1518d79e9fedfa7688f4967f64a6246b5b196a26326a
MD5 a9803bfc552b63ead7402f41e951443d
BLAKE2b-256 d19cdb7baee2cc516bfb98a3ae898a8be10e6a1a79b2ab80febb93fe4fdd7699

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.2-cp312-cp312-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 cb48342de1c3be59e6de79c6bbc01cf05562c571a3ed32f7c2e149e7934824cf
MD5 f0714d0a51fefdfcbfc71ce5181383e5
BLAKE2b-256 37d554f763d3d71c6276cac0c7f78b9e506a1d99c856debb507abf6b1a9fe328

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.2-cp312-cp312-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 8856187a359a55babfa4d49ad96f2dd7edd8be3a36b813c7a9e41ef3d763400f
MD5 bfcc0adfe91f8d9c24ba0df4cd36d206
BLAKE2b-256 14e08b147a98625bee4343880f573984e85666e81cd008bc487735ce7a38df52

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.2-cp312-cp312-linux_armv7l.whl
Algorithm Hash digest
SHA256 71fa3b7a6cef62a00014205d0e707610cfd50ae54f617d296017f10c6a9fad0d
MD5 3cc8a93252800a6277b57017b198631c
BLAKE2b-256 eff9e1a3b4d42e7510f7c86503878b18cf80fa48606498b6eb319516145ef2e8

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.65.2-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 4.1 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.65.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 e0b2bf34340999c6d938107ec2cc9bce1ea59bf08e4694cfa47e782bdbd361f4
MD5 96bdcedcf43daee02ef8efcd7f1fdf3f
BLAKE2b-256 5f36f3d913600290e44d02b7a6129941810223ae3b1ac1ff418a147fccebc656

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.65.2-cp311-cp311-win32.whl
  • Upload date:
  • Size: 3.4 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.65.2-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 60fe2f90875f2bef105158e370fbbefadd179f8cd689bc2cee6844aca4ccb7bb
MD5 9cf66f0568faa1480644adf2fec030d6
BLAKE2b-256 1387d62e21333611e106b93b3ff15fc1f59916d5bc0813b352f91dac8dc43eb9

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.2-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 2a0cd7297abf0a02a9399edebe8c662058c7f0768bfbe859837707d389ad327f
MD5 a0953101af1a8902ee4be7030eafd79d
BLAKE2b-256 734e50a5ef662d9219bbcfd3f6a337b98b9ef2ef828f91f4416d305d5ac4b71e

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.2-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 c45977fdc675a8961875adab7f04b785f65d3fd9c737cd60b5e3a9b1392ad444
MD5 ca00b992d1a7366358226cbb4d25cfa1
BLAKE2b-256 27c962ed0c0b6fa0afb2a1723d201c6a07e87b4c7ed227141a85b79b9d1e5c58

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cd7dc770926cc66050242eb6c63ca8ce12cd69010bf4ff7ea6e721d4f4b11e4d
MD5 10c7824776a6c24aecde52deb8716c30
BLAKE2b-256 bc0841e581ef4800caba936bcb65896930943e2565b958ab067a0c66f2cb3d9a

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8aa50787bc8036bd5ea9b7ebbbd2c49c78122eb9ff98d3c217a7c146313c5030
MD5 99260e83d82b2a2de1bb3f10a745558d
BLAKE2b-256 346a5c8c9e44b1fcea12f8574599edab1889ae1b5ecc42aea3e95f3a189f1d55

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.2-cp311-cp311-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 b7bfcbee6b32f0e4786b7813692b3907c9e444f529126b8520cac9914479b98c
MD5 73d2ac81044b6ef42461bc986c7ac039
BLAKE2b-256 88216716294e94f19cde36a654d074a028422dd23df902b117fc8cbb8991f8b7

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.2-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 9ba9d4b3d4fc00b8083bb47a8c40a74ba3ea330713fdd59cf53c926c9a16b002
MD5 6b080d1de2da6861fafd9f216dfa67ad
BLAKE2b-256 5c9ebab654a62a1c3757ab07cf93b3dc710eb5e38d90bafa574a7f6e95c70ffc

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.2-cp311-cp311-linux_armv7l.whl
Algorithm Hash digest
SHA256 f4b7a7d68313e252e09550bd03d9d11e460dae681cf95588a131b6b3e07d1e30
MD5 235c5dafcf57d449d84d820848dbd2d2
BLAKE2b-256 5c66058249c27b2be1ffcd045688a336ce1ca9d8412e12ec0237c9199e479296

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.65.2-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 4.1 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.65.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 0c9c865d2fdf40e7e952038a0b5e0f32b01da84ecf04943b08e8917c8ccc9cf8
MD5 8283282cdd01abaabfbba41deef48e27
BLAKE2b-256 32d80233efd99804988eb3a8c89f1b0a544ca3af6b02ac4484e80026c457d126

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.65.2-cp310-cp310-win32.whl
  • Upload date:
  • Size: 3.4 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.65.2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 f931fe9b244dc23c7478c513c3ed94ded93da8bd1a95a4d97b21abdef644304a
MD5 2efe2686db7bcecde1a552a275a1f551
BLAKE2b-256 f9429db1d8b60139859df6a63e4d765ab7233a4834a2e640e3b38bf246caa7a6

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.2-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 b10349ceebec745a47e4339ef7c4878c9b53b82ae4b0883e16544625016d6242
MD5 91e08dd3eb4efcfe2e799f81d7a90fde
BLAKE2b-256 38f492f25d239bd705598aec87b2eb3e45248ae1d334a3adfd7e93b6133e2fa6

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.2-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 2ce639f2a2951aedbe9a3636f5730288f9b77c2627f116265d7d2789555e5662
MD5 77ebac251c3e07d2d9ecaf02d0195a73
BLAKE2b-256 733e641d199c72493c4e9efce4fceac9e178ee9ebecd995a2f6cee238684d2f8

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f6e5a67bbf8a1b3be5535802f6e9f507d1d8d38fb32de81ec7f03706d95a9126
MD5 f51cb0017570e58dc72414089745c972
BLAKE2b-256 91bbd691face9e89bf3b95859d5b39d79a4cd4ac41951f20e564c966f62a8a8c

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 03fdd86ff7d9957b822b9bf1fe0ae1e21e258e9c1d5535a5e9c67de0ad45b6a8
MD5 9aa34592e6010c389e91b4b22db43f6f
BLAKE2b-256 140eaf5fe1651454aaa230442a2ebfb936146b46a0c17b7812c2f9d6299e526c

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.2-cp310-cp310-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 3a6b36e20b02ca830b15b5eb4abb437de1d42ba93353d1f76b00337108f7ce8e
MD5 2086d410f50b715e1899b77984f01efd
BLAKE2b-256 88cfebc561aea3aab553c261337cd63bcde49647dc9e46a20477ff7a4889815c

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.2-cp310-cp310-macosx_12_0_universal2.whl
Algorithm Hash digest
SHA256 87da0fb85ba42257e450561b0264e36abe47faae07476621ae65d8f5f60f22cd
MD5 3bcf73c1eb91f57427053262f9f89cb7
BLAKE2b-256 2a4c6e4960f3808201608e63cf794cf4a1544e0516e5e1649d0fe033d5a1d4d2

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.2-cp310-cp310-linux_armv7l.whl
Algorithm Hash digest
SHA256 51231a22aea830be1d955de5a15da4391b3ac8e1d7868f362c74c15a0e9f5c89
MD5 b636d2350db2c81bdb1f811c515f2d11
BLAKE2b-256 2f92c2f4f42f5ab45580e869210d132903411d6d353d9b7455e9a2996f25b5a2

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.65.2-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 4.1 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.65.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 478725160e2cfc1bfa5ab3e7bb7c896cc182c8f57255d780007cfd6fb46e97b5
MD5 e1100e9e38fb5011a5f64b26331d7018
BLAKE2b-256 8c9ab12bea52c30946e8c3ab8618be532675499001ea53dcc493fbeae523db83

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.65.2-cp39-cp39-win32.whl
  • Upload date:
  • Size: 3.4 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.65.2-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 8d6fd1206433428d0a4ba771eac70579b41a265fe835a4d8a5214c7235e69926
MD5 50eb9acc367f5b26150191f9a7e1e641
BLAKE2b-256 400665d0b7a16ac8a90377e705d45e2c0846faf81b84678d14eb301607c681b6

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.2-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 3a3139414399078560a84203f9fe3592483d902a2af84062c571be6191143a9f
MD5 b6aca52098534d5cb533d1a0d70862c6
BLAKE2b-256 016f3740a3e778e833582e0b8218f874364cc09ffa6155e509f0032597e63383

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.2-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 77fddf42bbca65ee4db679d0608e1ffa8b22b7f516c79665b7620be2f6357c85
MD5 4f6cffe77efd51879b73f8faa81d1c13
BLAKE2b-256 112bbf476c5b3ee3761c23aede11be1335103d1c368911d65bfadb51beac3b83

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 892f03939df46d0bfcf89fe1dbcc8818f93ad6f3377587e8db6c2b1f598736c2
MD5 0ad276b195e2ae29c9a28b30d64f926c
BLAKE2b-256 f55d251cb9b7cd472e10833de6646b8e12d8b15dad115a097073a79ef2e45d18

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5225b8ce980b598187f64436ed95ea149966d538253c28668347d331968e2386
MD5 30baf87cd5496f557cd8af9a7919623c
BLAKE2b-256 44a5e271af6caaa41d6458d40e3c0e6f44e3654366fde7846a4c93b611ef54f4

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.2-cp39-cp39-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 d388f093010a014d3b3ddf8185ff45c5279fd825d0b20e21c8076515ae61db31
MD5 b666fdf4e22b637917b7cfb11e63264f
BLAKE2b-256 9e06842dd29f340a8950473669b6403bcfb4f1bb3ed65ad6d04a7054952b118c

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.2-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 5edea0ea18e9fd5326d385a4c92a1fed605454e9a2c57ff131df0a08004b7e69
MD5 49f57f459d049216c4fa2295080b7cd5
BLAKE2b-256 aee7f77ca030ec7979a9eeba424ab89ea84d0b23d493513cb40bee806fdf7950

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.2-cp39-cp39-linux_armv7l.whl
Algorithm Hash digest
SHA256 06a7ea12a81e5e2fb17528556c7f828b90bd2aec3a645f5cd5f35f80aa59ac6a
MD5 686bc94bf64c3ca4b206558224461fd7
BLAKE2b-256 e196a93e071914a3ce7c688826252731c841d59aec450e806658ccc50820332c

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.65.2-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 4.1 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.65.2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 c2900ad06fd8f5ad8832b1ee287caccb4a957e971b2b7983e0cd7a8e7c7098fb
MD5 3217db808832f5eb07923d2b076f8a18
BLAKE2b-256 247d47b8804d6fa603164ea249e62ec6dbbf8739fa33be960f6c379637f3779f

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.65.2-cp38-cp38-win32.whl
  • Upload date:
  • Size: 3.4 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.65.2-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 0b2ae6868864e4b06bff89cf91730a63141327158bf0677428ef315ea1dbdb0b
MD5 d2daafe610c835b7a4dbb9e5d4aaf8a0
BLAKE2b-256 387faf6dae4a42ab7701182e8a6ede50c872fe33c5fafb3563a83a9eef1208d8

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.2-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 8886d24345bf4b1693e9c09cf6a520f0baedd2af2a876f91bb508b24d0d46041
MD5 4532eeeca98f23f58923b9571e9b2130
BLAKE2b-256 f756ee39824e80fd4cbce71198fa527cd1e33a657135351dc8ec341ea80d9413

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.2-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 01600b1b02fdc9d648630d3de0a4cbf7ebe5f94b40ec1f65e3fd4b94a3b052cf
MD5 057dfa1fee0812d4810d7ab3b0d20071
BLAKE2b-256 0897dd2bdf1d9e5394e2f4b52ef01709e6f0444ff010da75e1c6bfadd30ac65e

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3101fa25b93f185e8cc698f8c2abee897891e6bae4f13472f66df21e8ae40d46
MD5 0a0cc8069edbd1b1b06e646dc8020372
BLAKE2b-256 6e1fff7cd1343c30dc8fe314d76f25352fa11a16fcee143e4648970c329909c4

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.2-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a7b752471e7ff1472ddbf3035a34fd8e24f2eac4fedbdab311e8f3e0dee889f7
MD5 6360c8b1a211cd951917b5cb74db9616
BLAKE2b-256 49e83c762f1e6f8be683f80d5e60f908a4c6fc22ac30fcc5337b29950bb5e6da

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.2-cp38-cp38-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 67c5e5aa92b5832ae7a3399bce5b8562fb28686446732bfa17f97d5082e8501d
MD5 bce6a70bc9259a1861873c56ff959e9f
BLAKE2b-256 db5188ea9aa7c943fd3df81ec1b8967596812970e77751ee2a48ce2a371cbb06

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.2-cp38-cp38-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 aacfd499d23130578184057008ea5329732a5ac59a4fcb73c0467d86723d23c8
MD5 adb3a235ae0a4644b38a7f19919f0866
BLAKE2b-256 aaaaf63780593396d46a7261c712011e8dba3e1ad261ace3136fc9ee2e6794c9

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.2-cp38-cp38-linux_armv7l.whl
Algorithm Hash digest
SHA256 510bf7ec7f44e9420bb17970fb450522666d8b1c09cdf59b735de0c2dc806b79
MD5 fb908c67e886a22483dbc180f7e6f515
BLAKE2b-256 89353b903880eeddb6116c06aed8578c93781bc0f048579afa9014a19c9c924d

See more details on using hashes here.

Provenance

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