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

Uploaded Source

Built Distributions

grpcio-1.64.3-cp312-cp312-win_amd64.whl (4.0 MB view details)

Uploaded CPython 3.12 Windows x86-64

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

Uploaded CPython 3.12 Windows x86

grpcio-1.64.3-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.3-cp312-cp312-musllinux_1_1_i686.whl (6.2 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ i686

grpcio-1.64.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.5 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

grpcio-1.64.3-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (5.8 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

grpcio-1.64.3-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.3-cp312-cp312-linux_armv7l.whl (4.8 MB view details)

Uploaded CPython 3.12

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

Uploaded CPython 3.11 Windows x86-64

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

Uploaded CPython 3.11 Windows x86

grpcio-1.64.3-cp311-cp311-musllinux_1_1_x86_64.whl (5.8 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

grpcio-1.64.3-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.3-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.3-cp311-cp311-manylinux_2_17_aarch64.whl (5.3 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

grpcio-1.64.3-cp311-cp311-macosx_10_9_universal2.whl (10.3 MB view details)

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

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

Uploaded CPython 3.11

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

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

grpcio-1.64.3-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.3-cp310-cp310-musllinux_1_1_i686.whl (6.2 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

grpcio-1.64.3-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.3-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.3-cp310-cp310-manylinux_2_17_aarch64.whl (5.3 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

grpcio-1.64.3-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.3-cp310-cp310-linux_armv7l.whl (4.8 MB view details)

Uploaded CPython 3.10

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

grpcio-1.64.3-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.3-cp39-cp39-musllinux_1_1_i686.whl (6.2 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

grpcio-1.64.3-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.3-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.3-cp39-cp39-manylinux_2_17_aarch64.whl (5.4 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

grpcio-1.64.3-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.3-cp39-cp39-linux_armv7l.whl (4.8 MB view details)

Uploaded CPython 3.9

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

grpcio-1.64.3-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.3-cp38-cp38-musllinux_1_1_i686.whl (6.2 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

grpcio-1.64.3-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.3-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.3-cp38-cp38-manylinux_2_17_aarch64.whl (5.4 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

grpcio-1.64.3-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.3-cp38-cp38-linux_armv7l.whl (4.8 MB view details)

Uploaded CPython 3.8

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.64.3.tar.gz
Algorithm Hash digest
SHA256 f37a0297293918c695e625d7148f99f4e401298d1b6e2bea7a8e9130aa940419
MD5 4cbab4d142f17f12767ae1b7986efa6b
BLAKE2b-256 180a4cf11fe9861ff7a5a43fb558e3df9455a652a2b669287cc47bb11cab8e9a

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.64.3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 2b3154eb0cb1db36934c7fbb7686698650a607b9581bad103101ed86462e369e
MD5 fa094d4d4772ed385ca6ea4cc30e0c93
BLAKE2b-256 239504f134dc25ba9be6c51c63da8bc08a8b3a3ffbcb52d73ffe39eb4187112d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.64.3-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.11.9

File hashes

Hashes for grpcio-1.64.3-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 7599dc7d4ff6079612386fe93f45a98c3f2bea66e59bcf1c5de811d2c4da8084
MD5 f0b7f0cfaea293ae11be71cbeb6aa547
BLAKE2b-256 5bb395680d5a20c1442a60f6f5c78dcff77665a12aa49e068c7c3f47bc00632f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.64.3-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 786f6c15d648b29ef25278de9026c9f2042903b9e875830b64f27816e3055b93
MD5 9cba0f54313466e04290d160a3f8d972
BLAKE2b-256 22f97a71b0e44065e8016e4b64c312332e6d22e182ac6fb25cb2acf2cb993f0c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.64.3-cp312-cp312-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 448cb624544caa17f90acce094b6cfab8f7f788c616be591114d679c580e8485
MD5 ca4d25cc56541102bb7119398635f290
BLAKE2b-256 afa11b1150b5320c3a5324d7e74e56935977e8c8d76f0a70fe4e66f782433af4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.64.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 54fe53b503746f76981b96e7c6c8fde7d3cc1fdfd804e7aa399e7eb0d24d5b65
MD5 d6fda6e457519429828acc942131a719
BLAKE2b-256 d4b9d05c50a427fe6d018a0f09e32cd49dfe026b0f62dee63641cd25abe489a9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.64.3-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 eb19ec6c0b3064a8f94e0842804be185ce2c7a872ea45327f4c7b626b67b663b
MD5 4bd24c198fcb0aa08c3131bc438ab71f
BLAKE2b-256 90b00e6e269b78a92bfe1a3bea8c3c6731442fb5673ab85ac67fee3f8f8dc307

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.64.3-cp312-cp312-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 9a6a1c0b5133fdcde4473112000eae10d04cafd8bcd6d0a1fe01b04535e24f49
MD5 f0b762759e9f801c0f31a5889928f38e
BLAKE2b-256 102f2fa0c92a381fbf83b9182eba1bb7f1649337e1c2d92475bda13fec9ff95e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.64.3-cp312-cp312-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 f5674f0c9ff5af675a85e1ff03546f938b1e9f28022535e18482835165016cc7
MD5 290e62ffdf30b5e91d12b8f95704bbfe
BLAKE2b-256 1344c0a88ccc456697946e0a6419d092b27ad617aec69f31f5fd883be5962674

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.64.3-cp312-cp312-linux_armv7l.whl
Algorithm Hash digest
SHA256 90dc5acc2059737b98b849b910fde8ff83467fe5d791042333d007136085c7e0
MD5 82249d61876dedf52b326fb93a450d18
BLAKE2b-256 e63a90ab76e7bd7f3cb69b71fef5e5c86876f687227ab263ef5e7455845e45c5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.64.3-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.9

File hashes

Hashes for grpcio-1.64.3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 5bbeea3aac7dc25fdbf39a42cd99e7b8cce9ad248ed99747c403de540fc1157d
MD5 db9b02b93d6e72082fa6ff15162cf6a2
BLAKE2b-256 ec2bd66092eefaa933ac2f5be31ed1e84e22fd6f0f227fc5b2c28781cc548c51

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.64.3-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.11.9

File hashes

Hashes for grpcio-1.64.3-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 48933a53b57941ed02a2c97a5a821872fec80d4240c936df7800a5af0c89263f
MD5 c808dc353d3b94139b4ce33682b196ff
BLAKE2b-256 d63af06034343ba9e560f7a13b63dd921190b8307a17185126589b0dd0340b01

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.64.3-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 fe357d7b2114568b55dde795c324c272e0029a48fdcb7c2eb5ee06a311c19b91
MD5 cf675cb9dd9998c3a66e27cd44654ca7
BLAKE2b-256 648c959cbed18b21bc428f44a6a002d31c2ff7ebd5487c30377a53252673131c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.64.3-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 a87076b01979d7e0297f6cd79d6ad90f305bd0168a2d217c6ae9870023f76776
MD5 dfae9782de542e7005240440e5ec9bd2
BLAKE2b-256 9e084b3e58d262527049d59a5ad379b3c4f103b744726d73dcaf4324c2de53b0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.64.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ee2987148d689f14f53b8cdb3c2545d42826343e38d0d31c00ab9249ecbe579d
MD5 d65746a4289f6a417221da20fd8cf87d
BLAKE2b-256 a297027ea004e499ec5de032a0f910b2d8dbc1952c64308cc72389aeaed24925

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.64.3-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6902b9ebfc833a927aa0f41fe1ffa986a2666ae96c909c7d0cf265cabc78ce93
MD5 b2145a0c03c22f089af6012d074d9b44
BLAKE2b-256 7aa20542a72149087aafc572545efbacc305e2b0608c4be0ff5f0b6164654351

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.64.3-cp311-cp311-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 a9f8a8c4cfbd43a44e6415e42995d7dbb8b98cb3a9d88eff34291ef670e69121
MD5 987a706d1d09b3501f08c3efcacc2f24
BLAKE2b-256 8f6d0e7cc8e50bf74abdcb03f7f00c9fc99a18cbd6b6259d88efd4a4da9fdf9f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.64.3-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 145069b1ee5ee8bb1060f32b00f0f462838064879788cbcbc43d599cdbf5ab9e
MD5 9473659c9165925486f2f477baecbda2
BLAKE2b-256 7666bf6969ef0b441210be6a9bf51b13e7c278019f9b71eb23ad2fa35089b76f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.64.3-cp311-cp311-linux_armv7l.whl
Algorithm Hash digest
SHA256 56d21c7392aaf7c193a4ba1341974400cf268941007203b05e9bee707d0f2d83
MD5 19a3c327e897e60da2ce62ffaaf5da93
BLAKE2b-256 59887bf48942bf07cc59d708e4f1471a59baa2b8ffdb11b0c8839f49bd5fbd89

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.64.3-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.9

File hashes

Hashes for grpcio-1.64.3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 9b11173fae31abd5ce81315696bad87daed5bdb74160e3cacd4bec9c352870d7
MD5 e8995985776ead4055064cbe7c3ca5ba
BLAKE2b-256 8b1f1b9af38c2a65d0e381014c0d96fd6398fe3bdeb9ece4353a57762c8875d9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.64.3-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.11.9

File hashes

Hashes for grpcio-1.64.3-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 577249998c8f6db7275413431f05717be0fdc258a1f427827967a9fe21f83ad4
MD5 584482f9b34a6bbe4c403ac45039b6ba
BLAKE2b-256 635309d8b8d5112e8c9a5132b5e1f94c3763164d3ebabbc36f9ba9662cdca38b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.64.3-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 7d613f6f4bfb4c475201c35bcdfd596ddfa0ed41906441dd514d5a972c7f364a
MD5 1b14bb5406e90ea16fd20f0d75e3bcd9
BLAKE2b-256 5c01f38fc947b8256c2a9f03864e16f174bb755577714675aa6efd3b820b010b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.64.3-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 0d25eee06cfdfe2387d3394b313acee5a22148613a7d8dd3f994b369c019fc92
MD5 e29c47ceb9f10c976bc0a212e8360d0e
BLAKE2b-256 d609e28b1038f29bc247a1d4ee229e9853cc1ef79fbb50bc80839d550a47f8ca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.64.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4f6c9b6b91dcfe68fe50b15ea89bc602feb597b5191631ac3b3353d5dddc5a0d
MD5 cdce58f3d7c6ce0b969cc3f14ea683ec
BLAKE2b-256 c789c400134893472afba31b8ca1208dd46f86411f63cf4933bd437d3068b1d8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.64.3-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 efaadc7b76d8475aec84cbf79169457960274f018fb53e7da19eb752d0d6e924
MD5 b9961a6845b88f45f7e8b93e242f4d94
BLAKE2b-256 3f320a15eeff14cea9b46de9d94a019648fb2d1282f0a1b8f2d2bb314918f752

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.64.3-cp310-cp310-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 b6bb9d6180fc71a32a0608724f80f40d3c7e26910b65e9dd88e7c38d8400214f
MD5 59a11b20611e2cc5866e87c6f67d943f
BLAKE2b-256 39fb3752df95412751936debb5f72c6d4dcba25f1165748bc01fdee588a75e5e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.64.3-cp310-cp310-macosx_12_0_universal2.whl
Algorithm Hash digest
SHA256 5900314a91ac4b4bad70b64c7ccd013605dcbad92a1e28f73b54dd7d1d32f09e
MD5 f3751a5225111d7fbed04a3d68b8deea
BLAKE2b-256 52136e66362966a1002de588ec00ff27d1851e5fe0f72efd27a863f4e4b4f013

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.64.3-cp310-cp310-linux_armv7l.whl
Algorithm Hash digest
SHA256 32b6d78f378df38914cbb6340cec5e02ed78cb3c9cc9f7db3bb8c8132ccd1a9a
MD5 ecc9f2c48720731283a1fcc737360bd6
BLAKE2b-256 892ae880b7098e6837e512bd7791c0a6cbc29f70f382a8b98300d5d8e6b493c7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.64.3-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.9

File hashes

Hashes for grpcio-1.64.3-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 ca272e96578a844a6cb4f3b461c419ae9c30c039cb7ff4e69624d68005ef9c38
MD5 eb5459e79f551007b81437400fa63fea
BLAKE2b-256 3efd066b89cb51c8b89c2925375f61147af062a0f9ec503d54326f4eae5f1039

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.64.3-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.11.9

File hashes

Hashes for grpcio-1.64.3-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 067a1d9539e4822f03982d0736e2e6890b356a255d82452921555165154a3c1e
MD5 453674ea7dba3eba957158e10cf061f7
BLAKE2b-256 023f6fa9f27bceb39debc52fd2483ac9a67deaa210db4c08f058a3bfd75bd579

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.64.3-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 1f937a3124bfcb8995d78c1f9a9600395d97c5674703c823018dc5764e16ae5e
MD5 0eed61841ba8e1864f01111162443cd7
BLAKE2b-256 775b48fef08dd787cd9d3c9d5fcbfb15d722fb9bb78bb39e1ae08df09cfefd68

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.64.3-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 50553d7d48d9107bc1dcce745ca5d4f62f7a82c6780df0acb42e50ced766a2fc
MD5 1663147fbcc48bc6bbf1e017e7b38f95
BLAKE2b-256 5ae7fa4180dac1afe18c856ab31448410005340232dca4265db6153ed399f99a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.64.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 595cf5a0b4bcb1f583f7014defe4cf96cf8fc1225d1f221c1dbfc5773c619900
MD5 14d7b568564ba6eff15799f4fa0ed6ac
BLAKE2b-256 bbf25dbf898886b8140d9062f13f402f61da1bbc2ab4fbcd8904059164c1fcba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.64.3-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3e707bd119d2ddd521f45d0f0e6cb1c0714b900fa4644a6c16a5b68050065083
MD5 6a54a4724ee84ddb1f9f2b81773aab48
BLAKE2b-256 1f1b07e6ac2baed990c8899fc984fa2fecb950a0ab54b87fbe358095af2ada67

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.64.3-cp39-cp39-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 137be8c41cdb284fecd9f823c680522e602fca810aa38fa008e29d9e8b2bfe5a
MD5 f7229d3fb4fc0db5e605d87448c42338
BLAKE2b-256 5dcd2aa55f3c7ed95cca1dc2f3877dcb0de0889520bae651fe316c6f87080524

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.64.3-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 d7a600d6eddaf579bdbda4e8a6ce03ee1c7a7ff66635ab1b19cf0e5b6618829e
MD5 3682b49409c2d03d3b941c635a7b2134
BLAKE2b-256 1f1c9282c88ae4fd1a5212bf2632a92a8660e9ce6d63e579d7871f1156f52aa0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.64.3-cp39-cp39-linux_armv7l.whl
Algorithm Hash digest
SHA256 bcb1a5c09151b2454463143125b591b2909138e56b7dcbcb310cc98b21f56a14
MD5 60b3be40f827836317d410446833a240
BLAKE2b-256 850c625a1a769487b6e9d21553dc5f8b03c2f4130a96cb0410b87c9075052d7d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.64.3-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.9

File hashes

Hashes for grpcio-1.64.3-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 48cabd2278e6f3dc20a5bf8a73b20e3663297d40dc7702b5e4513c50bbd5cbc3
MD5 b648d32ac45415d9d1c2a17430f8e05f
BLAKE2b-256 511ada95bbce2e1086302c99804134844cd64d3064a89abca66c67fb8cbe07e6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.64.3-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.11.9

File hashes

Hashes for grpcio-1.64.3-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 be3e5d3b693e9998599c5a173af56c11de14ae37fa21bb071c24ed09ac80bee7
MD5 dc0c589c75c557495f00d03e402dc0e1
BLAKE2b-256 a4b56ba6318f9e25fa7c17488928bce1f8abec6718f609972a1fe0e8f54f6f6d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.64.3-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 9c8ee1858eab59e6a6aed142d698a37e9474394956e399b69b8ec32977ce2d0d
MD5 14819f27ea3971aefb59c4a7bcf8e855
BLAKE2b-256 7643af1736a9da3ee4d89db6e67ed17edbf7db1f34fee9502e6be277fa55e42c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.64.3-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 cc4ebad61b073ae08326b61c2a0707fc7aa1a53bd4db201408b7d118db51b94c
MD5 a101851cff4f3309aed42027727edb3a
BLAKE2b-256 345b05d25135c5cd0ee26daaec7f1aaf95b070f3688a05f83d5c374c43853487

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.64.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ce0a8bcb9ff28cb972353cf321759872cfdb27f927b2b9442a599198c53d4013
MD5 fa1b5e8c091308c3ac05ceaae4010299
BLAKE2b-256 0722d49678dbed8709ea86ccc328b75418ac0d3b26f24725aa45fec9ecb5ad3b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.64.3-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 fae61bcbbbf9bcc48178bb03ea419b5faca48b420e53e663bbb57d65c3bd6733
MD5 af407eabe7fb99cc0d924b1c341e18fc
BLAKE2b-256 8d7a04d6e197dfb73906c61aa7a0b2d5efba33da276e04e73dca49b4f3ca961d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.64.3-cp38-cp38-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 ae947a47a793da4df0ea3af6ebf9c3e3d8bcf266a86c9547778e6d750ce2f69d
MD5 07685ccb541c3dab1dd03c230918a5d7
BLAKE2b-256 d9b1d1d74659449675040560033c98d3cedf7105b09d7f47cdb3c4927d394d6e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.64.3-cp38-cp38-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 896461893a76c933ae6b05595255a3f49e6161cc805d94fbc74359ad5f213681
MD5 a313d8c9a107b3d07d20edb77cb50dc7
BLAKE2b-256 8f0a22b4569347f21bfd70409983504b0a367669c487871f68cba0f3d8a860ba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.64.3-cp38-cp38-linux_armv7l.whl
Algorithm Hash digest
SHA256 25532056a702a3fdb7a7306da87d49f5636e5b5495abdb9dfd9bb20149a300ca
MD5 fb1d5058b3ebe00d4e1c185415e64059
BLAKE2b-256 3ed357c477a8545dd47b391d684eaf2b24d7a2c7bb472dfc39ff8629ed2935fc

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