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.4.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.65.4-cp312-cp312-win_amd64.whl (4.1 MB view details)

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

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

Uploaded CPython 3.12musllinux: musl 1.1+ x86-64

grpcio-1.65.4-cp312-cp312-musllinux_1_1_i686.whl (6.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ i686

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

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

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

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

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

Uploaded CPython 3.12

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

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

Uploaded CPython 3.11musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.11musllinux: musl 1.1+ i686

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

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

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

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

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

Uploaded CPython 3.11

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

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

Uploaded CPython 3.10musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.10musllinux: musl 1.1+ i686

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

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

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

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

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

Uploaded CPython 3.10

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

Uploaded CPython 3.9Windows x86-64

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

Uploaded CPython 3.9Windows x86

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

Uploaded CPython 3.9musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.9musllinux: musl 1.1+ i686

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

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

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

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

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

Uploaded CPython 3.9

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

Uploaded CPython 3.8Windows x86-64

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

Uploaded CPython 3.8Windows x86

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

Uploaded CPython 3.8musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.8musllinux: musl 1.1+ i686

grpcio-1.65.4-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.65.4-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (6.0 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

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

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

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

Uploaded CPython 3.8

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.65.4.tar.gz
Algorithm Hash digest
SHA256 2a4f476209acffec056360d3e647ae0e14ae13dcf3dfb130c227ae1c594cbe39
MD5 8d5870876378d2b7b303a1881da346c3
BLAKE2b-256 cfe7739849982ca7fa1bf5e52a472803618e4f1f2963e9a73b1ca2cb056f95c7

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.65.4-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 7656376821fed8c89e68206a522522317787a3d9ed66fb5110b1dff736a5e416
MD5 cb12bb7507c7d4d927fa2de0167378f2
BLAKE2b-256 a92ab104830e8ffe183d6e648fa2b4e200e7e1582191df195beaa93d28127f5f

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.65.4-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 d72962788b6c22ddbcdb70b10c11fbb37d60ae598c51eb47ec019db66ccfdff0
MD5 a6ac2d482f6ffc066936f52630b2ea60
BLAKE2b-256 637f8716a0ecc1fc1a80e5071c4de52bb8b4993032f2841670f099eb865eca88

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.4-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 18c10f0d054d2dce34dd15855fcca7cc44ec3b811139437543226776730c0f28
MD5 23d7ae7159ccaae530b7640553cb28f6
BLAKE2b-256 d95632bdcfdab28a42207095f6d799508d135b9d072521ce322165d0599478d1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.4-cp312-cp312-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 24a2246e80a059b9eb981e4c2a6d8111b1b5e03a44421adbf2736cc1d4988a8a
MD5 8b66b4c2bc343d885c2c19bda730311b
BLAKE2b-256 b50f72647daa8dec968c338ed8fbf904369103377de73fe10ba4456eb843bd70

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 74c34fc7562bdd169b77966068434a93040bfca990e235f7a67cdf26e1bd5c63
MD5 ef36a50cee2844c1b80ecde0151f1ac6
BLAKE2b-256 1275b25d1f130db4a294214ac300a38cc1f5a853ee8ea2e0e2529a200d3e6165

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.4-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3dee50c1b69754a4228e933696408ea87f7e896e8d9797a3ed2aeed8dbd04b74
MD5 4ef79f40574a0bb2d1aa9cdbe092d4bd
BLAKE2b-256 24dd8d19248f6645e3acd34d2a22d84e7b3db14135db528a3003239f8e26460d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.4-cp312-cp312-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 17de4fda50967679677712eec0a5c13e8904b76ec90ac845d83386b65da0ae1e
MD5 9a9ed4b90f118dc112dc78f7c686674e
BLAKE2b-256 625146f4366183f72986071bed97caa1aa19e05a9288df7b7fb3c439bd48d5ac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.4-cp312-cp312-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 2a1d4c84d9e657f72bfbab8bedf31bdfc6bfc4a1efb10b8f2d28241efabfaaf2
MD5 0a611fe5143b6ba65badca70be4039bb
BLAKE2b-256 a34e218d076b1f939d02b4738bd0b1044ec6898f3e21a9fe8b7c4876dd970195

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.4-cp312-cp312-linux_armv7l.whl
Algorithm Hash digest
SHA256 926a0750a5e6fb002542e80f7fa6cab8b1a2ce5513a1c24641da33e088ca4c56
MD5 4236db71e4df44bd70247c47a54efcff
BLAKE2b-256 103229329ba27ddef8d502e2c279f0beab93fb60d13c1cb7e3e6c5bf2c1ef3d7

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.65.4-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 d2b819f9ee27ed4e3e737a4f3920e337e00bc53f9e254377dd26fc7027c4d558
MD5 ff0628bdb2f49ff7881c9ce8d8809ac7
BLAKE2b-256 7412257ab1687ab913aa39330092a9816014bfcf108557f05869a4d40e01ece1

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.65.4-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 280e93356fba6058cbbfc6f91a18e958062ef1bdaf5b1caf46c615ba1ae71b5b
MD5 5f5c0fe0dffea5c50f0835a0c47c920e
BLAKE2b-256 f97587a399e96428270c9cc6700f1451d819bc8423ff242de6387a1a1f1b857e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.4-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 ade1256c98cba5a333ef54636095f2c09e6882c35f76acb04412f3b1aa3c29a5
MD5 68c52d0f1d8d545744c6ebbc19081529
BLAKE2b-256 d52e791a7c1d5582068adb87e63f291758c8c8e459b8aff0fe75f96e075ba42a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.4-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 8dc9ddc4603ec43f6238a5c95400c9a901b6d079feb824e890623da7194ff11e
MD5 069eab9cc1370395aa350c9cc9a0b102
BLAKE2b-256 13b45b60479e819889834a785dfceb67a8710e78518ac154158cf745e95fe853

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 be952436571dacc93ccc7796db06b7daf37b3b56bb97e3420e6503dccfe2f1b4
MD5 c02fd3f945ee66bf393474ed7ea8e264
BLAKE2b-256 a740086bcaa583f1c4b80c193f9269f0270fb6e5eb384cd855ec2660e1bbcc75

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.4-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 886b45b29f3793b0c2576201947258782d7e54a218fe15d4a0468d9a6e00ce17
MD5 a7278ea8f65c7d7c13e2fb1ed774e5b6
BLAKE2b-256 9d48595fa809256e09d9defbbd17a92dc7ee5d36cf7392c5cbc69eb9fa5b0daf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.4-cp311-cp311-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 abccc5d73f5988e8f512eb29341ed9ced923b586bb72e785f265131c160231d8
MD5 959a9860c134ca85e75939a1368aa627
BLAKE2b-256 40efc85c23ce58d55ae21d4812be8462cce91d2f271d8e174c862f1cb1f5a51e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.4-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 2bd672e005afab8bf0d6aad5ad659e72a06dd713020554182a66d7c0c8f47e18
MD5 efdf7b9686d984847e3037079c8f9fc4
BLAKE2b-256 9dee4ce71fac8935862bb43e4d2a30d286e3de4d9f53d0cf486daa2e379e5c8f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.4-cp311-cp311-linux_armv7l.whl
Algorithm Hash digest
SHA256 85e9c69378af02e483bc626fc19a218451b24a402bdf44c7531e4c9253fb49ef
MD5 7d54bdfc8841a2a5e66fa063f19a2931
BLAKE2b-256 a5cf969a2de144666f483a0c11aa2b33bf646689062f928bb361c57db8b7c90e

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.65.4-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 870370524eff3144304da4d1bbe901d39bdd24f858ce849b7197e530c8c8f2ec
MD5 42217534ee36455077104c8f68441d99
BLAKE2b-256 89112dab356785e1df6e0a8224c0e4d5f8587fba345c065c3e27f0ad4456bc08

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.65.4-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 66bb051881c84aa82e4f22d8ebc9d1704b2e35d7867757f0740c6ef7b902f9b1
MD5 0f964bd1bf7a6075f598bcff51975c86
BLAKE2b-256 ab779480f757114cea5f31e8101de74cddcd1dd1d4e4e3d814a5a384a21635b1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.4-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 4482a44ce7cf577a1f8082e807a5b909236bce35b3e3897f839f2fbd9ae6982d
MD5 5e0da757d116b4f8e40bbf12a49081a2
BLAKE2b-256 ffd977b7ebc1b3ac905644a4ec4ad5bb605680482c3ece5966c399bca164c874

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.4-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 ee40d058cf20e1dd4cacec9c39e9bce13fedd38ce32f9ba00f639464fcb757de
MD5 c23f154bcd595e44456b59ec3ee86aca
BLAKE2b-256 4f5a47ca58c5c275b5d1002d8a60a9544b30f6b5ca4f3689a75a6d9df890c004

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5764237d751d3031a36fafd57eb7d36fd2c10c658d2b4057c516ccf114849a3e
MD5 00ad927920bd58201ef167b871242eac
BLAKE2b-256 a557f03b02c4fad8b72539ab04b8b524782e071c89a2d9c182d60b5d9ded41d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.4-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 644a783ce604a7d7c91412bd51cf9418b942cf71896344b6dc8d55713c71ce82
MD5 038ec39b908c0f7ab35ba2442e094b6d
BLAKE2b-256 7ded070a968c69f5b8c8d943f9300b3aad78b4befa44408b0b3169370915b1c0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.4-cp310-cp310-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 d7b984a8dd975d949c2042b9b5ebcf297d6d5af57dcd47f946849ee15d3c2fb8
MD5 433ddabc8f5d8e0471a9a6c6cf8ec74d
BLAKE2b-256 d7fffa75c686920b0c83a07658d6cc665ef8ac9b0a89057ad1e91afac995ff0d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.4-cp310-cp310-macosx_12_0_universal2.whl
Algorithm Hash digest
SHA256 e4a795c02405c7dfa8affd98c14d980f4acea16ea3b539e7404c645329460e5a
MD5 d09946b94c585a7ae0f5d50e38a1b48e
BLAKE2b-256 52df9fe3671493b3ebb9a936f477749c9bb84dc2c78b3633f475594ffbd8716e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.4-cp310-cp310-linux_armv7l.whl
Algorithm Hash digest
SHA256 0e85c8766cf7f004ab01aff6a0393935a30d84388fa3c58d77849fcf27f3e98c
MD5 f2a77e36757fd274a9261af8039e40b3
BLAKE2b-256 ae481c13c0963aa714406b46739f4fa57fb467979f9f07c528cf586d270f0043

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.65.4-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 a146bc40fa78769f22e1e9ff4f110ef36ad271b79707577bf2a31e3e931141b9
MD5 c983cde3cffbdd83b7b54850e61d8adb
BLAKE2b-256 85c1514b64320820122c8f5acc116b69b5c1ba42329f6050c0e5b09f6dcfe474

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.65.4-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 0a0720299bdb2cc7306737295d56e41ce8827d5669d4a3cd870af832e3b17c4d
MD5 fa92325444e6171776496de0e6478c4e
BLAKE2b-256 8c8f2555198771997a25891c8619bc0e1023ca937f2876a041c0ba65ddf4f920

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.4-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 075f3903bc1749ace93f2b0664f72964ee5f2da5c15d4b47e0ab68e4f442c257
MD5 89af2d34d7c64bff1a90684cd86967d8
BLAKE2b-256 f3290f901894e763807cc420ab5fbcbfcb1f3797dc5a8755a399f78b5b7df0e8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.4-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 8eb485801957a486bf5de15f2c792d9f9c897a86f2f18db8f3f6795a094b4bb2
MD5 a3a4b91eeb77aa3b699ab7dc33e19c96
BLAKE2b-256 ae8745a5682482e4bba02a34dc507c82f5c96ad0e29ec388bb4f5c7b85df63dc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c9ba3e63108a8749994f02c7c0e156afb39ba5bdf755337de8e75eb685be244b
MD5 a8a0d345eebdf840f430a4c6c0ff0890
BLAKE2b-256 bce4710112ef9edd51430c99c75f306cd605b94c122403be3058cc0ef5c35d13

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.4-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 88fcabc332a4aef8bcefadc34a02e9ab9407ab975d2c7d981a8e12c1aed92aa1
MD5 d3280272fefca15ed6c97947600d9a96
BLAKE2b-256 e9c80bf10fa500316d795fa3480db4299b6b79fe998ab9942e9a376e83f4642a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.4-cp39-cp39-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 b81711bf4ec08a3710b534e8054c7dcf90f2edc22bebe11c1775a23f145595fe
MD5 52b4131f5acd3e4de0a103ccf005fe0a
BLAKE2b-256 f99dcbe5275f6a316a13a0320f47162c6f4949f50e62a3a530d0ab8905b1a209

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.4-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 b07f36faf01fca5427d4aa23645e2d492157d56c91fab7e06fe5697d7e171ad4
MD5 ac83c8fcbe6a2adcbb4e98470b2470a7
BLAKE2b-256 261565a1612e87ed05545c19fe6d919a1ee5bef07a35f4d959f66d805379e8bc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.4-cp39-cp39-linux_armv7l.whl
Algorithm Hash digest
SHA256 874acd010e60a2ec1e30d5e505b0651ab12eb968157cd244f852b27c6dbed733
MD5 732f386f1853db528c863733defcd174
BLAKE2b-256 95025a1e0d025dd831235834a0ccce2f1e9504d64a8d3a3f0881cd2a98175171

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.65.4-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 a99e6dffefd3027b438116f33ed1261c8d360f0dd4f943cb44541a2782eba72f
MD5 9262d2655297307a1a2ccc5452b6caa8
BLAKE2b-256 cda614994809e7fd722d63a2e90084ab1ad68acd8deab91e2a257b3b89eaaba9

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.65.4-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 3d1bbf7e1dd1096378bd83c83f554d3b93819b91161deaf63e03b7022a85224a
MD5 f2b937b2e622bc0cad36d15245257a9d
BLAKE2b-256 6d842332bf91c5e7383a2f0ce1a156d029a45fd8d47d93d277fb6ba194799c3b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.4-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 626319a156b1f19513156a3b0dbfe977f5f93db63ca673a0703238ebd40670d7
MD5 0a4e8937d01a73a9f95e1024bec25193
BLAKE2b-256 01e0e984462cd3f3a921f08bffecc0b3ceaecc9ff663305acd4bf77666a74107

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.4-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 e6cbdd107e56bde55c565da5fd16f08e1b4e9b0674851d7749e7f32d8645f524
MD5 4d1a2e350b673ed6363040341c1aa750
BLAKE2b-256 0f42ecb3deed988ac87b80878030b1d59fd1c0272f4dd9e87e42f8ed20fbd622

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cdb34278e4ceb224c89704cd23db0d902e5e3c1c9687ec9d7c5bb4c150f86816
MD5 aea3404ccd1ee33dfbfa567345197452
BLAKE2b-256 d127995421a82cbd7b70109c84204eb8a2bed4bf56b0797f1e8baff217df2ae6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.4-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 cf53e6247f1e2af93657e62e240e4f12e11ee0b9cef4ddcb37eab03d501ca864
MD5 e496536438817db32b0eac8324f558c9
BLAKE2b-256 4b92c40847b9815bcd5ab2ff475aa136a0434789da388444f75cf3ddc74bb7a4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.4-cp38-cp38-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 a925446e6aa12ca37114840d8550f308e29026cdc423a73da3043fd1603a6385
MD5 8af525966a9bad4fe2e98a0d81a721f9
BLAKE2b-256 93d10bfa06a80ac5742f208fd24532706159a4b827fc498ad16383a9adf914f1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.4-cp38-cp38-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 0cef8c919a3359847c357cb4314e50ed1f0cca070f828ee8f878d362fd744d52
MD5 60b7ebd3318434cdfe373d27c7f8a8b8
BLAKE2b-256 35725cc91b42ba6678b6410abe48daaab129ab0c7d3f004681be1b83bb3890e7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.4-cp38-cp38-linux_armv7l.whl
Algorithm Hash digest
SHA256 4934077b33aa6fe0b451de8b71dabde96bf2d9b4cb2b3187be86e5adebcba021
MD5 32f552e261bbc5d98b9297428ad1d4fc
BLAKE2b-256 04e4563eadc8c0c3eadb03fab27ea77f70b83b8938d1070786f7fc5388ea41e0

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