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.52.0rc1.tar.gz (22.2 MB view details)

Uploaded Source

Built Distributions

grpcio-1.52.0rc1-cp311-cp311-win_amd64.whl (3.8 MB view details)

Uploaded CPython 3.11 Windows x86-64

grpcio-1.52.0rc1-cp311-cp311-win32.whl (3.2 MB view details)

Uploaded CPython 3.11 Windows x86

grpcio-1.52.0rc1-cp311-cp311-musllinux_1_1_x86_64.whl (5.1 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

grpcio-1.52.0rc1-cp311-cp311-musllinux_1_1_i686.whl (5.3 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

grpcio-1.52.0rc1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (5.1 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

grpcio-1.52.0rc1-cp311-cp311-macosx_10_10_universal2.whl (8.2 MB view details)

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

grpcio-1.52.0rc1-cp311-cp311-linux_armv7l.whl (83.7 MB view details)

Uploaded CPython 3.11

grpcio-1.52.0rc1-cp310-cp310-win_amd64.whl (3.8 MB view details)

Uploaded CPython 3.10 Windows x86-64

grpcio-1.52.0rc1-cp310-cp310-win32.whl (3.2 MB view details)

Uploaded CPython 3.10 Windows x86

grpcio-1.52.0rc1-cp310-cp310-musllinux_1_1_x86_64.whl (5.1 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

grpcio-1.52.0rc1-cp310-cp310-musllinux_1_1_i686.whl (5.3 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

grpcio-1.52.0rc1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.9 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

grpcio-1.52.0rc1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (5.1 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

grpcio-1.52.0rc1-cp310-cp310-manylinux_2_17_aarch64.whl (74.4 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

grpcio-1.52.0rc1-cp310-cp310-macosx_12_0_universal2.whl (8.2 MB view details)

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

grpcio-1.52.0rc1-cp310-cp310-linux_armv7l.whl (83.5 MB view details)

Uploaded CPython 3.10

grpcio-1.52.0rc1-cp39-cp39-win_amd64.whl (3.8 MB view details)

Uploaded CPython 3.9 Windows x86-64

grpcio-1.52.0rc1-cp39-cp39-win32.whl (3.2 MB view details)

Uploaded CPython 3.9 Windows x86

grpcio-1.52.0rc1-cp39-cp39-musllinux_1_1_x86_64.whl (5.1 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

grpcio-1.52.0rc1-cp39-cp39-musllinux_1_1_i686.whl (5.3 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

grpcio-1.52.0rc1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.9 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

grpcio-1.52.0rc1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (5.1 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

grpcio-1.52.0rc1-cp39-cp39-manylinux_2_17_aarch64.whl (74.4 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

grpcio-1.52.0rc1-cp39-cp39-macosx_10_10_universal2.whl (8.3 MB view details)

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

grpcio-1.52.0rc1-cp39-cp39-linux_armv7l.whl (83.5 MB view details)

Uploaded CPython 3.9

grpcio-1.52.0rc1-cp38-cp38-win_amd64.whl (3.8 MB view details)

Uploaded CPython 3.8 Windows x86-64

grpcio-1.52.0rc1-cp38-cp38-win32.whl (3.2 MB view details)

Uploaded CPython 3.8 Windows x86

grpcio-1.52.0rc1-cp38-cp38-musllinux_1_1_x86_64.whl (5.1 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

grpcio-1.52.0rc1-cp38-cp38-musllinux_1_1_i686.whl (5.3 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

grpcio-1.52.0rc1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.9 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

grpcio-1.52.0rc1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (5.1 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

grpcio-1.52.0rc1-cp38-cp38-manylinux_2_17_aarch64.whl (74.7 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

grpcio-1.52.0rc1-cp38-cp38-macosx_10_10_universal2.whl (8.3 MB view details)

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

grpcio-1.52.0rc1-cp38-cp38-linux_armv7l.whl (83.6 MB view details)

Uploaded CPython 3.8

grpcio-1.52.0rc1-cp37-cp37m-win_amd64.whl (3.8 MB view details)

Uploaded CPython 3.7m Windows x86-64

grpcio-1.52.0rc1-cp37-cp37m-win32.whl (3.2 MB view details)

Uploaded CPython 3.7m Windows x86

grpcio-1.52.0rc1-cp37-cp37m-musllinux_1_1_x86_64.whl (5.1 MB view details)

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

grpcio-1.52.0rc1-cp37-cp37m-musllinux_1_1_i686.whl (5.3 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

grpcio-1.52.0rc1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.9 MB view details)

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

grpcio-1.52.0rc1-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (5.1 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686

grpcio-1.52.0rc1-cp37-cp37m-manylinux_2_17_aarch64.whl (74.2 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

grpcio-1.52.0rc1-cp37-cp37m-macosx_10_10_universal2.whl (8.2 MB view details)

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

grpcio-1.52.0rc1-cp37-cp37m-linux_armv7l.whl (83.3 MB view details)

Uploaded CPython 3.7m

File details

Details for the file grpcio-1.52.0rc1.tar.gz.

File metadata

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

File hashes

Hashes for grpcio-1.52.0rc1.tar.gz
Algorithm Hash digest
SHA256 476fa89a6c24ba47a2ea6aa3b01d86200c5cfd1eaef375b20bea9f96fb43cfe9
MD5 8bd411550c310e677656f05d55a5632c
BLAKE2b-256 ace26a3212b6d38a81dc7fde9c40b6d3cda7b5837139e3a575272213c8c9ce8a

See more details on using hashes here.

File details

Details for the file grpcio-1.52.0rc1-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for grpcio-1.52.0rc1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 60f54e29d98c5c0e438d590a485608d615dae0ae5159ba71599bdf9f5aba4088
MD5 9684224ad0a34d90f504affb583a340e
BLAKE2b-256 3cbd5ee745b10aa5063acb8d00a1d63f1c885dc60c7137595b3d36dc2294cbfa

See more details on using hashes here.

File details

Details for the file grpcio-1.52.0rc1-cp311-cp311-win32.whl.

File metadata

  • Download URL: grpcio-1.52.0rc1-cp311-cp311-win32.whl
  • Upload date:
  • Size: 3.2 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.52.0rc1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 9b7e77bbd74c1ade0302977603c59a6feba1267c4f418626d0d79e7f0f38e6cd
MD5 da67288de73ed19650df9e770eb8c16a
BLAKE2b-256 a779133b3e0a92c8c01594cdc5021a11a8c9a762d3be995bf3cb910fad8bcc28

See more details on using hashes here.

File details

Details for the file grpcio-1.52.0rc1-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for grpcio-1.52.0rc1-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 81d0e09bcda3c0cdc9fd5ab5d470062c3f375c03350afbe7493fbb25bfa12c72
MD5 5f08b550f68d1c3a03b8f6842d8295c6
BLAKE2b-256 396518498ed7020bdd7eadc44f0a3dec331b4fdf34a3949e9deec801098bd9af

See more details on using hashes here.

File details

Details for the file grpcio-1.52.0rc1-cp311-cp311-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for grpcio-1.52.0rc1-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 47e6d5cb45420b3e4d5381d5df368c8d82df9831a51fb2206f4ceee287e5b173
MD5 c59685fadfb97ec1d18a5e8ff3d761f5
BLAKE2b-256 06f11e2eb838f5df2f7f8e764582bb574f55d9f22b0b543c4f5cbbb7ad266a46

See more details on using hashes here.

File details

Details for the file grpcio-1.52.0rc1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for grpcio-1.52.0rc1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 20b70fd6c9adcecf5936398b1f96f74176fb9dee98011a9a28ce9528b3639038
MD5 b8a9b8c8784c98400d8fb8eee17e8559
BLAKE2b-256 17da32e10f576122a8d698d32ab2e6a6d6c4f099c56d94eb909e9794d91c4feb

See more details on using hashes here.

File details

Details for the file grpcio-1.52.0rc1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for grpcio-1.52.0rc1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 734fd41795c5c41104c8c9ebac53bc97b31cf7029afe47f797dc12aad4bae237
MD5 1f739c748836b447582f46afb2541bab
BLAKE2b-256 c5db8a10f57389476c1cfe12e816f61037c437a1def606b3fd72743f3f029797

See more details on using hashes here.

File details

Details for the file grpcio-1.52.0rc1-cp311-cp311-macosx_10_10_universal2.whl.

File metadata

File hashes

Hashes for grpcio-1.52.0rc1-cp311-cp311-macosx_10_10_universal2.whl
Algorithm Hash digest
SHA256 d0a7cd7f942bb3ab7474fad15304c15fc58e78297506c4773a0c7e1178d0fa6b
MD5 e99f5b466287191fda5aebab7ed528ad
BLAKE2b-256 6b1521b9540cea0b809ea0693a8eedf3bea4121c1894ba9072a31dfaa4280bbf

See more details on using hashes here.

File details

Details for the file grpcio-1.52.0rc1-cp311-cp311-linux_armv7l.whl.

File metadata

File hashes

Hashes for grpcio-1.52.0rc1-cp311-cp311-linux_armv7l.whl
Algorithm Hash digest
SHA256 e664b2d06b76fd1b3bae335cfb41084b4c36e2a4345dcdbd427487ca7011fe22
MD5 88162a7a9898d8b0e7a6a3df9ccee555
BLAKE2b-256 19a5d39fcb9b2026b3c8a97d4e1f3e2482de8ddf190b811425f59f2c872ec00c

See more details on using hashes here.

File details

Details for the file grpcio-1.52.0rc1-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for grpcio-1.52.0rc1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 1ed85b55c847ac96bcd81572796f3d0494f8e20928c7d93825e42e4b5cc58378
MD5 2495c76220a47b3e3091922cdd04f993
BLAKE2b-256 70ac5cd548643d9dce1bdd81001796001f2f36f99cc6e378bea0081c7e9fcada

See more details on using hashes here.

File details

Details for the file grpcio-1.52.0rc1-cp310-cp310-win32.whl.

File metadata

  • Download URL: grpcio-1.52.0rc1-cp310-cp310-win32.whl
  • Upload date:
  • Size: 3.2 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.52.0rc1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 1410ceda350a06cfd114d248bca28fee2480de00c604ca4377ceecaff6432721
MD5 113d3b4b749992e8b0c2cc2c315fca66
BLAKE2b-256 c39748c7715fd42361dd2e338bd14496e3a00ae03e35e6f88d107a9e4140d1f4

See more details on using hashes here.

File details

Details for the file grpcio-1.52.0rc1-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for grpcio-1.52.0rc1-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 0e6f9f6a0f4f4ee3710f589bbc7877de9963ab0c66302b4326a57bf54f3a4a78
MD5 e3c1ce20a5ee69cbeed3d40ec2328ec9
BLAKE2b-256 5f85e6b84108d72f70d327e359bf151613a821c5e3632eb1cbd8ca0221be5092

See more details on using hashes here.

File details

Details for the file grpcio-1.52.0rc1-cp310-cp310-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for grpcio-1.52.0rc1-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 d9e3f783a758aa5db8aaeeec1bc9a1e650575b8a5f8c8f4355567d19a7d07c56
MD5 b6d27f6db59d92035e3786a0c67fd09a
BLAKE2b-256 788aeae8af098beee036cb1a8494a0739f95407f4af2ef05efd33bb45b36cefb

See more details on using hashes here.

File details

Details for the file grpcio-1.52.0rc1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for grpcio-1.52.0rc1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ca128d0cc225677b87af592acc21b1faf6f89b5f061e86d09c76215532f18571
MD5 de6d5fb5422f4b3b2a1b68b77e3c1e50
BLAKE2b-256 6e5d29a2bfbedbb43ff85c24c8b93a7fac6ec901d08c16d87afaa54b1b99d0c3

See more details on using hashes here.

File details

Details for the file grpcio-1.52.0rc1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for grpcio-1.52.0rc1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7f7b3806465060a2cec6a05d7f5a76152593ef89d4c9c48f1f79a1dbc65e7202
MD5 dd7a968f0b54e0a20f01eeb1ec7c9371
BLAKE2b-256 dce3837a80ab04e211694caf9536254c806998d9192e53732966117da974c334

See more details on using hashes here.

File details

Details for the file grpcio-1.52.0rc1-cp310-cp310-manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for grpcio-1.52.0rc1-cp310-cp310-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 d5f461b8db55cb15cbe1b08d1a42a0402e01b68601377c6d9565859bcc077365
MD5 5e3f9255db92105da2c2245f6f2706bb
BLAKE2b-256 0792d4bf097727a256335bfd665b97532ce9d01ad758c604291cdb648a26dc1d

See more details on using hashes here.

File details

Details for the file grpcio-1.52.0rc1-cp310-cp310-macosx_12_0_universal2.whl.

File metadata

File hashes

Hashes for grpcio-1.52.0rc1-cp310-cp310-macosx_12_0_universal2.whl
Algorithm Hash digest
SHA256 f7ecddb86928a283594408009eeea32728f54e4312f6e673159222ca609e0434
MD5 c645463f54faa6fbfa1220f03b82adea
BLAKE2b-256 57b59ad92194083d9e01c7fab5af955a8b0348f7bf2598921749ae96dfd0dd26

See more details on using hashes here.

File details

Details for the file grpcio-1.52.0rc1-cp310-cp310-linux_armv7l.whl.

File metadata

File hashes

Hashes for grpcio-1.52.0rc1-cp310-cp310-linux_armv7l.whl
Algorithm Hash digest
SHA256 a7e6f7ce337653fbdab66f86363c56d6564178fa2cd0646e96a657b6c5312d7a
MD5 9fb4a20cfff3c03287e4f5bab5ae9d77
BLAKE2b-256 eab68b44f2537e845742d5fadd85d811dfcc19f2e314f7f42cb846167c7b2fea

See more details on using hashes here.

File details

Details for the file grpcio-1.52.0rc1-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for grpcio-1.52.0rc1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 ea82bb1c354f838575f83971fdb8edc4eb8efe55c057f219355b2e1f314ed6d5
MD5 a948d7a839002972340f06b31ff13627
BLAKE2b-256 1d9ee1819ff18c795091a83c110bc8961a4b829601dd40dc34a535254922d168

See more details on using hashes here.

File details

Details for the file grpcio-1.52.0rc1-cp39-cp39-win32.whl.

File metadata

  • Download URL: grpcio-1.52.0rc1-cp39-cp39-win32.whl
  • Upload date:
  • Size: 3.2 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.52.0rc1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 19e8224b8dc8892d2e7f5abe4b6e557a130d931a589051194384701558265cbe
MD5 6a05351612e830b5174454685943e0e3
BLAKE2b-256 3e2cd871c29eae05b0fae663ab7f63ac4d414652440af050dd4a66eaceac4423

See more details on using hashes here.

File details

Details for the file grpcio-1.52.0rc1-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for grpcio-1.52.0rc1-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 db8633ea5f320a15beb4ce856206101306abf5fc682284fcce506cc5924ad56a
MD5 97a8a7516781ea2d2d2e663b56cb7c5b
BLAKE2b-256 007a4d69aca77de8ecd6cdba8c683737b5517148326e4ccebe15ea843439852d

See more details on using hashes here.

File details

Details for the file grpcio-1.52.0rc1-cp39-cp39-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for grpcio-1.52.0rc1-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 2a257fce2c8096381e02c952edc99df4a609b39dae55775c0440cad5915de533
MD5 6ea1f814f01ab22e3fa2d7e5b761ea18
BLAKE2b-256 4e4408aa690a62af6f06feed0324417748212bca0ba93fa717d3bd17f4712684

See more details on using hashes here.

File details

Details for the file grpcio-1.52.0rc1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for grpcio-1.52.0rc1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c9bf0ac70e1cea521666b304c68eda745c8227acdc78962fd7fa8592dbf672fd
MD5 0c7e26d623a2b8dca5deff061c2462f8
BLAKE2b-256 054212424080d8d6e9ff956ef2e56e86ebf6daeb7b0fb9023b8504ab304dca63

See more details on using hashes here.

File details

Details for the file grpcio-1.52.0rc1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for grpcio-1.52.0rc1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 67c502e6675607103800088b022b7f6da271bc2e180a53b19b892cac2d1839f0
MD5 99f11174fedb58069576acdacf756de1
BLAKE2b-256 a5741cd49ddc3b03731c86094ab9b65ede74f120be01bff5bf09d4e07eb19625

See more details on using hashes here.

File details

Details for the file grpcio-1.52.0rc1-cp39-cp39-manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for grpcio-1.52.0rc1-cp39-cp39-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 eb0e1064522b72d14f587f186d23fb9132574ba71efa81785abda45c0e6bf4f8
MD5 4aefe3abb7af99ecbe48b8633514a5a4
BLAKE2b-256 974cebe6a5da4c87e97c5421074a493be4e16158a7added59c8fa1db2b58d3f6

See more details on using hashes here.

File details

Details for the file grpcio-1.52.0rc1-cp39-cp39-macosx_10_10_universal2.whl.

File metadata

File hashes

Hashes for grpcio-1.52.0rc1-cp39-cp39-macosx_10_10_universal2.whl
Algorithm Hash digest
SHA256 e218a24fd0fa0dc054c9f33356ac03b977ff0637d4aa5bac754263b5c0f80ea4
MD5 47de47b3c90dd57959fc77bc021f80cf
BLAKE2b-256 0a01742445f95a56a9567b1aa50f78485c3afbb9263d50571d9137c7600593a8

See more details on using hashes here.

File details

Details for the file grpcio-1.52.0rc1-cp39-cp39-linux_armv7l.whl.

File metadata

File hashes

Hashes for grpcio-1.52.0rc1-cp39-cp39-linux_armv7l.whl
Algorithm Hash digest
SHA256 2a892002e9e9af6dced15c07c8eaceb485bec2c85887e70e6608c11fcb0dfc6d
MD5 b53c6841fe34d2436b9b67291f0b61da
BLAKE2b-256 10fb446cfda3f25e47183336285571d9d99cc007904a7fdcba72aafbfe55167e

See more details on using hashes here.

File details

Details for the file grpcio-1.52.0rc1-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for grpcio-1.52.0rc1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 dc8dde80ac29795703c546a6201a95bdd789ee10d4b6a795c2fb5029a2d971a6
MD5 bff8d8b92d310d8e47c890499dac6aa3
BLAKE2b-256 59a01528f95559ba9fc83310762a6506cffc17b18929ad44d6155f7129411539

See more details on using hashes here.

File details

Details for the file grpcio-1.52.0rc1-cp38-cp38-win32.whl.

File metadata

  • Download URL: grpcio-1.52.0rc1-cp38-cp38-win32.whl
  • Upload date:
  • Size: 3.2 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.52.0rc1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 3d48feca2b4585fa5fa0d17af0cb1d262eded77ae5fbfc3dac2a98eadc5668b1
MD5 fcefd4d45c51b6eace2a6477c0a66036
BLAKE2b-256 0e6bcdd80e8d63f74acfbf08701d13270fbe4e8bef8020086352532fc06345a9

See more details on using hashes here.

File details

Details for the file grpcio-1.52.0rc1-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for grpcio-1.52.0rc1-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 66140adc1a691956afa60dd83540d10e1f95287f85c5808a5d8ebf13f42a573f
MD5 e388b1b06c0a345f588f38eb20b73b10
BLAKE2b-256 2fcd91e43fc7e5aa68a085671af0e1729ab983f3e55b38824bbbf378e0ddaead

See more details on using hashes here.

File details

Details for the file grpcio-1.52.0rc1-cp38-cp38-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for grpcio-1.52.0rc1-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 40f64f2c10ff309eeac27d5aadd2ad068ff15660002efd1df61a3c45a85e4001
MD5 5a5fb39be713a7d7f28708003418f93f
BLAKE2b-256 607ed0a719902b99c497476178fa75ae116ed07b57540b02ead4240d01904374

See more details on using hashes here.

File details

Details for the file grpcio-1.52.0rc1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for grpcio-1.52.0rc1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 563973286a6119671f8d9b9a4a6c7c8bcfb270a44de05d2b81e761cafb35c02b
MD5 47ceb42f0b0c278c6c6e732893c32196
BLAKE2b-256 3256529fe6910b0aa8fb9de6d3315b7e2576d9d7809c470053e8d7f7746b4956

See more details on using hashes here.

File details

Details for the file grpcio-1.52.0rc1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for grpcio-1.52.0rc1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 28c87cf72020d1bee1e845637ac17518970cf8f5c404d11c85393fc4ec664aca
MD5 e62a62b0d2cb68163ec3948ec223988e
BLAKE2b-256 a66a2a70317cf79ee4cdf9671e22146cc462244c94bea0b04217bf143de96ecc

See more details on using hashes here.

File details

Details for the file grpcio-1.52.0rc1-cp38-cp38-manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for grpcio-1.52.0rc1-cp38-cp38-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 625184a6ff28d4ec0fa0729ff181185264a9ab550a35aba30154f07e2d369e7a
MD5 f04c4b605825c1d1a9ddaab13fbe6e4c
BLAKE2b-256 2d9927dfeecfe20ea0d82b0b2ffed362bb2f9cbe4b79e6f426d1a3ecbc34bae9

See more details on using hashes here.

File details

Details for the file grpcio-1.52.0rc1-cp38-cp38-macosx_10_10_universal2.whl.

File metadata

File hashes

Hashes for grpcio-1.52.0rc1-cp38-cp38-macosx_10_10_universal2.whl
Algorithm Hash digest
SHA256 e5cfc3ed37fd3750e1e2e1217717894f9c1c7450d25f605358e17b5dffac44f8
MD5 09c9da1b7bd339f924dff7c08efeb09f
BLAKE2b-256 8f3af3a83a372e2f2fd4846decc42bb2d8e8d8e0c6d740dc79eaea5acf9ca776

See more details on using hashes here.

File details

Details for the file grpcio-1.52.0rc1-cp38-cp38-linux_armv7l.whl.

File metadata

File hashes

Hashes for grpcio-1.52.0rc1-cp38-cp38-linux_armv7l.whl
Algorithm Hash digest
SHA256 5c47dd6a6a04ce3704fe46a38bd761f766586aa93b679906cf4592ce8d5375d8
MD5 e1a7cd37c9074db03964f3ea36f63a4f
BLAKE2b-256 0d427f937a0ecb6746949b5ced73a598b6f95de7f8fba478e5c3e5078f498207

See more details on using hashes here.

File details

Details for the file grpcio-1.52.0rc1-cp37-cp37m-win_amd64.whl.

File metadata

File hashes

Hashes for grpcio-1.52.0rc1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 c12be21c346a6439b8de46b97545932c88af43d06408800d0eed505d96a2eb99
MD5 919aefbe0f088b40b2c98c6bbe4a0f54
BLAKE2b-256 38d901fbb0ff77935dc0594f072dd534dc83e7e0e10fa5cba56ef23526c741a0

See more details on using hashes here.

File details

Details for the file grpcio-1.52.0rc1-cp37-cp37m-win32.whl.

File metadata

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

File hashes

Hashes for grpcio-1.52.0rc1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 8692aadd9edf43504b96cc818cd31a236ea09686068b64456066134a18c96656
MD5 89fc8531d155b511b7ac9cf73606a309
BLAKE2b-256 f8f049644619701725c78e5e28456077f5a3512e92b996fdc74bac51a859d178

See more details on using hashes here.

File details

Details for the file grpcio-1.52.0rc1-cp37-cp37m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for grpcio-1.52.0rc1-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 0f36d9b661bc069a4f638dbaddcb29396c19271edfe118afe93758b5f3298796
MD5 c899efc566068d402c76063ff33e0c61
BLAKE2b-256 ac574355e0cbd440d64049bbc1bd14482e1770a1295e3530220af5442f52b82b

See more details on using hashes here.

File details

Details for the file grpcio-1.52.0rc1-cp37-cp37m-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for grpcio-1.52.0rc1-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 f4af6e2895dcdc1b492506839a30df4b9dad9cf95fb0cef8e6277d7cfa4bead6
MD5 127920affa6e7f5d05c3b3d7d51428e2
BLAKE2b-256 06d7ab89e61f98bb7c1c604dc4b51d3c45bd1b6a5f4f0a02f526d4b1a088a8d5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.52.0rc1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b4f4aa82c3e2062f3e5ca19356f386dccd9d8fcfab19fcb8e81da331e4d79e99
MD5 d0b8637b5b2f24ee020f19511b9806c7
BLAKE2b-256 5e15cb86f9820b88a4b4f18c9bcec4db6b7f80856586248f9eb119c142a40790

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.52.0rc1-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b427d30387146e313362da4314c181a44168e45912d54b03aac07e7c1ebc43a0
MD5 9d6e1348df2bcb29ca762b38e64becfe
BLAKE2b-256 164483239b45df308210e2774e042e21e297ed39ebcba1bdb092725af28ff07c

See more details on using hashes here.

File details

Details for the file grpcio-1.52.0rc1-cp37-cp37m-manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for grpcio-1.52.0rc1-cp37-cp37m-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 3a5677dac1cc4e340c0b536638acdb9e0610e6eec645106fc79246687e8126f7
MD5 8d536ed361b7f2332b81722b7cdf4ae4
BLAKE2b-256 3a1db4b63f8e45656888f102563386d7afe6d8f7d6dd4149e62fac4556169194

See more details on using hashes here.

File details

Details for the file grpcio-1.52.0rc1-cp37-cp37m-macosx_10_10_universal2.whl.

File metadata

File hashes

Hashes for grpcio-1.52.0rc1-cp37-cp37m-macosx_10_10_universal2.whl
Algorithm Hash digest
SHA256 179e4b98572e9e02e5fdca341d9c0a6f1cb71c449c394b5e449355b36e97b193
MD5 1d9eb3d69eede2fa0f4618baa1cecf1e
BLAKE2b-256 d5ed4d62a528ef574f3010681c1bf7520271368ea886e844b92779c662625340

See more details on using hashes here.

File details

Details for the file grpcio-1.52.0rc1-cp37-cp37m-linux_armv7l.whl.

File metadata

File hashes

Hashes for grpcio-1.52.0rc1-cp37-cp37m-linux_armv7l.whl
Algorithm Hash digest
SHA256 1b51b6c34da2e2f3276e596a6f06df9ab17106d678f230f41de8df5c3fdbe581
MD5 eb85b9b8fcbc199847a099dc3f9bef6b
BLAKE2b-256 90f5d6fd1f4b4d7169553805d225a200a639bb699637c2856473f59e5582e7aa

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