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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.13 Windows x86-64

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

Uploaded CPython 3.13 Windows x86

grpcio-1.68.0-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.0-cp313-cp313-musllinux_1_1_i686.whl (6.6 MB view details)

Uploaded CPython 3.13 musllinux: musl 1.1+ i686

grpcio-1.68.0-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.0-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.0-cp313-cp313-manylinux_2_17_aarch64.whl (5.6 MB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ ARM64

grpcio-1.68.0-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.0-cp313-cp313-linux_armv7l.whl (5.1 MB view details)

Uploaded CPython 3.13

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

Uploaded CPython 3.12 Windows x86-64

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

Uploaded CPython 3.12 Windows x86

grpcio-1.68.0-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.0-cp312-cp312-musllinux_1_1_i686.whl (6.6 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ i686

grpcio-1.68.0-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.0-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.0-cp312-cp312-manylinux_2_17_aarch64.whl (5.6 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

grpcio-1.68.0-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.0-cp312-cp312-linux_armv7l.whl (5.1 MB view details)

Uploaded CPython 3.12

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

Uploaded CPython 3.11 Windows x86-64

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

Uploaded CPython 3.11 Windows x86

grpcio-1.68.0-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.0-cp311-cp311-musllinux_1_1_i686.whl (6.6 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

grpcio-1.68.0-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.0-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.0-cp311-cp311-manylinux_2_17_aarch64.whl (5.7 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

grpcio-1.68.0-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.0-cp311-cp311-linux_armv7l.whl (5.2 MB view details)

Uploaded CPython 3.11

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

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

grpcio-1.68.0-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.0-cp310-cp310-musllinux_1_1_i686.whl (6.6 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

grpcio-1.68.0-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.0-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.0-cp310-cp310-manylinux_2_17_aarch64.whl (5.7 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

grpcio-1.68.0-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.0-cp310-cp310-linux_armv7l.whl (5.2 MB view details)

Uploaded CPython 3.10

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

grpcio-1.68.0-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.0-cp39-cp39-musllinux_1_1_i686.whl (6.6 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

grpcio-1.68.0-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.0-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.0-cp39-cp39-manylinux_2_17_aarch64.whl (5.7 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

grpcio-1.68.0-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.0-cp39-cp39-linux_armv7l.whl (5.2 MB view details)

Uploaded CPython 3.9

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

grpcio-1.68.0-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.0-cp38-cp38-musllinux_1_1_i686.whl (6.6 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

grpcio-1.68.0-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.0-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.0-cp38-cp38-manylinux_2_17_aarch64.whl (5.7 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

grpcio-1.68.0-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.0-cp38-cp38-linux_armv7l.whl (5.2 MB view details)

Uploaded CPython 3.8

File details

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

File metadata

  • Download URL: grpcio-1.68.0.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.0.tar.gz
Algorithm Hash digest
SHA256 7e7483d39b4a4fddb9906671e9ea21aaad4f031cdfc349fec76bdfa1e404543a
MD5 180f97f603f90bc696ad3bd38939c621
BLAKE2b-256 d5da132615afbfc722df4bba963844843a205aa298fd5f9a03fa2995e8dddf11

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.68.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 afbf45a62ba85a720491bfe9b2642f8761ff348006f5ef67e4622621f116b04a
MD5 fdf3f645a9bb0b3776d0aa21f2320e93
BLAKE2b-256 3cc1decb2b368a54c00a6ee815c3f610903f36432e3cb591d43369319826b05e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.68.0-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.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 3ac7f10850fd0487fcce169c3c55509101c3bde2a3b454869639df2176b60a03
MD5 5a36c9a2f11aae6b465a1d44751d7203
BLAKE2b-256 cee1d3eba05299d5acdae6c11d056308b885f1d1be0b328baa8233d5d139ec1d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.68.0-cp313-cp313-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 6f9c7ad1a23e1047f827385f4713b5b8c6c7d325705be1dd3e31fb00dcb2f665
MD5 46f6aba17899cb8ef051d1512ca280a3
BLAKE2b-256 5ec59f0ebc9cfba8309a15a9786c953ce99eaf4e1ca2df402b3c5ecf42493bd4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.68.0-cp313-cp313-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 4e300e6978df0b65cc2d100c54e097c10dfc7018b9bd890bbbf08022d47f766d
MD5 fab53e9edd42bc97099b11c3a0cb045e
BLAKE2b-256 417b0b048b8ad1a09fab5f4567fba2a569fb9106c4c1bb473c009c25659542cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.68.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0efbbd849867e0e569af09e165363ade75cf84f5229b2698d53cf22c7a4f9e21
MD5 cb14bb8278217d9fe5f44358e6b14d1e
BLAKE2b-256 f77f7f5a1a8dc63a42b78ca930d195eb0c97aa7a09e8553bb3a07b7cf37f6bc1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.68.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 dba037ff8d284c8e7ea9a510c8ae0f5b016004f13c3648f72411c464b67ff2fb
MD5 9cd785b350bb2bf68982a65193367b27
BLAKE2b-256 0178ec5ad7c44d7adaf0b932fd41ce8c59a95177a8c79c947c77204600b652db

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.68.0-cp313-cp313-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 32a9cb4686eb2e89d97022ecb9e1606d132f85c444354c17a7dbde4a455e4a3b
MD5 7215f4cb593aba9bdb901cda8f3ec7b3
BLAKE2b-256 1f52b09374aab9c9c2f66627ce7de39eef41d73670aa0f75286d91dcc22a2dd8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.68.0-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 15fa1fe25d365a13bc6d52fcac0e3ee1f9baebdde2c9b3b2425f8a4979fccea1
MD5 d72f64a636d7af2adbed544fc3f6e5f6
BLAKE2b-256 6f37a848871a5adba8cd571fa89e8aabc40ca0c475bd78b2e645e1649b20e095

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.68.0-cp313-cp313-linux_armv7l.whl
Algorithm Hash digest
SHA256 fc05759ffbd7875e0ff2bd877be1438dfe97c9312bbc558c8284a9afa1d0f40e
MD5 4fa871815fc586aac33550f3b801aa0f
BLAKE2b-256 fb2dd9cbdb75dc99141705f08474e97b181034c2e53a345d94b58e3c55f4dd92

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.68.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 4.4 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.68.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 2bddd04a790b69f7a7385f6a112f46ea0b34c4746f361ebafe9ca0be567c78e9
MD5 9e4b989d6feb29dfa55ff6ba84ccb172
BLAKE2b-256 e21db1250907a727f08de6508d752f367e4b46d113d4eac9eb919ebd9da6a5d6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.68.0-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.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 5a180328e92b9a0050958ced34dddcb86fec5a8b332f5a229e353dafc16cd332
MD5 3d676c59c050b7fccef2c1b3c844dd81
BLAKE2b-256 91e925e51915cd972e8c66daf29644e653135f967d7411eccd2651fa347a6337

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.68.0-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 a831dcc343440969aaa812004685ed322cdb526cd197112d0db303b0da1e8659
MD5 20f5bc798c7c2a00f4f4769f5896a3e1
BLAKE2b-256 45694f74f67ae33be4422bd20050e09ad8b5318f8827a7eb153507de8fb78aef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.68.0-cp312-cp312-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 7e0a3e72c0e9a1acab77bef14a73a416630b7fd2cbd893c0a873edc47c42c8cd
MD5 0c438f0f2efc8ab25d026d34589dfe7f
BLAKE2b-256 9d37ddc32a46baccac6a0a3cdcabd6908d23dfa526f061a1b81211fe029489c7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.68.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e0d30f3fee9372796f54d3100b31ee70972eaadcc87314be369360248a3dcffe
MD5 3b37d33ce1885483e90ff568e20c4846
BLAKE2b-256 0b5fcbb2c0dfb3f7b893b30d6daca0a7829067f302c55f20b9c470111f48e6e3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.68.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e18589e747c1e70b60fab6767ff99b2d0c359ea1db8a2cb524477f93cdbedf5b
MD5 72c8f30a103385621e7b2d3a0d0f35e5
BLAKE2b-256 3691e2c451a103b8b595d3e3725fc78c76242d38a96cfe22dd9a47c31faba99d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.68.0-cp312-cp312-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 f60fa2adf281fd73ae3a50677572521edca34ba373a45b457b5ebe87c2d01e1d
MD5 4616e1e8961d6c995445e6636128c5e8
BLAKE2b-256 9cc69aa8178d0fa3c893531a3ef38fa65a0e9997047ded9a8a20e3aa5706f923

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.68.0-cp312-cp312-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 4028b8e9a3bff6f377698587d642e24bd221810c06579a18420a17688e421af7
MD5 0a144dac30bd7a73c0010d0e95523438
BLAKE2b-256 418d19ffe12a736f57e9860bad506c0e711dd3c9c7c9f06030cfd87fa3eb6b45

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.68.0-cp312-cp312-linux_armv7l.whl
Algorithm Hash digest
SHA256 8af6137cc4ae8e421690d276e7627cfc726d4293f6607acf9ea7260bd8fc3d7d
MD5 0e887ce7e4fe42ffe247a01ce9c0fc19
BLAKE2b-256 306679508e13feee4182e6f2ea260ad4eea96b8b396bbf81334660142a6eecab

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.68.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 4.4 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.68.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 e0d2f68eaa0a755edd9a47d40e50dba6df2bceda66960dee1218da81a2834d27
MD5 656b5c5f447445c9dda3f871b433f4ba
BLAKE2b-256 e431120ec7132e6b82a0df91952f71aa0aa5e9f23d70152b58d96fac9b3e7cfe

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.68.0-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.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 e1e7ed311afb351ff0d0e583a66fcb39675be112d61e7cfd6c8269884a98afbc
MD5 5ca925075245ae7aef2c26224a4dde60
BLAKE2b-256 6340eac5203baf7f45c56b16645c81a4c8ed515510fe81322371e8625758239b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.68.0-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 6b2f98165ea2790ea159393a2246b56f580d24d7da0d0342c18a085299c40a75
MD5 d48e994122c6ba4be2799e8b361098ab
BLAKE2b-256 efbf0856c5fa93c3e1bd9f42da62a7aa6988c7a8f95f30dc4f9a3d631f75bb8e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.68.0-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 8c73f9fbbaee1a132487e31585aa83987ddf626426d703ebcb9a528cf231c9b1
MD5 81f1a3f57f3066d15d264eb33000b9dc
BLAKE2b-256 05b9e344bf744e095e2795fe942ce432add2d03761c3c440a5747705ff5b8efb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.68.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8b0ff09c81e3aded7a183bc6473639b46b6caa9c1901d6f5e2cba24b95e59e30
MD5 1340389af629c291551e550c2966f111
BLAKE2b-256 26fe9208707b0c07d28bb9f466340e4f052142fe40d54ea5c2d57870ba0d6860

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.68.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4f1931c7aa85be0fa6cea6af388e576f3bf6baee9e5d481c586980c774debcb4
MD5 09007ac6d0ec31e11c64ff2b09e08617
BLAKE2b-256 4c574e39ac1030875e0497debc9d5a4b3a1478ee1bd957ba4b87c27fcd7a3545

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.68.0-cp311-cp311-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 c1245651f3c9ea92a2db4f95d37b7597db6b246d5892bca6ee8c0e90d76fb73c
MD5 32b5fff15d55a5456a21cfc511b339cb
BLAKE2b-256 a65e3df718124aadfc5d565c70ebe6a32c9ee747a9ccf211041596dd471fd763

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.68.0-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 e46541de8425a4d6829ac6c5d9b16c03c292105fe9ebf78cb1c31e8d242f9155
MD5 73e33b06e3dde9666c7a9a08d2fa5534
BLAKE2b-256 7b5934dae935bbb42f3e8929c90e9dfff49090cef412cf767cf4f14cd01ded18

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.68.0-cp311-cp311-linux_armv7l.whl
Algorithm Hash digest
SHA256 3b2b559beb2d433129441783e5f42e3be40a9e1a89ec906efabf26591c5cd415
MD5 837bad18cf58e37ac7c2a54db91e3341
BLAKE2b-256 cf5f019594ff8130ce84f9317cfc1e3d2c2beef2b74fd8822c5f1dfe237cb0d5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.68.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 4.4 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.68.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 15327ab81131ef9b94cb9f45b5bd98803a179c7c61205c8c0ac9aff9d6c4e82a
MD5 8fa3157a561bc356040fbf0590a96ba8
BLAKE2b-256 249a91796bf4d7c6adb867add0ea37f83ea29d8a9743809f3478e5d284926775

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.68.0-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.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 a6213d2f7a22c3c30a479fb5e249b6b7e648e17f364598ff64d08a5136fe488b
MD5 776340f50f8759d13f9eeddb981e9790
BLAKE2b-256 47dfdc797a6cb827fc6cf1ed4da812b3721b7705869d84d50d112543bb4ecf1b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.68.0-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 99f06232b5c9138593ae6f2e355054318717d32a9c09cdc5a2885540835067a1
MD5 00da8e1098ffa44a623a20262e76b5ec
BLAKE2b-256 c75ab97371b4dbecbae31cafee6655f1982193a6e6412da2808c87c9b1734589

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.68.0-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 88fb2925789cfe6daa20900260ef0a1d0a61283dfb2d2fffe6194396a354c618
MD5 864670e180d792908f2ba823d2435859
BLAKE2b-256 cca4a30b344da85d680d834fed903e78c44a33028eadb9efae6850a7d398fd9b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.68.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 79f81b7fbfb136247b70465bd836fa1733043fdee539cd6031cb499e9608a110
MD5 146c7a0865d090c6a7c41cd56c487958
BLAKE2b-256 d0643a90fac70af2279477483d189007e244fec90ef0ba372043f21f8a6f5b80

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.68.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 44bcbebb24363d587472089b89e2ea0ab2e2b4df0e4856ba4c0b087c82412121
MD5 a2fdb0ac92712cdad6f5f1b0517b858f
BLAKE2b-256 11ee4d2b67b244ecb765cf02ede2e8b8f7d5dbb9d6cd8290d6edc495dbade950

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.68.0-cp310-cp310-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 c03d89df516128febc5a7e760d675b478ba25802447624edf7aa13b1e7b11e2a
MD5 358735c43d802b5050ae0537bbb98805
BLAKE2b-256 57b1330966311df3097ca153c38e5ecc7fd872c82485ebda2b999c256cfc20e3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.68.0-cp310-cp310-macosx_12_0_universal2.whl
Algorithm Hash digest
SHA256 a59f5822f9459bed098ffbceb2713abbf7c6fd13f2b9243461da5c338d0cd6c3
MD5 9d4371110a259e425c41a4cabe5944a6
BLAKE2b-256 0a7bcaed06de43176982308404aff36141c0af03d279990baad45195254069cf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.68.0-cp310-cp310-linux_armv7l.whl
Algorithm Hash digest
SHA256 619b5d0f29f4f5351440e9343224c3e19912c21aeda44e0c49d0d147a8d01544
MD5 f017b77818733cb800c2e4ac4826ea8e
BLAKE2b-256 573131de69f683298451ec7663cb1e0c36ef07835e9a2b486dfd3665a189f7d1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.68.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 4.4 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.68.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 e694b5928b7b33ca2d3b4d5f9bf8b5888906f181daff6b406f4938f3a997a490
MD5 fbb2e0fa54fd32b5c1cf7f795fb5521e
BLAKE2b-256 40dcbae7fb6d0009a38a0ba623e10f55b6512d3a89a02f31f7670449e33fd8fc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.68.0-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.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 2af76ab7c427aaa26aa9187c3e3c42f38d3771f91a20f99657d992afada2294a
MD5 db09c09115296260c64fd2f16a5987e0
BLAKE2b-256 22fd9cfac0a9ad2ff04b4ae00aa52058d4c9bf5c4acc559f1d167fb7d868ebe1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.68.0-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 18668e36e7f4045820f069997834e94e8275910b1f03e078a6020bd464cb2363
MD5 5ae7e6f5e02f30da3a3fe566894a6f2f
BLAKE2b-256 75ad233a8b8bd3df306538759dbce1194cb28056376073e03b7429812fd8b2fc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.68.0-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 fd2c2d47969daa0e27eadaf15c13b5e92605c5e5953d23c06d0b5239a2f176d3
MD5 ae6e98b31357963bf504670265937549
BLAKE2b-256 68dbbc9fd0d7848b052d4d42b5ccc2f168634c792226455ae49fde03f62f2bd8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.68.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b0cf343c6f4f6aa44863e13ec9ddfe299e0be68f87d68e777328bff785897b05
MD5 507a7a1323595e913856d58f810faabf
BLAKE2b-256 11393b80e917e2fbddf5139fb170c4d53046e4e1341652720a9c8940d59f9fa6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.68.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f84890b205692ea813653ece4ac9afa2139eae136e419231b0eec7c39fdbe4c2
MD5 51d2696dd0657c3bd3454cf69dcf020a
BLAKE2b-256 245391fc581b67d5816c229550319ef209d26c463d50696e80dd62a01d42a37b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.68.0-cp39-cp39-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 14331e5c27ed3545360464a139ed279aa09db088f6e9502e95ad4bfa852bb116
MD5 8f7add70ca757a8e70306ee62ecce620
BLAKE2b-256 1af942eb5f8fc3c106a8325092852ce4ed063c4b0b4356a0c8ce9e05082760a9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.68.0-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 50992f214264e207e07222703c17d9cfdcc2c46ed5a1ea86843d440148ebbe10
MD5 e6e3b8532113d6afe220fb62982765f6
BLAKE2b-256 725107d989aa3067127bed861115ba9e367de60d9ed5d9e39d4767d53284daf7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.68.0-cp39-cp39-linux_armv7l.whl
Algorithm Hash digest
SHA256 0d230852ba97654453d290e98d6aa61cb48fa5fafb474fb4c4298d8721809354
MD5 796d8f2c7a7aec3d6fff7a68a3f941e3
BLAKE2b-256 2c471b7325cccc432cf56e345acef3e40d8ecbfded39fa7b346d87ac8ef998f2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.68.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 4.4 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.68.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 55d3b52fd41ec5772a953612db4e70ae741a6d6ed640c4c89a64f017a1ac02b5
MD5 acaa881aafa3eaccfffbaecac037f01d
BLAKE2b-256 5cd1f2fb54482bcf3e6d0b8a40f2ace8ca4f1406eefb82874dc616ef6dcd11aa

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.68.0-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.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 def1a60a111d24376e4b753db39705adbe9483ef4ca4761f825639d884d5da78
MD5 c0f5323307d8521d5234a0217eaac95c
BLAKE2b-256 283a27af5e795018362ca3e0d4573a819d7bafaedf88dc839c1d4a6a0ac07235

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.68.0-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 cc5f0a4f5904b8c25729a0498886b797feb817d1fd3812554ffa39551112c161
MD5 34ef43be70c4665a2e1e362125eac909
BLAKE2b-256 31deedca184c574b7512e3d4763e6e6121682e6b2385f11a14f2843023a76d59

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.68.0-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 15377bce516b1c861c35e18eaa1c280692bf563264836cece693c0f169b48829
MD5 5c16e8d51e96bcef58f381a6275a9e49
BLAKE2b-256 2fe380f7e73ad2089ffb6f809aeb3c35fdff658a9329fcd708f00273b0456e2d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.68.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a17278d977746472698460c63abf333e1d806bd41f2224f90dbe9460101c9796
MD5 b5acc535b512063c52951acce2cd5bad
BLAKE2b-256 f43f5b3ac53000651e2a1a70ee424cd6d0bfa2bbc3ec5d1b25103a549c6a5212

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.68.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 46a2d74d4dd8993151c6cd585594c082abe74112c8e4175ddda4106f2ceb022f
MD5 0611bcd43775ed218e0eccb933de3afe
BLAKE2b-256 6e30b851f6209c77607cb5556bdaa0e38d527b7330a6bba366ba90e59bad2814

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.68.0-cp38-cp38-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 4df81d78fd1646bf94ced4fb4cd0a7fe2e91608089c522ef17bc7db26e64effd
MD5 ae51886cc5c00bdcfa60bbf34a755e24
BLAKE2b-256 1630467324dffba33c9c6bcd084cbdb3251ae14b71b00226e0406669f0291f2f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.68.0-cp38-cp38-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 9fe1b141cda52f2ca73e17d2d3c6a9f3f3a0c255c216b50ce616e9dca7e3441d
MD5 943e0b6a69b6f6385d7e86d2d90b0cd5
BLAKE2b-256 508682d7ded0d3d51f0103b0004f40bc8ea0deb52bf19079fa13e8ba7cf0cfbc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.68.0-cp38-cp38-linux_armv7l.whl
Algorithm Hash digest
SHA256 f8f695d9576ce836eab27ba7401c60acaf9ef6cf2f70dfe5462055ba3df02cc3
MD5 a66751bfc4b89270b99e3e3abde999df
BLAKE2b-256 0a3a1073c0f168fe7067d592976d126221edf5b7d9e5f1906b4cf44f8cf6414a

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