Skip to main content

HTTP/2-based RPC framework

Reason this release was yanked:

https://github.com/grpc/grpc/issues/37178

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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.12 Windows x86-64

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

Uploaded CPython 3.12 Windows x86

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

Uploaded CPython 3.12 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.12

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

Uploaded CPython 3.11 Windows x86-64

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

Uploaded CPython 3.11 Windows x86

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

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

grpcio-1.65.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.65.0-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.0-cp311-cp311-manylinux_2_17_aarch64.whl (5.4 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.11

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

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

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

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

grpcio-1.65.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.65.0-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.0-cp310-cp310-manylinux_2_17_aarch64.whl (5.4 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.10

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

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

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.9

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.8

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.65.0.tar.gz
Algorithm Hash digest
SHA256 2c7891f66daefc80cce1bed6bc0c2802d26dac46544ba1be79c4e7d85661dd73
MD5 f278671e478ade959ca302fca0498aa1
BLAKE2b-256 5f68442bd331756e257c4d30d8105dcb034ac1dc449330aee507299ac60acd04

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.65.0-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.8

File hashes

Hashes for grpcio-1.65.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 87d9350ffe1a84b7441db7c70fdb4e51269a379f7a95d696d0d133831c4f9a19
MD5 55c5785ad24efcc46458543d63ad7b4e
BLAKE2b-256 88d9579c91c0ffa4e9dae601abadede1f133b872a0d47851a812884aed1b11ef

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.65.0-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.8

File hashes

Hashes for grpcio-1.65.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 9a9a0ce10a07923ebd48c056060052ebddfbec3193cdd32207af358ef317b00a
MD5 2e1bc4ca6c0613394e2b0716c2635ef8
BLAKE2b-256 be94eadd5661ed7ccc0d6e30d20c6ac7c3283f71d8aebb2f129587fdef896169

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.0-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 4e30cd885e02abb98d6b0d5beb6259a567b0ce1416c498ec815fe383adb77864
MD5 4d0237d58410e27a2977822f03e4d301
BLAKE2b-256 1d08010d78971d58e03f4e999409c9b5e62ac92d729d407ec44963642cefa8ae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.0-cp312-cp312-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 4f451091ddd28f00c655f0b1e208cca705d40e4fde56a3cf849fead61a700d10
MD5 c4d884311b76c391bb6a34e36407d84a
BLAKE2b-256 9d79f79f2c7a69a2a2896722822b304695baa2908e8a553c6ed71825e5ad91ea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c5a2ae900e6423438c4a9a5be38e9228621340a18333371215c0419d24a254ef
MD5 858a8bb7ad07bfb416297dcb633b9fc6
BLAKE2b-256 915913cd3ec93032e117e3749ebe478b4c516f03632a68f908585fb272222766

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 89bc9c8c6743a48f115fea8f3fada76be269d1914bf636e5fdb7cec9cdf192bc
MD5 d09c6c72679df026bfef1c2dbe69e7fc
BLAKE2b-256 b87f6da905bf9e3fe7328efcd9f36ab59662a9bae3c10442cd8f7ff6c825e61b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.0-cp312-cp312-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 b16e1cd9b9cb9ac942cb20b7a2b1c5d35b9e61017e2998bf242a6f7748071795
MD5 03f18591c4e2b6e44620ea25553169ff
BLAKE2b-256 8489b29351af90d369da8a517d356118acb607827980fa4ea9bcfcb2b8cef4aa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.0-cp312-cp312-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 52347f21d6ec77d7e7e4d5037f5e8ac0a0c851856d9459f9f95b009c2c740b4a
MD5 5b36c42326eb2bc0324bad089324463a
BLAKE2b-256 8572235d6357fcc51fc325889278394f159dd3b935d904d526f4fd4832948f04

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.0-cp312-cp312-linux_armv7l.whl
Algorithm Hash digest
SHA256 d787abafafa9ed71e17220d4178c883abdb380e0484bd8965cb2e06375c7495b
MD5 f7e7f6d3bc517edf5ed20705fa29c28c
BLAKE2b-256 f134a89a1fafe98c001fd4fd5a2209c426603ac42b862e2f4d650c0fa3e4d5cb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.65.0-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.8

File hashes

Hashes for grpcio-1.65.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 3efc8b0600870f5e518dd2738188b3ba7b1bb2668244c9a2a8c4debda4ffe62b
MD5 34c4d911004fe4e262d2cf1cdc78d4d0
BLAKE2b-256 43c0c3fca0e3f289f931dbef4017474cea2ae7650fcf48ec1a8e5da09f4300ae

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.65.0-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.8

File hashes

Hashes for grpcio-1.65.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 ec9f41b9b0eb6407a6edb21bc22cb32e03cae76cde9c1d8bb151ed77c2c5af94
MD5 29cb0746875c2a8abbbf2109dd1cd262
BLAKE2b-256 d2479c3ba1bca06c58afa0a19396c93414fd3244cc8512d53f9be835e835bcee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.0-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 b02db2a59071f4d05cfc4d0c972759778d27e1d3347f22ca178b91117ad10541
MD5 adeeee36cb049c59dc594a11d8b2ed23
BLAKE2b-256 7adf8e357a286ff7721b6e8fe6621dc48901d246ccb8665c61604433d91f046b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.0-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 c275bac926754022c89ef03f16470f65b811e2cc25f2167d365564ad43e31001
MD5 91aeeaa095222ce1d423c6759744855b
BLAKE2b-256 9879ac8205efc868d901b5004db34b220d4bae03d7bae309bb03fc6a1542cac6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 55c41272f9d7d3503e3e3e93f3f98589f07075eebd24e1c291a1df2e8ef40a49
MD5 8983018be88f3f6c091c9800903d8e46
BLAKE2b-256 42d65e86f8e2a4e41d6619fc8959633d51dd492dda44495d2203c8a302bff605

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 34eb4fb9ef4d11ea741d264916d1b31a9e169d539a6f1c8300e04c493eec747e
MD5 e36bca5bbf3d2569442bde1638c0512a
BLAKE2b-256 b5b2fa442c6ad8c679640df952240c1719c895683f0e28e821b3577408faa069

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.0-cp311-cp311-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 93c41fb74c576dc0130b190a5775197282115c6abbe1d913d42d9a2f9d98fdae
MD5 46382b4317e572be247330329b335ce5
BLAKE2b-256 4a173b6c7753db0c0fa253ce00165c3d74e3d96f0889e231311eb30b562169d4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.0-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 2a2b368717dd8e0f6cb7e412d3b3bfb0012f61c04b2f76dbed669b0f5cf3fb0c
MD5 7065963ebaed1124e523c50c3403577b
BLAKE2b-256 8d639325f77864521c18c4c62228886bd3eafd1462bae2cef1c435e3f727b53d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.0-cp311-cp311-linux_armv7l.whl
Algorithm Hash digest
SHA256 25303f3747522252dd9cfcbacb88d828a36040f513e28fba17ee6184ebc3d330
MD5 2c65c5cb842729db8680a4aeaf8286a5
BLAKE2b-256 02d22f603c7f74926ea3e2eac9268bad091d80396707d796d9c7dc3dc10c753b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.65.0-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.8

File hashes

Hashes for grpcio-1.65.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 00ed0828980009ce852d98230cdd2d5a22a4bcb946b5a0f6334dfd8258374cd7
MD5 f0d36b8d1a4d86afc9b093a10936495a
BLAKE2b-256 45f32d1ed9382bddba65ae1374957085da623a5901305443d9d8dbc1a3eee6cf

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.65.0-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.8

File hashes

Hashes for grpcio-1.65.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 1362d94ac9c05b202736180d23296840e00f495859b206261e6ed03a6d41978b
MD5 54931e57792db3d01850c45a1bbcebb9
BLAKE2b-256 ba518c10bf150a83f6a227c511552437e93bd226bf83649ef43d099d7958234d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.0-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 c46114787c5f530e845d2781f914600aade04b4f132dd012efb31bc4f76a72bb
MD5 86d90a59352d3f67b7830e01bd3d174d
BLAKE2b-256 e20f537e5bc039275e1d3fc6c5753d3a936e337a2517d07d996a730052681636

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.0-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 9916ea670a589f95f2453a4a5040294ace096271c126e684a1e45e61af76c988
MD5 13a11d489e2f9037be75043f1d34d612
BLAKE2b-256 00dd817249798aac4d2972e349ca30f4c2da35d4f16f5adc23461c85eb3cb5df

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 da927f8a44e42837ae0027a3a063c85e2b26491d2babd4554e116f66fd46045d
MD5 bf8cb01b09095813fbce0616c683a16d
BLAKE2b-256 7aac5b1cdccd40c7839c83b5dac9a913407d3151c9a5715cd910f08b4d119343

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5c9ee7b8f1ac82cc24f223cd7ec803c17079f90e63022d3e66c5e53fff0afb99
MD5 e1a9a615c6d0944f17bbf7089d635a7b
BLAKE2b-256 99058b11b9fb9592402460446263f98f7bf56d810468df23844421f48fbd0b3d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.0-cp310-cp310-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 02dbbe113ec48581da07b7ddf52bfd49f5772374c4b5e36ea25131ce00b4f4f3
MD5 63c5384ca8067d6adba972312c235dfa
BLAKE2b-256 c8542cbc92118f6f0520f7ee918d3ce604ca057530ddf29816cb3fab52d599fd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.0-cp310-cp310-macosx_12_0_universal2.whl
Algorithm Hash digest
SHA256 45d371dc4436fdcc31677f75b3ebe6175fbf0712ced49e0e4dfc18bbaf50f5a7
MD5 119bdf889107e9e4afd33224b08a152b
BLAKE2b-256 4091ddbaa9f2b46adea7bf36bab8fa06369a2555a8d9346c079ebb7bb2f39f47

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.0-cp310-cp310-linux_armv7l.whl
Algorithm Hash digest
SHA256 66ea0ca6108fcb391444bb7b37d04eac85bfaea1cfaf16db675d3734fc74ca1b
MD5 414981378ace4151a3a46c3f2a88867d
BLAKE2b-256 ca7d0c80df893f2c99ca969a30b496199827d46e7b298fd118a710fa1cf13b44

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.65.0-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.8

File hashes

Hashes for grpcio-1.65.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 dbd7eeafa67d8e403ac61caa31ebda2861435dcfd7bb7953c4ef05ad2ecf74bf
MD5 eff8311a4f2cb33b9185a326ceb08130
BLAKE2b-256 5a858f8e9825b967e530011f38584b01fefd4edf726c8b362721cc66d233d471

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.65.0-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.8

File hashes

Hashes for grpcio-1.65.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 f19bb85795ca82e007be427e7b6ac5e730023ffbab69d39ddeb1b84c6339df16
MD5 88904f40a6aa08f4a08db3d03c8c33a5
BLAKE2b-256 013750b2a560e3d9db2ad1b613faffc46b9a932b8d8d6ec8622d237f0c1509b6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.0-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 03eab632a8ce8dba00d97482d2821bf752a7c3cb4dc051be6c587ad3ca1c3e6d
MD5 4f18744f7378d2e686f0f3204afb8ff5
BLAKE2b-256 e8c21e75737b6430ae45ce84d22be9213023ede77e2b6f746bb25f61cbb2655c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.0-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 ab70bd1ccb05ef373b691a9b9985289d8b2cf63c704471f5ee132e228d351af5
MD5 7171bb3c03984357c4595ef3ad48973b
BLAKE2b-256 43a1c7e07defdefacfdf469c67f41476b34ab0435f1be6455415ad368e9fe8df

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e576a88ce82fea70e68c548aceb5cd560c27da50091581996858bbbe01230c83
MD5 7942539b171b0831f5f1358ad90f2fdc
BLAKE2b-256 41de3c6e5c97dccb95eb1f2e3e432a8c1fc73c5b8dd2b94d3bb4b0e466d53a06

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d1096f0fa79ec601aefd71685d3a610cdde96274c38cd8adcef972660297669a
MD5 c14cc69d697ea62669ed29bdb5f3dfc7
BLAKE2b-256 6c48f18bc528256ffdb5e0ab5cc88e4a5e5aef71402d05a0961b1484c7b51a43

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.0-cp39-cp39-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 cb0bd8bfba21fe0318317bf11687c67a3f8ce726369c0b3ccf4e6607fc5bc5f2
MD5 fb448d9630672705395dfa4db187ca25
BLAKE2b-256 a719dc16d9df9b3d27a7069a1e3a4a8c14c9670ae6b248ea1ba6b11b77cfb950

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.0-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 16e0f789158ecc8309e0a2f16cb8c5e4753f351a7673aab75f42783c83f1e38b
MD5 7aadc683e870e3f828e6e824de04ef3c
BLAKE2b-256 6901224c162ca1e2f0b491e071c69f44e8027886739935f30bdd8de3e997332a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.0-cp39-cp39-linux_armv7l.whl
Algorithm Hash digest
SHA256 b73022222ed4bf718d3d8527a9b88b162074a62c7530d30f4e951b56304b0f19
MD5 300b74ad1e8de9d797f0b0a052f00680
BLAKE2b-256 10a035eba1e9e937c963c79c1fa9cfd5d9688711dd22d0f875e0884e790175bb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.65.0-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.8

File hashes

Hashes for grpcio-1.65.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 a2defc49c984550f25034e88d17a7e69dba6deb2b981d8f56f19b3aaa788ff30
MD5 f0f95642d2d8a512c27b642736d0cb42
BLAKE2b-256 fb0d94a0bb8ab5f750d81faf01509cb19429ab98fd0637eefa1f8923bb9c6d19

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.65.0-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.8

File hashes

Hashes for grpcio-1.65.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 c3294fd3ef9faa1fe14ad15d72dd7d2ee9fee6d3bd29a08c53e59a3c94de9cc9
MD5 fd64f4cdff0255e32a08131193915d44
BLAKE2b-256 033115d1a87cc60b8c0b05903a97bd8d5995772f8e5708337b865a3e6c8524e3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.0-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 356d10a491a92a08c21aef806379f7b020f591c23580e3d29aeeb59d45908c86
MD5 d74ceb0b55284c3bb6260d3ae9a66702
BLAKE2b-256 8e9955623d81f81d36537817a0681cef3a530c5fe78451dc8c68a3232a842eb8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.0-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 1bebefd76517a43d0e77a5dcd61a8b69e9775340d856a0b35c6368ae628f7714
MD5 998274e7be81982060b454167a9a38ab
BLAKE2b-256 1768ec10750282e2031392e46c203205b5f855b15f3a0bb1fefc82f5f5c82ff2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7ea93f570b2341c69635b8a333afb99fb4d5584f26a9cc94f06e56c943648aab
MD5 19aea20dc8f0e3023c1f90720dc1f540
BLAKE2b-256 af553ce0ff53e326aefb0793564d6f791c674ff0846ce4d11bb853e0a7388de8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f242956c0f4985dfcc920cd251cd7a899ca168e157e98c9b74a688657e813ad6
MD5 1983c5f043b37fb9d8844296c4cee156
BLAKE2b-256 c3d3555ab65468297790e30d8f2a797057e04ca20d9cbd4ba3c0e9cb06363c25

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.0-cp38-cp38-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 984a1627b50d5df4a24120302ca95adb5139ba1c40354ba258fc2913666d8ee7
MD5 3576f30abed2a67e8b06438bcc976b87
BLAKE2b-256 6beef12e68985eb0c3882f4834713d2eff7c6c1424b080a059f57809dd9ea233

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.0-cp38-cp38-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 480be4d41ceb5a7f22ecfc8db1ab68aeb58cc1a2da0865a91917d3cd0438dac7
MD5 9d49c4a5e486a6084650fc276e5abd51
BLAKE2b-256 9d8ff687bfd2d60f88ee0345b679f3e7b199d75e9ac84233284e05a71d59976e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.0-cp38-cp38-linux_armv7l.whl
Algorithm Hash digest
SHA256 0c504b30fc2fba143d9254e0240243b5866df9b7523162448797f4b21b5f30d5
MD5 a8caf1e6363155cc8b0ae895027c49a1
BLAKE2b-256 26f4faf4b9780e38f35c882cf5c6a1bee5d66758d596432e21175c0e451f0136

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