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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.12 Windows x86-64

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

Uploaded CPython 3.12 Windows x86

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

Uploaded CPython 3.12 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.12

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

Uploaded CPython 3.11 Windows x86-64

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

Uploaded CPython 3.11 Windows x86

grpcio-1.59.0-cp311-cp311-musllinux_1_1_x86_64.whl (5.5 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

grpcio-1.59.0-cp311-cp311-musllinux_1_1_i686.whl (5.8 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

grpcio-1.59.0-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.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (5.5 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

grpcio-1.59.0-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.0-cp311-cp311-linux_armv7l.whl (97.5 MB view details)

Uploaded CPython 3.11

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

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

grpcio-1.59.0-cp310-cp310-musllinux_1_1_x86_64.whl (5.5 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

grpcio-1.59.0-cp310-cp310-musllinux_1_1_i686.whl (5.8 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

grpcio-1.59.0-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.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (5.5 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.10

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

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

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.9

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

grpcio-1.59.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.59.0-cp38-cp38-musllinux_1_1_i686.whl (5.8 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.8

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

Uploaded CPython 3.7m Windows x86-64

grpcio-1.59.0-cp37-cp37m-musllinux_1_1_x86_64.whl (5.5 MB view details)

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

grpcio-1.59.0-cp37-cp37m-musllinux_1_1_i686.whl (5.8 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

grpcio-1.59.0-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.0-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (5.5 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

grpcio-1.59.0-cp37-cp37m-macosx_10_10_universal2.whl (9.5 MB view details)

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

grpcio-1.59.0-cp37-cp37m-linux_armv7l.whl (97.0 MB view details)

Uploaded CPython 3.7m

File details

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

File metadata

  • Download URL: grpcio-1.59.0.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.0.tar.gz
Algorithm Hash digest
SHA256 acf70a63cf09dd494000007b798aff88a436e1c03b394995ce450be437b8e54f
MD5 54671bf15372b761529b6e08162743c1
BLAKE2b-256 3898ca2cb5a81e0e2f3e3a00ebf91338fd3278ea0673e156a7ff2de30fe17113

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.59.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 598f3530231cf10ae03f4ab92d48c3be1fee0c52213a1d5958df1a90957e6a88
MD5 8794034899307a94f27ff13188f394a0
BLAKE2b-256 3b4f77fd12258e2b81ab648f6b6c678834fcd8f06876a1169b45615549532895

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.59.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 de2599985b7c1b4ce7526e15c969d66b93687571aa008ca749d6235d056b7205
MD5 cbdb6907935caac9bb44dd71fcf607d0
BLAKE2b-256 e2031c214689e3fd40bf2dd9a2748387c6a36be1d4ddbadceb06190fc0127654

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.59.0-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 3859917de234a0a2a52132489c4425a73669de9c458b01c9a83687f1f31b5b10
MD5 ddd70433d22df336aabbfdf58a5e824e
BLAKE2b-256 f1e04bacb18aea65326d2bd93b25b6b328db178f8cf0cb4415b0d25048175609

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.59.0-cp312-cp312-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 d74f7d2d7c242a6af9d4d069552ec3669965b74fed6b92946e0e13b4168374f9
MD5 3909d49efab3c0ff1bc0c205f7e577f4
BLAKE2b-256 3dfe49999d9156884e460a4eb6027c65b21ddc038b061c5daeb0fc41c944b073

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.59.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5711c51e204dc52065f4a3327dca46e69636a0b76d3e98c2c28c4ccef9b04c52
MD5 b6b3ed80c4fd4f3a82b20d4534d8acf1
BLAKE2b-256 37d3feaaa48b29debef9438a0cd63e29b18864fbae6a4a45734ab3ff41828d27

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.59.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ba0ca727a173ee093f49ead932c051af463258b4b493b956a2c099696f38aa66
MD5 1a7c8d09fcd5f965819175a724f256ff
BLAKE2b-256 939016dffdd19745d9f1d8e22aa836dd52d1dadaae2159be69f79ac1b85f7a12

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.59.0-cp312-cp312-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 2f120d27051e4c59db2f267b71b833796770d3ea36ca712befa8c5fff5da6ebd
MD5 b534de3b6e204886f9e9754d675fc14f
BLAKE2b-256 67c98f4c9f345a90ebf460b6e2e082171ca020a9549f5c4fd0bfd40a30e0a1eb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.59.0-cp312-cp312-macosx_10_10_universal2.whl
Algorithm Hash digest
SHA256 d09bd2a4e9f5a44d36bb8684f284835c14d30c22d8ec92ce796655af12163588
MD5 290d54ea68d0ec2b862a5a6f9611b13c
BLAKE2b-256 64d8609c556ee19756b036d4673da440a493b352bce0207d53cb03d3ecb5c33d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.59.0-cp312-cp312-linux_armv7l.whl
Algorithm Hash digest
SHA256 f1feb034321ae2f718172d86b8276c03599846dc7bb1792ae370af02718f91c5
MD5 732c5f1e461e66cb481271c921be16d6
BLAKE2b-256 f9e9596d8227be1091759504eeb85b5354ff4742b82afb62b0d0da1b01d740cf

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.59.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 15f03bd714f987d48ae57fe092cf81960ae36da4e520e729392a59a75cda4f29
MD5 593024b99d00f48a9716c0908ba163e2
BLAKE2b-256 75c5fb3ed7495c73c0de58b08376a468a35bdb61b89ddfbdb96a37bceb54f959

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.59.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 50eff97397e29eeee5df106ea1afce3ee134d567aa2c8e04fabab05c79d791a7
MD5 0f4e0498f8c155057d86dc5a8dd0a606
BLAKE2b-256 f5d70fc1b1cc3cce048f95a00c9f309ad24555d43eb0c7d728a8150c98e1ee4a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.59.0-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 63982150a7d598281fa1d7ffead6096e543ff8be189d3235dd2b5604f2c553e5
MD5 05c5806ce6cbc200256d6cf8320a6b44
BLAKE2b-256 149ca0f84b622d1169d4e80af1cca2d57efb5f9d567fbc1793ddb0414530b89d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.59.0-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 38da5310ef84e16d638ad89550b5b9424df508fd5c7b968b90eb9629ca9be4b9
MD5 856ec9dbc46cf79856dba90d9e0cda45
BLAKE2b-256 edee9aa31fb601d54e13df5b9e5c1c15a180f74966bc9dfb58bbe49bc8679775

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.59.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 956f0b7cb465a65de1bd90d5a7475b4dc55089b25042fe0f6c870707e9aabb1d
MD5 27d9267285a7b7dee6eb7a9f3eb36933
BLAKE2b-256 e7f933e17bb938d4b2afc7373120190e857f951d26f899992a9e717121170e2a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.59.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c251d22de8f9f5cca9ee47e4bade7c5c853e6e40743f47f5cc02288ee7a87252
MD5 888e7b2dc009607a313466f53681b433
BLAKE2b-256 7b950443d446b2087fe660c0c1e3a41c4fe18b5465dea95984635d12ca39052d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.59.0-cp311-cp311-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 0b84445fa94d59e6806c10266b977f92fa997db3585f125d6b751af02ff8b9fe
MD5 89c34825306509ecc4bce54765e31a49
BLAKE2b-256 c60a16bc3a738b87a904e0319343eaeb284752f3bf043322e6f36b59ef12ac90

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.59.0-cp311-cp311-macosx_10_10_universal2.whl
Algorithm Hash digest
SHA256 ec78aebb9b6771d6a1de7b6ca2f779a2f6113b9108d486e904bde323d51f5589
MD5 9650c0972a54ac1ee7cfb6f77dc449d5
BLAKE2b-256 bb1c4741e490b93488e077e36543b0acbfece41314b5a1ffae05bc7e2e9b3375

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.59.0-cp311-cp311-linux_armv7l.whl
Algorithm Hash digest
SHA256 c173a87d622ea074ce79be33b952f0b424fa92182063c3bda8625c11d3585d09
MD5 c1c918bc68502d666f8957c24378e0e8
BLAKE2b-256 ff7169e3a397a2462ef016bb98365e729125e92af8ddecfcb38ff815069465f7

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.59.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 ca87ee6183421b7cea3544190061f6c1c3dfc959e0b57a5286b108511fd34ff4
MD5 c201bcafc1bbeb96c5cdbeaeb2e4a3d0
BLAKE2b-256 c740d43d62a1da2d49700c3defddc307ca4b4e1a405a6ffd5fdacfcb4eea03da

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.59.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 228b91ce454876d7eed74041aff24a8f04c0306b7250a2da99d35dd25e2a1211
MD5 c11d7efa0156e6f981d9bdc9fcb1c694
BLAKE2b-256 5636c6ff66c810d18b6d1a03994e310e72c2e4eebfe6feb36cee193972b6682a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.59.0-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 8cd2d38c2d52f607d75a74143113174c36d8a416d9472415eab834f837580cf7
MD5 b6e2e7386c99badcc866e80958abc8de
BLAKE2b-256 ff35a730e0d20317a4e987ff757bc0b0f4aecd5ac9cb3076be05c263f85493aa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.59.0-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 fa66cac32861500f280bb60fe7d5b3e22d68c51e18e65367e38f8669b78cea3b
MD5 82da01798711981e283ae2aefbf45284
BLAKE2b-256 b578b30237da73aa82a4feba131cdf11a2c7418f44447ab0e17fc4a134820f3b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.59.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d0fcf53df684fcc0154b1e61f6b4a8c4cf5f49d98a63511e3f30966feff39cd0
MD5 81e0e0803fb5db510bf370ddd7cec6b2
BLAKE2b-256 207fe76618521aa9d33c6c1c9c3473f866da521678aa6ea2f4df3a896757748c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.59.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f6cfe44a5d7c7d5f1017a7da1c8160304091ca5dc64a0f85bca0d63008c3137a
MD5 d95c89de36250e9758e62074fbaff2a2
BLAKE2b-256 b07ea322f64a81d442b7d01b4dfc99517ae44a7999d698cbd96844e861d3c7ea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.59.0-cp310-cp310-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 1a839ba86764cc48226f50b924216000c79779c563a301586a107bda9cbe9dcf
MD5 edea1d61d43692cf6ea1546656db235d
BLAKE2b-256 2651d1322821378e00aa74063a052385b13df83a10755e51e50b4e81827c8b07

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.59.0-cp310-cp310-macosx_12_0_universal2.whl
Algorithm Hash digest
SHA256 b95ec8ecc4f703f5caaa8d96e93e40c7f589bad299a2617bdb8becbcce525539
MD5 5740c8b5facfab8a21866b1fafaea9e7
BLAKE2b-256 f8efdc222d0a95fc9c06180e9b4c45f7681cbf31b8c4d8b3547c9a3b4e5b3fd1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.59.0-cp310-cp310-linux_armv7l.whl
Algorithm Hash digest
SHA256 225e5fa61c35eeaebb4e7491cd2d768cd8eb6ed00f2664fa83a58f29418b39fd
MD5 b3fdaf8d8e444740735425b4fab212b8
BLAKE2b-256 21fcc91a95785b219dc3139de2213a9c36129bd9f873286333a16ff55be40c24

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.59.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 38823bd088c69f59966f594d087d3a929d1ef310506bee9e3648317660d65b81
MD5 d4fb4508c00bcc1842ec1ec1e7b49d2f
BLAKE2b-256 edb2f37fa2dc8b9942c5d444adee073d683ff23a31a418214cc7d80f53f3285c

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.59.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 3b8ff795d35a93d1df6531f31c1502673d1cebeeba93d0f9bd74617381507e3f
MD5 fa451a37d4cf3378a2ee2f16b021ad62
BLAKE2b-256 1e4d978407a6fd43c155fcccd74c7e31ce142282221a9e1508a4fdf956247947

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.59.0-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 2ea95cd6abbe20138b8df965b4a8674ec312aaef3147c0f46a0bac661f09e8d0
MD5 242bf8cbf20cc30666d896aff2a4219b
BLAKE2b-256 19f49fc9320c7619ccbd70dfb879360ae847d466d9174903eeecadedb83ea1e0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.59.0-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 81d86a096ccd24a57fa5772a544c9e566218bc4de49e8c909882dae9d73392df
MD5 c76f183a61ef11312a11347da523dee8
BLAKE2b-256 ae04b949261a1e1b552a60a612a5dba140ccc1af04c4405ef11a6cf4aa54ebfa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.59.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fc8bf2e7bc725e76c0c11e474634a08c8f24bcf7426c0c6d60c8f9c6e70e4d4a
MD5 7bd2b1aa7c6d1dd55543890b0e6c39ab
BLAKE2b-256 d1a1adf44cb808bcda1997d8afb3033b4fd503f6f5e89a6d3eeb454cb84c8abc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.59.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 936b2e04663660c600d5173bc2cc84e15adbad9c8f71946eb833b0afc205b996
MD5 afcbce019f3af6fb6e651f042575f478
BLAKE2b-256 2cf6a170d9824e448dbc4afc413a98f7915fb3776f72383da9ca30a8f80556c6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.59.0-cp39-cp39-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 aca8a24fef80bef73f83eb8153f5f5a0134d9539b4c436a716256b311dda90a6
MD5 5c6ebe6aebf75d1a01276918c5dee668
BLAKE2b-256 91e999987c185c45ab8ead293dd06eb20fbd87ebc02939894c828500b0518a82

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.59.0-cp39-cp39-macosx_10_10_universal2.whl
Algorithm Hash digest
SHA256 986de4aa75646e963466b386a8c5055c8b23a26a36a6c99052385d6fe8aaf180
MD5 f68de0161800624ae76a505834e49899
BLAKE2b-256 9c9acd91c03b4e4cebb634f28ca89c2363b837d88e94b6fefce105d5ae885c57

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.59.0-cp39-cp39-linux_armv7l.whl
Algorithm Hash digest
SHA256 34341d9e81a4b669a5f5dca3b2a760b6798e95cdda2b173e65d29d0b16692857
MD5 81d0f83e447f2f36aaf61f40bf938216
BLAKE2b-256 3bda289f4ffc91ec9366f270cb3cb78495a978697276bed2149758bb2a6985e3

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.59.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 14890da86a0c0e9dc1ea8e90101d7a3e0e7b1e71f4487fab36e2bfd2ecadd13c
MD5 2663be6bc80596e6ebd974d44f1adbd5
BLAKE2b-256 ed8f662f97059af57894cdda7b9575a1b970cb5d77d6acfa33b10bee71c3deaa

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.59.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 f21917aa50b40842b51aff2de6ebf9e2f6af3fe0971c31960ad6a3a2b24988f4
MD5 344ef32b4b843f4de6ebed9ffdd64d6a
BLAKE2b-256 e721ed9b8b91bc81d28625054aafbeccb2dd59e42d21f841efe07c226b6e23bd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.59.0-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 93e9cb546e610829e462147ce724a9cb108e61647a3454500438a6deef610be1
MD5 672fa91ab746c5d94544f0364bb82a77
BLAKE2b-256 03634db79a2c52932694f36dca43becd73cd85af4699aeca97346984183de338

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.59.0-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 871371ce0c0055d3db2a86fdebd1e1d647cf21a8912acc30052660297a5a6901
MD5 638178ec0491a11e04995204e5c0e490
BLAKE2b-256 fd072036cf43965e59b3192b2ed98b1c66abe2b5b7aa7c9a1c1ae56bb2bf7bad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.59.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6c4b1cc3a9dc1924d2eb26eec8792fedd4b3fcd10111e26c1d551f2e4eda79ce
MD5 a22ae7b5d70895bceb5c9150e8a226be
BLAKE2b-256 d6a1c5ca3fb951edb7bab892e61e24c72fc7359ae48916cf7352cde9d712867d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.59.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ceb1e68135788c3fce2211de86a7597591f0b9a0d2bb80e8401fd1d915991bac
MD5 92a35cf4685d8b1b46a89de64a1de2b3
BLAKE2b-256 26c0199d7779f88a8f8701bbd2a8e54d84f68508f384d485f9034a8d4bb022e0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.59.0-cp38-cp38-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 0ae444221b2c16d8211b55326f8ba173ba8f8c76349bfc1768198ba592b58f74
MD5 27adba65180ac8f4709a7bb1e88d7e1d
BLAKE2b-256 2553281366cccede8e44818a828214512a6a0c7022b8606f9fb114d981f78c92

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.59.0-cp38-cp38-macosx_10_10_universal2.whl
Algorithm Hash digest
SHA256 c041a91712bf23b2a910f61e16565a05869e505dc5a5c025d429ca6de5de842c
MD5 14cb020c8859debd5d2f0cc913ab1d6e
BLAKE2b-256 d0792e472f861fb471701ee8057b110c586659c14a12cd59737fd5d82c47e78b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.59.0-cp38-cp38-linux_armv7l.whl
Algorithm Hash digest
SHA256 fe976910de34d21057bcb53b2c5e667843588b48bf11339da2a75f5c4c5b4055
MD5 3f7c0fd72f074367a9668003fc31321a
BLAKE2b-256 93846349b73b6b8f0c456477309460709045ec268572b34b31f8dec3bbd39292

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.59.0-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.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 e5378785dce2b91eb2e5b857ec7602305a3b5cf78311767146464bfa365fc897
MD5 1145ba30b84e7f9eca4f0b6abec48ba4
BLAKE2b-256 f21e244d90b71acb48d430d12d947cd81043f4dc5c08e5f9910f2cd3abc39f2c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.59.0-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 611d9aa0017fa386809bddcb76653a5ab18c264faf4d9ff35cb904d44745f575
MD5 e3e974e579efc27611e373b2f03106c7
BLAKE2b-256 f41da45806fe66ff22dc941a63963c5532adad45ca037e25cfe7684e10242177

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.59.0-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 c0488c2b0528e6072010182075615620071371701733c63ab5be49140ed8f7f0
MD5 b423afe75ad70758c1ce0a28184213e2
BLAKE2b-256 e373cd261c8cfdeff7af6353c985ad9763a3e6cf2a32d6cbca38a1d3e3df4718

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.59.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 849c47ef42424c86af069a9c5e691a765e304079755d5c29eff511263fad9c2a
MD5 24a0dcd2579e7fd9e7b716547079738e
BLAKE2b-256 7a2cbe8c3cdc25d9946b67688f0712d3b4550d472c1267313ebd8c96f9c2122e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.59.0-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f367e4b524cb319e50acbdea57bb63c3b717c5d561974ace0b065a648bb3bad3
MD5 c87f3cc228475e736f1db1ef28d45f04
BLAKE2b-256 5b7aef419ad6bc2ed506a09f81057fb13adb9c1915e2588d6ae062846e67cc92

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.59.0-cp37-cp37m-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 61bc72a00ecc2b79d9695220b4d02e8ba53b702b42411397e831c9b0589f08a3
MD5 4e59ba83fd2836bf6aec141a790aaed4
BLAKE2b-256 14950088c509a1ed45cec30d75cecfc8f2a7786b879e28c3d2a73a54f9be7b52

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.59.0-cp37-cp37m-macosx_10_10_universal2.whl
Algorithm Hash digest
SHA256 c4dfdb49f4997dc664f30116af2d34751b91aa031f8c8ee251ce4dcfc11277b0
MD5 1b13cdfbe1098bfe89d37459ea8d9533
BLAKE2b-256 b0da329d6a84c67910b4c58141b01dcfb93536db56543452141c79b265da2981

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.59.0-cp37-cp37m-linux_armv7l.whl
Algorithm Hash digest
SHA256 b34c7a4c31841a2ea27246a05eed8a80c319bfc0d3e644412ec9ce437105ff6c
MD5 6f25b6cce426cf1a4248734cedf5243a
BLAKE2b-256 5c819653fb20f46a8e6962b5add10e060517e84286af1079c2be7bdb50a58f3c

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