Skip to main content

HTTP/2-based RPC framework

Project description

compat_check_pypi

Package for gRPC Python.

Supported Python Versions

Python >= 3.7

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

# 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 a pkg_resources.VersionConflict when I try to install grpc

    This is likely because pip doesn’t own the offending dependency, which in turn is likely because your operating system’s package manager owns it. You’ll need to force the installation of the dependency:

    pip install --ignore-installed $OFFENDING_DEPENDENCY

    For example, if you get an error like the following:

    Traceback (most recent call last):
    File "<string>", line 17, in <module>
     ...
    File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 509, in find
      raise VersionConflict(dist, req)
    pkg_resources.VersionConflict: (six 1.8.0 (/usr/lib/python2.7/dist-packages), Requirement.parse('six>=1.10'))

    You can fix it by doing:

    sudo pip install --ignore-installed six
  • … 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.60.1.tar.gz (24.8 MB view details)

Uploaded Source

Built Distributions

grpcio-1.60.1-cp312-cp312-win_amd64.whl (3.7 MB view details)

Uploaded CPython 3.12 Windows x86-64

grpcio-1.60.1-cp312-cp312-win32.whl (3.1 MB view details)

Uploaded CPython 3.12 Windows x86

grpcio-1.60.1-cp312-cp312-musllinux_1_1_x86_64.whl (5.6 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ x86-64

grpcio-1.60.1-cp312-cp312-musllinux_1_1_i686.whl (5.9 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ i686

grpcio-1.60.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.3 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

grpcio-1.60.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (5.6 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686

grpcio-1.60.1-cp312-cp312-manylinux_2_17_aarch64.whl (5.1 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

grpcio-1.60.1-cp312-cp312-macosx_10_10_universal2.whl (9.6 MB view details)

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

grpcio-1.60.1-cp312-cp312-linux_armv7l.whl (100.6 MB view details)

Uploaded CPython 3.12

grpcio-1.60.1-cp311-cp311-win_amd64.whl (3.7 MB view details)

Uploaded CPython 3.11 Windows x86-64

grpcio-1.60.1-cp311-cp311-win32.whl (3.1 MB view details)

Uploaded CPython 3.11 Windows x86

grpcio-1.60.1-cp311-cp311-musllinux_1_1_x86_64.whl (5.6 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

grpcio-1.60.1-cp311-cp311-musllinux_1_1_i686.whl (5.9 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

grpcio-1.60.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.4 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

grpcio-1.60.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (5.6 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

grpcio-1.60.1-cp311-cp311-manylinux_2_17_aarch64.whl (5.1 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

grpcio-1.60.1-cp311-cp311-macosx_10_10_universal2.whl (9.6 MB view details)

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

grpcio-1.60.1-cp311-cp311-linux_armv7l.whl (100.1 MB view details)

Uploaded CPython 3.11

grpcio-1.60.1-cp310-cp310-win_amd64.whl (3.7 MB view details)

Uploaded CPython 3.10 Windows x86-64

grpcio-1.60.1-cp310-cp310-win32.whl (3.1 MB view details)

Uploaded CPython 3.10 Windows x86

grpcio-1.60.1-cp310-cp310-musllinux_1_1_x86_64.whl (5.6 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

grpcio-1.60.1-cp310-cp310-musllinux_1_1_i686.whl (5.9 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

grpcio-1.60.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.4 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

grpcio-1.60.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (5.6 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

grpcio-1.60.1-cp310-cp310-manylinux_2_17_aarch64.whl (5.1 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

grpcio-1.60.1-cp310-cp310-macosx_12_0_universal2.whl (9.6 MB view details)

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

grpcio-1.60.1-cp310-cp310-linux_armv7l.whl (99.9 MB view details)

Uploaded CPython 3.10

grpcio-1.60.1-cp39-cp39-win_amd64.whl (3.7 MB view details)

Uploaded CPython 3.9 Windows x86-64

grpcio-1.60.1-cp39-cp39-win32.whl (3.1 MB view details)

Uploaded CPython 3.9 Windows x86

grpcio-1.60.1-cp39-cp39-musllinux_1_1_x86_64.whl (5.6 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

grpcio-1.60.1-cp39-cp39-musllinux_1_1_i686.whl (5.9 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

grpcio-1.60.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.4 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

grpcio-1.60.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (5.6 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

grpcio-1.60.1-cp39-cp39-manylinux_2_17_aarch64.whl (5.1 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

grpcio-1.60.1-cp39-cp39-macosx_10_10_universal2.whl (9.7 MB view details)

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

grpcio-1.60.1-cp39-cp39-linux_armv7l.whl (100.0 MB view details)

Uploaded CPython 3.9

grpcio-1.60.1-cp38-cp38-win_amd64.whl (3.7 MB view details)

Uploaded CPython 3.8 Windows x86-64

grpcio-1.60.1-cp38-cp38-win32.whl (3.1 MB view details)

Uploaded CPython 3.8 Windows x86

grpcio-1.60.1-cp38-cp38-musllinux_1_1_x86_64.whl (5.6 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

grpcio-1.60.1-cp38-cp38-musllinux_1_1_i686.whl (5.9 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

grpcio-1.60.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.4 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

grpcio-1.60.1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (5.6 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

grpcio-1.60.1-cp38-cp38-manylinux_2_17_aarch64.whl (5.1 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

grpcio-1.60.1-cp38-cp38-macosx_10_10_universal2.whl (9.7 MB view details)

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

grpcio-1.60.1-cp38-cp38-linux_armv7l.whl (100.1 MB view details)

Uploaded CPython 3.8

grpcio-1.60.1-cp37-cp37m-win_amd64.whl (4.4 MB view details)

Uploaded CPython 3.7m Windows x86-64

grpcio-1.60.1-cp37-cp37m-musllinux_1_1_x86_64.whl (5.6 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ x86-64

grpcio-1.60.1-cp37-cp37m-musllinux_1_1_i686.whl (5.9 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

grpcio-1.60.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.4 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ x86-64

grpcio-1.60.1-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (5.6 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686

grpcio-1.60.1-cp37-cp37m-manylinux_2_17_aarch64.whl (5.1 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

grpcio-1.60.1-cp37-cp37m-macosx_10_10_universal2.whl (9.7 MB view details)

Uploaded CPython 3.7m macOS 10.10+ universal2 (ARM64, x86-64)

grpcio-1.60.1-cp37-cp37m-linux_armv7l.whl (99.7 MB view details)

Uploaded CPython 3.7m

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.60.1.tar.gz
Algorithm Hash digest
SHA256 dd1d3a8d1d2e50ad9b59e10aa7f07c7d1be2b367f3f2d33c5fade96ed5460962
MD5 4509a4614fe2bd15e33c55834961469c
BLAKE2b-256 7d6d919fd5886882c066122e69fbd938c1df2dc0aa22ab8de3e047c6aff5ac58

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.60.1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 3.7 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.60.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 6e490fa5f7f5326222cb9f0b78f207a2b218a14edf39602e083d5f617354306f
MD5 67a7a53d2ddbfc1d82f8e3e3e4d9e55e
BLAKE2b-256 b9564a8610864aa634ef89af3d7059e2bb0c0991e3d4b534467a7befc11c44c8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.60.1-cp312-cp312-win32.whl
  • Upload date:
  • Size: 3.1 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.60.1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 a212e5dea1a4182e40cd3e4067ee46be9d10418092ce3627475e995cca95de21
MD5 549e22d1a29d7f41bc5b94f02bbae048
BLAKE2b-256 086102954fa2051ad930c9f332b360726292923323310c673c78f3764f02df3a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.60.1-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 2f44c32aef186bbba254129cea1df08a20be414144ac3bdf0e84b24e3f3b2e05
MD5 8efab06deb44830b1c9d95838373e535
BLAKE2b-256 e2a7d6ee96361a69998acb45de9dbee7c5e8d94b934922ed60047fde96a96bd4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.60.1-cp312-cp312-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 cb0af13433dbbd1c806e671d81ec75bd324af6ef75171fd7815ca3074fe32bfe
MD5 e566cbdb539bc2709c4857e46a6ee8f5
BLAKE2b-256 114f56d59c235ce4ebcc0100578bba30c7c9d40607293cf6081ba387211bcce3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.60.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 069fe2aeee02dfd2135d562d0663fe70fbb69d5eed6eb3389042a7e963b54de8
MD5 2b3c25ddca0c93c27f92e600397033ab
BLAKE2b-256 9b249e942669f53346d4bf0849ebceaa9257fdd21e1694fade8470b6e0dd2ff8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.60.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c557e94e91a983e5b1e9c60076a8fd79fea1e7e06848eb2e48d0ccfb30f6e073
MD5 376f62ebc619955a7e5dbca1d1a6e3cf
BLAKE2b-256 66c1dc47898cd1e45a3d05e1a0a9a33366db12273c39ba1dc7663dc301b23cd2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.60.1-cp312-cp312-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 cf77f8cf2a651fbd869fbdcb4a1931464189cd210abc4cfad357f1cacc8642a6
MD5 4d070ab11dbcb349d279f2a2d295a3fc
BLAKE2b-256 9603af685a4d1b4ee8542ff5e1c7725b78fef0bc823342429142b3c19a81b6ef

See more details on using hashes here.

File details

Details for the file grpcio-1.60.1-cp312-cp312-macosx_10_10_universal2.whl.

File metadata

File hashes

Hashes for grpcio-1.60.1-cp312-cp312-macosx_10_10_universal2.whl
Algorithm Hash digest
SHA256 a731ac5cffc34dac62053e0da90f0c0b8560396a19f69d9703e88240c8f05858
MD5 4517a2f6f69806e10e7de3fbb55b2ed8
BLAKE2b-256 b8c87d23930a22ec2596cc74f047e2a0338f6fdae1fa8d452d1555acd549614d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.60.1-cp312-cp312-linux_armv7l.whl
Algorithm Hash digest
SHA256 b58b855d0071575ea9c7bc0d84a06d2edfbfccec52e9657864386381a7ce1ae9
MD5 19f3fe0a8b0f4abacb68905dcf76c01a
BLAKE2b-256 b66b541f0e68a7682c7c5c86bba148a032f5e70907a9b2f7b11bbc79f796e949

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.60.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 3.7 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.60.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 49c9b6a510e3ed8df5f6f4f3c34d7fbf2d2cae048ee90a45cd7415abab72912c
MD5 e1f5ed660d29a67443beb85ae0ee9f60
BLAKE2b-256 7b3ea22e7a0ec6be5454dc540063ac5d0843eb72a4641a0892b54b16b1438c0a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.60.1-cp311-cp311-win32.whl
  • Upload date:
  • Size: 3.1 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.60.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 a09506eb48fa5493c58f946c46754ef22f3ec0df64f2b5149373ff31fb67f3dd
MD5 214980ab7c5765a5ab0f17d6adead360
BLAKE2b-256 5fdda2d8bdac8b5c5f9b3b15738e69631dddf7d3372c978a983ee51d56bc3a9f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.60.1-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 af5ef6cfaf0d023c00002ba25d0751e5995fa0e4c9eec6cd263c30352662cbce
MD5 e00e1b2e9304f486199b77e16207613e
BLAKE2b-256 1ca37e9770256d19190635af04203597f656b17e67e292781fc176e96b416274

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.60.1-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 c71be3f86d67d8d1311c6076a4ba3b75ba5703c0b856b4e691c9097f9b1e8bd2
MD5 4197d96fb0294feaac919b1466a057f4
BLAKE2b-256 fa6a29a156cbda536a7a0b78d39bbe8d832c296d0ef751e14f8c335af4c6e921

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.60.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cba6209c96828711cb7c8fcb45ecef8c8859238baf15119daa1bef0f6c84bfe7
MD5 e7810fac15a693be90f65786b235c518
BLAKE2b-256 b8c744201b27a9be0af7f997881904ce878a09a7fe95fc2e273d2f92b7b5b373

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.60.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 91422ba785a8e7a18725b1dc40fbd88f08a5bb4c7f1b3e8739cab24b04fa8a03
MD5 801155651bd13bc0725622add80b3bf4
BLAKE2b-256 11e2fa35dc459bf6728cd427ff6b343fdea8547275a6259fd99db235b6b9e6d4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.60.1-cp311-cp311-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 8c9554ca8e26241dabe7951aa1fa03a1ba0856688ecd7e7bdbdd286ebc272e4c
MD5 3cfca5665dadf539715be8fd6cf743a0
BLAKE2b-256 f32cce6dbceff6c6009dedc53da3e5b0dfb6508fed730e9f56facd29d31a907d

See more details on using hashes here.

File details

Details for the file grpcio-1.60.1-cp311-cp311-macosx_10_10_universal2.whl.

File metadata

File hashes

Hashes for grpcio-1.60.1-cp311-cp311-macosx_10_10_universal2.whl
Algorithm Hash digest
SHA256 4eec8b8c1c2c9b7125508ff7c89d5701bf933c99d3910e446ed531cd16ad5d87
MD5 882e103739c8085989fce01246df33f7
BLAKE2b-256 ecd5c3ddb54b39ce43d21428407eb26cf9a21fd43de5e26d9733b1f173d57475

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.60.1-cp311-cp311-linux_armv7l.whl
Algorithm Hash digest
SHA256 79ae0dc785504cb1e1788758c588c711f4e4a0195d70dff53db203c95a0bd303
MD5 8c84c96b4a14ffb2adb99ad2f5f7d3e1
BLAKE2b-256 a04f2d27f7cc911675b717cd5b0e948e38b35a707a9d669b7a5691b9cb4a1311

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.60.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 3.7 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.60.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 f2212796593ad1d0235068c79836861f2201fc7137a99aa2fea7beeb3b101177
MD5 0b122529b583e3df2523f71d24bf92d3
BLAKE2b-256 80ae7fc100880e704b95b151d4259656d8b9fdea1c3e5862506c10f697e5f4de

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.60.1-cp310-cp310-win32.whl
  • Upload date:
  • Size: 3.1 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.60.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 2a6087f234cb570008a6041c8ffd1b7d657b397fdd6d26e83d72283dae3527b1
MD5 da90ee946e84f84e11d077871368c2fd
BLAKE2b-256 7b2c1b9180ab1085ad08a0541f08972f10393ba7c1aee6090066da8f48e7c8e5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.60.1-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 7d142bcd604166417929b071cd396aa13c565749a4c840d6c702727a59d835eb
MD5 ddee4d37bb6c1aaef231a7b61e244004
BLAKE2b-256 b4be5df9e04743a7c93a6fb64400afd974dfa038f5eb1ada07eac66657ecca19

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.60.1-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 9b54577032d4f235452f77a83169b6527bf4b77d73aeada97d45b2aaf1bf5ce0
MD5 11dc55d74afc6c1c6ad8458a75518b36
BLAKE2b-256 ccade26d069423832e32461f11cdf99040c9a31d2435b047563f9b8705cd2a3b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.60.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 55ccb7db5a665079d68b5c7c86359ebd5ebf31a19bc1a91c982fd622f1e31ff2
MD5 b7178eaa4ae7995e8e05651c69897abc
BLAKE2b-256 dbd48643b32c1ca0efa31b0a75b33e5750fe1597724bff684128096670eea13d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.60.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 082081e6a36b6eb5cf0fd9a897fe777dbb3802176ffd08e3ec6567edd85bc104
MD5 d7ebb5c995bf8c89c83c4c1ffe73a443
BLAKE2b-256 934707e4aab76f15a946ad66bd7f0df0a05498d68deb312cc5f25a2e4f0d8bb5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.60.1-cp310-cp310-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 fead980fbc68512dfd4e0c7b1f5754c2a8e5015a04dea454b9cada54a8423525
MD5 06aef0b36d6fb9282a3c0fe2e3f8b863
BLAKE2b-256 026338809fe7ac3c19205258881d020f9c3e70c27c54b70510cbfa0548f3bd63

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.60.1-cp310-cp310-macosx_12_0_universal2.whl
Algorithm Hash digest
SHA256 33aed0a431f5befeffd9d346b0fa44b2c01aa4aeae5ea5b2c03d3e25e0071216
MD5 b2eedcce3449c84bfa43313933f896ef
BLAKE2b-256 6d8fc4c479df7a2db3cd4da9d1423d15a9b5fcae2763cd5c78254f14c6ea3324

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.60.1-cp310-cp310-linux_armv7l.whl
Algorithm Hash digest
SHA256 14e8f2c84c0832773fb3958240c69def72357bc11392571f87b2d7b91e0bb092
MD5 c91aed11290fd5124ac2b8c61fcb56b2
BLAKE2b-256 7d3ae5aa8c16eceb4fbe3603f5e175d738e691f6d3789d0835fb2d5fd2e0bf54

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.60.1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 3.7 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.60.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 61b7199cd2a55e62e45bfb629a35b71fc2c0cb88f686a047f25b1112d3810904
MD5 fecb5c8f43e30b2ea8559555a08412ed
BLAKE2b-256 e72af895eb57eb4a6d8010df8d54874e0585abee7e13492fdd67bf4d810d1569

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.60.1-cp39-cp39-win32.whl
  • Upload date:
  • Size: 3.1 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.60.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 8d488fbdbf04283f0d20742b64968d44825617aa6717b07c006168ed16488804
MD5 35dc27f4a85c45259b419496a5145b8a
BLAKE2b-256 1985a5417340dd0d997ea793b7e5b8eac860e7cdbf5aaeb0238d6c97e073fcf7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.60.1-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 9a66f4d2a005bc78e61d805ed95dedfcb35efa84b7bba0403c6d60d13a3de2d6
MD5 981ec7d020103a726462ff109058e75f
BLAKE2b-256 4a5c5b88b03f84be39bd1f66de2446ea0cc265fc6463039f38f847f67756a7c3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.60.1-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 5a1ebbae7e2214f51b1f23b57bf98eeed2cf1ba84e4d523c48c36d5b2f8829ff
MD5 6dbbb6353c08aac963a56dde330fda60
BLAKE2b-256 824a58c43019b1104d318ed7c55fe1a21dd7f55e6cde7bb04c66eabb4c1313a2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.60.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2bb2a2911b028f01c8c64d126f6b632fcd8a9ac975aa1b3855766c94e4107180
MD5 118ac1ee6b1452a542be3d06df0336bc
BLAKE2b-256 099463ac81ac451d1de8351681a36146353e57afa1fcc897a4a67d765904e3a0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.60.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e5d97c65ea7e097056f3d1ead77040ebc236feaf7f71489383d20f3b4c28412a
MD5 435d8c1cb9f724ebb8b24c41bdabbd04
BLAKE2b-256 aa7926651d8bf6ed427da7578b739a8e63292f95d8fcbec1b823783368f618d8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.60.1-cp39-cp39-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 76eaaba891083fcbe167aa0f03363311a9f12da975b025d30e94b93ac7a765fc
MD5 89d09fcdd5960599c22bc08b271c586e
BLAKE2b-256 27e2d8fd66f9a95000024987172d2cc90163c8ac3d784e066c3f42fa97be4552

See more details on using hashes here.

File details

Details for the file grpcio-1.60.1-cp39-cp39-macosx_10_10_universal2.whl.

File metadata

File hashes

Hashes for grpcio-1.60.1-cp39-cp39-macosx_10_10_universal2.whl
Algorithm Hash digest
SHA256 660fc6b9c2a9ea3bb2a7e64ba878c98339abaf1811edca904ac85e9e662f1d73
MD5 4433007db9d53dcfc1475ae9cb4c2d87
BLAKE2b-256 b0cf52b82a8c7086cc54fc853db814ad0cf57167b72d59f05f7f05fd1d37de9c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.60.1-cp39-cp39-linux_armv7l.whl
Algorithm Hash digest
SHA256 0250a7a70b14000fa311de04b169cc7480be6c1a769b190769d347939d3232a8
MD5 e3304796f3b78196f34de8583fcd47eb
BLAKE2b-256 443ee3b4ac4913e99383cff8ca98cf0dc20defa92d0ee3ceeabaa7dc7e0da512

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.60.1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 3.7 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.60.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 c8754c75f55781515a3005063d9a05878b2cfb3cb7e41d5401ad0cf19de14872
MD5 60b82bda38090c77561422b546ec55bd
BLAKE2b-256 721559406c1bf0d7e92d6a0b062dd1cada619b248a372fc874c6cafa7ab42372

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.60.1-cp38-cp38-win32.whl
  • Upload date:
  • Size: 3.1 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.60.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 d7404cebcdb11bb5bd40bf94131faf7e9a7c10a6c60358580fe83913f360f929
MD5 9fee659f2d289330008e6ed78055454d
BLAKE2b-256 6dc577def50cc0ff474d3cf515817a0698c8e48ed4e78069d8bda646f8ed5f16

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.60.1-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 f1c3dc536b3ee124e8b24feb7533e5c70b9f2ef833e3b2e5513b2897fd46763a
MD5 65283e0dc3eed01881ace710222e0d37
BLAKE2b-256 90aeb97842fd5abbe2d6b168e12f6a8613d1dfaec77160d57e8d4852ea219f23

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.60.1-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 0c5807e9152eff15f1d48f6b9ad3749196f79a4a050469d99eecb679be592acc
MD5 a154bad231c1d88b1f345401673723c1
BLAKE2b-256 e1840a806b4c81bcdcd19476c5c67b76dc9444b4bfb00c153b32ab7db08428f7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.60.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 30e980cd6db1088c144b92fe376747328d5554bc7960ce583ec7b7d81cd47287
MD5 56f2c57346a2a60e77abb32f67b229df
BLAKE2b-256 55ccc740ded30bb6749122a1e30934a55d9220d1819c0cab43c8fdb2d9baad03

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.60.1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9b106bc52e7f28170e624ba61cc7dc6829566e535a6ec68528f8e1afbed1c41f
MD5 e47168acd9c5ace3f17cc797fe660ee1
BLAKE2b-256 9032d87c11cf0360c1a5442a985aef1890344b7a2b187b8cdb8e53245b168d8c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.60.1-cp38-cp38-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 70c83bb530572917be20c21f3b6be92cd86b9aecb44b0c18b1d3b2cc3ae47df0
MD5 97b692b0cecd1c85458125c1b57a2a72
BLAKE2b-256 a480bee9f5ee81f6eaad9fcdf8c3ec7e4f5c9d583f5c058e7f83913f74f7c683

See more details on using hashes here.

File details

Details for the file grpcio-1.60.1-cp38-cp38-macosx_10_10_universal2.whl.

File metadata

File hashes

Hashes for grpcio-1.60.1-cp38-cp38-macosx_10_10_universal2.whl
Algorithm Hash digest
SHA256 bc808924470643b82b14fe121923c30ec211d8c693e747eba8a7414bc4351a23
MD5 45f5253fd0f90cd4f19c704adf94d084
BLAKE2b-256 66b6361efeffe2575d1f2a8c114571544fa82212ab47bb06c24bc5e810d9fd67

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.60.1-cp38-cp38-linux_armv7l.whl
Algorithm Hash digest
SHA256 6d140bdeb26cad8b93c1455fa00573c05592793c32053d6e0016ce05ba267549
MD5 01631321ecba04e96e9b91f590ca6bd9
BLAKE2b-256 799e693401e2d7524962be7f58e4d5196027005cf908159646cbd2a07815c5dd

See more details on using hashes here.

File details

Details for the file grpcio-1.60.1-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: grpcio-1.60.1-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 4.4 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.9

File hashes

Hashes for grpcio-1.60.1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 50d56280b482875d1f9128ce596e59031a226a8b84bec88cb2bf76c289f5d0de
MD5 1820e43bf1886e8107e074fc0ad189e5
BLAKE2b-256 bfdbafa6b9e3f74a63841c5b8d73d42aa7c324598c8bbdcafef417ce5eb263f3

See more details on using hashes here.

File details

Details for the file grpcio-1.60.1-cp37-cp37m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for grpcio-1.60.1-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 72153a0d2e425f45b884540a61c6639436ddafa1829a42056aa5764b84108b8e
MD5 898ec1fd45048c9848823cc6d1aa7018
BLAKE2b-256 149bd88ec4c9c98413a082ef86b159d861125377fed11bf8cec15ceae65be20d

See more details on using hashes here.

File details

Details for the file grpcio-1.60.1-cp37-cp37m-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for grpcio-1.60.1-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 39aa848794b887120b1d35b1b994e445cc028ff602ef267f87c38122c1add50d
MD5 2ff1b4cf304e4456780808d25d524456
BLAKE2b-256 3a996b3daa613f2c054ef6d1346eb003a143dcd56edf08e6d910f63e94741313

See more details on using hashes here.

File details

Details for the file grpcio-1.60.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for grpcio-1.60.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 53b69e79d00f78c81eecfb38f4516080dc7f36a198b6b37b928f1c13b3c063e9
MD5 37074b2b780a0da62018a283ef9a685f
BLAKE2b-256 136dfd2e714a9acf73b6187d14ad47595762b53ade8975428a2f07667a12739e

See more details on using hashes here.

File details

Details for the file grpcio-1.60.1-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for grpcio-1.60.1-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 33bdea30dcfd4f87b045d404388469eb48a48c33a6195a043d116ed1b9a0196c
MD5 ffa2359f69c487a573727c55a959c681
BLAKE2b-256 5f2941eedded8f700ea477739db541a19df339e71ee851861343edca65ed55ee

See more details on using hashes here.

File details

Details for the file grpcio-1.60.1-cp37-cp37m-manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for grpcio-1.60.1-cp37-cp37m-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 6ecf21d20d02d1733e9c820fb5c114c749d888704a7ec824b545c12e78734d1c
MD5 bea416a8d649dee982a11a72264ead84
BLAKE2b-256 2723db3bd060cd4512bf15bd493646906610deea5893f8130713f0e4461176b5

See more details on using hashes here.

File details

Details for the file grpcio-1.60.1-cp37-cp37m-macosx_10_10_universal2.whl.

File metadata

File hashes

Hashes for grpcio-1.60.1-cp37-cp37m-macosx_10_10_universal2.whl
Algorithm Hash digest
SHA256 73e14acd3d4247169955fae8fb103a2b900cfad21d0c35f0dcd0fdd54cd60367
MD5 8a220fbca49036530519f80fe0581358
BLAKE2b-256 3da7f7f3fffc17a59d3b5f6e3fb6157e6bc6cabc9c5305d700876eb77387a6c1

See more details on using hashes here.

File details

Details for the file grpcio-1.60.1-cp37-cp37m-linux_armv7l.whl.

File metadata

File hashes

Hashes for grpcio-1.60.1-cp37-cp37m-linux_armv7l.whl
Algorithm Hash digest
SHA256 4216e67ad9a4769117433814956031cb300f85edc855252a645a9a724b3b6594
MD5 ee9bdea6b219245943bafd062d1d1b67
BLAKE2b-256 3b7a7d52e067dea2c62a70e41d4c6e0c9e4a6cd7535a05b15d6fd7496f52df18

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