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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.12 Windows x86-64

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

Uploaded CPython 3.12 Windows x86

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

Uploaded CPython 3.12 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.12

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

Uploaded CPython 3.11 Windows x86-64

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

Uploaded CPython 3.11 Windows x86

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

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

grpcio-1.65.5-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.5-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.5-cp311-cp311-manylinux_2_17_aarch64.whl (5.4 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.11

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

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

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

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

grpcio-1.65.5-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.5-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.5-cp310-cp310-manylinux_2_17_aarch64.whl (5.4 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.10

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

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

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.9

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.8

File details

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

File metadata

  • Download URL: grpcio-1.65.5.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.65.5.tar.gz
Algorithm Hash digest
SHA256 ec6f219fb5d677a522b0deaf43cea6697b16f338cb68d009e30930c4aa0d2209
MD5 05c589fa1b4645e13d95b3bc96d6ad42
BLAKE2b-256 6cd81d8f1640649808db79b689d65b03556077d5504baad5ea64b167a5adedad

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.65.5-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 238a625f391a1b9f5f069bdc5930f4fd71b74426bea52196fc7b83f51fa97d34
MD5 eb64eb9a4773ea7ba90a39df2fb7aafc
BLAKE2b-256 3e72bd4c82ac27dd84ab39e33ab445be1157fe9b1d659dda6355079b479053dd

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.65.5-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 f5b5970341359341d0e4c789da7568264b2a89cd976c05ea476036852b5950cd
MD5 dc040fe9c8d68ec1249cba15876d145f
BLAKE2b-256 8c229c8084ccd67d27f4119f3ca6fd74408a4fceaf73536eca9811594baf5b86

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.5-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 8e5c4c15ac3fe1eb68e46bc51e66ad29be887479f231f8237cf8416058bf0cc1
MD5 0e1a31c62161de71027fe09f5e515141
BLAKE2b-256 40ce340d07e224ac802011f8fcf1e03e73f45927ed7aa8be86ed4ea62ec99f94

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.5-cp312-cp312-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 b8270b15b99781461b244f5c81d5c2bc9696ab9189fb5ff86c841417fb3b39fe
MD5 50b1c01f8fa6b37070cde66da0f0a16d
BLAKE2b-256 87a2b2896199638a94a55d87aaaabe77a04eb59a4a73f420791ae3822ec7a714

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c97962720489ef31b5ad8a916e22bc31bba3664e063fb9f6702dce056d4aa61b
MD5 c8d7b7ed57ac0d7ad8e1adab7ab78bba
BLAKE2b-256 443f0151cd08156be773884c7a0f0e22daecdb71fe009a5decf3f1abe1e35159

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.5-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 078038e150a897e5e402ed3d57f1d31ebf604cbed80f595bd281b5da40762a92
MD5 4b3da192560ae5d30cb00e5bf859a86f
BLAKE2b-256 270db7be8fffa0c3d721c8ab3553745aa880849c60b2a2a7da0da625f4c4fbaf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.5-cp312-cp312-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 89c00a18801b1ed9cc441e29b521c354725d4af38c127981f2c950c796a09b6e
MD5 aabeff463d67f29fd9b5a9222968be34
BLAKE2b-256 b8e476fbbc753e8925e7779045e63896cf177f39b2b9419ee64910de4b055376

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.5-cp312-cp312-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 76991b7a6fb98630a3328839755181ce7c1aa2b1842aa085fd4198f0e5198960
MD5 96c2707f7116c25a03e8baea208b3fd7
BLAKE2b-256 6b8c35a8d0f7135dbeb87f522ec743cd06423dba8eaec6c891f9466b0f46284c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.5-cp312-cp312-linux_armv7l.whl
Algorithm Hash digest
SHA256 ee6ed64a27588a2c94e8fa84fe8f3b5c89427d4d69c37690903d428ec61ca7e4
MD5 ae19892b4880f5f82c6471dbc9ded4c9
BLAKE2b-256 7500079c2c8ca6b92f595937aacd256f8b0e94bb750a4d313b0249a8603aaa67

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.65.5-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 11f8b16121768c1cb99d7dcb84e01510e60e6a206bf9123e134118802486f035
MD5 e722dbc2ecfe50620efcb76137ca7cc4
BLAKE2b-256 f024d87cfae0e8cc73532221892b414bf0ffc9fe8b84ac6bea5b6be5045963ae

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.65.5-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 84c901cdec16a092099f251ef3360d15e29ef59772150fa261d94573612539b5
MD5 fd05e88287508dc5e854b8b265e31c0f
BLAKE2b-256 ac9085e229a7d1ce432d42566f3340a16055c30066debbd31a58c53b971df7d6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.5-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 1c4caafe71aef4dabf53274bbf4affd6df651e9f80beedd6b8e08ff438ed3260
MD5 42629ffe293a59eade16dd0552b5e880
BLAKE2b-256 ac6e9158f50864a26da29343269d4b8e3c79a934b081f05b62ee296205f6ba85

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.5-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 05f02d68fc720e085f061b704ee653b181e6d5abfe315daef085719728d3d1fd
MD5 aa69436a3843914373e3a7533d20c818
BLAKE2b-256 6b61f1281d7a3b2e42b3f924773b81e340340fc81fde51af4f9702be97af44af

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c3655139d7be213c32c79ef6fb2367cae28e56ef68e39b1961c43214b457f257
MD5 db4569483bb533fe83faeda0b12cab68
BLAKE2b-256 996ad9021f91eacf30e6410f4d1809517a950f0e8b9ccd9f1a0afa05b0d1c07c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.5-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0b2944390a496567de9e70418f3742b477d85d8ca065afa90432edc91b4bb8ad
MD5 ff6a4b7703f700bdc10e79f73e60119e
BLAKE2b-256 e532e65418aa0e330e019988bf0fac3cb3fa4b93cf2c6668b11067116a3b3a6e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.5-cp311-cp311-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 a80e9a5e3f93c54f5eb82a3825ea1fc4965b2fa0026db2abfecb139a5c4ecdf1
MD5 f5eab4b7264be8c265576c752db79e31
BLAKE2b-256 2d5a2fdd707bf1415ac6b18141893f38bfd0d1603903dbea0ed08cbf595e2ad6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.5-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 a2f80510f99f82d4eb825849c486df703f50652cea21c189eacc2b84f2bde764
MD5 39a5014f271a4538c84b56f9fbfd120c
BLAKE2b-256 a58a773ec9ea43b18b7ba0ed131dcb8ed13958b3a87762d966e3e6275961b968

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.5-cp311-cp311-linux_armv7l.whl
Algorithm Hash digest
SHA256 3207ae60d07e5282c134b6e02f9271a2cb523c6d7a346c6315211fe2bf8d61ed
MD5 0bb281256009e96234d84a25d55a5ffc
BLAKE2b-256 4a018b8ccc747e0a7572631afe0ad86dafb5e252e045e1bf35d299b8baa80078

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.65.5-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 bc74f3f745c37e2c5685c9d2a2d5a94de00f286963f5213f763ae137bf4f2358
MD5 df2daf4738ac282990dfacd723d366fe
BLAKE2b-256 b467000a50422bfe49c21a148eaa0908a910b129a0856b198bc3a3bddef82749

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.65.5-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 1cbc208edb9acf1cc339396a1a36b83796939be52f34e591c90292045b579fbf
MD5 840b3a1b0ce462bdae573d66d1f553cc
BLAKE2b-256 36c14185d39ef28ac58688fd203274ca71df176ca367fb6c1f245b4d7921dce3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.5-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 33158e56c6378063923c417e9fbdb28660b6e0e2835af42e67f5a7793f587af7
MD5 626d65333de61022d146842e04de4d7c
BLAKE2b-256 2edc442c4405221eb1d241ee17327d2da0040c2a97f0e186801790b9e2016abd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.5-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 fe6505376f5b00bb008e4e1418152e3ad3d954b629da286c7913ff3cfc0ff740
MD5 17e063a373e406c3b74525825ec0906a
BLAKE2b-256 ef5f36e1d42b444ced845d6ca1b3a8ef030dc09105d6dc58de47452946753719

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 32d60e18ff7c34fe3f6db3d35ad5c6dc99f5b43ff3982cb26fad4174462d10b1
MD5 37474db5d33088c537434af0b1110755
BLAKE2b-256 b3ae4532385766760e3d57f8c7c81ce9e11862b247eb9d6dae90c85d094f541c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.5-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f17f9fa2d947dbfaca01b3ab2c62eefa8240131fdc67b924eb42ce6032e3e5c1
MD5 ffd901d9130c9051e381366e35024b86
BLAKE2b-256 4f726a0cfabb9b104de49abdb729cb7dc60d284b310e6bd2c9327eaaf6e9b674

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.5-cp310-cp310-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 f79c87c114bf37adf408026b9e2e333fe9ff31dfc9648f6f80776c513145c813
MD5 ba704d944201e39977e022f633ceda7a
BLAKE2b-256 7c17f437a1596bc9f98d3d921c53359412172e60f35d39fd15b1973e96e78b81

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.5-cp310-cp310-macosx_12_0_universal2.whl
Algorithm Hash digest
SHA256 a70a20eed87bba647a38bedd93b3ce7db64b3f0e8e0952315237f7f5ca97b02d
MD5 b62b1286b10af22133a52cb24f1e23c7
BLAKE2b-256 26232d412be541758d4ce0006a5437d1e19113e76ded0d6a0f6976af71adbae6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.5-cp310-cp310-linux_armv7l.whl
Algorithm Hash digest
SHA256 b67d450f1e008fedcd81e097a3a400a711d8be1a8b20f852a7b8a73fead50fe3
MD5 6fb064bafbb9f012710eee2eabc677e6
BLAKE2b-256 07d5428d8f96b377c6f06def1283b3f267bfb8eaec822b7b76d4c85793d58193

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.65.5-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 55714ea852396ec9568f45f487639945ab674de83c12bea19d5ddbc3ae41ada3
MD5 a8ffbc6300c84d7adcb8a1cde570599d
BLAKE2b-256 6fea7eba953d57b4ccd775cb1f63b9344cb52f6fb19e0f69114dc3095557c68e

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.65.5-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 7a412959aa5f08c5ac04aa7b7c3c041f5e4298cadd4fcc2acff195b56d185ebc
MD5 c43519079172d7556b31ca50d4116b6c
BLAKE2b-256 e93a932ec64ebe72e45d889031720533830cea62e00f33ca633d42e871619291

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.5-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 8da58ff80bc4556cf29bc03f5fff1f03b8387d6aaa7b852af9eb65b2cf833be4
MD5 c175af79ddd70e9d2381b2810a86a089
BLAKE2b-256 a9d6dd9c470df827ee3579584a56ddff950aef19312825486116ccaedc90141a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.5-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 2b91ce647b6307f25650872454a4d02a2801f26a475f90d0b91ed8110baae589
MD5 5e0303d252430ed4ec759210e51282c1
BLAKE2b-256 0b76dadee3233bb568689600205521928d3a1f19f4d9270b89153988a464943f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d750e9330eb14236ca11b78d0c494eed13d6a95eb55472298f0e547c165ee324
MD5 f58889509cad36b6fea679276fe33dbd
BLAKE2b-256 08db31cf32c22b563ed917073da39af84c296c1c3820caefebe1470bb19ba50c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.5-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d3a9e35bcb045e39d7cac30464c285389b9a816ac2067e4884ad2c02e709ef8e
MD5 ce7afce6fc0e23e3547d3510c6a59f97
BLAKE2b-256 74043b6f9cf1c9c4946b2dfa9ec08efb128a8b34708706f47369e95ce8da6ae9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.5-cp39-cp39-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 ec71fc5b39821ad7d80db7473c8f8c2910f3382f0ddadfbcfc2c6c437107eb67
MD5 4aa2b61dadbdfece98e6fa1297280a22
BLAKE2b-256 d2892331578f21ff1d5451ecccd74a8850770ab12fa738ce68e5983d732762ab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.5-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 cabd706183ee08d8026a015af5819a0b3a8959bdc9d1f6fdacd1810f09200f2a
MD5 a974bf2d32e1bdb34c9e5854fda96f24
BLAKE2b-256 53da910aea064f059c03db55abf5f1052199fae15008c2214454fc56ede0aeb5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.5-cp39-cp39-linux_armv7l.whl
Algorithm Hash digest
SHA256 ab5ec837d8cee8dbce9ef6386125f119b231e4333cc6b6d57b6c5c7c82a72331
MD5 f14b2e441ac63298da2e4905f2b79423
BLAKE2b-256 1f214794c9aabc3db3629442961de62fc30c0efc9ebef8292123ae9bf06d4326

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.65.5-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 770bd4bd721961f6dd8049bc27338564ba8739913f77c0f381a9815e465ff965
MD5 0976a5aa1f421296e7fdfb667b7ea714
BLAKE2b-256 31d5b369e9ee8ee9dfffd68aecd0f528ab030b6aae88804c2f122f8ef2f9d727

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.65.5-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 85ae8f8517d5bcc21fb07dbf791e94ed84cc28f84c903cdc2bd7eaeb437c8f45
MD5 a5f4cd282164a4c567b14adfe8c0cab1
BLAKE2b-256 7ce3f067e3949dfd638baa99defaa5d639c272e4249bf4d00d6ef6083aa576c5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.5-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 47d0aaaab82823f0aa6adea5184350b46e2252e13a42a942db84da5b733f2e05
MD5 14fd6f0b0f168dfbcbe085075af6445d
BLAKE2b-256 2c0f7e9910c5b9118a2211f5038525358e9046fa7be0289039bf6a7ccc676dc6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.5-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 2a6d8169812932feac514b420daffae8ab8e36f90f3122b94ae767e633296b17
MD5 7ea6c93c6cf4182efeeab3ec052dd2ec
BLAKE2b-256 566b74488cec170b9dab56fc645e63632bcf003e036671b3b7a17fc406b00019

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a101696f9ece90a0829988ff72f1b1ea2358f3df035bdf6d675dd8b60c2c0894
MD5 1b260f17a3bf6b5e5087e80d3029adfe
BLAKE2b-256 c07ea0a3513bdb55d956847c9fefba7e9afeb6aabf359e1e4a2398efb1134803

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.5-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 fa36dd8496d3af0d40165252a669fa4f6fd2db4b4026b9a9411cbf060b9d6a15
MD5 fefca37087a557bb04515c4034a80056
BLAKE2b-256 cc49aa136626635aab961365881d7aacd3921d97e1cbf55dd21b1bbd48f1c650

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.5-cp38-cp38-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 b7ca419f1462390851eec395b2089aad1e49546b52d4e2c972ceb76da69b10f8
MD5 f479fe73261bf70764df25ba40c910cc
BLAKE2b-256 87e6155589dc3b2037980d3036575ceb9d6631aa73a384694a6cc5758fc7c06d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.5-cp38-cp38-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 d7df567b67d16d4177835a68d3f767bbcbad04da9dfb52cbd19171f430c898bd
MD5 e077ab246e61cde4412001d7c654b43f
BLAKE2b-256 e4481e8f0a0f1fd28ae753641d80c904998ed77ac0203cfface88be07a839b62

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.5-cp38-cp38-linux_armv7l.whl
Algorithm Hash digest
SHA256 6c4e62bcf297a1568f627f39576dbfc27f1e5338a691c6dd5dd6b3979da51d1c
MD5 5f610fa2f284a1da279c794f06c870e5
BLAKE2b-256 bc1703b2c8338fb2283364c5b1924fb75bebe9f59422ab02ea7fc4c7f21fca51

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 Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page