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

Uploaded Source

Built Distributions

grpcio-1.56.2-cp311-cp311-win_amd64.whl (4.2 MB view details)

Uploaded CPython 3.11 Windows x86-64

grpcio-1.56.2-cp311-cp311-win32.whl (3.5 MB view details)

Uploaded CPython 3.11 Windows x86

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

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

grpcio-1.56.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.2 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

grpcio-1.56.2-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.56.2-cp311-cp311-manylinux_2_17_aarch64.whl (4.7 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

grpcio-1.56.2-cp311-cp311-macosx_10_10_universal2.whl (8.9 MB view details)

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

grpcio-1.56.2-cp311-cp311-linux_armv7l.whl (95.8 MB view details)

Uploaded CPython 3.11

grpcio-1.56.2-cp310-cp310-win_amd64.whl (4.2 MB view details)

Uploaded CPython 3.10 Windows x86-64

grpcio-1.56.2-cp310-cp310-win32.whl (3.5 MB view details)

Uploaded CPython 3.10 Windows x86

grpcio-1.56.2-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.56.2-cp310-cp310-musllinux_1_1_i686.whl (5.7 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

grpcio-1.56.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.2 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

grpcio-1.56.2-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.56.2-cp310-cp310-manylinux_2_17_aarch64.whl (4.7 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

grpcio-1.56.2-cp310-cp310-macosx_12_0_universal2.whl (8.8 MB view details)

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

grpcio-1.56.2-cp310-cp310-linux_armv7l.whl (95.6 MB view details)

Uploaded CPython 3.10

grpcio-1.56.2-cp39-cp39-win_amd64.whl (4.2 MB view details)

Uploaded CPython 3.9 Windows x86-64

grpcio-1.56.2-cp39-cp39-win32.whl (3.5 MB view details)

Uploaded CPython 3.9 Windows x86

grpcio-1.56.2-cp39-cp39-musllinux_1_1_x86_64.whl (5.5 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

grpcio-1.56.2-cp39-cp39-musllinux_1_1_i686.whl (5.8 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

grpcio-1.56.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.2 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

grpcio-1.56.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (5.5 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

grpcio-1.56.2-cp39-cp39-manylinux_2_17_aarch64.whl (4.7 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

grpcio-1.56.2-cp39-cp39-macosx_10_10_universal2.whl (8.9 MB view details)

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

grpcio-1.56.2-cp39-cp39-linux_armv7l.whl (95.6 MB view details)

Uploaded CPython 3.9

grpcio-1.56.2-cp38-cp38-win_amd64.whl (4.3 MB view details)

Uploaded CPython 3.8 Windows x86-64

grpcio-1.56.2-cp38-cp38-win32.whl (3.5 MB view details)

Uploaded CPython 3.8 Windows x86

grpcio-1.56.2-cp38-cp38-musllinux_1_1_x86_64.whl (5.5 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

grpcio-1.56.2-cp38-cp38-musllinux_1_1_i686.whl (5.8 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

grpcio-1.56.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.2 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

grpcio-1.56.2-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (5.5 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

grpcio-1.56.2-cp38-cp38-manylinux_2_17_aarch64.whl (4.7 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

grpcio-1.56.2-cp38-cp38-macosx_10_10_universal2.whl (8.9 MB view details)

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

grpcio-1.56.2-cp38-cp38-linux_armv7l.whl (95.6 MB view details)

Uploaded CPython 3.8

grpcio-1.56.2-cp37-cp37m-win_amd64.whl (4.2 MB view details)

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

grpcio-1.56.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.2 MB view details)

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

grpcio-1.56.2-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.56.2-cp37-cp37m-manylinux_2_17_aarch64.whl (4.7 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

grpcio-1.56.2-cp37-cp37m-macosx_10_10_universal2.whl (8.9 MB view details)

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

grpcio-1.56.2-cp37-cp37m-linux_armv7l.whl (95.2 MB view details)

Uploaded CPython 3.7m

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.56.2.tar.gz
Algorithm Hash digest
SHA256 0ff789ae7d8ddd76d2ac02e7d13bfef6fc4928ac01e1dcaa182be51b6bcc0aaa
MD5 db747098aa988559aa087af38d8106d5
BLAKE2b-256 2f7eddf5d42c77418ebf6d57f1503084e2955e8cf1d49671372fbdff7a82cbe5

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.56.2-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 4.2 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for grpcio-1.56.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 af4063ef2b11b96d949dccbc5a987272f38d55c23c4c01841ea65a517906397f
MD5 41386dbf6d344d7e11441622334a1ea6
BLAKE2b-256 dd1026829ba71579a0248ad32211c2964fc389800ec58a9de8822b9a733cd800

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.56.2-cp311-cp311-win32.whl
  • Upload date:
  • Size: 3.5 MB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for grpcio-1.56.2-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 6a007a541dff984264981fbafeb052bfe361db63578948d857907df9488d8774
MD5 0a0d8677336dd474fc2c12d88c5fe480
BLAKE2b-256 c2684903c2083173df3aa8b7da1f235fc6f0ebb27ec821bc81e4eb227311a753

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.56.2-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 89a49cc5ad08a38b6141af17e00d1dd482dc927c7605bc77af457b5a0fca807c
MD5 04d115af8c8212d0c84015e6021daf16
BLAKE2b-256 4760bec05dbb5f8f2d61d79d4e16fb7222e7c0f25a50aaa4a9bc5dcf5df6fb38

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.56.2-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 9e04d4e4cfafa7c5264e535b5d28e786f0571bea609c3f0aaab13e891e933e9c
MD5 762e22ebb4204cd322abed412d9bf0e9
BLAKE2b-256 556841fc4465ed2f3fbc245d94ebfa14f7089771cd8546112fc91e46ccda2933

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.56.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fda2783c12f553cdca11c08e5af6eecbd717280dc8fbe28a110897af1c15a88c
MD5 0940d44f382ff183c683dbec15d73559
BLAKE2b-256 b4293ab0489eb3c5dde0a5f05298c70c11a409d3aa5ac02544dc9b8ab8f58e3f

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.56.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 750de923b456ca8c0f1354d6befca45d1f3b3a789e76efc16741bd4132752d95
MD5 848f32f2b9cac15d81d49ab0f04661c9
BLAKE2b-256 6c30503b9d5a36f7f10a77207f1cb3baf13545251efa4283fd161138072c9db9

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.56.2-cp311-cp311-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 8391cea5ce72f4a12368afd17799474015d5d3dc00c936a907eb7c7eaaea98a5
MD5 7e0e69933415642674dd226722a5d0ac
BLAKE2b-256 0a3cbeb0a37a0ed1073642ec59a2b6df1739d425e58557d415feebd18bd93fc3

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.56.2-cp311-cp311-macosx_10_10_universal2.whl
Algorithm Hash digest
SHA256 6108e5933eb8c22cd3646e72d5b54772c29f57482fd4c41a0640aab99eb5071d
MD5 98a002beb18ab4449f95f0b06fc217ff
BLAKE2b-256 06ed4c7651a5af2628273a80ae55376f21c8e6fcababadfa0d6ec771aa02ee9b

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.56.2-cp311-cp311-linux_armv7l.whl
Algorithm Hash digest
SHA256 c435f5ce1705de48e08fcbcfaf8aee660d199c90536e3e06f2016af7d6a938dd
MD5 28ae1864760f0212235b882e1cfdbff8
BLAKE2b-256 39c7ca186f4414db098ea1dc58928762d70198bc4735d0274dd2747e01639469

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.56.2-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 4.2 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for grpcio-1.56.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 10954662f77dc36c9a1fb5cc4a537f746580d6b5734803be1e587252682cda8d
MD5 06ed2656478b7b3d82004fe6d41f32b1
BLAKE2b-256 3ffeb332c682f682745230083023935a06f21e029cb8ef01900531a89b47217c

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.56.2-cp310-cp310-win32.whl
  • Upload date:
  • Size: 3.5 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for grpcio-1.56.2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 06e84ad9ae7668a109e970c7411e7992751a116494cba7c4fb877656527f9a57
MD5 b9d719e72f163cb731f52c248f4cb969
BLAKE2b-256 140bffde0b4ec81245cbfd6b10ce03c80df5611420562347bef39f26cc1ed0cc

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.56.2-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 c0c85c5cbe8b30a32fa6d802588d55ffabf720e985abe9590c7c886919d875d4
MD5 e6ea658e18e7b313ca8ded98cddb6d0a
BLAKE2b-256 9196905fdd4d9234491ef8ead5800e26aec4632425748bce949451cd81fed219

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.56.2-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 97e0efaebbfd222bcaac2f1735c010c1d3b167112d9d237daebbeedaaccf3d1d
MD5 1d0384049c1470b46966ef9388ecddaa
BLAKE2b-256 fa0d6e96b768a2d0f06858685d0ca2b7a912633198a4f9934b924492ea0b25ea

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.56.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 900bc0096c2ca2d53f2e5cebf98293a7c32f532c4aeb926345e9747452233950
MD5 a274948934fa7f359ba24db3bc225b0e
BLAKE2b-256 a7a128173a3ea544075159f968f6a80b455c6c06381084878b9cdce31acf3cf6

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.56.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c3f3237a57e42f79f1e560726576aedb3a7ef931f4e3accb84ebf6acc485d316
MD5 55f895a0c191640a5cb3381aea605921
BLAKE2b-256 7f0307b8edbd4d8c463627ac74acf4c3f6d70df07660b0010801f9f06798ed05

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.56.2-cp310-cp310-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 a72797549935c9e0b9bc1def1768c8b5a709538fa6ab0678e671aec47ebfd55e
MD5 91bcfa59f7782e629641f4807c6d1362
BLAKE2b-256 6f7c31ba9f1c7b69bf19af397ede96b4b599ab28217cfa3bc1bbb489cde51304

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.56.2-cp310-cp310-macosx_12_0_universal2.whl
Algorithm Hash digest
SHA256 5144feb20fe76e73e60c7d73ec3bf54f320247d1ebe737d10672480371878b48
MD5 805f11135f394f474cdab2d500ca1d5e
BLAKE2b-256 c574e31824fa3d7849974332719c35e21af7326c1a3670cace89b20bb68ac31d

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.56.2-cp310-cp310-linux_armv7l.whl
Algorithm Hash digest
SHA256 bf0b9959e673505ee5869950642428046edb91f99942607c2ecf635f8a4b31c9
MD5 024022076962c6ada4bbe52adb942b18
BLAKE2b-256 5e1280332b9477b6de3c568ab4e54d8488fffc1bedc0d8718e1c10341262fd7a

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.56.2-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 4.2 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for grpcio-1.56.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 830215173ad45d670140ff99aac3b461f9be9a6b11bee1a17265aaaa746a641a
MD5 369ea1c469bba549aba4045fe74742d4
BLAKE2b-256 aedb95f02013559bb354ac51dc0f4f302f71d42d0e03ac86b50001233ed07533

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.56.2-cp39-cp39-win32.whl
  • Upload date:
  • Size: 3.5 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for grpcio-1.56.2-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 139f66656a762572ae718fa0d1f2dce47c05e9fbf7a16acd704c354405b97df9
MD5 c8fc718e35b90a8da18b5751cb4db021
BLAKE2b-256 175d251662c3b88524c2f71d935934b4706aaac8dd8378321c8cb15b5a29f61c

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.56.2-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 cbdf2c498e077282cd427cfd88bdce4668019791deef0be8155385ab2ba7837f
MD5 b957340115d90839d1f9af9169d67049
BLAKE2b-256 228f61223d4e13cdeea37e8d904d174163b0ec4c7f9a98c7e35e03d27a5b87b6

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.56.2-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 b975b85d1d5efc36cf8b237c5f3849b64d1ba33d6282f5e991f28751317504a1
MD5 403da6e68c0cab5beed99b6963c1a777
BLAKE2b-256 ad18f0dba53b6f674ebb8b36af02788c503e3907244ce6507ff2939ad0d65e3c

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.56.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c3fa3ab0fb200a2c66493828ed06ccd1a94b12eddbfb985e7fd3e5723ff156c6
MD5 733bab87f66c28964382110536a40fbd
BLAKE2b-256 f5f657fbd39af17aaae321109411ef2faf121768473ebc1bbf3694b06d3282c8

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.56.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5344be476ac37eb9c9ad09c22f4ea193c1316bf074f1daf85bddb1b31fda5116
MD5 799958a6dcc1318b71544f19db8d91a8
BLAKE2b-256 29749ddbfc280793b511cf765f3fa686ad27e075b75d8068766e6c8a29dd239d

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.56.2-cp39-cp39-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 42a3bbb2bc07aef72a7d97e71aabecaf3e4eb616d39e5211e2cfe3689de860ca
MD5 19693809fb244e5e80ef2541996cffa9
BLAKE2b-256 a47cce6f5917d926cb83c2c28dd4c9a3fba3b3fadf5e12e333a692aefdc6742e

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.56.2-cp39-cp39-macosx_10_10_universal2.whl
Algorithm Hash digest
SHA256 373b48f210f43327a41e397391715cd11cfce9ded2fe76a5068f9bacf91cc226
MD5 e4e5673411bfd93f80e5506ce32defa1
BLAKE2b-256 86dcaf2d02f83fa7d7dc80952c0557f8b7b8301d386d41518be7e131810ffb89

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.56.2-cp39-cp39-linux_armv7l.whl
Algorithm Hash digest
SHA256 51173e8fa6d9a2d85c14426bdee5f5c4a0654fd5fddcc21fe9d09ab0f6eb8b35
MD5 8fb0d644adf56670f7b9a0c6ffdacec1
BLAKE2b-256 7e56b2e87698c14e180936bc5907000d08ce93f955f9e1509e9667002a2d93b9

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.56.2-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 4.3 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for grpcio-1.56.2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 8940d6de7068af018dfa9a959a3510e9b7b543f4c405e88463a1cbaa3b2b379a
MD5 c4549ff33f99e72da348739d879c8767
BLAKE2b-256 d0ca6b23dab7931171f8f95940651d3d9b19a20b4809d59d7e689025e3490b4f

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.56.2-cp38-cp38-win32.whl
  • Upload date:
  • Size: 3.5 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for grpcio-1.56.2-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 ddb4a6061933bd9332b74eac0da25f17f32afa7145a33a0f9711ad74f924b1b8
MD5 08bf2dfe5ee4e37eee39c1b5537c7027
BLAKE2b-256 4d9b05f40601a4c45a3b456413853baf25d65ab1c417b488fba7049e6447eb13

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.56.2-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 4eb37dd8dd1aa40d601212afa27ca5be255ba792e2e0b24d67b8af5e012cdb7d
MD5 cf00e19edc6e5b175fc6f4b2bcabcca1
BLAKE2b-256 3ccbd850432d4ece66d88544dbae834e8bee24a7d7ed05438b4e5314ef5c6b82

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.56.2-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 3ccb621749a81dc7755243665a70ce45536ec413ef5818e013fe8dfbf5aa497b
MD5 85e4172c828503dab0e2e16bc465b9bf
BLAKE2b-256 295891d99931ac94b7a2ae68e4772993c8b7fd52b610be12f44203c3a6ed3b4c

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.56.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c90da4b124647547a68cf2f197174ada30c7bb9523cb976665dfd26a9963d328
MD5 136de2440abf8688fa991066efb9fbc6
BLAKE2b-256 73119201e5fad4db2fb8866de0cd434aa5b81870370ae4ea2c3a00b19bc6351e

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.56.2-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ded637176addc1d3eef35331c39acc598bac550d213f0a1bedabfceaa2244c87
MD5 7128055b7b3b0e27c71c54c51a28e75a
BLAKE2b-256 d54403fbc37266505d089d55a78b59e3b33fc1d63cfe97c784f0a031dc3da626

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.56.2-cp38-cp38-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 d39f5d4af48c138cb146763eda14eb7d8b3ccbbec9fe86fb724cd16e0e914c64
MD5 5a36cb7464e3f6fc6286e89b1d909c8b
BLAKE2b-256 0546deb9670dafac2ba27016c4d898edb775e3489b6bc25e3a0cfb4fd6a9cde7

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.56.2-cp38-cp38-macosx_10_10_universal2.whl
Algorithm Hash digest
SHA256 33971197c47965cc1d97d78d842163c283e998223b151bab0499b951fd2c0b12
MD5 c66e5bcf5f5d18b0dedfcadd10902e47
BLAKE2b-256 bd617c70bdbaa007222a3a143e40c99630dc43143838b5fcd38f8e5be7a38cc3

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.56.2-cp38-cp38-linux_armv7l.whl
Algorithm Hash digest
SHA256 7c5ede2e2558f088c49a1ddda19080e4c23fb5d171de80a726b61b567e3766ed
MD5 89190b5e09131bd5c67676791138ae8e
BLAKE2b-256 51fbb9f9bcfed50fc340a57c1cea967a42263a6ce9ae60b4ddb50b23d4b27b6c

See more details on using hashes here.

Provenance

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.56.2-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 42e63904ee37ae46aa23de50dac8b145b3596f43598fa33fe1098ab2cbda6ff5
MD5 15370d7c0eaa8237d227c813b4a5d930
BLAKE2b-256 3f60f88684771190abbb881e3611861fd2f0d4380758d72d4177b7b5ac4ef222

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.56.2-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 345356b307cce5d14355e8e055b4ca5f99bc857c33a3dc1ddbc544fca9cd0475
MD5 e0392393719c3628c54fce9868176be0
BLAKE2b-256 792a3e5deebbb4d495a303006fdb81775594ac63e02ef1c82349627202b2ea3d

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.56.2-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 1c31e52a04e62c8577a7bf772b3e7bed4df9c9e0dd90f92b6ffa07c16cab63c9
MD5 ff547692b7fc60a94dd96901e3d5be07
BLAKE2b-256 87547a97a5f6db4ffc06816e7cddb7e62ae24fef2de90c7a69affc8a1284b01e

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.56.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a4c60abd950d6de3e4f1ddbc318075654d275c29c846ab6a043d6ed2c52e4c8c
MD5 270d309f2930dbac4b0e98064a3fed8b
BLAKE2b-256 3d5b0ae95c2817e0c9a510581a84c1a029fd447c7d0f289cc8b753e6ad93c216

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.56.2-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6ee26e9dfb3996aff7c870f09dc7ad44a5f6732b8bdb5a5f9905737ac6fd4ef1
MD5 ed26e5c90ec9b19c94f81833029a0475
BLAKE2b-256 b4fb0d7cba2f198da9ebc7e7322c0e0bb6530733d3b3f574041ccc5df25dad4e

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.56.2-cp37-cp37m-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 d1fbad1f9077372b6587ec589c1fc120b417b6c8ad72d3e3cc86bbbd0a3cee93
MD5 563912645584f3d700d63c362e5dd1cf
BLAKE2b-256 086feb6d6065aeb55411e6f9e05a62dd73dbc9ebdbd54c33d1d8bcc670db7de2

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.56.2-cp37-cp37m-macosx_10_10_universal2.whl
Algorithm Hash digest
SHA256 f20fd21f7538f8107451156dd1fe203300b79a9ddceba1ee0ac8132521a008ed
MD5 a550e76c88cef7ccfba44a71b13fc15f
BLAKE2b-256 b4b426e15566b40e70b663f04c9ac6f09c807bbb4974ac2e5febbee8a7f1603c

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.56.2-cp37-cp37m-linux_armv7l.whl
Algorithm Hash digest
SHA256 a6ff459dac39541e6a2763a4439c4ca6bc9ecb4acc05a99b79246751f9894756
MD5 2cecca30948c8bbb104b4cac53e962c8
BLAKE2b-256 347e581f7d939aeaf7bb0ba7860c5e401f1934cee523a547b91c882cb6b072f8

See more details on using hashes here.

Provenance

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