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

Uploaded Source

Built Distributions

grpcio-1.53.0-cp311-cp311-win_amd64.whl (3.9 MB view details)

Uploaded CPython 3.11Windows x86-64

grpcio-1.53.0-cp311-cp311-win32.whl (3.3 MB view details)

Uploaded CPython 3.11Windows x86

grpcio-1.53.0-cp311-cp311-musllinux_1_1_x86_64.whl (5.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ x86-64

grpcio-1.53.0-cp311-cp311-musllinux_1_1_i686.whl (5.5 MB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ i686

grpcio-1.53.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.9 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

grpcio-1.53.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (5.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

grpcio-1.53.0-cp311-cp311-manylinux_2_17_aarch64.whl (4.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

grpcio-1.53.0-cp311-cp311-macosx_10_10_universal2.whl (8.5 MB view details)

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

grpcio-1.53.0-cp311-cp311-linux_armv7l.whl (88.5 MB view details)

Uploaded CPython 3.11

grpcio-1.53.0-cp310-cp310-win_amd64.whl (3.9 MB view details)

Uploaded CPython 3.10Windows x86-64

grpcio-1.53.0-cp310-cp310-win32.whl (3.3 MB view details)

Uploaded CPython 3.10Windows x86

grpcio-1.53.0-cp310-cp310-musllinux_1_1_x86_64.whl (5.2 MB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ x86-64

grpcio-1.53.0-cp310-cp310-musllinux_1_1_i686.whl (5.4 MB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ i686

grpcio-1.53.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

grpcio-1.53.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (5.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

grpcio-1.53.0-cp310-cp310-manylinux_2_17_aarch64.whl (4.3 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

grpcio-1.53.0-cp310-cp310-macosx_12_0_universal2.whl (8.4 MB view details)

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

grpcio-1.53.0-cp310-cp310-linux_armv7l.whl (88.3 MB view details)

Uploaded CPython 3.10

grpcio-1.53.0-cp39-cp39-win_amd64.whl (4.0 MB view details)

Uploaded CPython 3.9Windows x86-64

grpcio-1.53.0-cp39-cp39-win32.whl (3.3 MB view details)

Uploaded CPython 3.9Windows x86

grpcio-1.53.0-cp39-cp39-musllinux_1_1_x86_64.whl (5.2 MB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ x86-64

grpcio-1.53.0-cp39-cp39-musllinux_1_1_i686.whl (5.5 MB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ i686

grpcio-1.53.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.0 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

grpcio-1.53.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (5.2 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

grpcio-1.53.0-cp39-cp39-manylinux_2_17_aarch64.whl (4.3 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

grpcio-1.53.0-cp39-cp39-macosx_10_10_universal2.whl (8.5 MB view details)

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

grpcio-1.53.0-cp39-cp39-linux_armv7l.whl (88.4 MB view details)

Uploaded CPython 3.9

grpcio-1.53.0-cp38-cp38-win_amd64.whl (4.0 MB view details)

Uploaded CPython 3.8Windows x86-64

grpcio-1.53.0-cp38-cp38-win32.whl (3.3 MB view details)

Uploaded CPython 3.8Windows x86

grpcio-1.53.0-cp38-cp38-musllinux_1_1_x86_64.whl (5.2 MB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ x86-64

grpcio-1.53.0-cp38-cp38-musllinux_1_1_i686.whl (5.5 MB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ i686

grpcio-1.53.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.0 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

grpcio-1.53.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (5.2 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ i686

grpcio-1.53.0-cp38-cp38-manylinux_2_17_aarch64.whl (4.3 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

grpcio-1.53.0-cp38-cp38-macosx_10_10_universal2.whl (8.5 MB view details)

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

grpcio-1.53.0-cp38-cp38-linux_armv7l.whl (88.4 MB view details)

Uploaded CPython 3.8

grpcio-1.53.0-cp37-cp37m-win_amd64.whl (3.9 MB view details)

Uploaded CPython 3.7mWindows x86-64

grpcio-1.53.0-cp37-cp37m-musllinux_1_1_x86_64.whl (5.2 MB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ x86-64

grpcio-1.53.0-cp37-cp37m-musllinux_1_1_i686.whl (5.5 MB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ i686

grpcio-1.53.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.0 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

grpcio-1.53.0-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (5.2 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ i686

grpcio-1.53.0-cp37-cp37m-manylinux_2_17_aarch64.whl (4.3 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARM64

grpcio-1.53.0-cp37-cp37m-macosx_10_10_universal2.whl (8.5 MB view details)

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

grpcio-1.53.0-cp37-cp37m-linux_armv7l.whl (88.0 MB view details)

Uploaded CPython 3.7m

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.53.0.tar.gz
Algorithm Hash digest
SHA256 a4952899b4931a6ba12951f9a141ef3e74ff8a6ec9aa2dc602afa40f63595e33
MD5 48c8ad8b2ddc3bd2c3eca524b2a89dab
BLAKE2b-256 9d13f7e3834ba272c0058c66de57272fb3b20dde69003032fdb6b4d7c36eebed

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.53.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 ddb2511fbbb440ed9e5c9a4b9b870f2ed649b7715859fd6f2ebc585ee85c0364
MD5 cd1b1421733eb927e936fa41050c5f70
BLAKE2b-256 822f5371b77dab25615b93ec95fd49b63a60fb5c2a467b6c281836719669045a

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.53.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 e4f513d63df6336fd84b74b701f17d1bb3b64e9d78a6ed5b5e8a198bbbe8bbfa
MD5 1d23b8759392de633e2a29493f3de499
BLAKE2b-256 6bb996024a9fc4baed757064d79884e15cd6df65f39cf990095d0da5e6c73211

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.53.0-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 da95778d37be8e4e9afca771a83424f892296f5dfb2a100eda2571a1d8bbc0dc
MD5 a9f7bd14a66c86c7898d4c1f4babf996
BLAKE2b-256 442ad4914473086d6343c7480a659adb70157dc025f1b7405728299c8968539f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.53.0-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 eaf8e3b97caaf9415227a3c6ca5aa8d800fecadd526538d2bf8f11af783f1550
MD5 3cbb188d1df2de825d33b1744a292a97
BLAKE2b-256 a786b7b1cc9b557152f913868ff7f3688bc698820cedc59d47347438aa8dbbfe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.53.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a34d6e905f071f9b945cabbcc776e2055de1fdb59cd13683d9aa0a8f265b5bf9
MD5 7ad0770d2ee4bf41a1586846e4de21d9
BLAKE2b-256 8c7a85586e639dab8d9ffbb5787843ad3b05318b60122481481614da47a535b9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.53.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b6a2ead3de3b2d53119d473aa2f224030257ef33af1e4ddabd4afee1dea5f04c
MD5 069be427f3edcb85dad83e966675901d
BLAKE2b-256 fa7c961adcfdfc945cd4155ae66d6e6bb6c2e68a4fef37f3753af89f8c4b5f06

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.53.0-cp311-cp311-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 1c734a2d4843e4e14ececf5600c3c4750990ec319e1299db7e4f0d02c25c1467
MD5 bedfadf3ab5ab80c53482bf2f270c3fb
BLAKE2b-256 c357015e76827100e0be9047e78efa7fba6f443c3c5e22b57245757da0f6ed5b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.53.0-cp311-cp311-macosx_10_10_universal2.whl
Algorithm Hash digest
SHA256 82434ba3a5935e47908bc861ce1ebc43c2edfc1001d235d6e31e5d3ed55815f7
MD5 843cb8a3f1372b4399ae8166fd10784d
BLAKE2b-256 368ba896e68d36be5e778cc6a4ba47d23667e92281d669cedf3f7f1632e30cf4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.53.0-cp311-cp311-linux_armv7l.whl
Algorithm Hash digest
SHA256 1b172e6d497191940c4b8d75b53de82dc252e15b61de2951d577ec5b43316b29
MD5 a1d03cd7cf6a7da16bdf6dc9d861afbc
BLAKE2b-256 29176cb16b21be317dcf621961d9ed042c4ef463263552d1ab5048cc032e9feb

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.53.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 658ffe1e39171be00490db5bd3b966f79634ac4215a1eb9a85c6cd6783bf7f6e
MD5 e7eda3fb4797d1522e0e069ef6f69ec3
BLAKE2b-256 8a6b6033ff74de3a68b80da3bc042b7f4409bb4a425fee423a3a32cb722137d3

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.53.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 fdc6191587de410a184550d4143e2b24a14df495c86ca15e59508710681690ac
MD5 d048fb174ab5a74a52b174d89938fd00
BLAKE2b-256 16a1ef9df73cd0b55ba999789eca1903171393007ddb78b25225f21c06a4469b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.53.0-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 ee81349411648d1abc94095c68cd25e3c2812e4e0367f9a9355be1e804a5135c
MD5 4109690f7d1a916c26e25a1e839cb6a7
BLAKE2b-256 514455b3b8dc4dffa7fe7fb22ed3c81a67c2a6411c9c007f02b80c8456105f4c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.53.0-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 a96c3c7f564b263c5d7c0e49a337166c8611e89c4c919f66dba7b9a84abad137
MD5 d2ad3e7e325e2ab727dc3d22e56dabf7
BLAKE2b-256 e3abcc0ae0d3806cc76587df4d314c000bea4946cdf0f7177829d11b81a4397f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.53.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e6f90698b5d1c5dd7b3236cd1fa959d7b80e17923f918d5be020b65f1c78b173
MD5 4bdb793983af77f34de3a41b58ae20c5
BLAKE2b-256 cdaf871d886544bceee7f60eefcf050f20296fc8f1609fa0690dca8f6be0ac7c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.53.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 aef7d30242409c3aa5839b501e877e453a2c8d3759ca8230dd5a21cda029f046
MD5 4571d1b7c75393607acaef60b0bbf196
BLAKE2b-256 9c288236dc589fbdd1ba2a3f836b0b3027b0c7a7d94fed979b7c22bfe4849b27

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.53.0-cp310-cp310-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 f3e837d29f0e1b9d6e7b29d569e2e9b0da61889e41879832ea15569c251c303a
MD5 1272e851b4daf8130ab5f5ecf3fb9ca2
BLAKE2b-256 9a26ad50cd4b1b2beda079cae23dce13f444a9fa92d23852d1e66cafef3ed91c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.53.0-cp310-cp310-macosx_12_0_universal2.whl
Algorithm Hash digest
SHA256 8a48fd3a7222be226bb86b7b413ad248f17f3101a524018cdc4562eeae1eb2a3
MD5 efbcd3179ce76a8090af27d2b6551d58
BLAKE2b-256 781e3e4d7503f06e829c29a96312dc1fde6e163cb8108cfc3bc4145abf4e443a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.53.0-cp310-cp310-linux_armv7l.whl
Algorithm Hash digest
SHA256 752d2949b40e12e6ad3ed8cc552a65b54d226504f6b1fb67cab2ccee502cc06f
MD5 98b27da456ff0781cd8f5252a3122795
BLAKE2b-256 011823240344d617d407e4cbed3e79740bb51efd4d9e437e2f12386a8af68c4b

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.53.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 6beb84f83360ff29a3654f43f251ec11b809dcb5524b698d711550243debd289
MD5 44a621795221452e2aa7ec9d8b92931b
BLAKE2b-256 2e3b8155b4c23adbd36cd035e3c89d06e8f49c7ac8da628f16aa9d62d529d5c7

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.53.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 9c84a481451e7174f3a764a44150f93b041ab51045aa33d7b5b68b6979114e48
MD5 20727433bd3636738063ddd25a8137dd
BLAKE2b-256 7fb2772990ed11f4b0d0ef5e708c8c6846a690ce8f8cd0f6a8145121bf7b47d2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.53.0-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 976a7f24eb213e8429cab78d5e120500dfcdeb01041f1f5a77b17b9101902615
MD5 1266d272eed217c7209261f358bc0b5e
BLAKE2b-256 ac741b6ffced1b19909b4a3b5cbf2e008acecae57b6390795abe848322e921fe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.53.0-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 8270d1dc2c98ab57e6dbf36fa187db8df4c036f04a398e5d5e25b4e01a766d70
MD5 5e1a19de6c7f658c2f560181c7cdbf7f
BLAKE2b-256 4776994e6310d9578257ba01b1cefca4bf3615c6de05d4a423fcc7093461a6a5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.53.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c5fb6f3d7824696c1c9f2ad36ddb080ba5a86f2d929ef712d511b4d9972d3d27
MD5 a76cad375532f1141ec64191f24d078d
BLAKE2b-256 bf1822ce6458495762598dadd121346d7d7677383f1ce433f97518ca7ba7ef93

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.53.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2eddaae8af625e45b5c8500dcca1043264d751a6872cde2eda5022df8a336959
MD5 031da3f50e725567da66f2cec6c874e0
BLAKE2b-256 f27552cca940c9c8777580afe8009f81694b64433a564eedb7ac96323b231abb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.53.0-cp39-cp39-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 7dc8584ca6c015ad82e186e82f4c0fe977394588f66b8ecfc4ec873285314619
MD5 395201feb33a2e2dc30ae1ac7fa08530
BLAKE2b-256 c9b2fe78d887d70fae3b0f82f7603914251718fe438357435aeb77d3322c69ca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.53.0-cp39-cp39-macosx_10_10_universal2.whl
Algorithm Hash digest
SHA256 b5bd026ac928c96cc23149e6ef79183125542062eb6d1ccec34c0a37e02255e7
MD5 21cacd403761dc4f68ff8557a76d6d0b
BLAKE2b-256 34f6e400be864eff3c902a77331496270c8c3acf7de9c0201192be1ac5be56d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.53.0-cp39-cp39-linux_armv7l.whl
Algorithm Hash digest
SHA256 19caa5b7282a89b799e63776ff602bb39604f7ca98db6df27e2de06756ae86c3
MD5 1d816929c660bf5d969081588cd8d5d7
BLAKE2b-256 60dddabd3fb058638ced10acae9db3ed7f2270f3d26b8e8f4b512d64b71d23b0

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.53.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 df9ba1183b3f649210788cf80c239041dddcb375d6142d8bccafcfdf549522cd
MD5 8840f5e18934caad08c75f257df57eff
BLAKE2b-256 1f5cdeaffdccdf29b96f81c099301cb6a1b566985bdac7fa379aa6c278b5c906

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.53.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 1948539ce78805d4e6256ab0e048ec793956d54787dc9d6777df71c1d19c7f81
MD5 c4dbee9d54cf95ee96e706856e22cd27
BLAKE2b-256 08c63076ec4b73d9a3cbaeea668d84146b33202d6d083998f5c623c2828e2e1c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.53.0-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 6b6d60b0958be711bab047e9f4df5dbbc40367955f8651232bfdcdd21450b9ab
MD5 c0e691b8a30441c497cbc3f068cbf8cc
BLAKE2b-256 8821d5d113911d5c2a5d29d80579756df1bfb7cacd4cea4246d913fc57d8b90e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.53.0-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 0698c094688a2dd4c7c2f2c0e3e142cac439a64d1cef6904c97f6cde38ba422f
MD5 812ab00ffe5fd09a2f8d7a99fde5c2d2
BLAKE2b-256 910e658bcbe3b3e505ced43316756a0fa3414093e892f173862ee2930e82602b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.53.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f144a790f14c51b8a8e591eb5af40507ffee45ea6b818c2482f0457fec2e1a2e
MD5 5f857d0bb2fb945e5123473404211f48
BLAKE2b-256 225ef0da325a36921ca23a5a6cce8d468deb5401272342079e28acb278b7f5fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.53.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 95952d3fe795b06af29bb8ec7bbf3342cdd867fc17b77cc25e6733d23fa6c519
MD5 62504b377a82799fb082fcdb86273b8a
BLAKE2b-256 1d5318d3b83f0057166c34055bab6491f8994e688f68be0c6600d6703282b853

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.53.0-cp38-cp38-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 dbc1ba968639c1d23476f75c356e549e7bbf2d8d6688717dcab5290e88e8482b
MD5 f45f24af9c8c4120dc6f3be42141a935
BLAKE2b-256 aa1f9eba14e45d84af866c5f317f461ee404e5afc2b838c9d15cafec8784b015

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.53.0-cp38-cp38-macosx_10_10_universal2.whl
Algorithm Hash digest
SHA256 104a2210edd3776c38448b4f76c2f16e527adafbde171fc72a8a32976c20abc7
MD5 91ae332043c1c9fc4ae9740305349425
BLAKE2b-256 3c737fdacadad2a9f1da7af1171aafc06c62dcde966d3f8cffd5a123dab35abc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.53.0-cp38-cp38-linux_armv7l.whl
Algorithm Hash digest
SHA256 fa8eaac75d3107e3f5465f2c9e3bbd13db21790c6e45b7de1756eba16b050aca
MD5 49cd459cc5c71bb80887a326929f1a33
BLAKE2b-256 dee925cbff465565e79237c0da1eadb479ea29a4ce4abf3faea3af1e51781bcb

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.53.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 dad5b302a4c21c604d88a5d441973f320134e6ff6a84ecef9c1139e5ffd466f6
MD5 1138c6c72d853f83d0d1ad5755284dfe
BLAKE2b-256 ae8331a52cc14bb1877d13f1c2390b807cd8aecc8f02d95d99e79721ff1c9303

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.53.0-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 c7ad9fbedb93f331c2e9054e202e95cf825b885811f1bcbbdfdc301e451442db
MD5 dddf86e390219817ce7a0b2d455d19b4
BLAKE2b-256 2a001cafd346b41e43bbaf4d25d9ca4a1a280e4afdf3273a1baaaaccdd2796ed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.53.0-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 14817de09317dd7d3fbc8272864288320739973ef0f4b56bf2c0032349da8cdf
MD5 31ae2b354238557490a3fff05edbd3fb
BLAKE2b-256 2e9784dd39c0fda76fc7a5c8c10a1b1c38eae0a91c3fd7ec501358d144384fa1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.53.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ba074af9ca268ad7b05d3fc2b920b5fb3c083da94ab63637aaf67f4f71ecb755
MD5 3b698d437debfaf9399fce2a531894eb
BLAKE2b-256 8339584e482dd7f61e562d4a0becedd17d06993a9b46bb4cef15cc7bb613ec17

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.53.0-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c705e0c21acb0e8478a00e7e773ad0ecdb34bd0e4adc282d3d2f51ba3961aac7
MD5 9ab50d2646d1d208e82640d0b6781ab3
BLAKE2b-256 ed3b9786a5fa1756d8c1e2823ee63af7b98c3be7f26a75d4f288b971e647a7e1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.53.0-cp37-cp37m-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 6601d812105583948ab9c6e403a7e2dba6e387cc678c010e74f2d6d589d1d1b3
MD5 38504465dd5ced3fabb70ae3311f89f6
BLAKE2b-256 4e9cb6633a1a076e45ec0c95fd43f2af4902ca19a4edb8d3393c19f8001def8d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.53.0-cp37-cp37m-macosx_10_10_universal2.whl
Algorithm Hash digest
SHA256 55930c56b8f5b347d6c8c609cc341949a97e176c90f5cbb01d148d778f3bbd23
MD5 da12cde713af0ec6e1406efd07196d8d
BLAKE2b-256 606e6d9e093f7da4ceb4b4e1902a832b2c7b22b379cc60d3c4dc998efc2732f9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.53.0-cp37-cp37m-linux_armv7l.whl
Algorithm Hash digest
SHA256 2a912397eb8d23c177d6d64e3c8bc46b8a1c7680b090d9f13a640b104aaec77c
MD5 4a9604f070d05132c832b1df799f3eeb
BLAKE2b-256 a28c8c36f6045ba443fde969dbff860b76c26778e20154803107694c7888980c

See more details on using hashes here.

Supported by

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