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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.11 Windows x86-64

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

Uploaded CPython 3.11 Windows x86

grpcio-1.54.2-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.2-cp311-cp311-musllinux_1_1_i686.whl (5.6 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

grpcio-1.54.2-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.2-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.2-cp311-cp311-manylinux_2_17_aarch64.whl (4.6 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

grpcio-1.54.2-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.2-cp311-cp311-linux_armv7l.whl (91.0 MB view details)

Uploaded CPython 3.11

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

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

grpcio-1.54.2-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.2-cp310-cp310-musllinux_1_1_i686.whl (5.6 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

grpcio-1.54.2-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.2-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.2-cp310-cp310-manylinux_2_17_aarch64.whl (4.6 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

grpcio-1.54.2-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.2-cp310-cp310-linux_armv7l.whl (90.8 MB view details)

Uploaded CPython 3.10

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

grpcio-1.54.2-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.2-cp39-cp39-musllinux_1_1_i686.whl (5.6 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

grpcio-1.54.2-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.2-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.2-cp39-cp39-manylinux_2_17_aarch64.whl (4.6 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

grpcio-1.54.2-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.2-cp39-cp39-linux_armv7l.whl (90.9 MB view details)

Uploaded CPython 3.9

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

grpcio-1.54.2-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.2-cp38-cp38-musllinux_1_1_i686.whl (5.6 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

grpcio-1.54.2-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.2-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.2-cp38-cp38-manylinux_2_17_aarch64.whl (4.6 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

grpcio-1.54.2-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.2-cp38-cp38-linux_armv7l.whl (90.9 MB view details)

Uploaded CPython 3.8

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

Uploaded CPython 3.7m Windows x86-64

grpcio-1.54.2-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.2-cp37-cp37m-musllinux_1_1_i686.whl (5.6 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

grpcio-1.54.2-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.2-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.2-cp37-cp37m-manylinux_2_17_aarch64.whl (4.6 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

grpcio-1.54.2-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.2-cp37-cp37m-linux_armv7l.whl (90.5 MB view details)

Uploaded CPython 3.7m

File details

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

File metadata

  • Download URL: grpcio-1.54.2.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.2.tar.gz
Algorithm Hash digest
SHA256 50a9f075eeda5097aa9a182bb3877fe1272875e45370368ac0ee16ab9e22d019
MD5 3f20c6c3597737963d6ec751cae63af6
BLAKE2b-256 cb82f4a1535e6ae5360abd59ab4e8d90a884c680a3997a44c7418364030874dd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.54.2-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.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 8cdbcbd687e576d48f7886157c95052825ca9948c0ed2afdc0134305067be88b
MD5 5251d9e82e87faf2eebb9cdfa601c2b4
BLAKE2b-256 756ecbd0b3f6671cc6da997ac7f47c660fb681f924e8644068f1639d488307e9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.54.2-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.2-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 b74ae837368cfffeb3f6b498688a123e6b960951be4dec0e869de77e7fa0439e
MD5 f62412eeed79d3db0e629295539afff5
BLAKE2b-256 0f681e608af2932d46126f7ee091cbd74544752c205d8a3b660e64d7b49321b0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.54.2-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 a2f5a1f1080ccdc7cbaf1171b2cf384d852496fe81ddedeb882d42b85727f610
MD5 efff67a7377ec741440a9cce31a6cdaa
BLAKE2b-256 0a06bf9534d52bcab918ecbf7709cb0ed0e8fe6144d45222309f84ed25f7066a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.54.2-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 5008964885e8d23313c8e5ea0d44433be9bfd7e24482574e8cc43c02c02fc796
MD5 de64d3e7873d60eaff0f36d51b08922a
BLAKE2b-256 58519d1b33f170cd7585bf266b5059b00947af6ca9a8c5df9c901f8dcb146a78

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.54.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f8da84bbc61a4e92af54dc96344f328e5822d574f767e9b08e1602bb5ddc254a
MD5 bcfb35a1e34364cd8d592ab876198e26
BLAKE2b-256 593b8095dba884fd2e66a75e58f76d29314ebeeae0cd8f8d494b17ea089a965f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.54.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2a1e601ee31ef30a9e2c601d0867e236ac54c922d32ed9f727b70dd5d82600d5
MD5 b843d53d87712ec21fe057e320677898
BLAKE2b-256 8e57ee607eaba6963f79f8a464c394d0be893817f3640232f67d8c3570ff7167

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.54.2-cp311-cp311-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 4cb283f630624ebb16c834e5ac3d7880831b07cbe76cb08ab7a271eeaeb8943e
MD5 6d43b1cced8ec243d81da2a88129683b
BLAKE2b-256 b8035e93cf42e1108f793545ec5fb1f033303d7bbd7825525ed29ce3136587cd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.54.2-cp311-cp311-macosx_10_10_universal2.whl
Algorithm Hash digest
SHA256 66233ccd2a9371158d96e05d082043d47dadb18cbb294dc5accfdafc2e6b02a7
MD5 02fe07cbbccd678f7e2a0477b4dc9aaa
BLAKE2b-256 585867d2598973e8cef41896e018aac669d07a36fc71f9725863a54a507cecc0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.54.2-cp311-cp311-linux_armv7l.whl
Algorithm Hash digest
SHA256 1e623e0cf99a0ac114f091b3083a1848dbc64b0b99e181473b5a4a68d4f6f821
MD5 e57427dfc6edc282b6ca9725c4b9a5f8
BLAKE2b-256 06ecb96b8f4f3a00bc25217b87ce194b55b86bf0eec49ef65f094a8d4ccc5bc3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.54.2-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.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 0212e2f7fdf7592e4b9d365087da30cb4d71e16a6f213120c89b4f8fb35a3ab3
MD5 1f1501de145c9e05619140dfdecb47a4
BLAKE2b-256 31b5df08a25aedb5c39b91a190b59c685f2d840ec7589e584f2d2173d160c833

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.54.2-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.2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 881d058c5ccbea7cc2c92085a11947b572498a27ef37d3eef4887f499054dca8
MD5 220e0f59648c1c04951b52533478e2d7
BLAKE2b-256 6700b24ae962473e274987c9fe24d49afcee7ac4ff9a0a96593e501a866aed32

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.54.2-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 b52d00d1793d290c81ad6a27058f5224a7d5f527867e5b580742e1bd211afeee
MD5 7ac46995089a07c3cea4139c4f3f0c20
BLAKE2b-256 3672c2136a20ef9946d3757fde81d632b556f90caa3295abaffa4bf9517352e3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.54.2-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 33d40954199bddbb6a78f8f6f2b2082660f381cd2583ec860a6c2fa7c8400c08
MD5 5197e1c7c03543d1d84903c53059d26c
BLAKE2b-256 1cb409d0f93deb340d1a0b4a940a7423b277e079b1d816593f61637b7fed518a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.54.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2be88c081e33f20630ac3343d8ad9f1125f32987968e9c8c75c051c9800896e8
MD5 b4d4eff983d67c2f5fe1f257a1031b24
BLAKE2b-256 f97faf398dd9b600296bacd3bcc229f1b3ff1ccd377eac8c6b17aa2f584324b1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.54.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9bf88004fe086c786dc56ef8dd6cb49c026833fdd6f42cb853008bce3f907148
MD5 b064e48db07d51154cd8be990b4a5dd8
BLAKE2b-256 5d2e91a29de4d32f10baab1113096a796622ea3c820f8b03f9e4f0be81f759fa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.54.2-cp310-cp310-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 c0e3155fc5335ec7b3b70f15230234e529ca3607b20a562b6c75fb1b1218874c
MD5 56385ce5894022b8b70f71e96124f7b3
BLAKE2b-256 9d2e42bbffdd9eb6e161d916e49d784ea665e2805533c40e5d98b0ca04c815c2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.54.2-cp310-cp310-macosx_12_0_universal2.whl
Algorithm Hash digest
SHA256 2288d76e4d4aa7ef3fe7a73c1c470b66ea68e7969930e746a8cd8eca6ef2a2ea
MD5 080d25f73a45868c16f51b2f64e030d2
BLAKE2b-256 5dda4a631759ef15177f06373e47cd533cef6afc3c3c414e2623d0b516296dc0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.54.2-cp310-cp310-linux_armv7l.whl
Algorithm Hash digest
SHA256 40e1cbf69d6741b40f750f3cccc64326f927ac6145a9914d33879e586002350c
MD5 200f00591660b97dce58b064b3e864b4
BLAKE2b-256 ae514b8231e8e3aa5a71b982da96c622e43a69702164659812d4ccd905632655

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.54.2-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.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 be48496b0e00460717225e7680de57c38be1d8629dc09dadcd1b3389d70d942b
MD5 7e0ec13f253fb3f965fdc112c9f2c5b2
BLAKE2b-256 2af78c6e62a03299b7e73c9ec112f500f30afb053be9f69b661667f745a1b54f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.54.2-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.2-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 b38b3de8cff5bc70f8f9c615f51b48eff7313fc9aca354f09f81b73036e7ddfa
MD5 cc19848688af328740e2391e317c1092
BLAKE2b-256 aec41f79215cfe5423ff4dc61fcfb5e68eed93b6e8b1c122b5ab24201013d4d9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.54.2-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 4864f99aac207e3e45c5e26c6cbb0ad82917869abc2f156283be86c05286485c
MD5 37a7c3314579913cd6c917b26a9df216
BLAKE2b-256 785dcbdd5a52a286ef7857706f01e7748ddd5037760ed351b413efee55be387a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.54.2-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 a08920fa1a97d4b8ee5db2f31195de4a9def1a91bc003544eb3c9e6b8977960a
MD5 be5494ea66589c178dfdb81f2166aa70
BLAKE2b-256 8464fb25b3f8c6c28fcec3320d96a4998b446bc46237d98503aa4c0e7f9f8664

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.54.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5cc928cfe6c360c1df636cf7991ab96f059666ac7b40b75a769410cc6217df9c
MD5 903b5c7c05bbb1a02788f3025ec9ae05
BLAKE2b-256 66f9dfa689a7ccd0a5f8b46f35ffa80cae46cd1f4772915170916291125aea0d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.54.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4c44e1a765b31e175c391f22e8fc73b2a2ece0e5e6ff042743d8109b5d2eff9f
MD5 f5b348567b4ce7cf6e3a968e71431622
BLAKE2b-256 3a1942847b6d911e295b1a8a322bd5c3443b21a5e1fabe04d7547ddd2ebeb3c3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.54.2-cp39-cp39-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 9bdbb7624d65dc0ed2ed8e954e79ab1724526f09b1efa88dcd9a1815bf28be5f
MD5 5c3c7e0b73753057741a9cb402ca938f
BLAKE2b-256 16aa70f8f33158a635872a1b3d799ecbbfcd9d9bd6dfd166d7d3c0b8ef1e9d11

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.54.2-cp39-cp39-macosx_10_10_universal2.whl
Algorithm Hash digest
SHA256 c72956972e4b508dd39fdc7646637a791a9665b478e768ffa5f4fe42123d5de1
MD5 1f2cd7ff03527bb43200b9037b5e48a0
BLAKE2b-256 27e5bf914e9cc729136bfd839e876ab1f38920ad1a6e5751c11a6ffadd582acd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.54.2-cp39-cp39-linux_armv7l.whl
Algorithm Hash digest
SHA256 2296356b5c9605b73ed6a52660b538787094dae13786ba53080595d52df13a98
MD5 7173c702dc4331b86e80670df2a6612c
BLAKE2b-256 9682a84e29d2f1b4cb773fc0e5f288d58b67e43fa85a73f2394d2751c5e2a93d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.54.2-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.2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 46a057329938b08e5f0e12ea3d7aed3ecb20a0c34c4a324ef34e00cecdb88a12
MD5 5b25916c557bf945e3b827cc893f972d
BLAKE2b-256 517a099368e37628409eabc36b8bf1db09cfc9e5761d5168e0d420e9fe671662

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.54.2-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.2-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 8d6192c37a30a115f4663592861f50e130caed33efc4eec24d92ec881c92d771
MD5 8cef1e75582e71c47f6cdc52d66e511f
BLAKE2b-256 51da4f4bd92ff521a5dc903500f1038521c6b57e6d3916048c89c6e6560dc2f6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.54.2-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 dc80c9c6b608bf98066a038e0172013a49cfa9a08d53335aefefda2c64fc68f4
MD5 e4bcc3ae342e8099126b6a0043a94999
BLAKE2b-256 81c01134dac25c72707e73df16b073b581cf1cdb0b02849835b0af9c687aef8c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.54.2-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 e416c8baf925b5a1aff31f7f5aecc0060b25d50cce3a5a7255dc5cf2f1d4e5eb
MD5 14736a3b037b50c7e068a4e67c37d100
BLAKE2b-256 69c1a26627e21cd3d4161c7feb0b5c0beba394bf8ffc03d8536e786442469784

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.54.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 61f7203e2767800edee7a1e1040aaaf124a35ce0c7fe0883965c6b762defe598
MD5 2cc792d0d5461bc1876cf179c3590a59
BLAKE2b-256 761b669789da6ea1057cda9e5edf608b3451e01367a496a928a219446ce25669

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.54.2-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7fc2b4edb938c8faa4b3c3ea90ca0dd89b7565a049e8e4e11b77e60e4ed2cc05
MD5 40d94257da98d45f0de46302efbf1032
BLAKE2b-256 9303ee9230f1bd61786e3a486bad51421cf921067ac814924c7740358cc74c9c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.54.2-cp38-cp38-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 09d4bfd84686cd36fd11fd45a0732c7628308d094b14d28ea74a81db0bce2ed3
MD5 25de1a041b05303dee493e00bc5414d6
BLAKE2b-256 0d65b782d1939d4c8355b4bd345b9a8c8640a750692804ce3091a3aca63fef31

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.54.2-cp38-cp38-macosx_10_10_universal2.whl
Algorithm Hash digest
SHA256 89dde0ac72a858a44a2feb8e43dc68c0c66f7857a23f806e81e1b7cc7044c9cf
MD5 0b93c6879eab6d857a847935ac903a8b
BLAKE2b-256 9eb6f89bb0df28f5d9fafb54befd7c1ec92f04d873ece8634714db09e64923a5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.54.2-cp38-cp38-linux_armv7l.whl
Algorithm Hash digest
SHA256 b04202453941a63b36876a7172b45366dc0cde10d5fd7855c0f4a4e673c0357a
MD5 a9cb468f9192d4388f30f7c2813b2335
BLAKE2b-256 574a2ccd2c614bccb5a876b458e04e84be2c8112e4b1273528fbf35c979f76bc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.54.2-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.2-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 51630c92591d6d3fe488a7c706bd30a61594d144bac7dee20c8e1ce78294f474
MD5 527912dc866669f145eb255b394514ee
BLAKE2b-256 46efe243f7015df77f3d3c1c3199fcecfeec245f96f151dfb078abc67543fcb6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.54.2-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 c2392f5b5d84b71d853918687d806c1aa4308109e5ca158a16e16a6be71041eb
MD5 bfbe5ccf1664a55c82307d9abfdd7768
BLAKE2b-256 027ebe3b7cb003e22f8f7a2b94047fd2a2c9943f3e9923fce2e54699149c2213

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.54.2-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 fd6c6c29717724acf9fc1847c4515d57e4dc12762452457b9cb37461f30a81bb
MD5 a298e65beb6bb37265f15bc2111444c7
BLAKE2b-256 0c23187db2d270ab4d7a969bab30ad70ae24ef76ccf8c2727bd4fe62936bc952

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.54.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 70fcac7b94f4c904152809a050164650ac81c08e62c27aa9f156ac518029ebbe
MD5 d6aaada812a9ae2cc5b08b044ac68166
BLAKE2b-256 516fcc3ff49d8e39dac0461951c601e914b1aafe66db356eee1393570ea06330

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.54.2-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 96a41817d2c763b1d0b32675abeb9179aa2371c72aefdf74b2d2b99a1b92417b
MD5 712487c55d359e3453f6598489a8c1a8
BLAKE2b-256 2b9e03625037f6c02e7c90799227f1def18fa8d41ed52aac2ce20a6a152dd3bf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.54.2-cp37-cp37m-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 f900ed4ad7a0f1f05d35f955e0943944d5a75f607a836958c6b8ab2a81730ef2
MD5 33d029a0e02a1d1e3f58af4c2817da45
BLAKE2b-256 251d6478ec6a49c7f8565a8c0a52101952b7b573040ac327df6a7ffd5221f91f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.54.2-cp37-cp37m-macosx_10_10_universal2.whl
Algorithm Hash digest
SHA256 714242ad0afa63a2e6dabd522ae22e1d76e07060b5af2ddda5474ba4f14c2c94
MD5 cc20f7d33dff057870b1e795f14e72a0
BLAKE2b-256 d3e1ec716e69052aaf579649d44ed386fdec3e44a93f8bb4c1c5c18b98eec3f4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.54.2-cp37-cp37m-linux_armv7l.whl
Algorithm Hash digest
SHA256 782f4f8662a2157c4190d0f99eaaebc602899e84fb1e562a944e5025929e351c
MD5 f5cce31c121e78390f1e2f5ee39aaee7
BLAKE2b-256 43acaad4133bae31f0d7028dad6b66638193d52eb1bbcaa4972264071bee9abd

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