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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.12 Windows x86-64

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

Uploaded CPython 3.12 Windows x86

grpcio-1.59.2-cp312-cp312-musllinux_1_1_x86_64.whl (5.5 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ x86-64

grpcio-1.59.2-cp312-cp312-musllinux_1_1_i686.whl (5.8 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ i686

grpcio-1.59.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.2 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

grpcio-1.59.2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (5.5 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686

grpcio-1.59.2-cp312-cp312-manylinux_2_17_aarch64.whl (5.0 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

grpcio-1.59.2-cp312-cp312-macosx_10_10_universal2.whl (9.5 MB view details)

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

grpcio-1.59.2-cp312-cp312-linux_armv7l.whl (98.4 MB view details)

Uploaded CPython 3.12

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

Uploaded CPython 3.11 Windows x86-64

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

Uploaded CPython 3.11 Windows x86

grpcio-1.59.2-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.59.2-cp311-cp311-musllinux_1_1_i686.whl (5.8 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

grpcio-1.59.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.3 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

grpcio-1.59.2-cp311-cp311-macosx_10_10_universal2.whl (9.5 MB view details)

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

grpcio-1.59.2-cp311-cp311-linux_armv7l.whl (97.9 MB view details)

Uploaded CPython 3.11

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

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

grpcio-1.59.2-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.59.2-cp310-cp310-musllinux_1_1_i686.whl (5.8 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

grpcio-1.59.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.3 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

grpcio-1.59.2-cp310-cp310-macosx_12_0_universal2.whl (9.5 MB view details)

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

grpcio-1.59.2-cp310-cp310-linux_armv7l.whl (97.7 MB view details)

Uploaded CPython 3.10

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

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

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

grpcio-1.59.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.3 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

grpcio-1.59.2-cp39-cp39-macosx_10_10_universal2.whl (9.6 MB view details)

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

grpcio-1.59.2-cp39-cp39-linux_armv7l.whl (97.8 MB view details)

Uploaded CPython 3.9

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

grpcio-1.59.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.3 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

grpcio-1.59.2-cp38-cp38-macosx_10_10_universal2.whl (9.6 MB view details)

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

grpcio-1.59.2-cp38-cp38-linux_armv7l.whl (97.9 MB view details)

Uploaded CPython 3.8

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

Uploaded CPython 3.7m Windows x86-64

grpcio-1.59.2-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.59.2-cp37-cp37m-musllinux_1_1_i686.whl (5.8 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

grpcio-1.59.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.3 MB view details)

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

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

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

grpcio-1.59.2-cp37-cp37m-macosx_10_10_universal2.whl (9.6 MB view details)

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

grpcio-1.59.2-cp37-cp37m-linux_armv7l.whl (97.5 MB view details)

Uploaded CPython 3.7m

File details

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

File metadata

  • Download URL: grpcio-1.59.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.5

File hashes

Hashes for grpcio-1.59.2.tar.gz
Algorithm Hash digest
SHA256 d8f9cd4ad1be90b0cf350a2f04a38a36e44a026cac1e036ac593dc48efe91d52
MD5 f05ba09576bda28f0d20c76940232a3a
BLAKE2b-256 93957c72028fe9fc46748fb769b13a1e0923acbb79095cd5124b8bac0cebd38c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.59.2-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.11.5

File hashes

Hashes for grpcio-1.59.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 cbe946b3e6e60a7b4618f091e62a029cb082b109a9d6b53962dd305087c6e4fd
MD5 0329041d8b15ebf3e2dcd57a78bc2c69
BLAKE2b-256 6bf4efdff452619d22e6e63d58a94ac4c0b1f46e9266d089a8c985ac9f6b7539

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.59.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.5

File hashes

Hashes for grpcio-1.59.2-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 75c6ecb70e809cf1504465174343113f51f24bc61e22a80ae1c859f3f7034c6d
MD5 b0a97ca19ac34f8075cfa6783b0cd028
BLAKE2b-256 c6e1429c5745520026ecb06121520e317f71daf6a9a2a011c342b9d37a9f02c0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.59.2-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 6009386a2df66159f64ac9f20425ae25229b29b9dd0e1d3dd60043f037e2ad7e
MD5 3b70ccb2167a48d078c5794e02eb64bf
BLAKE2b-256 06ce311d85019cb3e875a0f67d4e3f727becbb388a53a6f1543e5533d3763d1c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.59.2-cp312-cp312-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 da2d94c15f88cd40d7e67f7919d4f60110d2b9d5b1e08cf354c2be773ab13479
MD5 4af9e88f4c292796e435bb90a7f317ef
BLAKE2b-256 d83cf90c40c3064ac6b360b075be58fde9641af17f4e36a777c3123ad1289980

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.59.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 023088764012411affe7db183d1ada3ad9daf2e23ddc719ff46d7061de661340
MD5 d54d4579095f4f484d860271fdca0b26
BLAKE2b-256 60ab1dbb3ba2e76c4ebd335f878b279bc69c029d6036455ec168c81bc2c225e6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.59.2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e82c5cf1495244adf5252f925ac5932e5fd288b3e5ab6b70bec5593074b7236c
MD5 d881731beeb0090544baa072636afa10
BLAKE2b-256 76eb790bd67cad5c140e197d9c39a5b03b5ecfaa6521e9a27515088cb627f0a6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.59.2-cp312-cp312-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 6959fb07e8351e20501ffb8cc4074c39a0b7ef123e1c850a7f8f3afdc3a3da01
MD5 8cae7a9f83a58caa2592dc3374507668
BLAKE2b-256 efabb9228f126b432f659aa23b96955152d4670c174baa1f76f739bb62516abd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.59.2-cp312-cp312-macosx_10_10_universal2.whl
Algorithm Hash digest
SHA256 a213acfbf186b9f35803b52e4ca9addb153fc0b67f82a48f961be7000ecf6721
MD5 b7ba3d28dab5dcc8c3c043b78e1e3815
BLAKE2b-256 7fe6149ebebcfc0edef51edca5eab85c3a17f471b51e52033ef33bd305301942

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.59.2-cp312-cp312-linux_armv7l.whl
Algorithm Hash digest
SHA256 535561990e075fa6bd4b16c4c3c1096b9581b7bb35d96fac4650f1181e428268
MD5 9e78b51e2abf410ddcc0282295b4f29e
BLAKE2b-256 81c5b53fec9849bb49c671e5797d74259033e18770e8d9b5d933a679c0c6c330

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.59.2-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.11.5

File hashes

Hashes for grpcio-1.59.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 2067274c88bc6de89c278a672a652b4247d088811ece781a4858b09bdf8448e3
MD5 3a78b5965f3ed919b28683e5f909a84b
BLAKE2b-256 13eeb698a4d0eeae2d58d9906f20959b58a00622180ff8bf4ba71f71aad3c7f8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.59.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.5

File hashes

Hashes for grpcio-1.59.2-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 d2794f0e68b3085d99b4f6ff9c089f6fdd02b32b9d3efdfbb55beac1bf22d516
MD5 50820498fab05167ff627f5faf5050b7
BLAKE2b-256 c21a54794ef986fb50ce291af302f08b577ea2184a8f2d78f2ff3e7108955216

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.59.2-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 2171c39f355ba5b551c5d5928d65aa6c69807fae195b86ef4a7d125bcdb860a9
MD5 cec5ed20dc4a6ea82aee1bae7b7cd753
BLAKE2b-256 5eafa0369b8c50bb5d2625bf3a17411cabad7c3d25288efb08473a7519b13d99

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.59.2-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 c2504eed520958a5b77cc99458297cb7906308cb92327f35fb7fbbad4e9b2188
MD5 76ac2a7a4366232074d200f69d2b38ca
BLAKE2b-256 10446e2c16ee4fee1d917a763cffdd11bf0695f12a42f9b1d049ea0a7f338bfa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.59.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bb7e0fe6ad73b7f06d7e2b689c19a71cf5cc48f0c2bf8608469e51ffe0bd2867
MD5 f2c4fe59dc19abe88d34b536d1cff8a1
BLAKE2b-256 2bd207dc87cd50c5b08b8b911163e39661d387c507e2f1c6e13b0556ce9e01cd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.59.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9411e24328a2302e279e70cae6e479f1fddde79629fcb14e03e6d94b3956eabf
MD5 31d1d1da9ae065a99b9ea7c424df07a9
BLAKE2b-256 406c2ca156c7eb55b3d640449f4969d1c11a7ac1fdfa99533786ebb01ad54bd5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.59.2-cp311-cp311-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 c978f864b35f2261e0819f5cd88b9830b04dc51bcf055aac3c601e525a10d2ba
MD5 5682c650c76d67c9ff4fff09d7b548fa
BLAKE2b-256 926d6366b6adc350cb84377a13524697a51724a27d0e67b1e1e96f0360718df9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.59.2-cp311-cp311-macosx_10_10_universal2.whl
Algorithm Hash digest
SHA256 72ca2399097c0b758198f2ff30f7178d680de8a5cfcf3d9b73a63cf87455532e
MD5 07a243ccae271af9afd8d9ed2199ade5
BLAKE2b-256 da23cf7f605f9a87ebcc03a677477d6ba0d012be466d1491c360e52264e33672

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.59.2-cp311-cp311-linux_armv7l.whl
Algorithm Hash digest
SHA256 3059668df17627f0e0fa680e9ef8c995c946c792612e9518f5cc1503be14e90b
MD5 49c8cb63aa53d2a6a3ab799fb1441ab4
BLAKE2b-256 083cf7824d8e6060e57dcd52ed83949883347a894563d128216a51f29d66f840

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.59.2-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.11.5

File hashes

Hashes for grpcio-1.59.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 3c61d641d4f409c5ae46bfdd89ea42ce5ea233dcf69e74ce9ba32b503c727e29
MD5 4b2444fdf30f224719aee6c9bf06d696
BLAKE2b-256 15de68190e69102510b243238c7cc537e808c108df2106ea69f83d53d537208d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.59.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.5

File hashes

Hashes for grpcio-1.59.2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 d6f70406695e3220f09cd7a2f879333279d91aa4a8a1d34303b56d61a8180137
MD5 909fe6baed5e94cd0c07d95c3bf18f6c
BLAKE2b-256 e3b645017d929f2aed27a5654a8186c15ec7faf4197327a171c803931e11e098

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.59.2-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 73abb8584b0cf74d37f5ef61c10722adc7275502ab71789a8fe3cb7ef04cf6e2
MD5 6cfb5ba0ce577d43566f41a6498454eb
BLAKE2b-256 811df07039ad23deb6f5a0569a7bd9a527df34372f12079b0e577965bc3f2fd6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.59.2-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 6b25ed37c27e652db01be341af93fbcea03d296c024d8a0e680017a268eb85dd
MD5 37e532118ce04b0bad62487847ccfd93
BLAKE2b-256 b112d6a1074f1a46629522ac60d8b28a0ee275b499686b6666e8feefa3e654a9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.59.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0a4a3833c0e067f3558538727235cd8a49709bff1003200bbdefa2f09334e4b1
MD5 628998d7b6d759fc73976704d916b5ef
BLAKE2b-256 29cce6883efbbcaa6570a0d2207ba53c796137f11293e47d11e2696f37b66811

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.59.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2b230028a008ae1d0f430acb227d323ff8a619017415cf334c38b457f814119f
MD5 b307c0369e3fbc72a718f1892614a012
BLAKE2b-256 6c55ee7126edf378ebefaa82ee17509b16428913c47ecb5a608636c5ccbe6b98

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.59.2-cp310-cp310-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 e420ced29b5904cdf9ee5545e23f9406189d8acb6750916c2db4793dada065c6
MD5 ff4c3f1985dac9d8dab35c9e37177cfd
BLAKE2b-256 bd41cb7baaa262365638b6cfc79c24b0307509e91c322954b359273ee67776f5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.59.2-cp310-cp310-macosx_12_0_universal2.whl
Algorithm Hash digest
SHA256 cf0dead5a2c5a3347af2cfec7131d4f2a2e03c934af28989c9078f8241a491fa
MD5 7c9530609ba63c0cdc0a05b8781a0340
BLAKE2b-256 bced29aae1083c4f8d2154a3a8071d458f6d509d1525ded9ae51668884640dd4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.59.2-cp310-cp310-linux_armv7l.whl
Algorithm Hash digest
SHA256 d2fa68a96a30dd240be80bbad838a0ac81a61770611ff7952b889485970c4c71
MD5 3b5d157c4a295a698181d4b7f0c9996c
BLAKE2b-256 dc1bb9e7300e224c980e5c06545da816ef12798f24887b60c37c5fff4c700512

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.59.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.5

File hashes

Hashes for grpcio-1.59.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 242adc47725b9a499ee77c6a2e36688fa6c96484611f33b1be4c57ab075a92dd
MD5 4bf49a31f05f20d2a55af5d7be063c93
BLAKE2b-256 a345d69aedc11317d30840afd14f64cd47ff62d74a6f88c7fc5fda502d4623fd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.59.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.5

File hashes

Hashes for grpcio-1.59.2-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 686e975a5d16602dc0982c7c703948d17184bd1397e16c8ee03511ecb8c4cdda
MD5 95da5313ec63a420897db105e03a200c
BLAKE2b-256 24517b71ede854c2b74167ef54aec074998283a1beb22eff4fee57bb9d539126

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.59.2-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 128e20f57c5f27cb0157e73756d1586b83c1b513ebecc83ea0ac37e4b0e4e758
MD5 2ef381785d0efb4240bae4c0e7a765b4
BLAKE2b-256 0d2a8163b20336eb24bbc38b0b42758fe855eb0ef84758979909505abd7db3ab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.59.2-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 74100fecaec8a535e380cf5f2fb556ff84957d481c13e54051c52e5baac70541
MD5 5e091959fb7bfb83edc80be74db31dc8
BLAKE2b-256 1dc82c6153028a73b446941d771ca93e3d02d05da05c29d0ab402d5e122e9152

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.59.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c35aa9657f5d5116d23b934568e0956bd50c615127810fffe3ac356a914c176a
MD5 386886b262d2f1a61e188f33177def44
BLAKE2b-256 4cddb96c848834ea58e1483beb0fb2151dc0c29196632b78dfde85591a505ef9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.59.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c5f09cffa619adfb44799fa4a81c2a1ad77c887187613fb0a8f201ab38d89ba1
MD5 6de06a216c0ed4c7c4ca0b0c828b5d58
BLAKE2b-256 2946cbf7dba4ca69c40fcae63863ae0a3a4709ce00984a57e2b6a483c6ee5327

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.59.2-cp39-cp39-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 6da6dea3a1bacf99b3c2187e296db9a83029ed9c38fd4c52b7c9b7326d13c828
MD5 601ee76978d75111ac47a305a387d6f1
BLAKE2b-256 ea85581a2fdee4705e88be3ccf42cab2e844153c7bb76addb6795805c8e29e71

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.59.2-cp39-cp39-macosx_10_10_universal2.whl
Algorithm Hash digest
SHA256 f93dbf58f03146164048be5426ffde298b237a5e059144847e4940f5b80172c3
MD5 12bcc5452e21cc0fd83b9e7728716fc6
BLAKE2b-256 4d879608180309e11f642f34fc8672e5908bde8744e41280f605de7fcad6baee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.59.2-cp39-cp39-linux_armv7l.whl
Algorithm Hash digest
SHA256 1f9524d1d701e399462d2c90ba7c193e49d1711cf429c0d3d97c966856e03d00
MD5 87e1c3b72506e89607a5bf35d0cc2d98
BLAKE2b-256 f0f1056572a854a9685b923e29c8e6bf021d57f8a37a049172297b053c1c00b7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.59.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.5

File hashes

Hashes for grpcio-1.59.2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 0a754aff9e3af63bdc4c75c234b86b9d14e14a28a30c4e324aed1a9b873d755f
MD5 edf0bd61a9296c856eac70db727b9f4c
BLAKE2b-256 fb3c910aa9f1ef534b10ae589c7a6ba710ba58ff71ebe97adbf770c379b95faf

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.59.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.5

File hashes

Hashes for grpcio-1.59.2-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 3b4368b33908f683a363f376dfb747d40af3463a6e5044afee07cf9436addf96
MD5 0853e0d364243f74e9808353d5f3515f
BLAKE2b-256 dd453f82a903edfa85680458f3c2d0f3246da89fd0a3424a3aab4d65853a1675

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.59.2-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 53c9aa5ddd6857c0a1cd0287225a2a25873a8e09727c2e95c4aebb1be83a766a
MD5 0c2111686d81a41f1822012e8a0201be
BLAKE2b-256 b4ee66f8fef1f86af280eada2e7baadd862804edc24a71f57500402b78d7f2fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.59.2-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 11168ef43e4a43ff1b1a65859f3e0ef1a173e277349e7fb16923ff108160a8cd
MD5 6dec1fa00d7739cfdcee810e591aea93
BLAKE2b-256 011fd63923f57a47e07aed2f34e17589c2fc71c92b3fafbaa7c045e29bb2ed2e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.59.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 31176aa88f36020055ace9adff2405a33c8bdbfa72a9c4980e25d91b2f196873
MD5 a0487a0a1fc6786c71ba3743a2d5c772
BLAKE2b-256 f52cc2b8432686c4a253f34d0094efac2482bb9506507b111000446db1db6664

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.59.2-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5d573e70a6fe77555fb6143c12d3a7d3fa306632a3034b4e7c59ca09721546f8
MD5 efc7488bb949df2b28428008075febbd
BLAKE2b-256 a0729eda3ab7314730bbe2c799528aa9d585c4bc075314b2279babaa6772b2a8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.59.2-cp38-cp38-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 e1727c1c0e394096bb9af185c6923e8ea55a5095b8af44f06903bcc0e06800a2
MD5 60a88e65aa15ad768b82887d1a8ad90a
BLAKE2b-256 efb4500b45afa6a0351cdca9d3102cdb0f179cfe7fb2ebca3c8c95034d86c5c2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.59.2-cp38-cp38-macosx_10_10_universal2.whl
Algorithm Hash digest
SHA256 7cf05053242f61ba94014dd3a986e11a083400a32664058f80bf4cf817c0b3a1
MD5 422c675af1421f095df236a0f9c4a1ae
BLAKE2b-256 669ab5550f9444bd88146419ae14907a41bd7a4c5a169267c3be84c02194c21f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.59.2-cp38-cp38-linux_armv7l.whl
Algorithm Hash digest
SHA256 27f879ae604a7fcf371e59fba6f3ff4635a4c2a64768bd83ff0cac503142fef4
MD5 d53401da05a411e006daa16b8b7d397c
BLAKE2b-256 c3637528ea75dcddd6f2271be2a1b17a36838563264da1f1067f037e45eaffbf

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.59.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.5

File hashes

Hashes for grpcio-1.59.2-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 cc3e4cd087f07758b16bef8f31d88dbb1b5da5671d2f03685ab52dece3d7a16e
MD5 6a002df4a2497c788254577ee20c479d
BLAKE2b-256 9e27eb8e40b3d2cc04e06a4ae696d0bc7f3bcf59925615f241c0724f1729b0e5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.59.2-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 36f53c2b3449c015880e7d55a89c992c357f176327b0d2873cdaaf9628a37c69
MD5 ecb89b39388cf50b4a54f65d4d10c339
BLAKE2b-256 064805d1e69970b3a4fb51cad2d1ede21a5dfb830383fe3ac1aa92a9292992df

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.59.2-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 4abb717e320e74959517dc8e84a9f48fbe90e9abe19c248541e9418b1ce60acd
MD5 f1d688737b515e11eb800673979d3e14
BLAKE2b-256 b19c07b5f8b95ca272291894a77551cea49b36b5f804a3b63e2252cc338385b6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.59.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1ff16d68bf453275466a9a46739061a63584d92f18a0f5b33d19fc97eb69867c
MD5 e15651b7eaf687cfba0d2ae9554c8c50
BLAKE2b-256 b7297863844185ac25dd350180d8bd4ba0b3a7c89ca9ed68233c7abc3abf1ce2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.59.2-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 08d77e682f2bf730a4961eea330e56d2f423c6a9b91ca222e5b1eb24a357b19f
MD5 7a6e844c8b55218c265cfb0fafbcd3c1
BLAKE2b-256 0b6bac018f03ed4f4c3d74c4b3475439575882dbedf4275d7084f53d7bf49e93

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.59.2-cp37-cp37m-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 4c93f4abbb54321ee6471e04a00139c80c754eda51064187963ddf98f5cf36a4
MD5 ca658e300cacae41f97b9f23943eae76
BLAKE2b-256 b52ff13175fb27ba0e59f464ddcb7f47eeed26f74863e3f8267d4dff3756abcf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.59.2-cp37-cp37m-macosx_10_10_universal2.whl
Algorithm Hash digest
SHA256 f1ef0d39bc1feb420caf549b3c657c871cad4ebbcf0580c4d03816b0590de0cf
MD5 1a17f7e17e267bdd01f36dc9b31de46a
BLAKE2b-256 74e19f8e715563c4978910b3072d54086a4331be9e473ec83b5e8ab314a3eb09

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.59.2-cp37-cp37m-linux_armv7l.whl
Algorithm Hash digest
SHA256 f8753a6c88d1d0ba64302309eecf20f70d2770f65ca02d83c2452279085bfcd3
MD5 c48dd525bf51ebbddd1738ce85811559
BLAKE2b-256 0d096cf237b92dd0e6a18d22e33995360426454808b5066235deafa9ef72b99a

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