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

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

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

grpcio-1.66.0rc1-cp312-cp312-win_amd64.whl (4.3 MB view details)

Uploaded CPython 3.12Windows x86-64

grpcio-1.66.0rc1-cp312-cp312-win32.whl (3.5 MB view details)

Uploaded CPython 3.12Windows x86

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

Uploaded CPython 3.12musllinux: musl 1.1+ x86-64

grpcio-1.66.0rc1-cp312-cp312-musllinux_1_1_i686.whl (6.4 MB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ i686

grpcio-1.66.0rc1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.7 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

grpcio-1.66.0rc1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (6.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

grpcio-1.66.0rc1-cp312-cp312-manylinux_2_17_aarch64.whl (5.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

grpcio-1.66.0rc1-cp312-cp312-macosx_10_9_universal2.whl (10.6 MB view details)

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

grpcio-1.66.0rc1-cp312-cp312-linux_armv7l.whl (4.9 MB view details)

Uploaded CPython 3.12

grpcio-1.66.0rc1-cp311-cp311-win_amd64.whl (4.3 MB view details)

Uploaded CPython 3.11Windows x86-64

grpcio-1.66.0rc1-cp311-cp311-win32.whl (3.6 MB view details)

Uploaded CPython 3.11Windows x86

grpcio-1.66.0rc1-cp311-cp311-musllinux_1_1_x86_64.whl (6.0 MB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ x86-64

grpcio-1.66.0rc1-cp311-cp311-musllinux_1_1_i686.whl (6.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ i686

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

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

grpcio-1.66.0rc1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (6.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

grpcio-1.66.0rc1-cp311-cp311-manylinux_2_17_aarch64.whl (5.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

grpcio-1.66.0rc1-cp311-cp311-macosx_10_9_universal2.whl (10.6 MB view details)

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

grpcio-1.66.0rc1-cp311-cp311-linux_armv7l.whl (5.0 MB view details)

Uploaded CPython 3.11

grpcio-1.66.0rc1-cp310-cp310-win_amd64.whl (4.3 MB view details)

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

grpcio-1.66.0rc1-cp310-cp310-musllinux_1_1_x86_64.whl (6.0 MB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ x86-64

grpcio-1.66.0rc1-cp310-cp310-musllinux_1_1_i686.whl (6.4 MB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ i686

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

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

grpcio-1.66.0rc1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (6.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

grpcio-1.66.0rc1-cp310-cp310-manylinux_2_17_aarch64.whl (5.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

grpcio-1.66.0rc1-cp310-cp310-macosx_12_0_universal2.whl (10.6 MB view details)

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

grpcio-1.66.0rc1-cp310-cp310-linux_armv7l.whl (5.0 MB view details)

Uploaded CPython 3.10

grpcio-1.66.0rc1-cp39-cp39-win_amd64.whl (4.3 MB view details)

Uploaded CPython 3.9Windows x86-64

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

Uploaded CPython 3.9Windows x86

grpcio-1.66.0rc1-cp39-cp39-musllinux_1_1_x86_64.whl (6.0 MB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ x86-64

grpcio-1.66.0rc1-cp39-cp39-musllinux_1_1_i686.whl (6.4 MB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ i686

grpcio-1.66.0rc1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.8 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

grpcio-1.66.0rc1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (6.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

grpcio-1.66.0rc1-cp39-cp39-manylinux_2_17_aarch64.whl (5.5 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

grpcio-1.66.0rc1-cp39-cp39-macosx_10_9_universal2.whl (10.7 MB view details)

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

grpcio-1.66.0rc1-cp39-cp39-linux_armv7l.whl (5.0 MB view details)

Uploaded CPython 3.9

grpcio-1.66.0rc1-cp38-cp38-win_amd64.whl (4.3 MB view details)

Uploaded CPython 3.8Windows x86-64

grpcio-1.66.0rc1-cp38-cp38-win32.whl (3.6 MB view details)

Uploaded CPython 3.8Windows x86

grpcio-1.66.0rc1-cp38-cp38-musllinux_1_1_x86_64.whl (6.0 MB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ x86-64

grpcio-1.66.0rc1-cp38-cp38-musllinux_1_1_i686.whl (6.4 MB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ i686

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

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

grpcio-1.66.0rc1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (6.1 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ i686

grpcio-1.66.0rc1-cp38-cp38-manylinux_2_17_aarch64.whl (5.5 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

grpcio-1.66.0rc1-cp38-cp38-macosx_10_9_universal2.whl (10.7 MB view details)

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

grpcio-1.66.0rc1-cp38-cp38-linux_armv7l.whl (5.0 MB view details)

Uploaded CPython 3.8

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.66.0rc1.tar.gz
Algorithm Hash digest
SHA256 fbf7305fae3aa2db590cc5f04b4ae5f036ac061e8e1716b85845979af9c3259b
MD5 c03be573bc4d840fe9e10ecca876ceef
BLAKE2b-256 07981c7985ac204dbaa13964c481ea84991da5494e2aea8f26225e3ef92be352

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.66.0rc1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 4.3 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.66.0rc1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 eb1cbb7ce501e564e5108b71621a82393e883079c5695c73c6f711b4fb4a8f68
MD5 86a495d71be6992fe70381c3642cf57c
BLAKE2b-256 ca60c88f9fb0052c78562b4fce039067cdb38aaba5c80b85bdb5362931dda915

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.66.0rc1-cp312-cp312-win32.whl
  • Upload date:
  • Size: 3.5 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.66.0rc1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 2c41f63231253155c7b86b6cf366d9edb1f567a55714e05cd1811c6e3e6bc928
MD5 c3dea8385dadbede2c41b42aa1e1f1fa
BLAKE2b-256 0d137749cca47caa70b908d18147c0c05ba3ed61a4b7b90b0e35efa5607057d3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.0rc1-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 62cb8ebb9bb8ec0801ca11ab49536dc7412cbed87849327626e5c7abd36366ce
MD5 edda6114666db3324d7e3e9c4fbb33d8
BLAKE2b-256 ce7cb46ff5869f5d63b373dd6a618837a601a72a3be13924d5fd7d559c2eab27

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.0rc1-cp312-cp312-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 87dabca4cbd4ace9e0175497bbbbcf534a2445d9db3acacef395c40133afcf0a
MD5 327b10907714992fd944da180a2a3e38
BLAKE2b-256 119492095ecaad9a55d4d82c6bc50f42c51c5226575f8f087285448508bb87e2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.0rc1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ad08e1207888280c362f8bb3093e1d98fbf5c79d6cac486e8174f6a6213ab0dd
MD5 af4f51ef09d9829374abf8f5ba255d18
BLAKE2b-256 eecf15a203fe9e9c2fb606c0676ece68bad9ead80929088072956be065fe038b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.0rc1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f7552c710468a387d1f5170d9e8ab5316c6e70dc9a8f856b34edace91488d676
MD5 539d20afa9d141fb4b5670c15a6c1676
BLAKE2b-256 44efcd7c96e983b61c910b2ab37620adbe5197e9bc583e5494cb803a07f7bfb6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.0rc1-cp312-cp312-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 eaee8742759fa0dbd3eafabc6f4c140371fa8b53ca4978f5eb46c0ff5a8490e8
MD5 48c9bd1eefc7bdc64039c538048811f0
BLAKE2b-256 2fa145868c9f4397a4bb8283d2480282fa25098c7b155176bd857a0470f74a51

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.0rc1-cp312-cp312-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 09a2d0de8744110bd3ea6c37046048c6019defa7b7bf248d96362a40bdb3f84b
MD5 2e9e0c535f074bfe58f4568fbbc693df
BLAKE2b-256 a6c7a1317d9021698b51e376bcab149f477d8ff491476787446f173628a22b9a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.0rc1-cp312-cp312-linux_armv7l.whl
Algorithm Hash digest
SHA256 86ef915210f148e3f033915b6eb7d4130ace9443c22d2b24030f940567440603
MD5 02c67a9851b36e3df114277b5f95cbb5
BLAKE2b-256 8efbd7f2dcd24ea14e38963c1e3255978935839e966ae53ce34f71d0ce48c85f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.66.0rc1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 4.3 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.66.0rc1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 6d5b2014ac18c5243ffaf6f073462da898c92f831e7f5c518b8e0ad065b4ca9a
MD5 86976b7403d8b98d0852c668ef17eec4
BLAKE2b-256 f1c225e78a9660ebacf20803eaf550d3914a7d7076d4b75680fe56011c8d8ddf

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.66.0rc1-cp311-cp311-win32.whl
  • Upload date:
  • Size: 3.6 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.66.0rc1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 c82a0f6d6645dd0c6e9feab8077c82b16f735b7d41a5ca4d192008e90de86491
MD5 0639e6babcd5962e770ad00c212a9eaf
BLAKE2b-256 6ab0ef45c84f8321561e1d48fd4fa40099168c55ea0bbd6abf79e33ca65172ee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.0rc1-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 3a5e04ea4ed79d3ac9333d216ef172c3c7b25f170e47350dff58501b99db131c
MD5 ac2f54e31d97fb452bda924d049b97ac
BLAKE2b-256 3625202a0d9bff371b3951ad74f5d0c0caeff1a8311a4573eaf19ab31f0c5fdf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.0rc1-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 72ef16482f56130b1317ba097ccfa828a1a82b12a3028a959e14786e9ac066f2
MD5 dfacbb95ffa9e2625f0ae3a0b188bb3e
BLAKE2b-256 63acd1dcde9347b854de14e20f62f85b8c6e11f9b15f1568f41a6049dda2d89f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.0rc1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ca21d52f310b6a40199d7af8dc361f5b912aa207317039f33696d3702997251f
MD5 253cb2b27ca9959b0b84a6723b9ec311
BLAKE2b-256 b87b7786204c5088cc5ef66d01c35e1addb46f78895280c9e9045177f30997f8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.0rc1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2e63f3e64cb349ec1c86466fbeb01f66a205f9634978ece318b488cb407b1bb9
MD5 a0050e49b45bd2f5f13c4282bccf35fb
BLAKE2b-256 0a9edef4ed7ef2e26c6195920bb2b709741fb1bfd7f8e3271bcd61249a8d39a4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.0rc1-cp311-cp311-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 43a270d33beccb9df8b844bbf974d172257703de96cb66e9b403195a500eec9b
MD5 12e8cd3f853ecb7585e92e04db7d6465
BLAKE2b-256 6fe0f0e3b8e098627a830916d56b8c7f0eb96d64d9b5cfa4fdaec98ae5ee840c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.0rc1-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 d7bc69a6e5fd4b210d847eaaa2a142a4af6a3cae7b512bcc4dd0e803418ff630
MD5 bf9acbcf50cb1796f66d4fb48c0f5b1c
BLAKE2b-256 5e81f515b95f50a13c7c84a1d1a0db12024b3c196bbdf8ce748064a12874b737

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.0rc1-cp311-cp311-linux_armv7l.whl
Algorithm Hash digest
SHA256 0cced8b95f960c22866b2a2f8aed2beb58622a3d0e75742d38a45db87fc4735d
MD5 db6a4a29fa3ea77fb1be7e7407e1193d
BLAKE2b-256 e0fb872f7caa603533b2ead8db0fc718cc3af7a24f07efe9cceea0944f3ffd43

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.66.0rc1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 4.3 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.66.0rc1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 978a0e9ad9147261feaf823f0581f709588daa48e507d9e348396f854f48fa51
MD5 87c09dfb2cbd7ebe7a218f727b1f54ec
BLAKE2b-256 e98a5a6ba94d4138cccbe22f07e62b2d009e12a1f1efb6cfc6e2afdfb0a1e12b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.66.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.10.9

File hashes

Hashes for grpcio-1.66.0rc1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 10910c20efc50dac44c6deb401b2341d489929ec822129fe07bfcd4a821da1cd
MD5 c44d90afb2795cb74a95f082073111b3
BLAKE2b-256 c5806e538a791dc8846225e138cc0590e771d05ac298ecb713b1ff39b9ed0d9c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.0rc1-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 1f0e18f1ade655e9ed2bb3009e7f81aa86c9f99c8419dc63d31ffba610fe19a9
MD5 c1003938e1bd4c5606c877e7a89dce39
BLAKE2b-256 adc534f08aa1c29243672ce9177c659b4ee78831862e065bed20e8553ce3f7e1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.0rc1-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 cf372cd910969869d869dc606950e747c2b3049b9acf20077585b682845abe70
MD5 405b31a98cd73709e9fd7ab6ff07f137
BLAKE2b-256 c5d30151630f3e30fa63310b644b9f7321659e5039845c92ffa2d478d5b823a0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.0rc1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5949a204c477ae3233a251f9707d9fd320085fb56d0c081398a6e901397e2a0c
MD5 53288c4b6281a18ee4217432127e10fa
BLAKE2b-256 c0c0bf2accce82c1639bb687b07713a694683eecf59f5289fd8efbbe488138de

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.0rc1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 bc638f9df3d237dba85f3df7d079c33d14b04a5c9d6d40cc10bd1018f1e3a77e
MD5 71061b8a0219f6cb4964e44a392333e8
BLAKE2b-256 73810b9587e93ab69f41ccb9a031c71c7f021252ac2e6675fadecd6395ca0ee2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.0rc1-cp310-cp310-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 6f8ab86181caece417a1c476dc2815a95f59142ea7a356d7be6a6604eba83766
MD5 be918419941fee4e7145108bc51ee89a
BLAKE2b-256 aab183a607347de3ceea1a224b94e10720dd353547410df347b2666f99400629

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.0rc1-cp310-cp310-macosx_12_0_universal2.whl
Algorithm Hash digest
SHA256 ca99991850309a04d6837c09b7943de9110477ee2ffb7718d3ad01790e8b357f
MD5 a027620a3c06c4968cab159ba246b121
BLAKE2b-256 32959b33bad9546c4c2ead12bfbfbb46dad6570ccc51ff25fe6f9664f7e93412

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.0rc1-cp310-cp310-linux_armv7l.whl
Algorithm Hash digest
SHA256 71f2d04b3c0ea723d5b8fcc4b22f662814d4e0a8265ccbddd35e41830d805890
MD5 4be6df41c609dbe4afd6b9f6cac06b60
BLAKE2b-256 73e33af73e39f7845c6041e7cb94d59545867e87c48a04b2eb4163d9ca91d685

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.66.0rc1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 4.3 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.66.0rc1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 9658496baafeb74253aadf607b4f72ea0f6e1dadbebc2f82aac07bf3b8d6124c
MD5 3595b9fad4a29ec9822df4ada2274fe5
BLAKE2b-256 3f6ff205c08ca63c97108e3f363f0e036f682e3c87b88c85da544f1d3ce159f0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.66.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.10.9

File hashes

Hashes for grpcio-1.66.0rc1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 d92df95102ea509408928d10a63915b9015ce78a3a09bf0faf0207dd2598715d
MD5 313580be3f664521f066c1b625374057
BLAKE2b-256 d7b08c7f7488e3671393c94c343bf6bc5f0e82c090c1b09364132e4be4789b9b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.0rc1-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 d38716ec5c13dd03f10209e575a1fab010d26f6b58fb405027fea755c993c1c6
MD5 40d32180f1e781aa5227edd42fc1c734
BLAKE2b-256 f1c0c32d69a429b45146a863415da3b35dfa414177bef78b9e19518d451d0782

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.0rc1-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 ffff59575b09372670cf3ee981bc0dedb26bad9c9b99721abcc4c8da500fb5c0
MD5 c4bb72159f28a0bc4fc64273678a5282
BLAKE2b-256 356b0d8ed86551f2edf3642c888b61d4f71ec1673b816dd6aac3243444e88e63

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.0rc1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9b62e7b73399f303db4d8bf2dc3362a39e0ba4e26e379726af61902eb21ef3af
MD5 dd57a54d3b82bb27fe65f2ca33322314
BLAKE2b-256 e94da7329279e64a5079fe07afd220ec8f221a65a472901fef003359e2977c92

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.0rc1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a7987a35d5b133f7f9bc728dd53e9b18ada7eec6b92fb8bc5932114ba96b5ffa
MD5 5c64a8ff9fb4b9a1e2f6bc54e0380206
BLAKE2b-256 e96c8c5b2157f8bfc32f0c7f6bd62df97095a2126d890a0ede69d7bec63566d5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.0rc1-cp39-cp39-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 39ab713daf9fc085ff5eed78f5759896486cc0cc7e0bbca0780f5ab230ec0ab8
MD5 5e853ae72803a5233b7a4e4ed6578a21
BLAKE2b-256 f68c14414dd4ad0606acf121b8e0edaa315799439bd16f9c690928ca8dcc3179

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.0rc1-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 0f3461faacab770977da4e7000bbff1692ac56025722bf4f57474e2b0c448f74
MD5 440734cc625d298e652671ca75ca25c0
BLAKE2b-256 d24496848a7c3e6a929d45810ebd82efece04f41cfc94d315e2cad7c1b7f5444

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.0rc1-cp39-cp39-linux_armv7l.whl
Algorithm Hash digest
SHA256 30dff66e0d70a793aecfa4019fa34443808cebe1079f9828715ae741aec6019e
MD5 b6f4718e681d6cddb7a278bbff849b1f
BLAKE2b-256 2459e33c4d8223827294fac92de1f2ba67fc12084340a1216e2e0353789fa904

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.66.0rc1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 4.3 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.66.0rc1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 f2a0ea09c9a1d8a1077254cfa8f6d0835b31ee2668b6e4be2d406eeb27783783
MD5 de5ad1669ddb80b5459589b92db550b4
BLAKE2b-256 7febb81a00389d8ea7a6e94852e43c57cbb7b1e74889d33db541ced8f4685076

See more details on using hashes here.

File details

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

File metadata

  • Download URL: grpcio-1.66.0rc1-cp38-cp38-win32.whl
  • Upload date:
  • Size: 3.6 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.66.0rc1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 afc1735dd9fa7eeda6c36c125acb6edf3e0bb44ce63d9b00a8c933e68a660348
MD5 1cbfc13403e8e6758ffb3b9604ec2aeb
BLAKE2b-256 553df990d18569cbec6967c538e941e90428ebf16a43aa89cfbcde09ebf4072e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.0rc1-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 8953d9eb873ce4ac9927fd9b7a4794bd59287f6d4296e9815f2c400e9bc0e3c4
MD5 6ae385d72d9c849a7d988db0b4b57275
BLAKE2b-256 aa9586ac8990668dc6ca837bc7039cb71e139214b2a04575bd834d4183f50ff0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.0rc1-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 3863edb370ac264b6ae0d542e025f503478d7b65f0f26b8452519399db25c275
MD5 d8a9d1c70d296c69141efb63d5e0e7e5
BLAKE2b-256 a5c35c70aae72eb793db207c7debd73dc7892d83f8cf52a4ef48d9553f49ae11

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.0rc1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e9aa5d8fde99a9b35c30c8f012c136e8f8fcc1afaa5085c39d01b884dacdff9c
MD5 2b3cd356c37b81ad4def11509b34d74e
BLAKE2b-256 9f207ba6d3ed72e32b720c4cbcd0b0bfadefece7d6696a9697453729a610c9fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.0rc1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9ecd5e4bb5ff3d729882c0dd6b51e7f168a4a84cd9d98db8992021f07268ca82
MD5 e3f4d13b16f429844c9415e961037148
BLAKE2b-256 906868900ce55396730e21febd3abca8e32cf6d96b59ca7ddd182ef2b003da78

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.0rc1-cp38-cp38-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 9d0c3c05a3fd74c00907f3317d3d1d715eeecb6eedaffff8c41baa1d70e256ad
MD5 b66aaac324895f64186d9b344df54b86
BLAKE2b-256 dfb30c88b3bd999471862680c929563edb22a22fd14e41a55721caf9e8c96dbe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.0rc1-cp38-cp38-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 345a778201bcce55bb9d51dd74b4d1c94247f89448f2ca5004df7c4f3ccdf0db
MD5 e23267b9dee8e55019ca5013be6a447c
BLAKE2b-256 c02f92afbd695cfc1bf003703a528da71eb9dc88b0d1cf77aa9ca068fa8224d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.66.0rc1-cp38-cp38-linux_armv7l.whl
Algorithm Hash digest
SHA256 dcb6ac05d2a5e511d88a3cf41b095da9bce79436630ebbf5160f25e79e31394f
MD5 24b48d15a5ebd91b8d90ae841d524cff
BLAKE2b-256 5fab250fe4d889bfabb7352f997a383b797659dea5646044fd44501b7e9bc3c6

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page