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

Uploaded Source

Built Distributions

grpcio-1.53.2-cp311-cp311-win_amd64.whl (4.0 MB view details)

Uploaded CPython 3.11 Windows x86-64

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

Uploaded CPython 3.11 Windows x86

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

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

grpcio-1.53.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.0 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

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

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

grpcio-1.53.2-cp311-cp311-linux_armv7l.whl (88.7 MB view details)

Uploaded CPython 3.11

grpcio-1.53.2-cp310-cp310-win_amd64.whl (4.0 MB view details)

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

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

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

grpcio-1.53.2-cp310-cp310-musllinux_1_1_i686.whl (5.5 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

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

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

grpcio-1.53.2-cp310-cp310-linux_armv7l.whl (88.5 MB view details)

Uploaded CPython 3.10

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

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

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

grpcio-1.53.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.53.2-cp39-cp39-manylinux_2_17_aarch64.whl (4.3 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

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

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

grpcio-1.53.2-cp39-cp39-linux_armv7l.whl (88.6 MB view details)

Uploaded CPython 3.9

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

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

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

grpcio-1.53.2-cp38-cp38-linux_armv7l.whl (88.6 MB view details)

Uploaded CPython 3.8

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

Uploaded CPython 3.7m Windows x86-64

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

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

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

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

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

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

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

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

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

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

grpcio-1.53.2-cp37-cp37m-linux_armv7l.whl (88.2 MB view details)

Uploaded CPython 3.7m

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.53.2.tar.gz
Algorithm Hash digest
SHA256 0c9e42f2499c8603af1d88771dc97e2c6b0310c278337058fd7fd1ddb35ab853
MD5 6b4c8fe56a0c387029f1358dca5786a9
BLAKE2b-256 13a8c224a9d9ae0a9a0866ec37d9951b4407c3df3343a6c0352554e5add9152a

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.53.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 1d1a320230e0d020880178b8eb453300bd57700b44c3744268370502e7376a9b
MD5 e99e677b2ba69db79ad4e066c8bc142f
BLAKE2b-256 53706c50cffa387319e80689a41487fe3d604243bd3bc7057035782692e1e042

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.53.2-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.2 CPython/3.11.4

File hashes

Hashes for grpcio-1.53.2-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 7b44ed75b9d67d17e5a098a0f99a8fd3e5861fd3c4eb54212277a0acdf298434
MD5 cb96c28ef828835b910a1ee292f47133
BLAKE2b-256 8a6532f100de0f4e8eb260c8416886be1f5048091302cf6c1ccf51e898d22cae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.53.2-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 3b789472e9ef75d179295d0c6a1f7f0aefd08189cd1c822b068b0523365a1dbe
MD5 4f6f8722e30ec3941b8ea6a315843df6
BLAKE2b-256 e0ac6bf874a7f5d8576a657ae5b956006046b470491a6382db49aa4effb7818d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.53.2-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 53d34cbf212f03634d74ba366d595b4a06a3b60fcc731eddbd6fd7ebe4acf981
MD5 017cb09a3851c07d0ccebafd8b0a6fa4
BLAKE2b-256 22405fd5ce6d5b5e890b9d6571114be8a6a5aa1d317bd779b29afcf528060f2f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.53.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 24c63592103fded38b258f1e520ba8b0a7a0bbc397cddd6520a1f74dc4b5dec0
MD5 9deaa422b843f3eac58b9592e52b7317
BLAKE2b-256 da4af0444ac37a2bb120c41ed02970125814a991caa9b833386f8a85aea442cf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.53.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f3761f9a6817e32898eaa5aecd0b0ad69d0c68ab45ea7bf206e8dc4548f025f0
MD5 647abcf854a1ae4c1837c681f014b6dc
BLAKE2b-256 ffb92307da723e99f35909c35b227f64dd273f6c9f22744d90ee516864c730db

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.53.2-cp311-cp311-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 712113946b303db9ae4245a13de213710367850a6c3c53530b70e87989feb8e0
MD5 35704169ff181bded99346c7485343ce
BLAKE2b-256 d42cb05d13e8bd712fd6128b9c832dd87d7c9cb8873487479bb32e249d40a2ae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.53.2-cp311-cp311-macosx_10_10_universal2.whl
Algorithm Hash digest
SHA256 f7e66d8b31ef2bada7029275debbe12c97397ec7ac70a659837a7b8a6a9dc916
MD5 0a324c1523bb38c794b9ec81c1d3bc36
BLAKE2b-256 ee4d88efe77ffa641aa1b0c8b31fa7862d2a8450d0d7e71b3e0f56baa65c18e6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.53.2-cp311-cp311-linux_armv7l.whl
Algorithm Hash digest
SHA256 8166ac6671472d172cc0db50323b7a7504bd534de54aa31354465a00ca44409d
MD5 3a04327ae211b64f60811aaa9d5c4719
BLAKE2b-256 309896b6499fd5099ab6a2ab7ddabde4644fea064aafa41db8e5952fd6e49a07

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.53.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 5b49f372df33f5f84865aef5d46cacd23180b586c80e8cbe0ce149b96dfa8c4c
MD5 ba549eefcc24f4ada477ef7a9af07c91
BLAKE2b-256 3ba1652bbe3f6b62b246b03d00e6492a07b45967db8fbba30485323ab57458b5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.53.2-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.2 CPython/3.11.4

File hashes

Hashes for grpcio-1.53.2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 6be86e8d5cf47415968588e5dfbfb92ee8757fb41139584192b67050d1a72c58
MD5 6477b6cb090ca63f4f19b77b7d3f5cd4
BLAKE2b-256 ecdc707d8bd3d71e26ef8beb04519bfd1f8111eac80fec065432f2222022d34b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.53.2-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 0e92dc6a85cd1de42527812ef1276095e62169d002d86c888b6e889fcda1dd29
MD5 521ebf9f134d234733c110ce71d15602
BLAKE2b-256 4e748caf7d6ee177aaa3b4d8dee7a0d74689264506726da52431a77f03bd237f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.53.2-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 6275a54b41d6b1ec539b019bc3affaf6d05b0a0ba36af1a65b8a2810ef69e07d
MD5 952f8f4e7ca8f1341cf6413c460a5f6a
BLAKE2b-256 5bbfa618f8161c6b1d994b6739f6c36d30576649648fd57fe04e1dd0d5d55642

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.53.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5b403c4ad22f3ba37c7720547d8888a1e4b74ad980a94332bbbc50330b623abc
MD5 f1b94369ffbcc1cadd1d2ad26f501155
BLAKE2b-256 56c272585ea14b9bb6314ac3a66ccbff2ff1981f10f4a1d556062f79274c2281

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.53.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 df07843c8c0dc71a56d3af3dfe19165fb0d3af7d3354a72185f6fa1b4ac05cab
MD5 095da98d7d5b04b37a0deb3254078980
BLAKE2b-256 1b18dac3632611a671a101f6749a9b16bca3064f1f4d1d4d4090da1acd321094

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.53.2-cp310-cp310-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 1af074f28a56425e4f4d99761708981543a27ae963f5b4b0a36ff71f3483479d
MD5 a0799fb17eff66442e9e18473cab4253
BLAKE2b-256 ac8a421ff1b4ae7b41ae486c11c1ac47f498f06eb5a5bc6fc73c2f7a9132cafd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.53.2-cp310-cp310-macosx_12_0_universal2.whl
Algorithm Hash digest
SHA256 33f7678287ac330c94e25f96cdb951e0861e206115ba4d8ea66cf6546b1a09d0
MD5 8a36903043f7d9c54cedc95b8de6a0f4
BLAKE2b-256 7c029c112b966d26cc69c6e60aa8005ded6e7802597c6a147ae2ac6a21ec94ba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.53.2-cp310-cp310-linux_armv7l.whl
Algorithm Hash digest
SHA256 18afdda2bbe0c615da4daff754cab0df9bbd859c415d85e7e741a2975b3208b4
MD5 8969a2757a5ee4047eb28de20313c908
BLAKE2b-256 c8d87ac01cc692eaf752a000747aebba64f8142874a13de218ff0ab9b1e1a726

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.53.2-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.2 CPython/3.11.4

File hashes

Hashes for grpcio-1.53.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 ea84becb5cbd6a94a810c5214eb263ae57e915a9ed1bdcd5b4a6baf13d8c5177
MD5 20fd5bfff9a1d68af9837a2219c415a6
BLAKE2b-256 9ae1a56dcd844a4ad96082b7fed4c4b9622d03bd33eca7505c2a927a4c1bca4b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.53.2-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.2 CPython/3.11.4

File hashes

Hashes for grpcio-1.53.2-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 7e6885a8431939f1ee547e965fa3cb801a518b83d3d3509e90dbef78f0b5fd29
MD5 560cdc40e414a649664b289b193ecba5
BLAKE2b-256 cc7744d5a25d45756a8b8b1d09b8ef7ef695c6edd8489e320488db1925917d8e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.53.2-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 d9c51ca201326b49cfee38336c6e7dd1cb8a6b6d0dcf84aeaecbae310a736dbc
MD5 a0aea55e2ae5dd31d02ebceb9059f48e
BLAKE2b-256 0571fd97d7aca7b3d476de623073f89598ba06213340fe816efe0383b248061f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.53.2-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 2b4f5671f9e88b7f51f54adda37a23277b7fdebd1557c47543b3e8a8044dd510
MD5 ac3a373fc0de52afd71f15cb0ca847c4
BLAKE2b-256 c252549f29c0d41baab9642ab09916b81912f49e90a5c7d4dbaeb646502622b3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.53.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 504af9e86ab01c9c33d8a452fe846aa931d024945f2e897537ccb8f7d76778ee
MD5 cbcc082d41abe0d8a220da7e4d21722b
BLAKE2b-256 f8548221fe0d2bc1f06e9c83885beef9679aac01df10691d9f716c1bed552c75

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.53.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 bea6a20c5a732a27b64623d43614b3022e6fcfc081a75236b7f9aa069d2eaa4d
MD5 de1f652ff9a9a6265c91a372d794609b
BLAKE2b-256 815a24d5d08993ed178601db9691dad3c476e5303f90a8fde80329f6e62f5773

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.53.2-cp39-cp39-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 431f864f2642a97d0aa8c6b606c307f03d22f919b1a226af90488426aed35809
MD5 3f173b042695a89aa1eeed674be2e4c0
BLAKE2b-256 29994bfd7575f903b24d4ca998f79bd49cc2d6afa819a9e4b5343eb2115c9d28

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.53.2-cp39-cp39-macosx_10_10_universal2.whl
Algorithm Hash digest
SHA256 80a8867746cff41c2db436dd9eea18ebbfcd0449d65b64b3ed3c995207898971
MD5 b3a89990e58da0c2e9fde8827f8f8c9e
BLAKE2b-256 437cc5b709353b555437127189d0e8dbc6c65d8dbc7d0cd5554690be61cc6316

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.53.2-cp39-cp39-linux_armv7l.whl
Algorithm Hash digest
SHA256 8fc7667564c8c15748354dea1bb4035c5118df4e9dc5154ccdb6e62a3e5a2bac
MD5 2de0a4632ce8bb32a5c844567ee27873
BLAKE2b-256 b0a8fca7ba2bff41fc1841bc788fab3e57cdb64852d9b4ac395fc81d995ae9a8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.53.2-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.2 CPython/3.11.4

File hashes

Hashes for grpcio-1.53.2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 b676c4365a5753bc8c49f922a5f88bdb5df6746c670a9d859d2ba2f5f97d9269
MD5 63bfd86e922ddf2024dad63c4f881261
BLAKE2b-256 0e845dee051586b07acd0384550c7b67842900bcba97295d58ecde23df49c2db

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.53.2-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.2 CPython/3.11.4

File hashes

Hashes for grpcio-1.53.2-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 b16258a31269b97e26a08d71b5deb56499e86077d26e453fad8f6ec4c06fe666
MD5 ba80b7e3a30778f30118a1f302035ad7
BLAKE2b-256 77ca04102d5ea1ac86948137e3161e701f31cb31e67f34d8f1cef37802e90e2a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.53.2-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 7734d1b91f1f3b1f186debf8ec4d168ee088a54e8186c14d89a95f7e51d3198d
MD5 2d83b113d297271e1a1f55274e7c4fed
BLAKE2b-256 94e55f070c27e7851a97dd0aebdd8791ddb8273269aefc2e9a94b9856cdcfd33

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.53.2-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 1df931fbb4c36363d2cb985c2c26fda8f060b541a89c6c1191fdb59151a8c934
MD5 563bba2eae518c8b17db13827717b412
BLAKE2b-256 561916a81e3dddaa89fdd2c0589b1b6f2ec698e770fc8aa04fc794abcb90712e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.53.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7ea235cecb9df14b49a75cbd27a634683a96bb76576363407ec820ae454ce2b2
MD5 f9c73217d25610c4b7ddb54ba1a02c54
BLAKE2b-256 525785a0055321a205530ca873e237508092ddcee9b59cd68e820283cb17f0f2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.53.2-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7cbf1e3aaec3edf734ef90182363a395d234cd4790544be914cedbe1b9fec99a
MD5 1e6ff399d2f4a7ec7e5321533860ccb9
BLAKE2b-256 e9f6ce087e6204f977a6435504c6e3d2e0aae899986d20da8ec6dae2413b1f7e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.53.2-cp38-cp38-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 1deeb84bb344351434f999cea4704ac6f1e07b3d861e34c44b50d8afa06caaa1
MD5 fda8c3ecb53aee436f814ef21da7bb16
BLAKE2b-256 ac42e18ddb6aac03d9d6c2a478c23642f792c0c0ca76c91d443f47d549c407de

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.53.2-cp38-cp38-macosx_10_10_universal2.whl
Algorithm Hash digest
SHA256 f14a82d12d53eb93298c35edf88d8c3ef37243b95f94dd3c75fddcba575d34ab
MD5 5c48b1b5321c4dfbe8918fe0bb9b8816
BLAKE2b-256 37ae791921c114f2a8cebe3ded45938d7e161305b18d1247690b2a8d6196d316

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.53.2-cp38-cp38-linux_armv7l.whl
Algorithm Hash digest
SHA256 f9f7c0dd17f24e1774cc3a8df738246772994e853c28b28ed6ba7711ccf0abb4
MD5 6b5f653ae2a98940604d7aaf3dc80dae
BLAKE2b-256 13b9072790ace42e9c8d0f7ed8cc56a33c11ed362e23dc8c73eb5ad2ca028aa4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.53.2-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.2 CPython/3.11.4

File hashes

Hashes for grpcio-1.53.2-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 d406cf2f6ccf39883a24b048c448a37bac16939408c1b6fbb4d021f3cd961448
MD5 9a943aa8e052a53c5dc6eb020494d851
BLAKE2b-256 2e3cf3f0bcc42beb3b5e2b8284b54e8bf6c51e764fffcc3f839efea50284307b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.53.2-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 0f76287d98ec79a38cba8292d0bdcd6ab9b9daf568dce1d53b9eb0135fc14d26
MD5 e071ab57d362b429670e5a5455641949
BLAKE2b-256 495082eea5269c5e69c208799cad6448ed36008617b19014ba797edb1620e9b2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.53.2-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 9efbedc737ba342d8a2459afc9bd5c5df31adcdf774b772a4e663739f2cf0d06
MD5 d0041dc0cd028e376db55b855596f5da
BLAKE2b-256 0ea703b9408c3a1204501bda1699b050b3bd74c95ccba01b2ef65b96fbf43cfd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.53.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a3bee217bda6b2c81d9e2866f523217135a03a007a89043eee074e93d76706b0
MD5 aa89812e387d01f9ab15a044fee6f87c
BLAKE2b-256 e13d8c3f10bbf2dd1fb77d3426b40132b53dc94a39d5b5f0555f800827c3719e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.53.2-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 07b83c06e7d113044cf3da15ca52f578c5f3dca299af711e9a589c1b71eb8be5
MD5 071fa47d2d23aab8d7f39fe2646af228
BLAKE2b-256 5d9bb341e3935b350e014a7fcb047f398145e89e24d59a8fb5413b837a286a4d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.53.2-cp37-cp37m-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 1fcced1abb13cdb6a5d8b105765d30212a6cb29ab0dfb01eedecf2ff6c84371b
MD5 bb52fb56efa68f9798c89a8dd612a6eb
BLAKE2b-256 426afc61080da07a0cd42794569ca6dc4cc4aad4ab15caf85481e2862e4da274

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.53.2-cp37-cp37m-macosx_10_10_universal2.whl
Algorithm Hash digest
SHA256 590c7206f764cfe37a65003a75977358e20919ed488f970935f54efa2741b497
MD5 1b1dca5463e5ae41c43028ba9bb810dc
BLAKE2b-256 c02227cdd4eaaf3e250d1b0ab7f8e10262fafcc9ae1067013586b0843526fa69

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.53.2-cp37-cp37m-linux_armv7l.whl
Algorithm Hash digest
SHA256 69e99fe6bdc2cdacd04cef6b6585b00630d958c98e36d825de3eea406e15fb31
MD5 0756f26897eacff9d109e34edb67951c
BLAKE2b-256 3102816d17300481aee271a3c9bc13958af7a19653a967b2cadbea52e513cb2f

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