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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.12 Windows x86-64

grpcio-1.65.1-cp312-cp312-win32.whl (3.4 MB view details)

Uploaded CPython 3.12 Windows x86

grpcio-1.65.1-cp312-cp312-musllinux_1_1_x86_64.whl (5.9 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.12 musllinux: musl 1.1+ i686

grpcio-1.65.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.65.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.65.1-cp312-cp312-manylinux_2_17_aarch64.whl (5.3 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

grpcio-1.65.1-cp312-cp312-macosx_10_9_universal2.whl (10.4 MB view details)

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

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

Uploaded CPython 3.12

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

Uploaded CPython 3.11 Windows x86-64

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

Uploaded CPython 3.11 Windows x86

grpcio-1.65.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.65.1-cp311-cp311-musllinux_1_1_i686.whl (6.3 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

grpcio-1.65.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.7 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

grpcio-1.65.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (6.0 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

grpcio-1.65.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.65.1-cp311-cp311-linux_armv7l.whl (4.9 MB view details)

Uploaded CPython 3.11

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

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

grpcio-1.65.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.65.1-cp310-cp310-musllinux_1_1_i686.whl (6.3 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

grpcio-1.65.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.7 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

grpcio-1.65.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (6.0 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

grpcio-1.65.1-cp310-cp310-macosx_12_0_universal2.whl (10.4 MB view details)

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

grpcio-1.65.1-cp310-cp310-linux_armv7l.whl (4.9 MB view details)

Uploaded CPython 3.10

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

grpcio-1.65.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.65.1-cp39-cp39-musllinux_1_1_i686.whl (6.3 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

grpcio-1.65.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.7 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

grpcio-1.65.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (6.0 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

grpcio-1.65.1-cp39-cp39-macosx_10_9_universal2.whl (10.5 MB view details)

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

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

Uploaded CPython 3.9

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

grpcio-1.65.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.65.1-cp38-cp38-musllinux_1_1_i686.whl (6.3 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

grpcio-1.65.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.7 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

grpcio-1.65.1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (6.0 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

grpcio-1.65.1-cp38-cp38-macosx_10_9_universal2.whl (10.5 MB view details)

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

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

Uploaded CPython 3.8

File details

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

File metadata

  • Download URL: grpcio-1.65.1.tar.gz
  • Upload date:
  • Size: 12.3 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.11.8

File hashes

Hashes for grpcio-1.65.1.tar.gz
Algorithm Hash digest
SHA256 3c492301988cd720cd145d84e17318d45af342e29ef93141228f9cd73222368b
MD5 ba7154399412bee57edb8a0566acd963
BLAKE2b-256 d959bdfe3fc167366e064392367083e705f2b63aeda2b7c004055e7ec80ef538

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.65.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/5.1.1 CPython/3.11.8

File hashes

Hashes for grpcio-1.65.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 ff5a84907e51924973aa05ed8759210d8cdae7ffcf9e44fd17646cf4a902df59
MD5 5d96dc0915633e5fa61a94cd6c77f6ba
BLAKE2b-256 22716c26fbfd0b4e799e999ae78ab9e1a5937ab871c359f99444e61bbce943c6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.65.1-cp312-cp312-win32.whl
  • Upload date:
  • Size: 3.4 MB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.11.8

File hashes

Hashes for grpcio-1.65.1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 e75acfa52daf5ea0712e8aa82f0003bba964de7ae22c26d208cbd7bc08500177
MD5 ea96343ecb802c4ac8985c6674717913
BLAKE2b-256 4b2bcfabec5054f01c9cfc8d3b23c72ba7fc8d7fe195f1974e28e9332255f0be

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.1-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 60f1f38eed830488ad2a1b11579ef0f345ff16fffdad1d24d9fbc97ba31804ff
MD5 51ec516d51b6abf64ef3ed23eab24335
BLAKE2b-256 556357cdf9ef439e13024c552decc23b638bea157416e500a7d2fe4a3b49ec08

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.1-cp312-cp312-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 1faaf7355ceed07ceaef0b9dcefa4c98daf1dd8840ed75c2de128c3f4a4d859d
MD5 f209e310ec1e97481b4f27adef5351b8
BLAKE2b-256 1703e6429f0120903a5237c89f729c60afe5d49fbed188105db7ffd964c82cc1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9e6a8f3d6c41e6b642870afe6cafbaf7b61c57317f9ec66d0efdaf19db992b90
MD5 c5c90fc9ced5826b0986fc7d973fe110
BLAKE2b-256 d32db8fcbe1d504a2b86ffd7f20591a62553b96d38f879aa9045961ae47b8eb6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8bfd95ef3b097f0cc86ade54eafefa1c8ed623aa01a26fbbdcd1a3650494dd11
MD5 3f509095a3610c02849f1f2f3b88028f
BLAKE2b-256 2bc8476aefb28317f3c84f38a05e4718c24e82d8ad215635b5f2ecbad718891c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.1-cp312-cp312-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 557de35bdfbe8bafea0a003dbd0f4da6d89223ac6c4c7549d78e20f92ead95d9
MD5 957fd7e4c2efe9dae85c71699fd8f80a
BLAKE2b-256 158e98f01c9afeb9632dc5f2d4b9a986607daedd8bd8ae8fb6efc26903fef037

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.1-cp312-cp312-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 aaf3c54419a28d45bd1681372029f40e5bfb58e5265e3882eaf21e4a5f81a119
MD5 97d0a008b3e22a19e3792899a5e5ce9a
BLAKE2b-256 ab9515e4bbdbbb0c1e52e758786d4d020f733e9fc5fd10cf1a17379636e576de

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.1-cp312-cp312-linux_armv7l.whl
Algorithm Hash digest
SHA256 54cb822e177374b318b233e54b6856c692c24cdbd5a3ba5335f18a47396bac8f
MD5 05eb01e7e12f1fbb88bb9825231933a4
BLAKE2b-256 275815b9cc90da6de04c9c9b5c67673881691c40afa1ed6a9002c7e2cd638c82

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.65.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/5.1.1 CPython/3.11.8

File hashes

Hashes for grpcio-1.65.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 12e9bdf3b5fd48e5fbe5b3da382ad8f97c08b47969f3cca81dd9b36b86ed39e2
MD5 e4c45834d4a8f9f4850c659885f68312
BLAKE2b-256 3f330cf7a949f5ab0e81a555565fef0217532f648694f735f862caa1cecfe921

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.65.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/5.1.1 CPython/3.11.8

File hashes

Hashes for grpcio-1.65.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 b590f1ad056294dfaeac0b7e1b71d3d5ace638d8dd1f1147ce4bd13458783ba8
MD5 c577787b06140ea459a7b65a10ef71ba
BLAKE2b-256 bb1b1c6ed1f17b6baca25706e08919d1ac4e161b13cfafdbd7d3c12f627627f2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.1-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 71a05fd814700dd9cb7d9a507f2f6a1ef85866733ccaf557eedacec32d65e4c2
MD5 d52dd9914afc677dd45e2587ebb4e77a
BLAKE2b-256 616fb2649d5928061b26d71e1c1781727e54c2e06729b8aa5c400107c3a4dddb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.1-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 f62652ddcadc75d0e7aa629e96bb61658f85a993e748333715b4ab667192e4e8
MD5 cab84803382130033b68e0d135797dbc
BLAKE2b-256 a649c8f1e97a075875d0ed5da79f80989974e243163a2c402cd84e4a2c76eb71

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 27adee2338d697e71143ed147fe286c05810965d5d30ec14dd09c22479bfe48a
MD5 be857c160350ca8337a4535803259207
BLAKE2b-256 f5b130d9103229c9a6c8f869fd5148e774be16a5bafc7ef8623540e1b7554155

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9a1c84560b3b2d34695c9ba53ab0264e2802721c530678a8f0a227951f453462
MD5 3db1cfefc05f5014e748c4664b6e7ac8
BLAKE2b-256 df738b147cdb86b0d32cb5213f2e28281b8d71250f52f6b13abf07444e3e3059

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.1-cp311-cp311-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 6e71aed8835f8d9fbcb84babc93a9da95955d1685021cceb7089f4f1e717d719
MD5 85ac4a48c70a3807c201c6af39f0c1ba
BLAKE2b-256 e6c3e1bac9605ec28c9e8b1a7f169f409faea3afa9c63acd909dd1eca5f3dd91

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.1-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 d827a6fb9215b961eb73459ad7977edb9e748b23e3407d21c845d1d8ef6597e5
MD5 b8d1aa088564d3df701461d6d4da2876
BLAKE2b-256 349ee0bad6cc37e83afa06fca88de9ca5456a9ac449312e6fcdd81ed28a0e944

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.1-cp311-cp311-linux_armv7l.whl
Algorithm Hash digest
SHA256 bbb46330cc643ecf10bd9bd4ca8e7419a14b6b9dedd05f671c90fb2c813c6037
MD5 fd3d98860f55105d789371e38f34dc67
BLAKE2b-256 9d4b1fd2322007d3d5a759055c0cfcee90024ae5f0b88ee0acc3089d819b3c5f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.65.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/5.1.1 CPython/3.11.8

File hashes

Hashes for grpcio-1.65.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 ca931de5dd6d9eb94ff19a2c9434b23923bce6f767179fef04dfa991f282eaad
MD5 2b40d6b10fac1ac89b9e633f5a14c40f
BLAKE2b-256 272f76b5507c97b03c021016477e8cbe679640394279ba2b9f0865f5a8501505

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.65.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/5.1.1 CPython/3.11.8

File hashes

Hashes for grpcio-1.65.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 34966cf526ef0ea616e008d40d989463e3db157abb213b2f20c6ce0ae7928875
MD5 9f8735bd8fd59fd9f9344a97cec88698
BLAKE2b-256 8050cc47e2749b90345245d315033f690ee1cc044c1c28c7a13e2c1ca8a39267

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.1-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 a6c71575a2fedf259724981fd73a18906513d2f306169c46262a5bae956e6364
MD5 064e877d3a391acd63b985b45377a089
BLAKE2b-256 ddc9893cc08398eeac577fc5a38d583cad60bee846b75575512c83369100d47b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.1-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 4effc0562b6c65d4add6a873ca132e46ba5e5a46f07c93502c37a9ae7f043857
MD5 c64c3ebc4d4fe536df8127d5bcd68613
BLAKE2b-256 715b9638dd44e90d32e561a74e822f0a4d770b848eb5920eed0f47a93755d845

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a8422dc13ad93ec8caa2612b5032a2b9cd6421c13ed87f54db4a3a2c93afaf77
MD5 2259ec376113e400b08249d3f07aca72
BLAKE2b-256 b4b5fe9dcf91919d0f09da8eec3c2091fab6dbb5e102027deeca928bc26b9fc2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 dbb64b4166362d9326f7efbf75b1c72106c1aa87f13a8c8b56a1224fac152f5c
MD5 e158e8ea9364ed4c9b4283a7d53a7cd8
BLAKE2b-256 0aa768f10458359efdb5859a8953f595a39b1e54c509df4902f5ee1967893222

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.1-cp310-cp310-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 7af64838b6e615fff0ec711960ed9b6ee83086edfa8c32670eafb736f169d719
MD5 028b278ae85726868272a533a9eb1f86
BLAKE2b-256 cbfefc4c5a10ca4e9b2f889916245d98e77ed67814c11b9b59b50ca4f8fe0135

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.1-cp310-cp310-macosx_12_0_universal2.whl
Algorithm Hash digest
SHA256 8333ca46053c35484c9f2f7e8d8ec98c1383a8675a449163cea31a2076d93de8
MD5 30576b2ce9db7c1c2280f7a994ae75a5
BLAKE2b-256 6faefd33f805d88bf5d9321d63d8d06b8e9c3d9d24753a6f7c1e611a5114870a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.1-cp310-cp310-linux_armv7l.whl
Algorithm Hash digest
SHA256 3dc5f928815b8972fb83b78d8db5039559f39e004ec93ebac316403fe031a062
MD5 47ec0fd54e78b7a9e905c80b2f5b5bee
BLAKE2b-256 ae16684aefe0f578af2fea1d24e4dbcd79ee1b639ec72c9fe5b5e860c4554257

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.65.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/5.1.1 CPython/3.11.8

File hashes

Hashes for grpcio-1.65.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 1bceeec568372cbebf554eae1b436b06c2ff24cfaf04afade729fb9035408c6c
MD5 5379743c24ef6b364e99bfa073474692
BLAKE2b-256 f9d99a0a96761d7afd11948ab7dc20816dbbe7d1d48ef1a85c4d423506a2dc60

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.65.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/5.1.1 CPython/3.11.8

File hashes

Hashes for grpcio-1.65.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 5fd7337a823b890215f07d429f4f193d24b80d62a5485cf88ee06648591a0c57
MD5 128e83a984369a94bd54f2fb16489ab8
BLAKE2b-256 e7d62104ad654c3471f76135786c28dccdcf4aec517800ab07de339524310416

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.1-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 941596d419b9736ab548aa0feb5bbba922f98872668847bf0720b42d1d227b9e
MD5 ac536ed918fd4f32ccf51f43d071242d
BLAKE2b-256 58a8f0ac397c5fe22b96aef9f9e131ce295e7df099dafb5c62cf82a9302b3fe9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.1-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 2f56b5a68fdcf17a0a1d524bf177218c3c69b3947cb239ea222c6f1867c3ab68
MD5 b1026600a5e4e0e391e97201219bc185
BLAKE2b-256 4d81292a4dcb38fa4f81ae5a77c03845ffcecfbb06439e189dbddc696f816323

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5f096ffb881f37e8d4f958b63c74bfc400c7cebd7a944b027357cd2fb8d91a57
MD5 e2ede628abf437776f00848016a22cf9
BLAKE2b-256 25746f0cd1cc1deddd9e8d9dd900f8a8916ca913b02c8aab6e6d53d855b4f2c2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7ae15275ed98ea267f64ee9ddedf8ecd5306a5b5bb87972a48bfe24af24153e8
MD5 5acb6a58b757b2a9fc4bda1a70347d47
BLAKE2b-256 1fb76923052ad9950b9ae77640f4d06fe1379dd3e956234ac49648333e32967e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.1-cp39-cp39-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 3019fb50128b21a5e018d89569ffaaaa361680e1346c2f261bb84a91082eb3d3
MD5 874141be63a3f30be6677c7f431062c0
BLAKE2b-256 cb99287fa528305059591839310a404e9bf43bdac54c37db4965ffc2127d8cf7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.1-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 b12c1aa7b95abe73b3e04e052c8b362655b41c7798da69f1eaf8d186c7d204df
MD5 cce47ab9012d00d309c340404d8e2f41
BLAKE2b-256 db05c065360571435cd7769345e4fa0401cedfb56bace460afca074a216cdad1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.1-cp39-cp39-linux_armv7l.whl
Algorithm Hash digest
SHA256 cb5175f45c980ff418998723ea1b3869cce3766d2ab4e4916fbd3cedbc9d0ed3
MD5 f6b6e36a0dc2536ef801ebf855e9ad61
BLAKE2b-256 28a70163c235f7272fb4ff81ea4a8c4972f9034031afef356c659f70ce5cedd8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.65.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/5.1.1 CPython/3.11.8

File hashes

Hashes for grpcio-1.65.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 76e81a86424d6ca1ce7c16b15bdd6a964a42b40544bf796a48da241fdaf61153
MD5 55fe931b99ebf1d2e02883341c28d265
BLAKE2b-256 192f604f43dacfbf1a28157c3d9a9e950cee18542532b95654602e026938b13a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.65.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/5.1.1 CPython/3.11.8

File hashes

Hashes for grpcio-1.65.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 8d8143a3e3966f85dce6c5cc45387ec36552174ba5712c5dc6fcc0898fb324c0
MD5 fd7e890a5ade28007b2fc059bbaef593
BLAKE2b-256 3313020775ac4e09df5c4b9ea63bb7100ae9b84ee7ed90b3d6ce050a223e7b85

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.1-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 8558f0083ddaf5de64a59c790bffd7568e353914c0c551eae2955f54ee4b857f
MD5 a7ffbe46c5c58bdd77689f74f72350f9
BLAKE2b-256 9c6ab28d61720124b7fe049ebf4195eb03ae4a203e0dfac06af26e462b855bc3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.1-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 2ca684ba331fb249d8a1ce88db5394e70dbcd96e58d8c4b7e0d7b141a453dce9
MD5 1d2399732e2daa8a481f917a96163430
BLAKE2b-256 7593313fbfa2c3a1e0a6c37661d6efa56df147253543a04a57f48ccc101b3201

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f40cebe5edb518d78b8131e87cb83b3ee688984de38a232024b9b44e74ee53d3
MD5 27e04240e86e23b53fc9ea45c1654cd5
BLAKE2b-256 fee8c4a543db03f5dbff04ef0490e27f4fd253bece20bb1043f9f0434fc36bbe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 941c4869aa229d88706b78187d60d66aca77fe5c32518b79e3c3e03fc26109a2
MD5 635f9ee28c41f62bd3aeecd4110fce33
BLAKE2b-256 c3222a39e738fd74eabeff202f09eda186c4985e808bd11a536ff1475912381b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.1-cp38-cp38-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 e4a3cdba62b2d6aeae6027ae65f350de6dc082b72e6215eccf82628e79efe9ba
MD5 eaa995a3a4c581e82f5d1205ce4a75a7
BLAKE2b-256 6ccd4bc67843a302b08323a6938db6415ae321923a91797ed0ccfc8e4a983880

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.1-cp38-cp38-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 de5b6be29116e094c5ef9d9e4252e7eb143e3d5f6bd6d50a78075553ab4930b0
MD5 b6964746ccb54a11a925cf90a1989486
BLAKE2b-256 0c643534bba739b1b22c4c6b571a0aed092878163f9c3a78f08e323c3ff272f9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.65.1-cp38-cp38-linux_armv7l.whl
Algorithm Hash digest
SHA256 1fbd6331f18c3acd7e09d17fd840c096f56eaf0ef830fbd50af45ae9dc8dfd83
MD5 588d8fed1330a830f300e2f9ca55b2ab
BLAKE2b-256 d4a2aff86db6124eef88853296b8de82df19ffbdb7e8db714fa334f920983cd1

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