Skip to main content

HTTP/2-based RPC framework

Project description

compat_check_pypi

Package for gRPC Python.

Supported Python Versions

Python >= 3.8

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

# To include systemd socket-activation feature in the build,
# first install the `libsystemd-dev` package, then :
$ export GRPC_PYTHON_BUILD_WITH_SYSTEMD=1

# For the next two commands do `sudo pip install` if you get permission-denied errors
$ pip install -r requirements.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 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.64.1.tar.gz (12.2 MB view details)

Uploaded Source

Built Distributions

grpcio-1.64.1-cp312-cp312-win_amd64.whl (4.1 MB view details)

Uploaded CPython 3.12 Windows x86-64

grpcio-1.64.1-cp312-cp312-win32.whl (3.3 MB view details)

Uploaded CPython 3.12 Windows x86

grpcio-1.64.1-cp312-cp312-musllinux_1_1_x86_64.whl (5.8 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ x86-64

grpcio-1.64.1-cp312-cp312-musllinux_1_1_i686.whl (6.2 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ i686

grpcio-1.64.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.6 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

grpcio-1.64.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (5.9 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686

grpcio-1.64.1-cp312-cp312-manylinux_2_17_aarch64.whl (5.3 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

grpcio-1.64.1-cp312-cp312-macosx_10_9_universal2.whl (10.3 MB view details)

Uploaded CPython 3.12 macOS 10.9+ universal2 (ARM64, x86-64)

grpcio-1.64.1-cp312-cp312-linux_armv7l.whl (4.8 MB view details)

Uploaded CPython 3.12

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

Uploaded CPython 3.11 Windows x86-64

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

Uploaded CPython 3.11 Windows x86

grpcio-1.64.1-cp311-cp311-musllinux_1_1_x86_64.whl (5.9 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

grpcio-1.64.1-cp311-cp311-musllinux_1_1_i686.whl (6.2 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

grpcio-1.64.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.6 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

grpcio-1.64.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (5.9 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

grpcio-1.64.1-cp311-cp311-manylinux_2_17_aarch64.whl (5.4 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

grpcio-1.64.1-cp311-cp311-macosx_10_9_universal2.whl (10.4 MB view details)

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

grpcio-1.64.1-cp311-cp311-linux_armv7l.whl (4.8 MB view details)

Uploaded CPython 3.11

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

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

grpcio-1.64.1-cp310-cp310-musllinux_1_1_x86_64.whl (5.9 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

grpcio-1.64.1-cp310-cp310-musllinux_1_1_i686.whl (6.2 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

grpcio-1.64.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.6 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

grpcio-1.64.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (5.9 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

grpcio-1.64.1-cp310-cp310-manylinux_2_17_aarch64.whl (5.4 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

grpcio-1.64.1-cp310-cp310-macosx_12_0_universal2.whl (10.3 MB view details)

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

grpcio-1.64.1-cp310-cp310-linux_armv7l.whl (4.8 MB view details)

Uploaded CPython 3.10

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

grpcio-1.64.1-cp39-cp39-musllinux_1_1_x86_64.whl (5.9 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

grpcio-1.64.1-cp39-cp39-musllinux_1_1_i686.whl (6.2 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

grpcio-1.64.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.6 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

grpcio-1.64.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (5.9 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

grpcio-1.64.1-cp39-cp39-manylinux_2_17_aarch64.whl (5.4 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

grpcio-1.64.1-cp39-cp39-macosx_10_9_universal2.whl (10.4 MB view details)

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

grpcio-1.64.1-cp39-cp39-linux_armv7l.whl (4.9 MB view details)

Uploaded CPython 3.9

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

grpcio-1.64.1-cp38-cp38-musllinux_1_1_x86_64.whl (5.9 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

grpcio-1.64.1-cp38-cp38-musllinux_1_1_i686.whl (6.2 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

grpcio-1.64.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.6 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

grpcio-1.64.1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (5.9 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

grpcio-1.64.1-cp38-cp38-manylinux_2_17_aarch64.whl (5.4 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

grpcio-1.64.1-cp38-cp38-macosx_10_9_universal2.whl (10.4 MB view details)

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

grpcio-1.64.1-cp38-cp38-linux_armv7l.whl (4.9 MB view details)

Uploaded CPython 3.8

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.64.1.tar.gz
Algorithm Hash digest
SHA256 8d51dd1c59d5fa0f34266b80a3805ec29a1f26425c2a54736133f6d87fc4968a
MD5 39d4755e5abb58241d63b12a3acd36e6
BLAKE2b-256 f59d662a0c2181b2d7c1ec697ff06ec5ab9c37ed14e7f9e720e16f26443d233a

See more details on using hashes here.

File details

Details for the file grpcio-1.64.1-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: grpcio-1.64.1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 4.1 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.9

File hashes

Hashes for grpcio-1.64.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 c1a786ac592b47573a5bb7e35665c08064a5d77ab88a076eec11f8ae86b3e3f6
MD5 e09a320a35339b5a6b496d0714dc50d6
BLAKE2b-256 27064f98b606fef0d72da719e194d6a48fd0aa974bec2fe9f4da46cd6095f857

See more details on using hashes here.

File details

Details for the file grpcio-1.64.1-cp312-cp312-win32.whl.

File metadata

  • Download URL: grpcio-1.64.1-cp312-cp312-win32.whl
  • Upload date:
  • Size: 3.3 MB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.9

File hashes

Hashes for grpcio-1.64.1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 55260032b95c49bee69a423c2f5365baa9369d2f7d233e933564d8a47b893027
MD5 a290d301a6baca817f973b0dd6f9278b
BLAKE2b-256 5d8b3370e62b67779f60fb5ac788a635fdf17b5229dbb8fe700a2c9ffc6cc537

See more details on using hashes here.

File details

Details for the file grpcio-1.64.1-cp312-cp312-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for grpcio-1.64.1-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 b1a82e0b9b3022799c336e1fc0f6210adc019ae84efb7321d668129d28ee1efb
MD5 cafcf88cc419c34152bae05e895d40be
BLAKE2b-256 9def7ff6e562a67593ebd96d35e2c1b0b275bc5337cfb77f93e145455ad922cc

See more details on using hashes here.

File details

Details for the file grpcio-1.64.1-cp312-cp312-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for grpcio-1.64.1-cp312-cp312-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 5e42634a989c3aa6049f132266faf6b949ec2a6f7d302dbb5c15395b77d757eb
MD5 fc8acfb5ea18e97c87e4d6a0883e9c90
BLAKE2b-256 20b9c0ef0ef1b2b3026663c66ed8f6063e00ca9244fbb7d232f106c43466c846

See more details on using hashes here.

File details

Details for the file grpcio-1.64.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for grpcio-1.64.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 39b9d0acaa8d835a6566c640f48b50054f422d03e77e49716d4c4e8e279665a1
MD5 ab0ab84c4df3399786eebaf910ab942d
BLAKE2b-256 0dfb37265dea2dcd3959100e616b79dfe4c2d4ed178ea657519482cf0ba8d6bb

See more details on using hashes here.

File details

Details for the file grpcio-1.64.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for grpcio-1.64.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 198908f9b22e2672a998870355e226a725aeab327ac4e6ff3a1399792ece4762
MD5 df1d2358dff0c18819625abfa2837291
BLAKE2b-256 090190849f17f5da533c5b7d993394c8dbf19f43ef8e52891bd07e8e64315a9f

See more details on using hashes here.

File details

Details for the file grpcio-1.64.1-cp312-cp312-manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for grpcio-1.64.1-cp312-cp312-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 ee73a2f5ca4ba44fa33b4d7d2c71e2c8a9e9f78d53f6507ad68e7d2ad5f64a22
MD5 ae4654b843c82fe9e1731088b2c0cd35
BLAKE2b-256 9f91a93f589fc85c6cc0c39006e860fe119fc1c348e72b79cf55b03c85311257

See more details on using hashes here.

File details

Details for the file grpcio-1.64.1-cp312-cp312-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for grpcio-1.64.1-cp312-cp312-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 62b4e6eb7bf901719fce0ca83e3ed474ae5022bb3827b0a501e056458c51c0a1
MD5 1249aeb436f7679b33399ce768988e40
BLAKE2b-256 60b9b3d5ead82ff4456d68671ae7b4f6745a31ff7185326fbb70ca1d450ae5e9

See more details on using hashes here.

File details

Details for the file grpcio-1.64.1-cp312-cp312-linux_armv7l.whl.

File metadata

File hashes

Hashes for grpcio-1.64.1-cp312-cp312-linux_armv7l.whl
Algorithm Hash digest
SHA256 4657d24c8063e6095f850b68f2d1ba3b39f2b287a38242dcabc166453e950c59
MD5 93bf57741b56652d359846bd19969949
BLAKE2b-256 17def7bd4f8e7ac92e4e8ac31c0453335964b25239863b7795eae44eb3186486

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.64.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 5e56462b05a6f860b72f0fa50dca06d5b26543a4e88d0396259a07dc30f4e5aa
MD5 000f0c6e6128d6ce0fc4b351714a22a8
BLAKE2b-256 d4f04a936fbe350bead6fa885c9dcb2c269a85603dc0cbeb35cbcf107c123131

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.64.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 d4d29cc612e1332237877dfa7fe687157973aab1d63bd0f84cf06692f04c0367
MD5 27f87554c56e065086b949f31ab54b12
BLAKE2b-256 cf934f60f781a39ead5d25f768b6cf9e368e4ad0df627e39d4e663f94adabeeb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.64.1-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 1de403fc1305fd96cfa75e83be3dee8538f2413a6b1685b8452301c7ba33c294
MD5 53f1b4145960c6d767dc209ed3c1f6e5
BLAKE2b-256 9f8e474cb0b7bb3ee3738d43f7e498fd1face92d689a0ffc175e6312600ff0b8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.64.1-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 6503b64c8b2dfad299749cad1b595c650c91e5b2c8a1b775380fcf8d2cbba1e9
MD5 6c080b82f3317753a5438ac752c609d4
BLAKE2b-256 61470b49577e6dd0e7318578cacc79dea1ad079b1d9a0e4d9f02ca2a67e55be4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.64.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 73819689c169417a4f978e562d24f2def2be75739c4bed1992435d007819da1b
MD5 8f8d03f83e3e24434b3bfd5a11a0e01c
BLAKE2b-256 114ba6e4922029d8bd89e637c62f90a50a85add9ebdc5be65154956a7c2b82a1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.64.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8caee47e970b92b3dd948371230fcceb80d3f2277b3bf7fbd7c0564e7d39068e
MD5 b62a8fbf60ad7c9b28a7fc9f39cdeab2
BLAKE2b-256 9fc83b4296861d7a0bded8b306250e1eb6d50f7a49eb4e86e8b1c7625d922377

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.64.1-cp311-cp311-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 5841dd1f284bd1b3d8a6eca3a7f062b06f1eec09b184397e1d1d43447e89a7ae
MD5 bbe2d10042f2861f505c3310543112d5
BLAKE2b-256 b1a8658ad3b2eeb52fbd1d6da9ad36cc39a6127fd43eb72c64bead4335623be5

See more details on using hashes here.

File details

Details for the file grpcio-1.64.1-cp311-cp311-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for grpcio-1.64.1-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 bbc5b1d78a7822b0a84c6f8917faa986c1a744e65d762ef6d8be9d75677af2ca
MD5 ced10892c506b87b36972a5ee221f7b6
BLAKE2b-256 118d049fee0b7374b948d47a0301fb97d71af067ffd5e5d8fbe9190475a76065

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.64.1-cp311-cp311-linux_armv7l.whl
Algorithm Hash digest
SHA256 58b1041e7c870bb30ee41d3090cbd6f0851f30ae4eb68228955d973d3efa2e61
MD5 302e0076edaf89966b0c44daab38c312
BLAKE2b-256 ece038e23c6af047b204b8b637adc8196d573fd5a65db58a46cf04e4d0c9be3f

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.64.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 19264fc964576ddb065368cae953f8d0514ecc6cb3da8903766d9fb9d4554c33
MD5 a176fa31646b6bc5baa2eaeda280b12b
BLAKE2b-256 8da895967dc015bc28467f1c41a5c44bd3c8568eb5d487b0dc818135b617ecfc

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.64.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 1262402af5a511c245c3ae918167eca57342c72320dffae5d9b51840c4b2f86d
MD5 74efe92d1075ad837d9ed3c2a08586c9
BLAKE2b-256 cac36976b46ccca4204a3138bdf76b712f10cc123a946a5a1116449e986a8e87

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.64.1-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 2981c7365a9353f9b5c864595c510c983251b1ab403e05b1ccc70a3d9541a73b
MD5 a1d9862cc81c07a072573de057f10c6e
BLAKE2b-256 3fddf3ff5b2ae4f5675132a766ea883f5b3b631fa104ae5b146046e924a5839f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.64.1-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 0a2813093ddb27418a4c99f9b1c223fab0b053157176a64cc9db0f4557b69bd9
MD5 7a3881f3982dbe71596418e83a50666c
BLAKE2b-256 1bcb6c3dada17b6360a235908bb5f9badff83e5ee60c0459ffcf97d3c1590646

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.64.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e7cd5c1325f6808b8ae31657d281aadb2a51ac11ab081ae335f4f7fc44c1721d
MD5 347a8851b05e0f378b330c87c5647924
BLAKE2b-256 5e3b459a477de3d899ffd4164d116a0a1db67468465ef5eaa81652f9319c27ab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.64.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6c024ffc22d6dc59000faf8ad781696d81e8e38f4078cb0f2630b4a3cf231a90
MD5 124361eea9476dc91cc712512b68cbc6
BLAKE2b-256 a30edd710c8033bc9d81c6f9a52e83e5b3ee803dab6c32d92b9abeee4141a860

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.64.1-cp310-cp310-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 bac71b4b28bc9af61efcdc7630b166440bbfbaa80940c9a697271b5e1dabbc61
MD5 e60885e28679b22e915926245c0498ed
BLAKE2b-256 d8af14e95d1bf9e1fdbad332525653cff9fc9c9ed8f19854f8f69665862996b8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.64.1-cp310-cp310-macosx_12_0_universal2.whl
Algorithm Hash digest
SHA256 3b64ae304c175671efdaa7ec9ae2cc36996b681eb63ca39c464958396697daff
MD5 946f33f75fe5f28f7805c3adf0e6ba03
BLAKE2b-256 62462f080ed826b7641220ba1584960f90dd5354d71eb455a1e3e40c0614cd6b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.64.1-cp310-cp310-linux_armv7l.whl
Algorithm Hash digest
SHA256 55697ecec192bc3f2f3cc13a295ab670f51de29884ca9ae6cd6247df55df2502
MD5 4b95935d9af480392bec9c0433f30eeb
BLAKE2b-256 b5cb4762ce391ff792f011dc288985b7754cc386bd5cd85e0c0a9486edfb323b

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.64.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 ed6091fa0adcc7e4ff944090cf203a52da35c37a130efa564ded02b7aff63bcd
MD5 d6e49dd1770382cc4aab34d231d33463
BLAKE2b-256 1d93059a94b82d5df6b718007dbe597efe35a715c1c059be5bdfb6ab76d88d50

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.64.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 03b43d0ccf99c557ec671c7dede64f023c7da9bb632ac65dbc57f166e4970040
MD5 068f16d9de229c8d41d1050389fcd53e
BLAKE2b-256 40412f506951cfb6ca61c9a87863561c40f112aa5f7c035e532440f1244b00f0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.64.1-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 ac15b6c2c80a4d1338b04d42a02d376a53395ddf0ec9ab157cbaf44191f3ffdd
MD5 8f11509dd5d55f5a805d0307e1e91ee7
BLAKE2b-256 f783173de97df25dbf65659b1fd659d9e8e3ec0411bf27af3c116578e06f1bb8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.64.1-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 f10193c69fc9d3d726e83bbf0f3d316f1847c3071c8c93d8090cf5f326b14309
MD5 55167590e9486c6e1e08fac7d2a4e831
BLAKE2b-256 0af384aab7bb0f7880337af55d5aff89c2b29a870d56d8cdf6b9bec0b5aa93c2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.64.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 940e3ec884520155f68a3b712d045e077d61c520a195d1a5932c531f11883489
MD5 c4d30af4caa5770a1cc683711a2be99a
BLAKE2b-256 012b7951479d37541aedbb790ffc4d527dedfceca14fdef9dc3f41a253bb0f46

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.64.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c84ad903d0d94311a2b7eea608da163dace97c5fe9412ea311e72c3684925602
MD5 0d5ed1439ceb0b3c0c558fadc8249d15
BLAKE2b-256 619737cb159b11779bc93d06e1f942e595bbb72f19b1aae6d3f002ddef3b97b0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.64.1-cp39-cp39-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 5f8b75f64d5d324c565b263c67dbe4f0af595635bbdd93bb1a88189fc62ed2e5
MD5 286ae0af9e0677a11d89508987e60bf1
BLAKE2b-256 d4e009235e7113aac9c79909b95924c2b21b0163fe35cd75d32ccfe4763a95eb

See more details on using hashes here.

File details

Details for the file grpcio-1.64.1-cp39-cp39-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for grpcio-1.64.1-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 e3d9f8d1221baa0ced7ec7322a981e28deb23749c76eeeb3d33e18b72935ab62
MD5 3dbdb6a767196caf75b0e9acc997c1fd
BLAKE2b-256 8f5c1ddf5ced9c34c49b7162775bfdfc03f663a1a7cd6ac22c2ad04351b88246

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.64.1-cp39-cp39-linux_armv7l.whl
Algorithm Hash digest
SHA256 75dbbf415026d2862192fe1b28d71f209e2fd87079d98470db90bebe57b33179
MD5 7c82f123ba34da2602f19aedf98a770b
BLAKE2b-256 eb81b2f35037b5b527bbdb22e06108fa3d527827466424b308eb1543f1db9ef6

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.64.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 0a12ddb1678ebc6a84ec6b0487feac020ee2b1659cbe69b80f06dbffdb249122
MD5 daf89f468d52236c9812ae04aaa43beb
BLAKE2b-256 d445ac1d4377c552c27e53a178c59f818a5f62eaef5e1d96bdaacf779dc8ef48

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.64.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 1257b76748612aca0f89beec7fa0615727fd6f2a1ad580a9638816a4b2eb18fd
MD5 c385770f593813ecf17a2594f9215f5b
BLAKE2b-256 a3b599af361c56c2cbef9a85ebfe7190cd15f0dfbc0addc7cc2dae433875d1f7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.64.1-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 a3a035c37ce7565b8f4f35ff683a4db34d24e53dc487e47438e434eb3f701b2a
MD5 45a6fa827694ede65027a18a08cb42f4
BLAKE2b-256 fc2a604b05deceb698f917b2c9c934445004298f20c4c08bbc8656f4248da3a0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.64.1-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 0cc79c982ccb2feec8aad0e8fb0d168bcbca85bc77b080d0d3c5f2f15c24ea8f
MD5 14153d6a84162085466acc67073baef1
BLAKE2b-256 d20376b98defdd62abbd7440a9259306541a2df20cd3335cdc0a037819ad2009

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.64.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 20405cb8b13fd779135df23fabadc53b86522d0f1cba8cca0e87968587f50650
MD5 66abf05c3f0011a14d45c68f5392f46b
BLAKE2b-256 08d4e9a6782f215bd5323afa53c1adb52da639b934387acda4a144742e051462

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.64.1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2c3c1b90ab93fed424e454e93c0ed0b9d552bdf1b0929712b094f5ecfe7a23ad
MD5 cb9ab75791337fd75f00272f060139c9
BLAKE2b-256 33ed075ba81f959f989519b1a29867b869cf7f3e95bccebc00af6331f72e50c6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.64.1-cp38-cp38-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 a5e771d0252e871ce194d0fdcafd13971f1aae0ddacc5f25615030d5df55c3a2
MD5 dd2b6a139eeb1cefc6f83e5860c47cd4
BLAKE2b-256 88501520e6fdd0bc6d0a12496421347e6d43390e110f7cae283d0d771538c66c

See more details on using hashes here.

File details

Details for the file grpcio-1.64.1-cp38-cp38-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for grpcio-1.64.1-cp38-cp38-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 4d6dab6124225496010bd22690f2d9bd35c7cbb267b3f14e7a3eb05c911325d4
MD5 93f987d6bb4c0dbd20af10d92a8bc2ec
BLAKE2b-256 ddba651e83b34cc8286480c1c4ab402f5e83abe77cef9085e94f73f6c313f28d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.64.1-cp38-cp38-linux_armv7l.whl
Algorithm Hash digest
SHA256 a011ac6c03cfe162ff2b727bcb530567826cec85eb8d4ad2bfb4bd023287a52d
MD5 8690b096333824e52068f6803a0fe734
BLAKE2b-256 d72361f85bce30362ae73e3386f1fe8ff9cd5eeb9aba3e41d66322291c361f55

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