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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.12 Windows x86-64

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

Uploaded CPython 3.12 Windows x86

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

Uploaded CPython 3.12 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.12

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

Uploaded CPython 3.11 Windows x86-64

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

Uploaded CPython 3.11 Windows x86

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

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

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

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

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

Uploaded CPython 3.11

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

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

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

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.10

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

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

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.9

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.8

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.64.0.tar.gz
Algorithm Hash digest
SHA256 257baf07f53a571c215eebe9679c3058a313fd1d1f7c4eede5a8660108c52d9c
MD5 71da5537f45ee385a2ac79052c978bc2
BLAKE2b-256 495312b7979d18da23709ae93aabc5cdba1b0fb789222af48530a8cb63755a4d

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.64.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 0da1d921f8e4bcee307aeef6c7095eb26e617c471f8cb1c454fd389c5c296d1e
MD5 3a4fc82dc86f93fcc46d2576283e07e1
BLAKE2b-256 e8e56cd31e7c94ad2e2038c01910016e7aab050bdc918463d739f1c6b8a50f89

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.64.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 874c741c8a66f0834f653a69e7e64b4e67fcd4a8d40296919b93bab2ccc780ba
MD5 3719347a6b9d78d364ba72f87ea2b066
BLAKE2b-256 0549f5040dd495510adbb80cba58bf5787137ca0d1c6afcedbf42b7a042011a4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.64.0-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 c56c91bd2923ddb6e7ed28ebb66d15633b03e0df22206f22dfcdde08047e0a48
MD5 802883201a4d6ea45a8850955b8e10f6
BLAKE2b-256 2113739c90aeb24c26155181cfe85c5113a3a8a95caf337bb6db8117b6717ec9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.64.0-cp312-cp312-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 1f8ea18b928e539046bb5f9c124d717fbf00cc4b2d960ae0b8468562846f5aa1
MD5 fa536b82405eac9dea5fe0b05d45fda5
BLAKE2b-256 a7d8f0a076636ad97b2f56ca7fba78ca6ca96b25c6bd8739d4fb888e1c1dcf4f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.64.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a54362f03d4dcfae63be455d0a7d4c1403673498b92c6bfe22157d935b57c7a9
MD5 057454b6528a365e9a0396a97d4de674
BLAKE2b-256 7a78caf4408fd4a3aed4e5f6ed7ea5c04effdc28291bab1feba1a660303a580a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.64.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 46b8b43ba6a2a8f3103f103f97996cad507bcfd72359af6516363c48793d5a7b
MD5 47595c0e140af7c1d023ea0acb128cba
BLAKE2b-256 2b889ea0c64952137f132f89bfeb5816197c97d8af7006758cf9c91eb49ca622

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.64.0-cp312-cp312-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 8de0399b983f8676a7ccfdd45e5b2caec74a7e3cc576c6b1eecf3b3680deda5e
MD5 c6b767f3e7f71829398f9cf3bc1dd703
BLAKE2b-256 91eda8a12ba72cac894065d65242835e31426a07ec2de8c809d629ef56ab1d6d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.64.0-cp312-cp312-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 650a8150a9b288f40d5b7c1d5400cc11724eae50bd1f501a66e1ea949173649b
MD5 3077ed688daff63198115c041d3e5cdc
BLAKE2b-256 6f615317ce9ab49b26feec175579d88b82cc6a8912691af28e08fb4fdd3c0662

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.64.0-cp312-cp312-linux_armv7l.whl
Algorithm Hash digest
SHA256 1ce4cd5a61d4532651079e7aae0fedf9a80e613eed895d5b9743e66b52d15812
MD5 65528408b4c1af704a6e004c34e1b501
BLAKE2b-256 96850f51b8cd3a7f1aee602b3f6ca87a0157b9c87842bd19ff71fe1075a35575

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.64.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 597191370951b477b7a1441e1aaa5cacebeb46a3b0bd240ec3bb2f28298c7553
MD5 473c2c12292bfb2b32373f4cb05ce407
BLAKE2b-256 bc4f22cdc1d2073593aac4c0cfee7d69418c6dad24069372e3f6e6706673daa6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.64.0-cp311-cp311-win32.whl
  • Upload date:
  • Size: 3.4 MB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.9

File hashes

Hashes for grpcio-1.64.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 6ec5ed15b4ffe56e2c6bc76af45e6b591c9be0224b3fb090adfb205c9012367d
MD5 04e1e5dbea41bd3bcb1b5926ef6ca918
BLAKE2b-256 666995c47b9bb599b93fe493fb7a1d21849cbea3e5dcf892b91884ae1ffaba0c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.64.0-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 7f17572dc9acd5e6dfd3014d10c0b533e9f79cd9517fc10b0225746f4c24b58e
MD5 06df034b95f8af95c9c5cee03c87334e
BLAKE2b-256 4f5d74f15bb4dc29ff5d83f603d4eda4e31f834fa0d38a5795e07cfcbce18999

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.64.0-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 0b2dfe6dcace264807d9123d483d4c43274e3f8c39f90ff51de538245d7a4145
MD5 19d5a641d23b8549f7fa5336dc09032e
BLAKE2b-256 f92a25a1a464597f5175c1df0b1f73989e0da8a24209dd9e50fb5d93e4e600e8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.64.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 01615bbcae6875eee8091e6b9414072f4e4b00d8b7e141f89635bdae7cf784e5
MD5 dc38ae8cfc754e91e4b3b812c127b813
BLAKE2b-256 47515d54f43c4a946eb735f1c234d3473eab3d249331564266015f97bd3d6faa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.64.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8d598b5d5e2c9115d7fb7e2cb5508d14286af506a75950762aa1372d60e41851
MD5 3980d4db0514e95fe8e1706f442a33f4
BLAKE2b-256 ff944da4d574ee15a943bd7c72a58f33181c5c60b9a1986943bb8724349e985b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.64.0-cp311-cp311-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 b52e1ec7185512103dd47d41cf34ea78e7a7361ba460187ddd2416b480e0938c
MD5 ce5b7aa31beb6e4bdb538c37e64dbf68
BLAKE2b-256 3fed375a7cc77bb554c142462526280a402d1a2a99e91f536b7348cde8e51f1a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.64.0-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 59c68df3a934a586c3473d15956d23a618b8f05b5e7a3a904d40300e9c69cbf0
MD5 9b71e0946c7ad5bd34a5fd75bc49ef71
BLAKE2b-256 66e6b52f4dbb9a93ff586053255c1077c421aa2af8636da1571b64475ebb17aa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.64.0-cp311-cp311-linux_armv7l.whl
Algorithm Hash digest
SHA256 2a18090371d138a57714ee9bffd6c9c9cb2e02ce42c681aac093ae1e7189ed21
MD5 909ad0d1d06410a7e77eec8c4d2b2b2e
BLAKE2b-256 beb5005d803b6c10b2110ad24d7a94797c96a9bc7c20e74991b870069b14c6f3

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.64.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 73f84f9e5985a532e47880b3924867de16fa1aa513fff9b26106220c253c70c5
MD5 67fc525a8ba97e3e15e02d1c9494df6f
BLAKE2b-256 303371507840ea99835a101a693981b43475c9d87dac405d49f483ae8ca9a16d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.64.0-cp310-cp310-win32.whl
  • Upload date:
  • Size: 3.4 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.9

File hashes

Hashes for grpcio-1.64.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 7c1f5b2298244472bcda49b599be04579f26425af0fd80d3f2eb5fd8bc84d106
MD5 0679978de6def438a1abd9fb89890045
BLAKE2b-256 4f68ff8f9b307b2fcd921cb31d5094d27303cb34ae14fa1cad63b15796e2203e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.64.0-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 aca4f15427d2df592e0c8f3d38847e25135e4092d7f70f02452c0e90d6a02d6d
MD5 dee569d3300ee11333228231da6cb278
BLAKE2b-256 5e9b8420c429161f790401924908ab01f68bb45bc0016e7a5a29c7173491bdb6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.64.0-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 b2cbdfba18408389a1371f8c2af1659119e1831e5ed24c240cae9e27b4abc38d
MD5 6d56c3134bc9a1e0f101d86ddf9ef09b
BLAKE2b-256 c01ae5a5889f07e502fd5cfb5c38e5e13afe30afa11613f5ac8c8de706cb3940

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.64.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d7b7bf346391dffa182fba42506adf3a84f4a718a05e445b37824136047686a1
MD5 03db12eaaececa72ca108f01fb8c566a
BLAKE2b-256 bfdeae73fc754236a4c5663027b4efe3ec240d68fd264b7dc56dcc7f713e016f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.64.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1f5de082d936e0208ce8db9095821361dfa97af8767a6607ae71425ac8ace15c
MD5 fa00fb27170910c5d940f468f038c62d
BLAKE2b-256 94c52731b9dbf11ffee9be1b84cff36111109385c439c42fd221b4723aca53a2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.64.0-cp310-cp310-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 02cc9cc3f816d30f7993d0d408043b4a7d6a02346d251694d8ab1f78cc723e7e
MD5 f4f20977252e3fab6b68331f9aa8ba92
BLAKE2b-256 d7025787634001d7dfc17ee6a2a141d207f4df379601ad0189be2639cac5651c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.64.0-cp310-cp310-macosx_12_0_universal2.whl
Algorithm Hash digest
SHA256 7e013428ab472892830287dd082b7d129f4d8afef49227a28223a77337555eaa
MD5 996669e4b448652ffd683f34a6b2c217
BLAKE2b-256 d58ef9cb5b782fb58142e2478b4d55a6e8a98b729bc58886fe74c0f476f864b7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.64.0-cp310-cp310-linux_armv7l.whl
Algorithm Hash digest
SHA256 3b09c3d9de95461214a11d82cc0e6a46a6f4e1f91834b50782f932895215e5db
MD5 bfc8f3b685c5dfa89f191a7b2496c95b
BLAKE2b-256 3fe9e20837754b2d7789c23a836b6b3728c77c8f504226fc7677545f016e3510

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.64.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 5a56797dea8c02e7d3a85dfea879f286175cf4d14fbd9ab3ef2477277b927baa
MD5 d0be52cb8b005a080dec3cde67777840
BLAKE2b-256 7f512d6fecb2c70140eecfcc37074645a87a4c6627cfd6d45036783364e038cb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.64.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 3.4 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.9

File hashes

Hashes for grpcio-1.64.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 31890b24d47b62cc27da49a462efe3d02f3c120edb0e6c46dcc0025506acf004
MD5 78c138030ce5c1b0c9ad7b6d5c8101a1
BLAKE2b-256 f0636c2d6ed004aca0e69f82d2f1a7e8909d86fac7209f23080e1114d53c0f00

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.64.0-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 2e8fabe2cc57a369638ab1ad8e6043721014fdf9a13baa7c0e35995d3a4a7618
MD5 b8f0f823017c3c6f48e4303e64df9016
BLAKE2b-256 5d941c0b46212afa675a72119d5c1e8349630cc54fce373d982388f2bf6503fc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.64.0-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 3161a8f8bb38077a6470508c1a7301cd54301c53b8a34bb83e3c9764874ecabd
MD5 f4dae963c176868137813f3389b1007b
BLAKE2b-256 6666ac91cf2c2c54ec82dc1c407bb8345fb4a6433878f792ac2babda57d33072

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.64.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3550493ac1d23198d46dc9c9b24b411cef613798dc31160c7138568ec26bc9b4
MD5 1de4179650bfa19fbbaba1554d243ffd
BLAKE2b-256 aa564c6bed5342590ea40cb15c7801cc4310257729faec305f33524ed33cc833

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.64.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 cf4c8daed18ae2be2f1fc7d613a76ee2a2e28fdf2412d5c128be23144d28283d
MD5 6fa0fc7d8e4867b5c61ee90aa1836e18
BLAKE2b-256 4909b884d82677e4333f68203f0c9f2ca1d036197e8fb89083a1e69d6faf9dc2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.64.0-cp39-cp39-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 d9171f025a196f5bcfec7e8e7ffb7c3535f7d60aecd3503f9e250296c7cfc150
MD5 6adb224f649697bf995702bc5a35a2a0
BLAKE2b-256 d9e8e60ce62e98ffc72d44416717039018bc96fe1f91f8e291660c5ce5a0ca95

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.64.0-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 0f30596cdcbed3c98024fb4f1d91745146385b3f9fd10c9f2270cbfe2ed7ed91
MD5 98e72ded4185cfff279610a4002732a3
BLAKE2b-256 749dc98587f3b9bcb25756779a9e3fcd1a87938da0785f3ec54ba430c200edd7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.64.0-cp39-cp39-linux_armv7l.whl
Algorithm Hash digest
SHA256 2186d76a7e383e1466e0ea2b0febc343ffeae13928c63c6ec6826533c2d69590
MD5 94c30129ed2d12fd0dcabe9a7ec14702
BLAKE2b-256 d58200b673cbe8087322a35513a25e4339a8886ee4636feb9801e724de9a1a1d

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.64.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 753cb58683ba0c545306f4e17dabf468d29cb6f6b11832e1e432160bb3f8403c
MD5 8f103ef87c608f1ba3bedc3758bf4bd9
BLAKE2b-256 4cd2de247a8b9588e6fe5f014352a6d4da8f7058a1b56a7f6c25edca993b3621

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.64.0-cp38-cp38-win32.whl
  • Upload date:
  • Size: 3.4 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.9

File hashes

Hashes for grpcio-1.64.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 23b6887bb21d77649d022fa1859e05853fdc2e60682fd86c3db652a555a282e0
MD5 7dab9b888d320d36f7e61818f4013f87
BLAKE2b-256 d856f0e33fdd5bee7c4972e820acf4b2c023dbd3cf86733454f621000218dd39

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.64.0-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 579dd9fb11bc73f0de061cab5f8b2def21480fd99eb3743ed041ad6a1913ee2f
MD5 d0402b5f36b13192bf1fab332a7956e2
BLAKE2b-256 daf56efd3bc12a5ee8255b0e49791ab862397c95d212abe92718571933898cf8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.64.0-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 a053584079b793a54bece4a7d1d1b5c0645bdbee729215cd433703dc2532f72b
MD5 f3f4d966242e274f4c06b2b972440950
BLAKE2b-256 d5abfcaca16a08e62204f68416141e4cc171c0602bc6f013467606662a6675a2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.64.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 85fda90b81da25993aa47fae66cae747b921f8f6777550895fb62375b776a231
MD5 ce2048e24415935a0c821787cce73aa8
BLAKE2b-256 9ca9ab940ab2921b98d3b036d85b39e2530bd2f5609bdbbb809280566aae5a41

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.64.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1f279ad72dd7d64412e10f2443f9f34872a938c67387863c4cd2fb837f53e7d2
MD5 473394c44720c30326ab1298f8ae225f
BLAKE2b-256 f8081a044bc399b7e154c337b3cf6b219bcb4c285b0d71c5a5f3a49bdb14eb8d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.64.0-cp38-cp38-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 6d5541eb460d73a07418524fb64dcfe0adfbcd32e2dac0f8f90ce5b9dd6c046c
MD5 09e0f46051ce462e43497107307ccda3
BLAKE2b-256 ff94e48f0325524b220c2f24ad3bcb744386bffcb8c6733f175a2b4b723735b5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.64.0-cp38-cp38-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 3d2004e85cf5213995d09408501f82c8534700d2babeb81dfdba2a3bff0bb396
MD5 a608de2ce07e9414483ca2fbeed17496
BLAKE2b-256 b96bac5eb2c919d9ca60abffb485b3aed32a4aba65704e405afb5304fca84024

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.64.0-cp38-cp38-linux_armv7l.whl
Algorithm Hash digest
SHA256 c46fb6bfca17bfc49f011eb53416e61472fa96caa0979b4329176bdd38cbbf2a
MD5 25addc783fc98bfddc33d5268c4c6006
BLAKE2b-256 958d54146a239fc7583c94c536de91a16667b8589e02bf16d2a4319de6e7fe82

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