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

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

grpcio-1.54.3-cp311-cp311-win_amd64.whl (4.1 MB view details)

Uploaded CPython 3.11Windows x86-64

grpcio-1.54.3-cp311-cp311-win32.whl (3.4 MB view details)

Uploaded CPython 3.11Windows x86

grpcio-1.54.3-cp311-cp311-musllinux_1_1_x86_64.whl (5.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ x86-64

grpcio-1.54.3-cp311-cp311-musllinux_1_1_i686.whl (5.6 MB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ i686

grpcio-1.54.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

grpcio-1.54.3-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (5.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

grpcio-1.54.3-cp311-cp311-manylinux_2_17_aarch64.whl (4.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

grpcio-1.54.3-cp311-cp311-macosx_10_10_universal2.whl (8.6 MB view details)

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

grpcio-1.54.3-cp311-cp311-linux_armv7l.whl (91.0 MB view details)

Uploaded CPython 3.11

grpcio-1.54.3-cp310-cp310-win_amd64.whl (4.1 MB view details)

Uploaded CPython 3.10Windows x86-64

grpcio-1.54.3-cp310-cp310-win32.whl (3.4 MB view details)

Uploaded CPython 3.10Windows x86

grpcio-1.54.3-cp310-cp310-musllinux_1_1_x86_64.whl (5.3 MB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ x86-64

grpcio-1.54.3-cp310-cp310-musllinux_1_1_i686.whl (5.6 MB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ i686

grpcio-1.54.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

grpcio-1.54.3-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (5.3 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

grpcio-1.54.3-cp310-cp310-manylinux_2_17_aarch64.whl (4.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

grpcio-1.54.3-cp310-cp310-macosx_12_0_universal2.whl (8.6 MB view details)

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

grpcio-1.54.3-cp310-cp310-linux_armv7l.whl (90.8 MB view details)

Uploaded CPython 3.10

grpcio-1.54.3-cp39-cp39-win_amd64.whl (4.1 MB view details)

Uploaded CPython 3.9Windows x86-64

grpcio-1.54.3-cp39-cp39-win32.whl (3.4 MB view details)

Uploaded CPython 3.9Windows x86

grpcio-1.54.3-cp39-cp39-musllinux_1_1_x86_64.whl (5.3 MB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ x86-64

grpcio-1.54.3-cp39-cp39-musllinux_1_1_i686.whl (5.6 MB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ i686

grpcio-1.54.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

grpcio-1.54.3-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (5.3 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

grpcio-1.54.3-cp39-cp39-manylinux_2_17_aarch64.whl (4.6 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

grpcio-1.54.3-cp39-cp39-macosx_10_10_universal2.whl (8.7 MB view details)

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

grpcio-1.54.3-cp39-cp39-linux_armv7l.whl (90.9 MB view details)

Uploaded CPython 3.9

grpcio-1.54.3-cp38-cp38-win_amd64.whl (4.1 MB view details)

Uploaded CPython 3.8Windows x86-64

grpcio-1.54.3-cp38-cp38-win32.whl (3.4 MB view details)

Uploaded CPython 3.8Windows x86

grpcio-1.54.3-cp38-cp38-musllinux_1_1_x86_64.whl (5.3 MB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ x86-64

grpcio-1.54.3-cp38-cp38-musllinux_1_1_i686.whl (5.6 MB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ i686

grpcio-1.54.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.1 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

grpcio-1.54.3-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (5.3 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ i686

grpcio-1.54.3-cp38-cp38-manylinux_2_17_aarch64.whl (4.6 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

grpcio-1.54.3-cp38-cp38-macosx_10_10_universal2.whl (8.7 MB view details)

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

grpcio-1.54.3-cp38-cp38-linux_armv7l.whl (90.9 MB view details)

Uploaded CPython 3.8

grpcio-1.54.3-cp37-cp37m-win_amd64.whl (4.1 MB view details)

Uploaded CPython 3.7mWindows x86-64

grpcio-1.54.3-cp37-cp37m-musllinux_1_1_x86_64.whl (5.3 MB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ x86-64

grpcio-1.54.3-cp37-cp37m-musllinux_1_1_i686.whl (5.6 MB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ i686

grpcio-1.54.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.1 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

grpcio-1.54.3-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (5.3 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ i686

grpcio-1.54.3-cp37-cp37m-manylinux_2_17_aarch64.whl (4.6 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARM64

grpcio-1.54.3-cp37-cp37m-macosx_10_10_universal2.whl (8.6 MB view details)

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

grpcio-1.54.3-cp37-cp37m-linux_armv7l.whl (90.5 MB view details)

Uploaded CPython 3.7m

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.54.3.tar.gz
Algorithm Hash digest
SHA256 8a9b9cf01103795072f4874b4b064c5e3785871d62b774f1aa5f9bacabbcac20
MD5 311ed227b66f07f1b3147db33d0b594a
BLAKE2b-256 b4f791f23ee67f7730a80a8753fc0baa7e8ee682d64a1a2fbeb4bbc28eba2078

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.54.3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 581ce6556f07d6c9dd4e550e60e1d386455bd32ea4f81b65ccd4062e200e56f6
MD5 6fa7c161a1e880bf00d16cc99f9e6bcf
BLAKE2b-256 004911064608e4a9ebdc9ec9fe835230b19c6b3d12b27c819dc15082181f23de

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.54.3-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 7268ad68dfad9d767ee17a69b4ae9e7223b04be16b94110564640828d302ed0c
MD5 80ad75468081c1aa17f47c4d5b5e3fd2
BLAKE2b-256 6acfb577727b1fe6b5536e7bd64e4d03a53a2c5dfb955fa679cd9b36ab626bb2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.54.3-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 b8dcb9c0fec81ec2febe5232d7d92bc103532f635ed0d93a110576ab002ae4ca
MD5 0135c763575dbb2b650af19a4c8192e9
BLAKE2b-256 1fb14cee1d5f9c276fd6908342169d23353c2c1f6aefa8a8542160092fba5040

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.54.3-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 e42e5e7b85dabd575f64ec6d9a618b03d072c4b3b62bcc73f0f6dab33687a338
MD5 db9acf6e434ac88c19e0fffd38cc883d
BLAKE2b-256 549cc9081ff4fe906a211ce8646e34d7a157ebd65fedd288a33b261132907543

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.54.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1ea03bd3d244889c7fe793b5234965f31a34147008083a2ec2ffebc870c4643b
MD5 29fc0084f96b8317a51a8259327a321f
BLAKE2b-256 ea306cbf020b77a460b9031456683ead97a936d3041a9254c1ef1381a8ffe3ac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.54.3-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8db545d257b74b90ed1fdd5b9505fe7f81243220156438a6b97b3dc3fd4bc963
MD5 9ae43f394a97f473aa40dcf6ce6c52ce
BLAKE2b-256 aa877b494b01d842b59d6e807cbe34e73101f011bbd9ba3c2dee6e2d7d113bd5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.54.3-cp311-cp311-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 2dd2f0d5a5879cd85ec9ce1dc4899933e7a4e3f97781b6ab26703c1de21c794e
MD5 3018304dcbd9eb51d81cc20078ca3962
BLAKE2b-256 dec2b1f00ca05bf76fb669e5d6877deb96ad171d201abc1d8c4198866c839a7c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.54.3-cp311-cp311-macosx_10_10_universal2.whl
Algorithm Hash digest
SHA256 07d0ace63902e30fe6e77f684927130867a9ec43141e2f1447522631fa19ccf7
MD5 34bc8a81c6645545336f408e1cb17536
BLAKE2b-256 583cb31b4d5917c8e941c11f396d7f7a1946401c74c5e9e021ad8f9cd6b6a4b3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.54.3-cp311-cp311-linux_armv7l.whl
Algorithm Hash digest
SHA256 bc6a04ac876f0667c092301e468177c0d132a28a25070367eabf3fcc9e8ba1d0
MD5 fa1be8ce93bdd4255bc968e71b2ac7b4
BLAKE2b-256 1f61fde30e600ad5eb1b312a6a3aed8b73f97671c15fd4221a478c776da787be

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.54.3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 fd5779aab42c92fc0d31ac4f240c99f02007f0310704eb761abd7ad955edf411
MD5 5b66deaf280eb9df73512cb077494bed
BLAKE2b-256 49a2f9c2b880829ef30b9f516d9cdb43b9440365f6b234438230a6cfd2b42151

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.54.3-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 be42883b2a91003c09fbd81be92d964cd6b93fc16800901baa113486c4278caf
MD5 4016b72043a7d2bde640ab39eac9f597
BLAKE2b-256 eb67f2176cfba958a6e6d6eab0f799507712a4e72194e1d1ff4e623baff09562

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.54.3-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 8cf5e51ff2c18941515b37bb1f959c19f6654e652b046069ebc6960642781a47
MD5 5687a0dfdcf2f630f45c9f913e7ebfdb
BLAKE2b-256 fee6fa7e123fa307790eb5d32d3d6b518d37c7e3368b2ccf419a0d4d104d8be4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.54.3-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 2944e345b9d1aee6cd6a4cd43a46ed95ef52f5a2dedb1755827e6c247f2579c1
MD5 2fff2cc2bf9e3b651c9c0f327004eabc
BLAKE2b-256 a7e16f41ae1844812457e98ba273e205967ae8362b2394cdd3ac6b33c2ad3dbc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.54.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 81a99edb493925652128ce5a96d07ee09b3627a5673f73cd6476e1ebf1b31e42
MD5 f9c4d539c99228f59aaa82e0ef04c837
BLAKE2b-256 8f4ab002ee4798fe1523660afc95a78e2f0279a9ec86ee9d43d6e3b9134bdc6f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.54.3-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7c1d6afa156cba9a6d02656fe85c0e84e41b46d17a72ecdc0ed48b7482831fea
MD5 3ea530b1ae8a7cad9e90eec5db50e417
BLAKE2b-256 16044d983ee5384b1588656a618b65d1378cc0918a41aa7318a350847562a1d9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.54.3-cp310-cp310-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 336199b22797e3b754b8f1a2fa45c9a0a154d5ff331bce3f21f3f0693e7bdf21
MD5 44d715f70d9cdbb348788abbf64ec840
BLAKE2b-256 5b61693c8632d875e9583c884d0b189f4ee94fed082775a5d505795e8ba077bf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.54.3-cp310-cp310-macosx_12_0_universal2.whl
Algorithm Hash digest
SHA256 3c1227144ebb25afb39b421d073140396dc05483266f28fb575787e30f1f1182
MD5 a82b3e04a0dc146b890ae538e9a6de53
BLAKE2b-256 4f8354c8cd5af2465eadceaee60e5b1bd800b072f41ebd9f4641a63477699400

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.54.3-cp310-cp310-linux_armv7l.whl
Algorithm Hash digest
SHA256 6977701b6528be82f0801c52dad7df7e912d61d6e3b25e22bbbbdc2c7bc912e5
MD5 13f15fb8c40cc71918cee5f0a80ab376
BLAKE2b-256 65cc47fad82141d92e6c18fafb5f544017b7dc352cf4aa597a606b50cc82780f

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.54.3-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 c8b324e40c903c1d464650b14a91ef902e62c173f1aa6d8950e27d97fafafd8a
MD5 9ab943ef5950a1858aca04945ce2fcf9
BLAKE2b-256 613a6bc422f95cf45c56dd3a6094465cc0c1d0bb029d2d96021bf42a4a846826

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.54.3-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 274856d666401ef5690466467c8ef5c454e09f465d6e954386af56d184bedc78
MD5 8db5f5a78a35b8292cf040185d3df641
BLAKE2b-256 892740b77a709951639ba4d716a079e811f3c484f442397d12590056fd0dc5a6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.54.3-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 a238aa21b81d165657f2ab27b2e7b7713e4d01df842528e678b8d06fa08bc01b
MD5 2bea991429d6de533d5ad33f4b03584a
BLAKE2b-256 b8aa7a7058b5f7b3e4ef012d63adc48b100f52c7e224133536271779e22abbe7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.54.3-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 7eca3321517465d381ebb0c1d483e4bfad4927decfc01cb33410be2da02a7c59
MD5 e72a6e69835b87ca68f13338459efbc4
BLAKE2b-256 e39fddc9dc0174080e0eeee8978b86c6235a0a6197ee116b51cd32c098c12332

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.54.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0a63dd1fe726bf434652a5eaaf862b09e9b1112469c0e94183428f1bbaaf3100
MD5 3aa165ce7c5ae0fa688782f84c7369eb
BLAKE2b-256 114439e7b38fc4e25696df868ab853e359b86cff35d3fcb31a5616e0c754b292

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.54.3-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f78fb0d5e3b1f22060aa32872eab185f214b22a278d1763a2ffd7ca04cc16366
MD5 5e8e2f27428d26715e398f49bee2763d
BLAKE2b-256 a3db046ca2e346858bbe8e0c23b38060d4fb8294cafd3c966b98fbbf3e77d82e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.54.3-cp39-cp39-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 058e313479aac21b20e0768aa4ecd782ae0b96b1eba7e4b615e0575a1c02d0e5
MD5 80c47861f4aaab07e284911dce88014f
BLAKE2b-256 0bc6258ccfb677feb11c3e7063fa8d369a6ad6b3ac408d2231e54521b56ec488

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.54.3-cp39-cp39-macosx_10_10_universal2.whl
Algorithm Hash digest
SHA256 54a22f420a171096f2d373e46518bac87ccbbcf346490acae8dd59eac20d39b6
MD5 193d2741db4c7b6311bbfc4785fb6983
BLAKE2b-256 5f1bedb955abc01f392e5c629c3de0d30e21cde941894acef56a1068b43222d8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.54.3-cp39-cp39-linux_armv7l.whl
Algorithm Hash digest
SHA256 dbec67817f933acf43b06644a0106c5c68e34509b248a09135848a8947f48cd6
MD5 42c39c799275ca3fcc85de3fd3dca610
BLAKE2b-256 8e242c5cb89b2eb639d42a9dc5d06fc89be666489c29c37ea198e7d5adaa31ff

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.54.3-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 a672f46d9fa739044f2448e3237a5b03e4dd8fb3dec79349791ffb4db0541ec8
MD5 136191291d8874bcae31b32fcfe9c4b7
BLAKE2b-256 030b0bed6214658090e3ae945aa564b457f811791879780813cdc516aca3bf21

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.54.3-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 639a2968c8d98db0b1e742b00004e8f9ca84b297bccb374c4b202ea5d04db4f6
MD5 ca689db8a705a5052915cade5876f731
BLAKE2b-256 7753a4b9dbf52966038adfdb8a074885edc77032a916b06a239e3b711d964c96

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.54.3-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 b5602d602a6906799565fac048ecd9f70c6a829e076893d16f3b602e6f229a5d
MD5 8f235c7cd2cb693e093084f8fa00bd75
BLAKE2b-256 b92ed77fa79d415f4957702fb542f65198a0df576d9b1d040c20272edfe7c726

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.54.3-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 d7191a9d6fe800d421794abe26b1d360faa4a512c1227961f0cab1d57fb357be
MD5 d85b8b3c05e0a22a559ce0d1ed533cf6
BLAKE2b-256 b4ecdfd643958d1f2df8dbcb78c393d5b799394963d01a0d38e7b059342f0eff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.54.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0a1b85b1437b55f8eb803d5b43186f7c616f548061860fd7e4bce7f637323cbc
MD5 0b68efccdd12f9a094aad52f8db9ed9d
BLAKE2b-256 c044c53c40f4121f5a838aadad2a2cb98abc539d4c33f6a4b34d3e77b13a02cd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.54.3-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6924c0ae2826e9fb31d9122ba8124e5dcfaf13c0cdc1d810f9283395c14fff29
MD5 fa3497d2ed6df0cdf40fa22a34311c50
BLAKE2b-256 013bfbd5bbd1d55639d205055c06ac8e31f403087c2db89a078d9ca3eaaefd94

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.54.3-cp38-cp38-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 420ea3f5a0edab3facc4a779c941c87be4facafc60d57a8ef89be42b207f80de
MD5 9d225d9dab79363f158898b83244e26a
BLAKE2b-256 205e127fa692fbad1089a61ce13b617620a4973dda99f4f764e9983e29e802a7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.54.3-cp38-cp38-macosx_10_10_universal2.whl
Algorithm Hash digest
SHA256 ae7559a818d3a577ff3ae0c3db9b12ce749d66f72ad06c01775e3d66ee44370f
MD5 b80115573732cc4b162615f1bead3232
BLAKE2b-256 fcaa6d9bbe9beecd341eabca3576e87ec8706ec6015b9d73792ec5f944304377

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.54.3-cp38-cp38-linux_armv7l.whl
Algorithm Hash digest
SHA256 20ece9dd71eba47b1a6dfa7a14c492e110d855367d8b64262c680ac6df972512
MD5 66fc6b74ce868c1619b782a5b7717f1d
BLAKE2b-256 e3ccbd65be575aa75b3c6bdbd83fbb86f2a59f3f13fb7e06996b47b345fa6f0e

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.54.3-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 7f88b8ac92f410d415d91dc58ee4d1bc430b1b29450641dd0b337b72c59b6a35
MD5 dc6884c4ec2ff802f1b15e97d8c458f5
BLAKE2b-256 9402ed8a6356c0d13b4e26fc737dcc2b5e3a9086dec13fd759224aa7b1f9fc56

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.54.3-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 c56341872d861c6e50444f22c2022e467d925c4fdefad5cc38d2a1974d5f87be
MD5 bb82a89403cc87378136f5f7e5a131d7
BLAKE2b-256 b19e30dfe0918d49199f012d2b48f12e6d0149ce0c44c13f940c84c9c9c4cee5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.54.3-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 43a429e672a5951060e5b7516d733a46508a585d3f318ad25d10e74cec61848b
MD5 f57ef836fb544ec4ea693eb97c011e8d
BLAKE2b-256 d281b353f800556b331cd21c63055fc06950acee799e0fbb9d7645957006e67c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.54.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d1b69374f6e3ec0e17a2b5fa914fd5c1d0ab6f2475dcda2f79d0dd7240b0ed13
MD5 0899d6691d189f6990bfb092c87b87ba
BLAKE2b-256 13c0255b7465f4d22eb8993975b38218788fd0d2fd73dc94bfcaed138e6274bd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.54.3-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 675201b052349dc9315565e5f66951e707d207629f67928c9db598e61505c8c0
MD5 d7486e457abff28339ae4e8f964504e5
BLAKE2b-256 6133e74f8406c406c74da14931fa69639de4b0242976fccfd7043b2bc199279b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.54.3-cp37-cp37m-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 c71e47b50a5a5b1c0ec2babde5f146cc94a26244d10afd08728fafb0533c39de
MD5 f2fd9dafd8f995b7b4d30e90c59fa0b2
BLAKE2b-256 f7e32b7f0cac50928e5e9eb691afcf01c38fb59a7cd2c1f3d3067631b1bb536e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.54.3-cp37-cp37m-macosx_10_10_universal2.whl
Algorithm Hash digest
SHA256 06f8ebdcfebee56a816dba7903a7e6b656050e7b4a5c1c4d46ad88e2378bbc1e
MD5 7459d660435d68e68e0fce75f8e2d82d
BLAKE2b-256 4129f83bacdbaa215434237698a646930b6741af736472224feb08c62d571165

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.54.3-cp37-cp37m-linux_armv7l.whl
Algorithm Hash digest
SHA256 16426adfd566bd5369e79d8dd5f4edd2e5b13a8bd26df8de20f0c483786667bd
MD5 f13147f07c949f4e60230cfb77730034
BLAKE2b-256 968976b9be56625882928a8c8ed0c988bca611f92c15f7feddb221c352414698

See more details on using hashes here.

Supported by

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