Skip to main content

HTTP/2-based RPC framework

Project description

compat_check_pypi

Package for gRPC Python.

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

Versioning

gRPC Python is developed in a monorepo shared with implementations of gRPC in other programming languages. While the minor versions are released in lock-step with other languages in the repo (e.g. 1.63.0 is guaranteed to exist for all languages), patch versions may be specific to only a single language. For example, if 1.63.1 is a C++-specific patch, 1.63.1 may not be uploaded to PyPi. As a result, it is __not__ a good assumption that the latest patch for a given minor version on Github is also the latest patch for that same minor version on PyPi.

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

Uploaded Source

Built Distributions

grpcio-1.68.0rc1-cp313-cp313-win_amd64.whl (4.4 MB view details)

Uploaded CPython 3.13 Windows x86-64

grpcio-1.68.0rc1-cp313-cp313-win32.whl (3.6 MB view details)

Uploaded CPython 3.13 Windows x86

grpcio-1.68.0rc1-cp313-cp313-musllinux_1_1_x86_64.whl (6.2 MB view details)

Uploaded CPython 3.13 musllinux: musl 1.1+ x86-64

grpcio-1.68.0rc1-cp313-cp313-musllinux_1_1_i686.whl (6.6 MB view details)

Uploaded CPython 3.13 musllinux: musl 1.1+ i686

grpcio-1.68.0rc1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.9 MB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ x86-64

grpcio-1.68.0rc1-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl (6.3 MB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ i686

grpcio-1.68.0rc1-cp313-cp313-manylinux_2_17_aarch64.whl (5.6 MB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ ARM64

grpcio-1.68.0rc1-cp313-cp313-macosx_10_13_universal2.whl (11.1 MB view details)

Uploaded CPython 3.13 macOS 10.13+ universal2 (ARM64, x86-64)

grpcio-1.68.0rc1-cp313-cp313-linux_armv7l.whl (5.1 MB view details)

Uploaded CPython 3.13

grpcio-1.68.0rc1-cp312-cp312-win_amd64.whl (4.4 MB view details)

Uploaded CPython 3.12 Windows x86-64

grpcio-1.68.0rc1-cp312-cp312-win32.whl (3.6 MB view details)

Uploaded CPython 3.12 Windows x86

grpcio-1.68.0rc1-cp312-cp312-musllinux_1_1_x86_64.whl (6.2 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ x86-64

grpcio-1.68.0rc1-cp312-cp312-musllinux_1_1_i686.whl (6.6 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ i686

grpcio-1.68.0rc1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.9 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

grpcio-1.68.0rc1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (6.3 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686

grpcio-1.68.0rc1-cp312-cp312-manylinux_2_17_aarch64.whl (5.6 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

grpcio-1.68.0rc1-cp312-cp312-macosx_10_9_universal2.whl (11.1 MB view details)

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

grpcio-1.68.0rc1-cp312-cp312-linux_armv7l.whl (5.1 MB view details)

Uploaded CPython 3.12

grpcio-1.68.0rc1-cp311-cp311-win_amd64.whl (4.4 MB view details)

Uploaded CPython 3.11 Windows x86-64

grpcio-1.68.0rc1-cp311-cp311-win32.whl (3.7 MB view details)

Uploaded CPython 3.11 Windows x86

grpcio-1.68.0rc1-cp311-cp311-musllinux_1_1_x86_64.whl (6.2 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

grpcio-1.68.0rc1-cp311-cp311-musllinux_1_1_i686.whl (6.6 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

grpcio-1.68.0rc1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.9 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

grpcio-1.68.0rc1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (6.3 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

grpcio-1.68.0rc1-cp311-cp311-manylinux_2_17_aarch64.whl (5.7 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

grpcio-1.68.0rc1-cp311-cp311-macosx_10_9_universal2.whl (11.2 MB view details)

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

grpcio-1.68.0rc1-cp311-cp311-linux_armv7l.whl (5.2 MB view details)

Uploaded CPython 3.11

grpcio-1.68.0rc1-cp310-cp310-win_amd64.whl (4.4 MB view details)

Uploaded CPython 3.10 Windows x86-64

grpcio-1.68.0rc1-cp310-cp310-win32.whl (3.6 MB view details)

Uploaded CPython 3.10 Windows x86

grpcio-1.68.0rc1-cp310-cp310-musllinux_1_1_x86_64.whl (6.2 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

grpcio-1.68.0rc1-cp310-cp310-musllinux_1_1_i686.whl (6.6 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

grpcio-1.68.0rc1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.9 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

grpcio-1.68.0rc1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (6.3 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

grpcio-1.68.0rc1-cp310-cp310-manylinux_2_17_aarch64.whl (5.7 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

grpcio-1.68.0rc1-cp310-cp310-macosx_12_0_universal2.whl (11.1 MB view details)

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

grpcio-1.68.0rc1-cp310-cp310-linux_armv7l.whl (5.2 MB view details)

Uploaded CPython 3.10

grpcio-1.68.0rc1-cp39-cp39-win_amd64.whl (4.4 MB view details)

Uploaded CPython 3.9 Windows x86-64

grpcio-1.68.0rc1-cp39-cp39-win32.whl (3.6 MB view details)

Uploaded CPython 3.9 Windows x86

grpcio-1.68.0rc1-cp39-cp39-musllinux_1_1_x86_64.whl (6.2 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

grpcio-1.68.0rc1-cp39-cp39-musllinux_1_1_i686.whl (6.6 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

grpcio-1.68.0rc1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.9 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

grpcio-1.68.0rc1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (6.3 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

grpcio-1.68.0rc1-cp39-cp39-manylinux_2_17_aarch64.whl (5.7 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

grpcio-1.68.0rc1-cp39-cp39-macosx_10_9_universal2.whl (11.1 MB view details)

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

grpcio-1.68.0rc1-cp39-cp39-linux_armv7l.whl (5.2 MB view details)

Uploaded CPython 3.9

grpcio-1.68.0rc1-cp38-cp38-win_amd64.whl (4.4 MB view details)

Uploaded CPython 3.8 Windows x86-64

grpcio-1.68.0rc1-cp38-cp38-win32.whl (3.7 MB view details)

Uploaded CPython 3.8 Windows x86

grpcio-1.68.0rc1-cp38-cp38-musllinux_1_1_x86_64.whl (6.2 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

grpcio-1.68.0rc1-cp38-cp38-musllinux_1_1_i686.whl (6.6 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

grpcio-1.68.0rc1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.9 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

grpcio-1.68.0rc1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (6.3 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

grpcio-1.68.0rc1-cp38-cp38-manylinux_2_17_aarch64.whl (5.7 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

grpcio-1.68.0rc1-cp38-cp38-macosx_10_9_universal2.whl (11.1 MB view details)

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

grpcio-1.68.0rc1-cp38-cp38-linux_armv7l.whl (5.2 MB view details)

Uploaded CPython 3.8

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.68.0rc1.tar.gz
Algorithm Hash digest
SHA256 b2ee660d6e4507db67020e1b2331a63f6acb5e1fa8ac1ef3589f093712fb5215
MD5 57dda18aed6784b062e29db2f6e04ece
BLAKE2b-256 c92be759ad5049e5c0d0f72b4956fed1f3b1dc278a4220333cbee7f71440daa7

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.68.0rc1-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for grpcio-1.68.0rc1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 5cfbab451dcb0bc51e956c262c4968ba39e42975cc2beaa436a70101660ead0e
MD5 2166e3ec63aabbd3e980b3e2bf5b2cdc
BLAKE2b-256 aae1e6f3b726b75f8d7de44ba69e4b8435ef76f4f79e49c03e9707c894d7379a

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.68.0rc1-cp313-cp313-win32.whl.

File metadata

  • Download URL: grpcio-1.68.0rc1-cp313-cp313-win32.whl
  • Upload date:
  • Size: 3.6 MB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.9

File hashes

Hashes for grpcio-1.68.0rc1-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 d76e447dce89649eac000895300b611339b59ed14a5d68a02d9eb928e6d76ddc
MD5 babfeebc727d64c3d95b37002c84c1e3
BLAKE2b-256 c828909f6003816bf986c169b2f31b92ff9ececb6abf8425867412893e9888d4

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.68.0rc1-cp313-cp313-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for grpcio-1.68.0rc1-cp313-cp313-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 bb60c6ea6e4d3792d5e92de864eb6353bc99ff5991133ecc2bc0a3f86de73153
MD5 22a1da2358015e0b762327e2c1bd46f7
BLAKE2b-256 d3f0730b2d5c519cf5cc1fbed82676b3713bc98a7b74a083e52359dce41cd3f9

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.68.0rc1-cp313-cp313-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for grpcio-1.68.0rc1-cp313-cp313-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 8908171dd6475f7fb6bf8660c0056b84bff361f8d2c5d98ae75c1e896173f009
MD5 59a8716e2b2800ee62506355149314e7
BLAKE2b-256 595ae3425a0c9d37627b39adb3611ea3c14b0040ccd260cf1c0e653195d2d2b0

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.68.0rc1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for grpcio-1.68.0rc1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 98b85009bd562bf11d2eeaa703cf68841c0aa4f0b85b44d08e809f33639e5f87
MD5 1af45dbd92a58165261516cdd2eafd66
BLAKE2b-256 22855aab4132d0e2b7bc1dc91dab2d9903dcab37ab351b841b1baaf987fdebf3

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.68.0rc1-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for grpcio-1.68.0rc1-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 bbf11c889b41a2babdc184d85eb2756fa97801b8736f480ac908da6fd4399c66
MD5 014b05e6c3fefe92cdd74262ab4ded52
BLAKE2b-256 429630ec16bd5620c83ee891c79f4fbbfa4efc726a4c86594a946010426feef3

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.68.0rc1-cp313-cp313-manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for grpcio-1.68.0rc1-cp313-cp313-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 5f2dfb63fd1c3304576ef89c9a8dbee99ed815eba99aa8547e5b249d8a3996ae
MD5 40968c5a8e2fce0a22f3d41b59bbcb94
BLAKE2b-256 3b906161d04952530efa65012a1869954d17d74c58ad8e9aee0e48b980d7587d

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.68.0rc1-cp313-cp313-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for grpcio-1.68.0rc1-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 47fea08c2be9464ea79c277415abe34f9b5ad7e7ffdd4da7fd606ada53534a37
MD5 1c5473ef6204fad1fc4b10777d39c942
BLAKE2b-256 2cdb87aa38f915c8ced4ab533da462eb666a3fd9bc850ed56edf4169729e5314

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.68.0rc1-cp313-cp313-linux_armv7l.whl.

File metadata

File hashes

Hashes for grpcio-1.68.0rc1-cp313-cp313-linux_armv7l.whl
Algorithm Hash digest
SHA256 4fec54b972d10e11a86eab9bb0f2282703d4c86667a0cbcb045dcb72d75105a6
MD5 e143f36f936e41e9fcef0ae61c101663
BLAKE2b-256 1da31883fe10961162cb5d3fad42becd2b9f016711e79e5352cfc8605c6009d3

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.68.0rc1-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for grpcio-1.68.0rc1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 84cdb8f8dc1a6914ea5d945b8299fd125bfd92a48642ec5bc0d4c8557f4db929
MD5 3127f49205ff4fe0f8fe07bb42347a1c
BLAKE2b-256 c8ef3e893f1909de7a84d7e274530d127c0c643b855fbaa84f66650f74bbd3d2

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.68.0rc1-cp312-cp312-win32.whl.

File metadata

  • Download URL: grpcio-1.68.0rc1-cp312-cp312-win32.whl
  • Upload date:
  • Size: 3.6 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.68.0rc1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 7e42a1654204ebc465b8afa2c207b3b5c7198f258bed4aeecf52df5b2fc583f6
MD5 1c33f49a1d37974cb4b4ceb985c648d1
BLAKE2b-256 c24994e6cac5a72385f5bcdb268a6ed9b138ec7945c162216bbb12e607770923

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.68.0rc1-cp312-cp312-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for grpcio-1.68.0rc1-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 7decd9ff61bb425873b70e7b0e967912dd452c7656c155c497d531f1e9086be4
MD5 2f1d179463d228a68b95fde66b3cd82b
BLAKE2b-256 5ce4bbd56553c724926ec94727568ad009d0d37c953456fea50eff2f40241d5d

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.68.0rc1-cp312-cp312-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for grpcio-1.68.0rc1-cp312-cp312-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 6c046cb02305fbed7057ff4507991c0174d433850ea4de9daafb482227113756
MD5 6145e896b8cd00f0191c7ddf758d5fe4
BLAKE2b-256 e6f42ea89c6b30c9a75f2973a2dd05dda05c613318f90ea944d6dca6b2af5992

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.68.0rc1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for grpcio-1.68.0rc1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f986e6e40fb464103a39477c103e5cb8a82b0e3bd75c08939b1c99e78466dfb5
MD5 ff17850305eeb218b069fb116a176dc3
BLAKE2b-256 8e73e0aced5d78197fcdf8cc37d1599cefdfb676d8310d742105fd2bf64b9841

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.68.0rc1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for grpcio-1.68.0rc1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 670cf07498b1067aa5456544d286fe09ad106abb9a3686bd6358308a58a62958
MD5 ac362d76ad7409161551cd0944db50b9
BLAKE2b-256 8dbf6dd023c26b5e3398a900f28ef418a0d6df4b564622749889de3f56060ca5

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.68.0rc1-cp312-cp312-manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for grpcio-1.68.0rc1-cp312-cp312-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 5cca3f1d4372e4614c98aec8733aa9fa75942529b1b0f4a6c07c0112c55edf43
MD5 0f720ac2aa53144d2b5d9ffd20ca2b09
BLAKE2b-256 3ed47d5c254cb1f6405cd2bb56eebff4e5ca0b8b811cc93e4713b609b67ac0eb

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.68.0rc1-cp312-cp312-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for grpcio-1.68.0rc1-cp312-cp312-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 126f14bdc222e4777266324cf2096072af487d8a722a5adbc30f767d9612191e
MD5 68e9027744ca8efe11ce956558ba4018
BLAKE2b-256 2ce34a24f47b3a9819b1f076612a3c587deb3a9780880da09c22e919f9adb117

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.68.0rc1-cp312-cp312-linux_armv7l.whl.

File metadata

File hashes

Hashes for grpcio-1.68.0rc1-cp312-cp312-linux_armv7l.whl
Algorithm Hash digest
SHA256 2ef8d431ff5703bb499d613abf834b0f7b7b6c2742b49912f57ee351afbda210
MD5 149033e3a205da776f590854f806ee82
BLAKE2b-256 6ba5531f14c7250975e786eaeb68797c0e5cccd4b949c4fe64e94243bd44bb1a

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.68.0rc1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 2410d9ebae0a908100ef686e9621c8928f0eeb4dce6a8a787b571e7b53a62f63
MD5 98986f075708228e1b09829c0514080d
BLAKE2b-256 16375f42e9ed868e4c969435dd407b25f6953ff84ab60193d7cd1d34fbfdf2e5

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.68.0rc1-cp311-cp311-win32.whl
  • Upload date:
  • Size: 3.7 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.68.0rc1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 6497e930ec1ccf574033af581535cc6b4fdc8f7fdd4845be9bacb92c1a8f2a55
MD5 4cb6bbfa2e1d35d016b57dc426d4cb00
BLAKE2b-256 d240efb6e7dc2e5a240a9b83270a3a790c653f1903c317e8a8f8d0e68071f2f7

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.68.0rc1-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 1da60a941a64b1b5186ec20266d58e9c9e4d4366c1d0dea3e8b84e29440c8609
MD5 fb5052ee70d6d6ff97eac46331082473
BLAKE2b-256 a7dc0411c5ef8bc6a8524a62d90c13c000d1b24c2153a0cfa720828f23ab3e0f

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.68.0rc1-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 38bb66dd86f8654c9b44e34fec38b5c1ba28aa5a0bee374e0ad2474f0b4f6a61
MD5 a8ed2d6648b48e220065721558288e91
BLAKE2b-256 252880a14be46878657cc9d8d1dc0a82606d2ce14c28a7c8cd2d136151acab23

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.68.0rc1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d006b90c2b0419f72032d50d4a40e884cfc0a389d37cd71ef9c980ce52ca9dd3
MD5 f074fbe7b621d724f2e3ad87ed44f69c
BLAKE2b-256 41ebe1947cb38e6f7059329842598465037ae56bd8acc764f1188575a9bce756

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.68.0rc1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 81cd1a295b578b081749533f2837efa399da4761cc47150e6c5b46d05b2a3555
MD5 c0ed8789c2a5b947eda010712aeef33a
BLAKE2b-256 4c0690b06eaa9ece6cc47724c400b9df6dd098011cef642628f0dc3b8c6bbb1a

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.68.0rc1-cp311-cp311-manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for grpcio-1.68.0rc1-cp311-cp311-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 a1aedcd184081c396ecac6d95206055485834fe5652010e726399b6bfa01f973
MD5 fb65137a076531ef9443c8a46626e035
BLAKE2b-256 e1d2f11e0e32b89eec0da1a98dee8d41f5f370796552716198af9bc4af565c51

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.68.0rc1-cp311-cp311-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for grpcio-1.68.0rc1-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 1c730f1a0bf3a301e9eae880e4e3aec86ad821c2869ff24e7c65980640522ff5
MD5 d358d5d5ce895f629cd6744dabb02b97
BLAKE2b-256 f32d2674119754d32f426d8ee38484f005a99fc6a1d945380b0b31c0c05c6d49

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.68.0rc1-cp311-cp311-linux_armv7l.whl
Algorithm Hash digest
SHA256 f7a7fa1b560b8190207e49e78df9ad6b9724efce18e69cd52c24a21ce0153426
MD5 9060286a17ffc5f49b2a57a4bc1f50bc
BLAKE2b-256 cdb76368f326891fa03391e85bd404c821337f8e1197bbcbd83332873aa50199

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.68.0rc1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 6dc8db8fe1e4ef053a576f0581681e1395c3a16a2e3cde81aeebb86fc57d5b5e
MD5 7075ce40948a9861c96971c4e471f9f7
BLAKE2b-256 13743d446a0803bbfc4628bdb3af11fe252ecd94a074c5e1641a25e17c39cfb2

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.68.0rc1-cp310-cp310-win32.whl
  • Upload date:
  • Size: 3.6 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.68.0rc1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 b461981d3857c01558f710c30c0f54dfb5304c1472f1ee2e78370ce09c64fafa
MD5 2f8599f3c37e33fa85ec6f2ad8b8dffc
BLAKE2b-256 47bf36a1d2feb20f52b952af6f6ce31fe9d8a9c769eb7db113e0b3a481f8b86b

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.68.0rc1-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 26bf8e8dc540559326bc2378d0c1c398f5f519f69b2e9e629484a1c993faca25
MD5 c1dc236155819c46f3612ef25954d840
BLAKE2b-256 370f6cd24ad4675aa184780dd4e42edcd924d25a3217a14f1f88cdd54e2f4002

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.68.0rc1-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 63b006c4c27a4e0d8f145bef2afd3c7764403b0fd96f93ba499c9042cea8d24e
MD5 b052d04802a1690b4a809958bc822c90
BLAKE2b-256 c321336c76688c177dcd6015ec9b9e972bd3857aa6881ac9df0fd8570559940f

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.68.0rc1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a2d04691042a9050c3c2d8d9c2221505c878dc7ede5a38f4660597cf6d6822f7
MD5 43bcb1a09b53a80a7c3743992236f8ba
BLAKE2b-256 4ffc732f75da744a53020309519aaf2f0e569b025268fbdc95f8ca794f904278

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.68.0rc1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b293260275c9b970305311f4c14dade1dc8fd7244942629d2fbcf9300df8e1f0
MD5 b10a36aa4fe73b1fa025efda0328e9ea
BLAKE2b-256 8c1bdc56c4568cd12bab7d95ba3d02ad7ef97622b2ea722c3faec623f76c4ed8

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.68.0rc1-cp310-cp310-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 4e4f74517491ea27f9a0b7314bebc3e538175da6d470c896589f5838f2fa6523
MD5 1a7af2f0bac10e0505e2a484312a7f92
BLAKE2b-256 edba6d9cc48161924f6f7106dc9cbfb4eb3e3158838ab956e11138c19d5bb150

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.68.0rc1-cp310-cp310-macosx_12_0_universal2.whl
Algorithm Hash digest
SHA256 b33d5da1dcc69b3e0eefbd5a139633d0a1a422b1135e2ec4a9a5b2794dbaadab
MD5 b7cc08291fb626db9109715762dbf989
BLAKE2b-256 afa5e9b5ae10d341f33e0085a127fff8edd2f4f047a2e35910ad7697d11980bf

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.68.0rc1-cp310-cp310-linux_armv7l.whl
Algorithm Hash digest
SHA256 d803db84a504daabf1f5471de21185832608dc6524526cd4071a15b4bd11f573
MD5 1858858bfa1c578310d13e78dbe35c87
BLAKE2b-256 051caef6168650c3219a01ff988b381fb577b537d1e3b644c756cdee30c72d84

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.68.0rc1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 60b0082a35fe3141a124041864100705389f3ba15ede6ec77dda851fac0be393
MD5 8b06fccb817158b1466ddc7830090a5f
BLAKE2b-256 b5fdafcd9cca83fed6ac918bda7d44c970ca281358a1597f731d8782451def20

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.68.0rc1-cp39-cp39-win32.whl
  • Upload date:
  • Size: 3.6 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.68.0rc1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 993117a0627dc5774bc7721a26fa46a901ec9f4a99a08a62f7e4b0a9663cb024
MD5 ccb918409c0712fb4c2a5d631b2cab48
BLAKE2b-256 2e70e629d516bcf0da53c1b5602878344ab3e5454d4e89d9a3ddf74c38ea8a23

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.68.0rc1-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 3d82229c7a348dddf56d9ec23d351585080344e87feb5190baae49405daa8eec
MD5 ddb0205ef7a3a7a9b128fa2f3083b442
BLAKE2b-256 d1d07a3fb904459e0efa049aeea019fc5a16456a933e621674d01e0a68804b73

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.68.0rc1-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 b2b2cc850fd394763dfa68758ec527d8ae78f09173b3cd457f736dc6cdc744f1
MD5 dfa8169486d319134bb79c0cb07fc9a0
BLAKE2b-256 6deff55f82fc6f79b108a0bcb977b1a5b3cb703ee1c65c8058f583c65a53b2ac

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.68.0rc1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f99c156147534caa89030d4096b318a0966dbb770aa0301471e5d90154b82331
MD5 0c109e8ac00f461f2d9704f40ace5824
BLAKE2b-256 2a81007d1b4b8206f89925f41ff1c4791c52bedd6bc46e4ed8bdda909461d33e

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.68.0rc1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e21c32fc10fe1009b31570db861d3f1c2a78d2061f2cd2a6eab0d25fafddc98e
MD5 0084a11d236c4959ef36cf0774b48480
BLAKE2b-256 c827d18e77fab031e334decc5c65632ce2eab9831c5db3fea7d6a1de44537962

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.68.0rc1-cp39-cp39-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 3271d9667ac62d00aa618b80f236ca416462866c690284ffe69916ce45b78d52
MD5 3fa14635dac6035d34cff2a777628d57
BLAKE2b-256 1e3cc184c03cf6da55a072de38b145e044824f99857815f28f7e9a6bfe386ddf

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.68.0rc1-cp39-cp39-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for grpcio-1.68.0rc1-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 659dea68e9dab5dfe647994768b099aa258dbd72ff51170f119531dc11345118
MD5 b9f5047a9397ea5088c56cc457f01da5
BLAKE2b-256 327e168d878f3ee67e3f2f83e299921aa71fa9844c97d9370cf17787350cbf9b

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.68.0rc1-cp39-cp39-linux_armv7l.whl
Algorithm Hash digest
SHA256 a9c8777178867faf359dc5505ad2dc18161e650161e5217bbe8c7f98c54fed08
MD5 e92124a9a33f524868d59e6f5654f2fb
BLAKE2b-256 061c45b5c3aaa485a08d3b0b7fb9ff2f392e7379ec21813f97093f6b4d9209ad

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.68.0rc1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 2c4722c4ae4f8bda5163c9104bbcc744244be287d68d6da79c39ac9395e9fcbd
MD5 3748db6c6bb769b80e43873f6b65eeec
BLAKE2b-256 64d038b1fc552b2b8c2eb5ac0e1f67c6c06ab13eda8e233776d3228329597127

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.68.0rc1-cp38-cp38-win32.whl
  • Upload date:
  • Size: 3.7 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.68.0rc1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 634fb80d669a4d3ef63397525e59cbbe3561eb397fdde94f6e0811396cbc2e4f
MD5 4ecca93fc72f18619fd36e233def6ac5
BLAKE2b-256 376ff5613231bd6f8ce7cba9f67e847f0dbf0dfa737dd0616897178634a04ae3

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.68.0rc1-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 1f161e2f5c69b1d7fb9efc122ed1b397f27e331d652324867e9ad800351f21bc
MD5 e01616e142871588a54960eddf256fee
BLAKE2b-256 22c792a8341b488b3339e178a2700d3b4ea7b16f5478317b6cf89c7f27466999

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.68.0rc1-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 e7c5c5fd70442cd6068c26892129c3444500a7739223fc5ee83d6a0d83d760e9
MD5 9e003abd87500ddb766026acc3d6d443
BLAKE2b-256 e0ca43aec869af6e0c25a1c47543502ebff6869a02d524b8baf84e8a5d38f9ab

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.68.0rc1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 033698f05f39dc50ce30c3f2942f4eaa856681cefba35685ec55df9e1671652d
MD5 b1234b373cbbdc64634b98e738561308
BLAKE2b-256 9ef5dcfd4e759561bd26695de9e4104a4291a8dbe34e39a5deda8251ef7595ac

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.68.0rc1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d820968272851201eca9ecdfd54bbddd70d31cfd2e00f826b5c54d2d2118b624
MD5 b9c4e5405bf0dbc8c36112b5b088e42f
BLAKE2b-256 7a7ebf0c83c0900c79fe203700bd90dc9f06646fa8a42189d64ce87acd00e2ec

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.68.0rc1-cp38-cp38-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 1dcb7e4b73e14d753818a37b72c25cef22065f57eefd6007638006c24b9deb99
MD5 9b36e2c5892c387a02f5b162783f4a13
BLAKE2b-256 a92e0ccf6f8ddc7c7e0394db11b03df8462ed132ba5482258dd25c5540ebfcc4

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.68.0rc1-cp38-cp38-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for grpcio-1.68.0rc1-cp38-cp38-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 847f8eb3119cb21d9b97228219925cde6976b179ba3f37bd5ffa768a222c8e5f
MD5 a9d7b4c52f5b895fe60579854efb4f55
BLAKE2b-256 2a640247288560006ceb37b174e35ac19500fe74f35945c39174d769eca77743

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.68.0rc1-cp38-cp38-linux_armv7l.whl
Algorithm Hash digest
SHA256 cde70c6a072258e0b20b4eb7f3bcf948e20524477316b301c52b55ef3dae10e8
MD5 0e5c47bdfc289368d8c348cb007bcb80
BLAKE2b-256 be8126f77b2801478c0acf2a4e3f2e4ae8165c707cdc50f0b91ee9a6a0af1ae6

See more details on using hashes here.

Provenance

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