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

Uploaded Source

Built Distributions

grpcio-1.60.2-cp312-cp312-win_amd64.whl (3.6 MB view details)

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

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

Uploaded CPython 3.12musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.12musllinux: musl 1.1+ i686

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

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

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

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

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

Uploaded CPython 3.12

grpcio-1.60.2-cp311-cp311-win_amd64.whl (3.6 MB view details)

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

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

Uploaded CPython 3.11musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.11musllinux: musl 1.1+ i686

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

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

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

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

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

Uploaded CPython 3.11

grpcio-1.60.2-cp310-cp310-win_amd64.whl (3.6 MB view details)

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

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

Uploaded CPython 3.10musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.10musllinux: musl 1.1+ i686

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

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

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

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

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

Uploaded CPython 3.10

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

Uploaded CPython 3.9Windows x86-64

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

Uploaded CPython 3.9Windows x86

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

Uploaded CPython 3.9musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.9musllinux: musl 1.1+ i686

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

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

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

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

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

Uploaded CPython 3.9

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

Uploaded CPython 3.8Windows x86-64

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

Uploaded CPython 3.8Windows x86

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

Uploaded CPython 3.8musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.8musllinux: musl 1.1+ i686

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

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.8manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

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

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

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

Uploaded CPython 3.8

grpcio-1.60.2-cp37-cp37m-win_amd64.whl (4.3 MB view details)

Uploaded CPython 3.7mWindows x86-64

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

Uploaded CPython 3.7mmusllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.7mmusllinux: musl 1.1+ i686

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

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.7mmanylinux: glibc 2.17+ i686

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

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARM64

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

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

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

Uploaded CPython 3.7m

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.60.2.tar.gz
Algorithm Hash digest
SHA256 595264cd4ba6a989d6a56cfa72ac34198ba696ab33d06ee223ad55a7d3c06105
MD5 e63c95b1e48a5ea148f513a4741c7017
BLAKE2b-256 728d4dc1f9b00cc2b2cfdcf11d514c55123e11a0c535eb7432286f266581b736

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.60.2-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 3.6 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.60.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 8f760e7e26b04bef2327a07facc35c6196e5d17a7e9a22aaa5c7f3b83a801dad
MD5 dd21bda3f2c5fa2214da7346faf5edb3
BLAKE2b-256 bc59e76638bfb611a942011bf3a924e7fdbead74f61806763a4b7fafcedbefec

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.60.2-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.11.9

File hashes

Hashes for grpcio-1.60.2-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 380834c7e1c0d747c1b6d36c6f3ccaab5ce018792647fb0e46b0b8af455d56b3
MD5 2b95865e6ef73d64fd48f499a343973f
BLAKE2b-256 8004e78796560d966de1880473adafd89cfca23dd1676fbb35c52a339f7ffef3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.60.2-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 b9186981a9e8a2fc1cb9d7767d4e7ef3eef6604fd7429ca14b45daa6c1c41a8a
MD5 8d4a7f4945ee1187a7c9bab2396543dd
BLAKE2b-256 4877c70515935008855e1c768904d5ae567c0048b606477b6273d31b3492314b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.60.2-cp312-cp312-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 1e1db0e5b99ac20111ac2844c58cbdd4fcd55c2d9706a45200f02524858c3bd5
MD5 13967d5ed8cf5fd494c47cba82eee46f
BLAKE2b-256 5b602a0b47db613584149a7c178697e0b98ff5dfc608e6cc9735ca421e81c39d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.60.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c22253ef0f8b3a0abb43bab65852950517ae476734ba1dac0201bb23ea395498
MD5 c247b1bf04591226ba30058f4140fc1b
BLAKE2b-256 47bbeceeba8f195a56b023efb8ef75ba6d78907b3b93038330a3d33ea9f97ac0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.60.2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9fa0899b6d32e7453f0e40c3a27a89a8638c4b44361872fce7cc4501c1777b46
MD5 d02792b580c5ec4ff4566677c1b774d7
BLAKE2b-256 ce773fa88f0308284836c13b9cda3c5619922245a086fb26d0ca8c3a38955fb2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.60.2-cp312-cp312-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 19ed5d1771beeb02bf3d9957ccfd62a7d96bc2d6bb2c17608ec7465914d80f06
MD5 39b1db45767c8da03811137245edc447
BLAKE2b-256 9f9545edfa940352ade9b467a78d81422d75b8c983639145d9890e52c55d3052

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.60.2-cp312-cp312-macosx_10_10_universal2.whl
Algorithm Hash digest
SHA256 f48123867cebdb4b23135742e6b7169a1355f3b0fdd582a01048dca83e8dfe3b
MD5 d11e328b378fdb6d7c0bc91ffefafa6c
BLAKE2b-256 b580d9c5ed3317aed1b5c3634f77c12e40164b8469d327b68ba50d3313da7798

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.60.2-cp312-cp312-linux_armv7l.whl
Algorithm Hash digest
SHA256 f0a94185bd36ffe037d42650eba01f8d346fdeaea2983bf10286182cf500cf30
MD5 d4e616675c68f6726d5a1d7f15b110af
BLAKE2b-256 01dfa376792c4e0c95c7d5d4a8e274033fde97c7d2584053a78aaa75cbb574a0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.60.2-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 3.6 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.60.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 0adf7136758b51d2c5816e99f6642f5055118e60b9069cbc65adf9dc6e1405fd
MD5 8c7caa656b78aa184d67427de0d23fd2
BLAKE2b-256 f6c5317ee731dce4b20d8e5a3f77e214d7162b583d8d2f8b41ac8680682359aa

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.60.2-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.11.9

File hashes

Hashes for grpcio-1.60.2-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 cbebbf033e2d6e8b53fc30876c132d6fb231ff24111af261f31ed85b3bfa7e4b
MD5 7516d72057e022190b36c5a6785b224f
BLAKE2b-256 b24cb75e75deecd4bccb5482ce590bdc0da213e50dfa25fb6f935158baea6f67

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.60.2-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 efbb311e24ce03da402b48ce12b9c73e83e38ea69f54089a122739d027a415ae
MD5 6b8a1c7afdb0d10297e47a8e535b4903
BLAKE2b-256 a2dad787e079122723889824f67f31ec3e74b451da980e7dbbff48ce5df48d21

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.60.2-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 94c23eb89dde0a5a0a34a9aedbda039ed26c38d93e460d44dc9990d1ba610115
MD5 8728a16daa845ec7f7bc9af08edd1320
BLAKE2b-256 1efa27244cd045ec93f72cb52971a5821859af5e3879fc9a7b1a57886b998525

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.60.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 25bad53f8e45aa937636afd21b3c6bc6b4e2577ef5f6eb93988881683b43ee8d
MD5 eba0ab067200d116e0bd8104950d7202
BLAKE2b-256 0fa047292c55296d2b2ac94c654c2aa43451aae1548847feabb8ad9f0701c8c1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.60.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1ae6ef779078f9aea2ee65272a52c3e411a30ae427a1c43699741617c32d6279
MD5 8de734979725a6df9859afd09e72a37a
BLAKE2b-256 7c8594cce4007574cff41704119f4f2b43a7aa2b563bfa06ab4b60e127a838eb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.60.2-cp311-cp311-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 152bab3f33fa162c1aa6b404c48e5c466979b544c2d5ae163297f1d5cdf4a1ba
MD5 4149030c414bf1a43efa3af646222b34
BLAKE2b-256 af169d4fca20ed773d0231f7ce77f98944bc1c127ffd7336dc4a92b42237cce5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.60.2-cp311-cp311-macosx_10_10_universal2.whl
Algorithm Hash digest
SHA256 cf51071a6f0f9bb654348f8a7d608eafdb75f768af1dc97975daa824f4f341b1
MD5 3e2cf83c48835d7f208995263a202762
BLAKE2b-256 5a2ad3c0bbb0dcfbb0e2d7f5b1b8cd5a54f8116fa090e6de886865092b77c683

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.60.2-cp311-cp311-linux_armv7l.whl
Algorithm Hash digest
SHA256 8b9d2c0604be5306aa1ea5476432015777c5d57145062e57a3ba2ab76f0fa4f6
MD5 5589525496876d515ea5d33420e8692a
BLAKE2b-256 752ace593b15bf5064237c93b945a87593463390e74650897d10dbce4820191e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.60.2-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 3.6 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.60.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 7b1a3775f02e3c5ea09b1eb07b66da9ae6c576e24077e70ddadfe83c69996ad9
MD5 1d4273859472da95f81922d26918ed90
BLAKE2b-256 677c0bffb9592bb18cae215844445162f6987702800e9c28f38cd8dd73f31238

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.60.2-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.11.9

File hashes

Hashes for grpcio-1.60.2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 d3634bf34da305f59a02e3447a49ef3b1c5a39de031a0018677b6ff807eeb9b1
MD5 8b27a9e0b1cba7b91bbeb6023c3f3e59
BLAKE2b-256 ec5e044ff4060a6d62ecee35fe3cc707ac4fdc5937b97d8ad5670ca73ec52759

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.60.2-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 4ceef5fa235a3b2cdbad82334afa3842ae64ad1605894fd75f083551be2cae21
MD5 2a6e50dc7b88553826a1a05fdee479be
BLAKE2b-256 2972b837b16298e21250e764ff0f4387d5ae67e50ec989a877e8fad3c22898c9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.60.2-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 38de5f564a6a59ef3ef4179beb7d04b0e7d142e70d184144a7c037da42148234
MD5 a4fb807387ac2b03b6171c77d637c591
BLAKE2b-256 d15fcba57bb9d8273135b506c3c49536bab9bf668613c9d6e5b9a466d68315fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.60.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 20948a2c1bc6557a8e86733f31800ecfc8217bce80580d736c591deb1d11c902
MD5 a7dd3bf27d4475d40d741d81a30fc9f6
BLAKE2b-256 2ab0ca491fc7b6ff0ec2966ee7139befb246dbf04abbfe9be2fc991cf4becb7d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.60.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 dfa22d8e88f897cea15328beb978ac178aa0212a65b3db318e4aed6600ffa5ca
MD5 9f73abe8127e18a4b2bb50f66b08edb7
BLAKE2b-256 5e7f2822f37e9c1e59add42bed8b0663bfe2f678b65560510a4cb4cbaecf039c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.60.2-cp310-cp310-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 26a14ef7b5308f1d939984d680f6addaad9582d92888f4e8e0f9de468477e648
MD5 fd439602073408e0aa1164a8b2baa72a
BLAKE2b-256 581507f1fd204ce24f4fbd97088d4df1a5692f9f3ec60c7ff403b1832f1cf761

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.60.2-cp310-cp310-macosx_12_0_universal2.whl
Algorithm Hash digest
SHA256 575f0639baccb8b7fad8b7d25f8d5d712eaed7a070df1600015e3b8865ec0ee8
MD5 fd849fdff6e075e2bb31042dde21404a
BLAKE2b-256 5ee58f3c8bbb09c03864ea2e8e932ea931029393d471795e0f17cfd4a91f5f14

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.60.2-cp310-cp310-linux_armv7l.whl
Algorithm Hash digest
SHA256 2fe41ed7506725ef9f5b65eab98ff03a42b3faa4ce0cff4a1a951595f517d77d
MD5 c52e25c144f37c4fbb9812469337508b
BLAKE2b-256 277fb0f3dda7875c6b53de3ac69ce375510367c4726a7912e6dda3a511277b99

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.60.2-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.11.9

File hashes

Hashes for grpcio-1.60.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 5bbecd71d269cd32853af8153426c9eae76be82844ff2e5ae185d2fa95dadd61
MD5 9fb3c550bf8a317f631e27bb57c75ecd
BLAKE2b-256 f27e75aab1397157d9d9fca4a2548fbd1f7888f29aa8bd5cab1ef4a55313aae8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.60.2-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.11.9

File hashes

Hashes for grpcio-1.60.2-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 96821dac4d58b179d67b27922553fd3b47ba4adf10ba66bdbedb4e6f44c0d018
MD5 678fc5629366a8f9c79af3219b6c2f32
BLAKE2b-256 89cb669408f920c48f849efa858263164b1f16d53f2a19f4dfaae67d248311fd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.60.2-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 c9c7f7ceb9a61ab86e53a697a8895df536ffc9bc353f6dd698b54dd9181040c7
MD5 a3d42dc22f50d036ca870a47b6e0ee56
BLAKE2b-256 f3843bb24811f31053b5b92406cafff957e4a845659808bd2b87e6a928ee9da6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.60.2-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 0a96a698404b0539c411234a7af779e9b99cf5c6d4c054d22747250955479e56
MD5 d09f106b7cef29dd7349b17ac8ee3109
BLAKE2b-256 4632bef34116c85986653fcb628e6b83ad82d8c150c14f7b6ddd4d2a72832a3a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.60.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9d5df077efcc101eca7accfddb98a847f6b2443a9e56d9205baefdfc9a39d56c
MD5 a383012e6dec361018c8435f2d53a20d
BLAKE2b-256 2e391e4a83392d62c4985876d9f15133bc6d46ff68957e09d64b0adc41748690

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.60.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 50c8a675fd9f9643e3fc5a4948b6c0c687039a354da4ea0c9664d5c608baa10b
MD5 43c665aac97d82c3e6ffd2607e173515
BLAKE2b-256 cf429d3cf366ffd3480dd395ebe8e70a598896e709b5eb8c546e72aba82fcfe6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.60.2-cp39-cp39-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 0eee046b7ed6f5b1460dfa4b57713fd1e2f215bbfbf479e22c10d93de4a49f67
MD5 a175db2bb1d2d1ed924e599060e82def
BLAKE2b-256 b1bb1196f6f7a48ef90a5ab3a0524a072e2360692eb91280eb41320bc8447690

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.60.2-cp39-cp39-macosx_10_10_universal2.whl
Algorithm Hash digest
SHA256 d5afeb7cc4ce25974422e24f079f2c745563e3d442e7797b1a4a0d2126d7bfb4
MD5 e0ff63eff84f15d766f285e401225fca
BLAKE2b-256 17664c1ddd5d9ae4d8a57c309695d96dbc0593b569b760b238a7cc5257cb024d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.60.2-cp39-cp39-linux_armv7l.whl
Algorithm Hash digest
SHA256 225caeed6a1bfc9986418d4e47a727e22a8c26f13a381390ec8149d9fd4a1a90
MD5 35f115bd380942a777f629974b365700
BLAKE2b-256 e81f7f6ef4e07f6c65a363505eba6e7f42a36e68fccea2bdfc65cec2279ee921

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.60.2-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.11.9

File hashes

Hashes for grpcio-1.60.2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 a366ba639ef2f0d9647df0dcf331a9c6675330877a020cde001d119b80beeb43
MD5 7093a6dc6ca819c20d573662a38b50a7
BLAKE2b-256 4c9adc62ec5accbe901fcf8dc4e6eab7975ff5bbf15cd2fd9ca86df98ab4820d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.60.2-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.11.9

File hashes

Hashes for grpcio-1.60.2-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 dc3c6d3eb24216f149674d30acaa40d90453acd58d3362d8f036350a4255f715
MD5 53b7abe7a855edc0819f493fe3f9babc
BLAKE2b-256 d30dccfde714427615c0412827de918731044722ed07b7a37d5f651508d3e99e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.60.2-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 48db67dc94a2cb403a2b601190048ecaa1b94565dff4b88d45b4e9fbb58f43d7
MD5 2d69624cc88720b20b668e7494efac91
BLAKE2b-256 388f46d0fffc8caf331e2e8be2ffbe56159b3e14c7810895cd6f398e0ae700e4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.60.2-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 25fc2858c498d2ec15a45e52013f801ec9ec51e91bdc3b4a30bf512595ab8a1a
MD5 6bdaf23b60ba5c16461525e41b24ea81
BLAKE2b-256 72c2337dd4fdc039532bc897dc14b78504026a5c9e3ad187a4f619fa79b1999a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.60.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7a53059bd61adf7d02cb459b745735041bba13df6e8cf16e08b078df30dc2804
MD5 0936544a839e110c9b16023e620a68d2
BLAKE2b-256 684c5b8b25576af14e97598ad32929dcca2617aafc21e28988b1cd9102e28520

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.60.2-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ccd8490e9e70602cadf34494e20a69b165ab34be67a9138b449ad4a4cc4266b8
MD5 ea8e28c9afa4e2e3a2c59b244fc7e263
BLAKE2b-256 f4abdbed80abd0d0e98bc5030100c1dbeb241062b2bf53f3d7861998e041e445

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.60.2-cp38-cp38-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 288e3b0d311f1a1e043df674100cedd506272a06a92dfa6e3696fa42adfbbce8
MD5 cea528e0a7a570fced95f153dd8266c7
BLAKE2b-256 a2ad0f27fdd68da9cf5420bf4bf98461c4c42691ecf1a957236edc5338a6fa77

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.60.2-cp38-cp38-macosx_10_10_universal2.whl
Algorithm Hash digest
SHA256 8f8b1e64cf032f664f645510801fde3269bd13d8c455be850bc1c864c8992242
MD5 b4ee273e429237a99f00765b6694ff8c
BLAKE2b-256 18c5b24fc71479f18858f0066008865282b05a47805a4cbfeedcd7f26d150c1e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.60.2-cp38-cp38-linux_armv7l.whl
Algorithm Hash digest
SHA256 553e9bedaca7b2f60ac88df3e8248d8a7a6c0ec670c2d4654da59f8e43a6a98e
MD5 430f0c352417e49eadd3227755562755
BLAKE2b-256 5402b4448cad55cde3edff31e9ea056f3ed65885d403492f7fb3d9552f635455

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.60.2-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 7b266987e061e40ba3960624fd5ae5b2a23eef8e5f271b862ecbb74bab228e4c
MD5 72161d942617a9baaafdaa471ebdbab8
BLAKE2b-256 3c00c53f412486069dd30381b8800b543fccb66327ae8b14643b73f3f53c4aba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.60.2-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 22389727d0d4c0dcbef68ece2b5e0b0f1342b84d48e6d3437369b2eb89769617
MD5 86b6d8f8e9a7bbe7ded2b4771b1ec870
BLAKE2b-256 abfc49b388a2545718227fa87cf23da2c5ba4a15a431ab7eb3d1ff450c67dc4f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.60.2-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 f93b9f88a18c72fb9158c02b57f89947b365acf2987cee438f043634f6941a2f
MD5 665208014ea5c5d5ea4a265f67f1ac7a
BLAKE2b-256 18636df68660cd2b3e05905d532fe6f86bd53769498277e0ff9e9ee41abd3dee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.60.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b7cbdab576cc530743ad83ac31c6b2d67ebfd81ad1c23a416b8042ca27f3c081
MD5 4a120ac46df0d9609ecbbcdb3c958956
BLAKE2b-256 fe09a77e2364e31224110e468dde0cd178a91532f82741b7f1f2351763a29417

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.60.2-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f1e784c047bc4a505a3d24c247eeb9ad4f4e73c6770b57bad7925413a43167a5
MD5 8325bf6e0b19569bfe016132ae9dd141
BLAKE2b-256 482feefc2a3bf744a00556b20f60dc5a35b006fdcad9bfb2c3796e2ac95b6853

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.60.2-cp37-cp37m-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 fd8d5f173bcbdcd2d680d1d102d315ca2ad56453fe9cdbe2136c99fa03690989
MD5 eddc00c84173cbb868c99a32c576f012
BLAKE2b-256 2738e68499fafb738c81aa9f8843d6f4f2425702e92ec98c8a418a3d63f69897

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.60.2-cp37-cp37m-macosx_10_10_universal2.whl
Algorithm Hash digest
SHA256 6917ce4fcbe2c8594db66a115c22eb86ac7bc82ed60ec824439b126bceda81ac
MD5 dc457635d62fda9aa291093f6a450910
BLAKE2b-256 50223fec64b457e4769ae25d9ce0a455b1a03b979e8749d327e41adec2ec77df

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.60.2-cp37-cp37m-linux_armv7l.whl
Algorithm Hash digest
SHA256 cb1115ccaa905d6999b195e351dfe5f17108b6a565c00f50e75576f38409d0b7
MD5 fe56502c92bbe1438347d5309e20db9a
BLAKE2b-256 faa09dfb441fc39be9fae4f9bf28f6d28fba6e09a24eb79fff7585ad7ce1454f

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page