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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.12 Windows x86-64

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

Uploaded CPython 3.12 Windows x86

grpcio-1.60.0-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.0-cp312-cp312-musllinux_1_1_i686.whl (5.9 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.12

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

Uploaded CPython 3.11 Windows x86-64

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

Uploaded CPython 3.11 Windows x86

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

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

grpcio-1.60.0-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.0-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.0-cp311-cp311-manylinux_2_17_aarch64.whl (5.1 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

grpcio-1.60.0-cp311-cp311-macosx_10_10_universal2.whl (9.7 MB view details)

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

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

Uploaded CPython 3.11

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

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

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

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

grpcio-1.60.0-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.0-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.0-cp310-cp310-manylinux_2_17_aarch64.whl (5.1 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.10

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

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

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.9

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.8

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

Uploaded CPython 3.7m Windows x86-64

grpcio-1.60.0-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.0-cp37-cp37m-musllinux_1_1_i686.whl (5.9 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

grpcio-1.60.0-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.0-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.0-cp37-cp37m-manylinux_2_17_aarch64.whl (5.1 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

grpcio-1.60.0-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.0-cp37-cp37m-linux_armv7l.whl (99.7 MB view details)

Uploaded CPython 3.7m

File details

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

File metadata

  • Download URL: grpcio-1.60.0.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.0.tar.gz
Algorithm Hash digest
SHA256 2199165a1affb666aa24adf0c97436686d0a61bc5fc113c037701fb7c7fceb96
MD5 480bfb7435426de392a883e6516aae79
BLAKE2b-256 6138c615b5c2be690fb31871f294cc08a96e598b085b8d07c5967a5018e0b90c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.60.0-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.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 e381fe0c2aa6c03b056ad8f52f8efca7be29fb4d9ae2f8873520843b6039612a
MD5 6360c2523862396695ff663cd43b427d
BLAKE2b-256 7399a7b768c6a9873b6f450476bfa389eeef877f152aeb443bec2bd91d9fb5a2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.60.0-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.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 2aef56e85901c2397bd557c5ba514f84de1f0ae5dd132f5d5fed042858115951
MD5 63b1c10d9f5696aa150fba59ca4608de
BLAKE2b-256 4da30f07d9fdb9dddce85bbcc671bf49ed3c73301dfc3108ed4ab3212d55ef13

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.60.0-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 1c30bb23a41df95109db130a6cc1b974844300ae2e5d68dd4947aacba5985aa5
MD5 f24819ab812d8faac0b0efb39e16ce6c
BLAKE2b-256 05dcc641498f09246a61ebe7a721888edf772e2ecdfd524e25ac61e27352d9d3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.60.0-cp312-cp312-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 77c8a317f0fd5a0a2be8ed5cbe5341537d5c00bb79b3bb27ba7c5378ba77dbca
MD5 30271c6efb58d6686ff461897469d24b
BLAKE2b-256 8ceab1229842677f5b712f72760d1633cf36813ec121c986454d6eba6de22093

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.60.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d6a478581b1a1a8fdf3318ecb5f4d0cda41cacdffe2b527c23707c9c1b8fdb55
MD5 be4c64781a957ed385bf73a36b629133
BLAKE2b-256 d72e3337baee24c902d9e82f1eac00bc9dca106934763c4cd0faf819ef01b96b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.60.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6fd9584bf1bccdfff1512719316efa77be235469e1e3295dce64538c4773840b
MD5 3cff3e62b3f4ddc532466ad151b4871d
BLAKE2b-256 c9b891b5b56f7812372bd51342126f0184a1a604723b0f58466ac20c2dcef63a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.60.0-cp312-cp312-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 b0571a5aef36ba9177e262dc88a9240c866d903a62799e44fd4aae3f9a2ec17e
MD5 6340b011993f9af31fde791977f9ef74
BLAKE2b-256 f1b593ea03649a8315fe00b11871bb7fa807e1ee22d14f5c4de2fbc288c6cd37

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.60.0-cp312-cp312-macosx_10_10_universal2.whl
Algorithm Hash digest
SHA256 7db16dd4ea1b05ada504f08d0dca1cd9b926bed3770f50e715d087c6f00ad748
MD5 498b7df877cd6d597230d81e44d1b953
BLAKE2b-256 dd7d5005318879231a879be0d33c588400941aee08ea8b5b45d3a9061d6bf0fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.60.0-cp312-cp312-linux_armv7l.whl
Algorithm Hash digest
SHA256 a7152fa6e597c20cb97923407cf0934e14224af42c2b8d915f48bc3ad2d9ac18
MD5 dd9ae0155496e748b74fba0a6ecf1ef3
BLAKE2b-256 61f9e3c4b4a879096fe608d75e2a5b4b3790baa91137c5d5da259f98128d2f86

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.60.0-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.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 467a7d31554892eed2aa6c2d47ded1079fc40ea0b9601d9f79204afa8902274b
MD5 451168a5bcad0b18e5639bca5ab5c7ab
BLAKE2b-256 6ab9f94bea4c6f0e322a239f7ba66ba3b0ce766d1c6a2d50055f7c8acf0fba38

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.60.0-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.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 95ae3e8e2c1b9bf671817f86f155c5da7d49a2289c5cf27a319458c3e025c320
MD5 e052b226955a021c6411f79a15639b65
BLAKE2b-256 2d2ffd5ff4cf5a307dae7ba6b72962c904bcb26f08ea3df139019fdf5c40b298

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.60.0-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 87c9224acba0ad8bacddf427a1c2772e17ce50b3042a789547af27099c5f751d
MD5 8744a3f9d6ccb9b5d11d517027f77db5
BLAKE2b-256 7c1ef7b9c72ae6560d92027aac51f90a827051c3766ea961bc2d1b78c3657437

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.60.0-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 297eef542156d6b15174a1231c2493ea9ea54af8d016b8ca7d5d9cc65cfcc444
MD5 6c99645a9cb165ad674597d3ea8f939f
BLAKE2b-256 134c9d6ffdfcaa22f380dfd2b459b9761249ad61cfde65a927d832b3800d139b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.60.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3b36a2c6d4920ba88fa98075fdd58ff94ebeb8acc1215ae07d01a418af4c0253
MD5 d2033eafb51c9030a68290418b2cc6e9
BLAKE2b-256 de01a8d9bcc59526f22b8fef29c234cc63434f05dae1154d979222c02b31a557

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.60.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 91229d7203f1ef0ab420c9b53fe2ca5c1fbeb34f69b3bc1b5089466237a4a134
MD5 9dd7e9f85ff6251482df3d958a7bbb5a
BLAKE2b-256 3e7cfd25f2e5247383d994b90a2d9522090bbc9e609547504613ea351928d2c7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.60.0-cp311-cp311-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 90bdd76b3f04bdb21de5398b8a7c629676c81dfac290f5f19883857e9371d28c
MD5 149caf88b8f428439fced565e5055d43
BLAKE2b-256 560a5320d3ba32ac3ba98a18606bedcec89b571c40d31f62302196ceac835e91

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.60.0-cp311-cp311-macosx_10_10_universal2.whl
Algorithm Hash digest
SHA256 4b44d7e39964e808b071714666a812049765b26b3ea48c4434a3b317bac82f14
MD5 f9b8200a6e1c10980897c7224e312f70
BLAKE2b-256 5c458708497bc482cc7bf3779df9cf00c8e9efe1df5cd29b77e3eb060c141f84

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.60.0-cp311-cp311-linux_armv7l.whl
Algorithm Hash digest
SHA256 fb464479934778d7cc5baf463d959d361954d6533ad34c3a4f1d267e86ee25fd
MD5 fa5c6654f4a59d82ef79d920bb6c4abb
BLAKE2b-256 28981c5218ed23e4c5ba58058e52d39206871feba4e1d17bddfb4da48e441101

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.60.0-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.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 a9c7b71211f066908e518a2ef7a5e211670761651039f0d6a80d8d40054047df
MD5 b5dee5f0e91c84427c39885f441d7032
BLAKE2b-256 9e7fadf4bc4c2d54e496eca16a856ddfdace57e7ace01ac9ffcd2abf888c47e6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.60.0-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.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 b87efe4a380887425bb15f220079aa8336276398dc33fce38c64d278164f963d
MD5 268ea33906be0440280093a4af67ea39
BLAKE2b-256 7ef001938fee8517de7c41fb8dbc84a8aafd309ae4c4e3ae1e652a66b4e76af9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.60.0-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 f897c3b127532e6befdcf961c415c97f320d45614daf84deba0a54e64ea2457b
MD5 8d4cbb02fcc694ab2296394a3a3fb23f
BLAKE2b-256 733cd7bd58d4784b04813d21ac8c9bd99d36c9c4dd911c3fb5d683b59ccbc7af

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.60.0-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 6e306b97966369b889985a562ede9d99180def39ad42c8014628dd3cc343f508
MD5 3938314d77ccffac27ad5f88b5262399
BLAKE2b-256 094398b53f2fccc2389adfc60720a514d029a728d028641a4289788aa22c3981

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.60.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 43e636dc2ce9ece583b3e2ca41df5c983f4302eabc6d5f9cd04f0562ee8ec1ae
MD5 3f18024c28c841f54f0de21682d1ba7e
BLAKE2b-256 edbd4dbe2ae13ffba7eef2a3bd2dcebbc2255da18d1a972a89952d55e8ad3d4b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.60.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 452ca5b4afed30e7274445dd9b441a35ece656ec1600b77fff8c216fdf07df43
MD5 41f96eb07e485b8d34d6f71a8c046710
BLAKE2b-256 3711a360319387e90b911dc0458eacbd90c615660e4ed415cb0a81eb18685c10

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.60.0-cp310-cp310-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 20e7a4f7ded59097c84059d28230907cd97130fa74f4a8bfd1d8e5ba18c81491
MD5 c9d6fcb8931c16ca6d41f40a26b9de2e
BLAKE2b-256 d886b082d195d1c0ac885a9bec7ced2e6811856bef745efef4c604fe97e72614

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.60.0-cp310-cp310-macosx_12_0_universal2.whl
Algorithm Hash digest
SHA256 b98f43fcdb16172dec5f4b49f2fece4b16a99fd284d81c6bbac1b3b69fcbe0ff
MD5 9e2ab78aa84adc45ad578c4b67298815
BLAKE2b-256 e65458c17c86f3410fdfc843dddbbafa2d71a61f96b7a3832b6ad299d4359833

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.60.0-cp310-cp310-linux_armv7l.whl
Algorithm Hash digest
SHA256 d020cfa595d1f8f5c6b343530cd3ca16ae5aefdd1e832b777f9f0eb105f5b139
MD5 aa01486c006637c2965766b9a67bb1fc
BLAKE2b-256 9088f5a1e1441180a57a409ccb26a7db20ec5686973698f8b6119412dedb7368

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.60.0-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.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 8a97a681e82bc11a42d4372fe57898d270a2707f36c45c6676e49ce0d5c41353
MD5 4b33b91557086cd84a3560b41861a24d
BLAKE2b-256 4a78a8d3314e75e73fe025d39a2fa336c415dc12ce4e4166de756f9e3579111c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.60.0-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.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 79a050889eb8d57a93ed21d9585bb63fca881666fc709f5d9f7f9372f5e7fd03
MD5 9c5e982e5fc9f1054575b13d162eb8da
BLAKE2b-256 800c3a4c0265f6a6eff83eefa6493cb3fa891b5f95466ac0e0875ae8e72c0631

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.60.0-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 b10241250cb77657ab315270b064a6c7f1add58af94befa20687e7c8d8603ae6
MD5 21f0d587b1a6dd3d2f48b9df8a8b8fb5
BLAKE2b-256 d03de12cc960b51f9cc871b5835c429a8c939d0e7f8a19155aec3c0f0f8d795f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.60.0-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 30943b9530fe3620e3b195c03130396cd0ee3a0d10a66c1bee715d1819001eaf
MD5 4d66bae61234d7f568e8c8d385b32ba5
BLAKE2b-256 45e7f4fca960716c98bb16b18add4908355a9e4b1da09bcc0d9606ff2679fc14

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.60.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0fd3b3968ffe7643144580f260f04d39d869fcc2cddb745deef078b09fd2b328
MD5 2afcbf6c6920ffc3fc87c8ce1eb44216
BLAKE2b-256 1da61a6439ee3ade8faa0248f22d7dbcf244d9902568805b08f22776a2adaa22

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.60.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4c86343cf9ff7b2514dd229bdd88ebba760bd8973dac192ae687ff75e39ebfab
MD5 f3454aa3735aae6f35a20e10118b94af
BLAKE2b-256 7a4f697cd18c194490df051ac16125545a728d27f0570689da8bf7a44878079a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.60.0-cp39-cp39-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 5ff21e000ff2f658430bde5288cb1ac440ff15c0d7d18b5fb222f941b46cb0d2
MD5 80aa7255f1ac58bfbac2a718f3fd11a3
BLAKE2b-256 4cab94f8019a20a27cdbb47442ad8f791f05dc198a4d739a443afaec05e010ab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.60.0-cp39-cp39-macosx_10_10_universal2.whl
Algorithm Hash digest
SHA256 676e4a44e740deaba0f4d95ba1d8c5c89a2fcc43d02c39f69450b1fa19d39590
MD5 9192e49cbce9eb043faf356545263c37
BLAKE2b-256 643e4b6d0c1fa2c9374e1192a027a770329ecab8c630c3057c9efb4f5f953166

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.60.0-cp39-cp39-linux_armv7l.whl
Algorithm Hash digest
SHA256 c193109ca4070cdcaa6eff00fdb5a56233dc7610216d58fb81638f89f02e4968
MD5 3e025812e83084cb4b7315600eb5e417
BLAKE2b-256 8e1e92e95ebf90109c296cb8da342679f52bc7f03aae90581a9fb14b5b7ca0e0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.60.0-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.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 705a68a973c4c76db5d369ed573fec3367d7d196673fa86614b33d8c8e9ebb08
MD5 496459f86d4c1b659476113d302b2891
BLAKE2b-256 a1f7e371aea2d5eb0839df4a3a0db987799c3abb98d83f3ddd5960b5c1637d8d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.60.0-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.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 83f2292ae292ed5a47cdcb9821039ca8e88902923198f2193f13959360c01860
MD5 12e7ef0d97ad50050e703e002d72d9e2
BLAKE2b-256 c5cca8de62113f822d5339825721e4217468de828bbf120dfc541eef7c8999ff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.60.0-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 428d699c8553c27e98f4d29fdc0f0edc50e9a8a7590bfd294d2edb0da7be3629
MD5 fd0336b167c4c5d7c9eeceab44eac1ca
BLAKE2b-256 05c38c0b8dda2421ed379444db0412351517d3da65d2cf473027cc64e638a034

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.60.0-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 5208a57eae445ae84a219dfd8b56e04313445d146873117b5fa75f3245bc1390
MD5 8370e2736bc5ed7d0caa8fe0d28dcb6f
BLAKE2b-256 ba952a5557a6d0364e21f1c82c1d007486007b77bf23db05d334eba115aa2611

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.60.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 675997222f2e2f22928fbba640824aebd43791116034f62006e19730715166c0
MD5 263bf1460cf80fd5cdeeabe8c19c2590
BLAKE2b-256 dff3f158fa88b8149369f9ef2e8c40de125f6d0923cc248a63780380de7cd9a3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.60.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e61e76020e0c332a98290323ecfec721c9544f5b739fab925b6e8cbe1944cf19
MD5 324328d2651b79161eba6898557f8143
BLAKE2b-256 b02873e0932c6a786cb53e1eacceedf1546253c33cec479c82bbdc4d572aacb0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.60.0-cp38-cp38-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 1434ca77d6fed4ea312901122dc8da6c4389738bf5788f43efb19a838ac03ead
MD5 833b648b078c12750dc77183c9e515ae
BLAKE2b-256 84b78120cefee0e08e55d502aa73a9a5d824b43fba22763da4a378a9df20e38f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.60.0-cp38-cp38-macosx_10_10_universal2.whl
Algorithm Hash digest
SHA256 74d7d9fa97809c5b892449b28a65ec2bfa458a4735ddad46074f9f7d9550ad13
MD5 f56c93766d45de840f397da6c9c0a3e8
BLAKE2b-256 689b970c97c76aab728b73119cb3ca569bd9861d7cc817618d65f4536e113f3a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.60.0-cp38-cp38-linux_armv7l.whl
Algorithm Hash digest
SHA256 9073513ec380434eb8d21970e1ab3161041de121f4018bbed3146839451a6d8e
MD5 247ddf73b3d81fe56914c85c71175c45
BLAKE2b-256 c6fa19b17d117d7dbc16612ddbf61a3410041e767dedf0ec55c0d93c5109ac43

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.60.0-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.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 b0fb2d4801546598ac5cd18e3ec79c1a9af8b8f2a86283c55a5337c5aeca4b1b
MD5 adaf7ee208b5c6a5857130aea6607f5a
BLAKE2b-256 169e7a81bc612eff0eb89aad515a2416fb000918dd8c797e2677287d380b0d2f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.60.0-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 9e30be89a75ee66aec7f9e60086fadb37ff8c0ba49a022887c28c134341f7179
MD5 84353bdb75bd881687ff88c3644e1c0e
BLAKE2b-256 fc5fac073b39324b6abee1d40a8fd7493b475f44d68a4929d42632d264b98a31

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.60.0-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 c826f93050c73e7769806f92e601e0efdb83ec8d7c76ddf45d514fee54e8e619
MD5 b40510bd827ff1d7447cf10f1c1ac706
BLAKE2b-256 26199a806a9d2e3f84bb902dfb5daede0486a878dedab2209a7ce491f8859ee0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.60.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 073f959c6f570797272f4ee9464a9997eaf1e98c27cb680225b82b53390d61e6
MD5 6aab256623a9048c1777d47848774c8b
BLAKE2b-256 21e83837e717dc39c552722f2d0e598f2b251054fee5ac81d1ab97a77c1ab3df

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.60.0-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 de2ad69c9a094bf37c1102b5744c9aec6cf74d2b635558b779085d0263166454
MD5 35ec70fa4e13fff94e98e5846ae6c600
BLAKE2b-256 17bdad0a5154e3a1a3da2752dba2945108653e686c46f430a1e288cb88a5ffd9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.60.0-cp37-cp37m-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 a48edde788b99214613e440fce495bbe2b1e142a7f214cce9e0832146c41e324
MD5 2c4503e718a2fdbcf58e2cefa9d17c54
BLAKE2b-256 2a2617390bed976823fd219952603072a00a83bfc6d45857e2e134c30e6cbccd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.60.0-cp37-cp37m-macosx_10_10_universal2.whl
Algorithm Hash digest
SHA256 e278eafb406f7e1b1b637c2cf51d3ad45883bb5bd1ca56bc05e4fc135dfdaa65
MD5 42d5297248a82728f798ef5b47c275bb
BLAKE2b-256 64d6637239cbc29ef4afd1705dbdf1b6454c1a6d2704bfa515ddc5c87af78939

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.60.0-cp37-cp37m-linux_armv7l.whl
Algorithm Hash digest
SHA256 92f88ca1b956eb8427a11bb8b4a0c0b2b03377235fc5102cb05e533b8693a415
MD5 71d2be4dd6292761e2073ebe83a179b2
BLAKE2b-256 680f3a7d05497a82f23a1b163e6fa56a161d5bd30c7d410941e872cddb116f71

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