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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.11 Windows x86-64

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

Uploaded CPython 3.11 Windows x86

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

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

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

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

grpcio-1.54.0-cp311-cp311-linux_armv7l.whl (90.9 MB view details)

Uploaded CPython 3.11

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

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

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

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

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

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

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

Uploaded CPython 3.10

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

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

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

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

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

grpcio-1.54.0-cp39-cp39-linux_armv7l.whl (90.8 MB view details)

Uploaded CPython 3.9

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

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

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

grpcio-1.54.0-cp38-cp38-linux_armv7l.whl (90.8 MB view details)

Uploaded CPython 3.8

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

Uploaded CPython 3.7m Windows x86-64

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

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

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

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

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

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

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

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

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

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

grpcio-1.54.0-cp37-cp37m-linux_armv7l.whl (90.4 MB view details)

Uploaded CPython 3.7m

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.54.0.tar.gz
Algorithm Hash digest
SHA256 eb0807323572642ab73fd86fe53d88d843ce617dd1ddf430351ad0759809a0ae
MD5 7de75ba0209fdf7ff9ce988d3c2bcce0
BLAKE2b-256 efe45c717f3c6c65b7c5ff2542ca25d6c2ce0f99d9ee9119620c6e2325a6da79

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.54.0-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.1 CPython/3.10.9

File hashes

Hashes for grpcio-1.54.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 3db71c6f1ab688d8dfc102271cedc9828beac335a3a4372ec54b8bf11b43fd29
MD5 2978f34c569e3a51e6db5b7c1914a9ed
BLAKE2b-256 4f5b708b94209de8f611634a1a8a56df131552a89a6289a91f720763f29f7de2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.54.0-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.1 CPython/3.10.9

File hashes

Hashes for grpcio-1.54.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 21c4a1aae861748d6393a3ff7867473996c139a77f90326d9f4104bebb22d8b8
MD5 216cc0714fbd079e3d1f56bc6f2f963b
BLAKE2b-256 383c0c696e7da65295244dbb42792d179c3523755da93a5d91cfc9589fc44f32

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.54.0-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 ebff0738be0499d7db74d20dca9f22a7b27deae31e1bf92ea44924fd69eb6251
MD5 6526ce5ae2b7f80b09dd4396dae50aa5
BLAKE2b-256 c4647b9780f7490e87beba348cb272a0b861498ed3a173bd454aab498b8a1e49

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.54.0-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 e3e526062c690517b42bba66ffe38aaf8bc99a180a78212e7b22baa86902f690
MD5 663c8ddab5e6656e70b790eaa6be4685
BLAKE2b-256 3575b36470ed7718792b9e44a867f9b98ca21ab7d856017c3e9f7351d43cdb2a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.54.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 62117486460c83acd3b5d85c12edd5fe20a374630475388cfc89829831d3eb79
MD5 4b0035e1eb9db2831f03fd17f0102cea
BLAKE2b-256 87b8c8554c3917f2702646f340e757f47f3d612ee10ca75ad4b3d22d2c60541b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.54.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3930669c9e6f08a2eed824738c3d5699d11cd47a0ecc13b68ed11595710b1133
MD5 2a9d938108bf020b490ab7e383336ccd
BLAKE2b-256 cbfcbd991508e6fbf2f925418e04fab86abf7275461258dfec1c27762b0d086a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.54.0-cp311-cp311-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 860fcd6db7dce80d0a673a1cc898ce6bc3d4783d195bbe0e911bf8a62c93ff3f
MD5 a0dcf818f032e8c7c714db21918b75eb
BLAKE2b-256 497ab0e206f7d19344f6b76abd0a761c927a745db1b2e3a3d2c7c022e1e8c917

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.54.0-cp311-cp311-macosx_10_10_universal2.whl
Algorithm Hash digest
SHA256 1209d6b002b26e939e4c8ea37a3d5b4028eb9555394ea69fb1adbd4b61a10bb8
MD5 a33ed1a17bc393d5d3e68eed55425c9c
BLAKE2b-256 f9049f74026c04c829687eb58ba6f32dbe52e70ba75ef1ae9ace36fef0cb0756

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.54.0-cp311-cp311-linux_armv7l.whl
Algorithm Hash digest
SHA256 f4a7dca8ccd8023d916b900aa3c626f1bd181bd5b70159479b142f957ff420e4
MD5 1a8975fb429a648e6dde3225232a7ffd
BLAKE2b-256 84334cd4e5d944cfb7fe3552c81896345ca119f02bcb10c1944f4a70944ba53e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.54.0-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.1 CPython/3.10.9

File hashes

Hashes for grpcio-1.54.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 27fb030a4589d2536daec5ff5ba2a128f4f155149efab578fe2de2cb21596d3d
MD5 c7b330f1b8bf92a040e8684e6a8d89fc
BLAKE2b-256 4cd752dddfff4658c0a37c9b47dc18bc297cb566b8f73bcdbb8f2e7b16a9de07

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.54.0-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.1 CPython/3.10.9

File hashes

Hashes for grpcio-1.54.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 ed36e854449ff6c2f8ee145f94851fe171298e1e793f44d4f672c4a0d78064e7
MD5 f07413e8f282c0437c36a1995703f133
BLAKE2b-256 54cc23dad4aa705c11ed6eb382cdfa8c821338a5c1fcbab63388352b58052a93

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.54.0-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 224166f06ccdaf884bf35690bf4272997c1405de3035d61384ccb5b25a4c1ca8
MD5 1fa33dbf149073e8b39617793d3bd2bd
BLAKE2b-256 40f3fb1b24ef686b6573111d0698f45b5bef3b1df64486cd6a8f4f0f42070aa6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.54.0-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 2262bd3512ba9e9f0e91d287393df6f33c18999317de45629b7bd46c40f16ba9
MD5 d1a5c64a7b52f80c3d1cbabf8681e6c2
BLAKE2b-256 411a7140de098679dff3d861ce8f9a7bf8ff0cbc158e47ccb64f2e0d9b8ca420

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.54.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 48cb7af77238ba16c77879009003f6b22c23425e5ee59cb2c4c103ec040638a5
MD5 f051f8ffa72215cc610a6faf0b5e72dd
BLAKE2b-256 0ff79e8bfbe76ab3d8737101c712243be0d3813d319e132c10aa548debf484cc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.54.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1c59d899ee7160638613a452f9a4931de22623e7ba17897d8e3e348c2e9d8d0b
MD5 2a3e49255b51a461c641f9fb0def525c
BLAKE2b-256 14af99fb202554d93db223fde0687480862d81bcc746470610babd9912aba7c4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.54.0-cp310-cp310-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 73c238ef6e4b64272df7eec976bb016c73d3ab5a6c7e9cd906ab700523d312f3
MD5 f35b0e9681ee4b0738b7c1150df58d89
BLAKE2b-256 27bfb47b2ea8ca6579c4c2b0dfc71fad24d8b6c4584ffc6f4b5ce2b86d8c26a7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.54.0-cp310-cp310-macosx_12_0_universal2.whl
Algorithm Hash digest
SHA256 e355ee9da9c1c03f174efea59292b17a95e0b7b4d7d2a389265f731a9887d5a9
MD5 a09325a9873646c97f5330a2c92c6169
BLAKE2b-256 8e15cdde6767f52a3c6a8d668eb32b734bc4870daa0ea56e99ca2e956f731573

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.54.0-cp310-cp310-linux_armv7l.whl
Algorithm Hash digest
SHA256 a947d5298a0bbdd4d15671024bf33e2b7da79a70de600ed29ba7e0fef0539ebb
MD5 080830a4a57cbea0f149cc39969e6876
BLAKE2b-256 f64f7ee645be7df5bd5f4c71cfafbd98d5232f01fe3383652b55204ef68314e2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.54.0-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.1 CPython/3.10.9

File hashes

Hashes for grpcio-1.54.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 6dc1e2c9ac292c9a484ef900c568ccb2d6b4dfe26dfa0163d5bc815bb836c78d
MD5 06467cd6738a4179ea2b01f86f19ad8d
BLAKE2b-256 637be16b4fcff4f0822b9538f684db1501d74924ae55d2920310d114e70c334a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.54.0-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.1 CPython/3.10.9

File hashes

Hashes for grpcio-1.54.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 02000b005bc8b72ff50c477b6431e8886b29961159e8b8d03c00b3dd9139baed
MD5 422c1f2834029d3561971c38d84f4513
BLAKE2b-256 807f2f6f9abeb56e81c15595dc4fcb2dc9af8a3ea5a9da6819c5cdec0d6e3a57

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.54.0-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 650f5f2c9ab1275b4006707411bb6d6bc927886874a287661c3c6f332d4c068b
MD5 883765dadffd12146f43bc4699061808
BLAKE2b-256 0bf918caf6192e7ce4e37f91b4235b062aa80749b3b192a4e2bc6b8a74f01e13

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.54.0-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 30fbbce11ffeb4f9f91c13fe04899aaf3e9a81708bedf267bf447596b95df26b
MD5 4672bb1825cfea8d624f8609f0872fa4
BLAKE2b-256 8d79a17f3f97f7d8c564e5ca9b63bf983785876abd0fec961266ec731bd5fc64

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.54.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 49eace8ea55fbc42c733defbda1e4feb6d3844ecd875b01bb8b923709e0f5ec8
MD5 c2e3368a9f33d40ee5bbedb615385601
BLAKE2b-256 1cb4a37cbc60fc9eb294b48c260161aa9380e3b68fa5c9aff1cf5573cbdd2fae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.54.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 533eaf5b2a79a3c6f35cbd6a095ae99cac7f4f9c0e08bdcf86c130efd3c32adf
MD5 cd85605636e6d81d9e940cc9cbb143ce
BLAKE2b-256 96d14cfeaf06d993bc5c24367af0eb64e95f69f4d6e1a62e91e3ec24b55f7c4d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.54.0-cp39-cp39-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 a97b0d01ae595c997c1d9d8249e2d2da829c2d8a4bdc29bb8f76c11a94915c9a
MD5 31abb6b7b570627b67a9fe8ba41a7457
BLAKE2b-256 163d8c80a6866281a1757a43bd6fc12dbb1c700d8921b2a3a03bffc80e80d164

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.54.0-cp39-cp39-macosx_10_10_universal2.whl
Algorithm Hash digest
SHA256 031bbd26656e0739e4b2c81c172155fb26e274b8d0312d67aefc730bcba915b6
MD5 84893ba9e1fa168cfb111d7d48c43f7b
BLAKE2b-256 7c17aaf540a3c8b393db21688f99bc53e578c4ded0b6a7419145fd290ed9577e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.54.0-cp39-cp39-linux_armv7l.whl
Algorithm Hash digest
SHA256 1382bc499af92901c2240c4d540c74eae8a671e4fe9839bfeefdfcc3a106b5e2
MD5 0cd7000e9667cd994359af9f40bb8023
BLAKE2b-256 7ca1d4314b8f9d364605ddef26e98c1f1b6cb1113e6925ed76851cb8faeedec3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.54.0-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.1 CPython/3.10.9

File hashes

Hashes for grpcio-1.54.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 3b170e441e91e4f321e46d3cc95a01cb307a4596da54aca59eb78ab0fc03754d
MD5 a5bd8b3dfa3d35764f34170df1c32f75
BLAKE2b-256 db9cda0ce1d81bb0d0886d3663d8d22ac16e860f1ff9345ba09dded0362d50d0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.54.0-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.1 CPython/3.10.9

File hashes

Hashes for grpcio-1.54.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 2585b3c294631a39b33f9f967a59b0fad23b1a71a212eba6bc1e3ca6e6eec9ee
MD5 fcfde6bc02688dea7d48095e90265f64
BLAKE2b-256 b606fc3ddcaaf90a9d1979fc76af5ac48770f2f32933a54ca3beb9587f8521fd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.54.0-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 a7caf553ccaf715ec05b28c9b2ab2ee3fdb4036626d779aa09cf7cbf54b71445
MD5 3ac8f3c6609f57032a1885e328efddc9
BLAKE2b-256 4a95a07235e3858684d075ff0fa7e23d2b613381c1f08182c7030e9f2de0b610

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.54.0-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 d2f62fb1c914a038921677cfa536d645cb80e3dd07dc4859a3c92d75407b90a5
MD5 e2c904f07815398432db90ae9305cf13
BLAKE2b-256 0885c6912afc9d5c1f551e52f2f12f15e632e9ed42be8685e2fe3b39bd2f5a03

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.54.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 16bca8092dd994f2864fdab278ae052fad4913f36f35238b2dd11af2d55a87db
MD5 660ddc16f514f08d304301b389718270
BLAKE2b-256 27dda44fc8cad3052c94c81bb0515aa1ba2b4358eff042c705ab09ef916159e4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.54.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 87f47bf9520bba4083d65ab911f8f4c0ac3efa8241993edd74c8dd08ae87552f
MD5 82be4b693792637f16ce3cd576d538cc
BLAKE2b-256 136d9c82e55cd195446df962b2588187df7b7f05a4446df6827ce04dd06ce516

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.54.0-cp38-cp38-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 b7655f809e3420f80ce3bf89737169a9dce73238af594049754a1128132c0da4
MD5 14dbcf80c4c247f2bcf82db2bd9ac1e1
BLAKE2b-256 061f9f9cb7b5f1402122ad2a249dddbe7077507759a380808345841642a25c80

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.54.0-cp38-cp38-macosx_10_10_universal2.whl
Algorithm Hash digest
SHA256 125ed35aa3868efa82eabffece6264bf638cfdc9f0cd58ddb17936684aafd0f8
MD5 d2726e3193710c0c759643c3c2963c3a
BLAKE2b-256 1c06b021316725cff67ac1b2b19ce888f9d85573999c223554630f213bc95fd1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.54.0-cp38-cp38-linux_armv7l.whl
Algorithm Hash digest
SHA256 5942a3e05630e1ef5b7b5752e5da6582460a2e4431dae603de89fc45f9ec5aa9
MD5 79cdbd8027766e6b45b4dc5945b5db7a
BLAKE2b-256 a90ab39f3ecb36778dcc815fb74bfebf786ed70e4ef4bca6f1e1d9be41c4cb3a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.54.0-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.1 CPython/3.10.9

File hashes

Hashes for grpcio-1.54.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 ed3d458ded32ff3a58f157b60cc140c88f7ac8c506a1c567b2a9ee8a2fd2ce54
MD5 e1d4bec872727b26e3b69220e6032eb0
BLAKE2b-256 376eec5403b26c178c7e8e87d7b32c1ebc0bdb7a5c4c70e0ec1ece81d4cfe194

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.54.0-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 1fa7d6ddd33abbd3c8b3d7d07c56c40ea3d1891ce3cd2aa9fa73105ed5331866
MD5 db30fde10e898c333e8564b592218c0b
BLAKE2b-256 254c4d64fedf11e3ba1939de7672cf2bd26b49048a719674772360c871fd9bb0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.54.0-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 c55a9cf5cba80fb88c850915c865b8ed78d5e46e1f2ec1b27692f3eaaf0dca7e
MD5 eff8f08e3c13fb4455d6e2c562c24d6c
BLAKE2b-256 60f1ffb121f4f7f14245d45d15dfc1f7bd876fb44ec39e5ad8bf8727948ce7ee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.54.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 775a2f70501370e5ba54e1ee3464413bff9bd85bd9a0b25c989698c44a6fb52f
MD5 fe5b52a1d1dd77d061fdee097229f3ec
BLAKE2b-256 2347682f90672dd128255b5a8229a0f4d07b6206ec5f5edad633d044a5877350

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.54.0-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1d109df30641d050e009105f9c9ca5a35d01e34d2ee2a4e9c0984d392fd6d704
MD5 acc0ee34d824dd88379522e7428ae7d3
BLAKE2b-256 026fc6107325997637242bf1ec4b39b7907ee72ca738c6b5258958e3b2ed3bcc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.54.0-cp37-cp37m-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 c33744d0d1a7322da445c0fe726ea6d4e3ef2dfb0539eadf23dce366f52f546c
MD5 1afd766842e0904e9fa4ef1f816b5037
BLAKE2b-256 a57da14ab9820f0ad2b38a1f015103bd0cb15e3f44dbdcb9c02ed1ad8dd0066a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.54.0-cp37-cp37m-macosx_10_10_universal2.whl
Algorithm Hash digest
SHA256 d8ae6e0df3a608e99ee1acafaafd7db0830106394d54571c1ece57f650124ce9
MD5 560f6454473692b8738e0dc57329f200
BLAKE2b-256 744cf0111c751d4d80cf38ade767704c61f1db6c81f960c9edcd20eac5a7b67b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.54.0-cp37-cp37m-linux_armv7l.whl
Algorithm Hash digest
SHA256 960b176e0bb2b4afeaa1cd2002db1e82ae54c9b6e27ea93570a42316524e77cf
MD5 a36320a1726190af76bea2d1bf0914e4
BLAKE2b-256 5e9889a4c27168a60d7d127d358562fcd42acaafe133fcea893128c4d91c542d

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