Skip to main content

HTTP/2-based RPC framework

Project description

compat_check_pypi

Package for gRPC Python.

Supported Python Versions

Python >= 3.7

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

# For the next two commands do `sudo pip install` if you get permission-denied errors
$ pip install -rrequirements.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 a pkg_resources.VersionConflict when I try to install grpc

    This is likely because pip doesn’t own the offending dependency, which in turn is likely because your operating system’s package manager owns it. You’ll need to force the installation of the dependency:

    pip install --ignore-installed $OFFENDING_DEPENDENCY

    For example, if you get an error like the following:

    Traceback (most recent call last):
    File "<string>", line 17, in <module>
     ...
    File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 509, in find
      raise VersionConflict(dist, req)
    pkg_resources.VersionConflict: (six 1.8.0 (/usr/lib/python2.7/dist-packages), Requirement.parse('six>=1.10'))

    You can fix it by doing:

    sudo pip install --ignore-installed six
  • … 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.51.1.tar.gz (22.1 MB view details)

Uploaded Source

Built Distributions

grpcio-1.51.1-cp311-cp311-win_amd64.whl (3.7 MB view details)

Uploaded CPython 3.11 Windows x86-64

grpcio-1.51.1-cp311-cp311-win32.whl (3.1 MB view details)

Uploaded CPython 3.11 Windows x86

grpcio-1.51.1-cp311-cp311-musllinux_1_1_x86_64.whl (5.0 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

grpcio-1.51.1-cp311-cp311-musllinux_1_1_i686.whl (5.3 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

grpcio-1.51.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.8 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

grpcio-1.51.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (5.0 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

grpcio-1.51.1-cp311-cp311-macosx_10_10_x86_64.whl (8.1 MB view details)

Uploaded CPython 3.11 macOS 10.10+ x86-64

grpcio-1.51.1-cp311-cp311-linux_armv7l.whl (80.4 MB view details)

Uploaded CPython 3.11

grpcio-1.51.1-cp310-cp310-win_amd64.whl (3.7 MB view details)

Uploaded CPython 3.10 Windows x86-64

grpcio-1.51.1-cp310-cp310-win32.whl (3.1 MB view details)

Uploaded CPython 3.10 Windows x86

grpcio-1.51.1-cp310-cp310-musllinux_1_1_x86_64.whl (5.0 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

grpcio-1.51.1-cp310-cp310-musllinux_1_1_i686.whl (5.3 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

grpcio-1.51.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.8 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

grpcio-1.51.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (5.0 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

grpcio-1.51.1-cp310-cp310-manylinux_2_17_aarch64.whl (71.5 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

grpcio-1.51.1-cp310-cp310-macosx_12_0_x86_64.whl (4.5 MB view details)

Uploaded CPython 3.10 macOS 12.0+ x86-64

grpcio-1.51.1-cp310-cp310-linux_armv7l.whl (80.2 MB view details)

Uploaded CPython 3.10

grpcio-1.51.1-cp39-cp39-win_amd64.whl (3.7 MB view details)

Uploaded CPython 3.9 Windows x86-64

grpcio-1.51.1-cp39-cp39-win32.whl (3.2 MB view details)

Uploaded CPython 3.9 Windows x86

grpcio-1.51.1-cp39-cp39-musllinux_1_1_x86_64.whl (5.0 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

grpcio-1.51.1-cp39-cp39-musllinux_1_1_i686.whl (5.3 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

grpcio-1.51.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.8 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

grpcio-1.51.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (5.0 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

grpcio-1.51.1-cp39-cp39-manylinux_2_17_aarch64.whl (71.5 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

grpcio-1.51.1-cp39-cp39-macosx_10_10_x86_64.whl (4.6 MB view details)

Uploaded CPython 3.9 macOS 10.10+ x86-64

grpcio-1.51.1-cp39-cp39-linux_armv7l.whl (80.3 MB view details)

Uploaded CPython 3.9

grpcio-1.51.1-cp38-cp38-win_amd64.whl (3.7 MB view details)

Uploaded CPython 3.8 Windows x86-64

grpcio-1.51.1-cp38-cp38-win32.whl (3.2 MB view details)

Uploaded CPython 3.8 Windows x86

grpcio-1.51.1-cp38-cp38-musllinux_1_1_x86_64.whl (5.0 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

grpcio-1.51.1-cp38-cp38-musllinux_1_1_i686.whl (5.3 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

grpcio-1.51.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.8 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

grpcio-1.51.1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (5.0 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

grpcio-1.51.1-cp38-cp38-manylinux_2_17_aarch64.whl (71.8 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

grpcio-1.51.1-cp38-cp38-macosx_10_10_x86_64.whl (4.6 MB view details)

Uploaded CPython 3.8 macOS 10.10+ x86-64

grpcio-1.51.1-cp38-cp38-linux_armv7l.whl (80.4 MB view details)

Uploaded CPython 3.8

grpcio-1.51.1-cp37-cp37m-win_amd64.whl (3.7 MB view details)

Uploaded CPython 3.7m Windows x86-64

grpcio-1.51.1-cp37-cp37m-win32.whl (3.1 MB view details)

Uploaded CPython 3.7m Windows x86

grpcio-1.51.1-cp37-cp37m-musllinux_1_1_x86_64.whl (5.0 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ x86-64

grpcio-1.51.1-cp37-cp37m-musllinux_1_1_i686.whl (5.3 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

grpcio-1.51.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.8 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ x86-64

grpcio-1.51.1-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (5.0 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686

grpcio-1.51.1-cp37-cp37m-manylinux_2_17_aarch64.whl (71.3 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

grpcio-1.51.1-cp37-cp37m-macosx_10_10_x86_64.whl (4.6 MB view details)

Uploaded CPython 3.7m macOS 10.10+ x86-64

grpcio-1.51.1-cp37-cp37m-linux_armv7l.whl (80.0 MB view details)

Uploaded CPython 3.7m

File details

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

File metadata

  • Download URL: grpcio-1.51.1.tar.gz
  • Upload date:
  • Size: 22.1 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.8

File hashes

Hashes for grpcio-1.51.1.tar.gz
Algorithm Hash digest
SHA256 e6dfc2b6567b1c261739b43d9c59d201c1b89e017afd9e684d85aa7a186c9f7a
MD5 e233356dd02abfc3ffbf2258b4804daa
BLAKE2b-256 c48a61f84aa2f061395a1aa9faaf325fa200da44191c9631082f33d46602efff

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.51.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 3.7 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.8

File hashes

Hashes for grpcio-1.51.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 3f9b0023c2c92bebd1be72cdfca23004ea748be1813a66d684d49d67d836adde
MD5 d52d2c704aecb255b7a20c865c7d02e2
BLAKE2b-256 f9fdd09db0ceafe8848053c874f2daf0f055c7590e3a4fbc227d2b737adf75ed

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.51.1-cp311-cp311-win32.whl
  • Upload date:
  • Size: 3.1 MB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.8

File hashes

Hashes for grpcio-1.51.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 5a6ebcdef0ef12005d56d38be30f5156d1cb3373b52e96f147f4a24b0ddb3a9d
MD5 e8391def290715c60b5098ca9e6b0bf5
BLAKE2b-256 bb28764a9f34c98c054023e14ac35a2315eab8bcd52595ed9ab4f137700d4f4c

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.51.1-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 257478300735ce3c98d65a930bbda3db172bd4e00968ba743e6a1154ea6edf10
MD5 4eb394056ce7840679c2dcf578bee666
BLAKE2b-256 7486f9f4797a44f0535654a5292674f49268527d629894ba496e0170ac39df77

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.51.1-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 094e64236253590d9d4075665c77b329d707b6fca864dd62b144255e199b4f87
MD5 8df0bfb3b09295cea9ab0095bf34f6eb
BLAKE2b-256 d2abd18be8fa8570bb45982009a95ac3f4a2c50156b3e8e9385b9336c035bc65

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.51.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 49d680356a975d9c66a678eb2dde192d5dc427a7994fb977363634e781614f7c
MD5 93164f343fa841475db0f4252626bb9e
BLAKE2b-256 5db0fd16f747e1a03ae0c59e52c12b3070b3451719f1787f424568e6caecbd2d

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.51.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 22b011674090594f1f3245960ced7386f6af35485a38901f8afee8ad01541dbd
MD5 4f55c38d3cb6007cafbcd979f5de67c9
BLAKE2b-256 85afdd8e1b71d36af2dbf751a33a904f4911b1d3ebc85d924d5025b64f246139

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.51.1-cp311-cp311-macosx_10_10_x86_64.whl.

File metadata

File hashes

Hashes for grpcio-1.51.1-cp311-cp311-macosx_10_10_x86_64.whl
Algorithm Hash digest
SHA256 3c2b3842dcf870912da31a503454a33a697392f60c5e2697c91d133130c2c85d
MD5 7e67b485c32bf3ed84ee6c945178b1c6
BLAKE2b-256 693dc055e80e02480c611b1d012c7594acac6d4b791ee543be56b24b5d388a6e

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.51.1-cp311-cp311-linux_armv7l.whl
Algorithm Hash digest
SHA256 bc59f7ba87972ab236f8669d8ca7400f02a0eadf273ca00e02af64d588046f02
MD5 415ae80be79da7a21fed9dcaa91d7f09
BLAKE2b-256 9b6d48160923b76f8635499955a1fc4be0fd4b9864cbbfadfce36397f382975c

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.51.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 3.7 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.8

File hashes

Hashes for grpcio-1.51.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 9ff42c5620b4e4530609e11afefa4a62ca91fa0abb045a8957e509ef84e54d30
MD5 a6d0d1a4ea4d93121e41bd68733fe6d3
BLAKE2b-256 e042a6226a418d063d1be786c3c551039e2b7198eb47704d6d01d4bbdcc44dc3

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.51.1-cp310-cp310-win32.whl
  • Upload date:
  • Size: 3.1 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.8

File hashes

Hashes for grpcio-1.51.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 29cb97d41a4ead83b7bcad23bdb25bdd170b1e2cba16db6d3acbb090bc2de43c
MD5 1bd330c98524ea70ee3e8745d76c0fa1
BLAKE2b-256 d49c1fb4b5b5e38e200e31860c5b2f7304130d3a91467ea539b8abe0f040ac7f

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.51.1-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 16c71740640ba3a882f50b01bf58154681d44b51f09a5728180a8fdc66c67bd5
MD5 eae945a772a43249688a5b662c1c0182
BLAKE2b-256 e98702876556951f2dd11ddab7ab9e035e46e607d9d6a0abcd74e31747e01d16

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.51.1-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 eacad297ea60c72dd280d3353d93fb1dcca952ec11de6bb3c49d12a572ba31dd
MD5 9a15b14685ea06106c72010da7c1f35d
BLAKE2b-256 e5c8fd3e50b7f4769f8a6d3c91d930d7741bcca4fe7450e8a5f50f782ecc12f4

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.51.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a8a0b77e992c64880e6efbe0086fe54dfc0bbd56f72a92d9e48264dcd2a3db98
MD5 d2a28b3e2a6240c2d8bb5898c89d7e4a
BLAKE2b-256 63331d1d141f3010d1c4f2f90ba89458c9e0f7224450703ef2817c65840efde0

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.51.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e4ef09f8997c4be5f3504cefa6b5c6cc3cf648274ce3cede84d4342a35d76db6
MD5 a9ec886a3d6fd0b86337b3255b052fa7
BLAKE2b-256 a46d042e10aabddb62eb1d6f8ba6004cc03f97f3890805a9f948fde43529cedd

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.51.1-cp310-cp310-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 24ac1154c4b2ab4a0c5326a76161547e70664cd2c39ba75f00fc8a2170964ea2
MD5 6eccb13a2934b46537aaace133da6e0e
BLAKE2b-256 f13b7f766f50d1455708722d1107880309eb676617317a0025cf5ed4f2deea9a

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.51.1-cp310-cp310-macosx_12_0_x86_64.whl.

File metadata

File hashes

Hashes for grpcio-1.51.1-cp310-cp310-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 e223a9793522680beae44671b9ed8f6d25bbe5ddf8887e66aebad5e0686049ef
MD5 214fececd13f86d527bfb2145554c406
BLAKE2b-256 e9a42ee6a755db094ead5c705e59c42c5d0232d183d768b01326d20d580cf89b

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.51.1-cp310-cp310-linux_armv7l.whl
Algorithm Hash digest
SHA256 cc2bece1737b44d878cc1510ea04469a8073dbbcdd762175168937ae4742dfb3
MD5 c94dc56b556a4fc229d2f24830ca52b7
BLAKE2b-256 a5d4927d64175f5451c2f7f6aee2b2b5589f3ae624b7fd3958a1da20a1b851d1

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.51.1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 3.7 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.8

File hashes

Hashes for grpcio-1.51.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 2b170eaf51518275c9b6b22ccb59450537c5a8555326fd96ff7391b5dd75303c
MD5 58cbabe865d980ba65c618205979b599
BLAKE2b-256 85012db33c765c65ca920d55436cfe7b48b076ee70a42fdc6fd3826bd8d467cf

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.51.1-cp39-cp39-win32.whl
  • Upload date:
  • Size: 3.2 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.8

File hashes

Hashes for grpcio-1.51.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 aacb54f7789ede5cbf1d007637f792d3e87f1c9841f57dd51abf89337d1b8472
MD5 7176ebb470e27eeecdccfd873a776426
BLAKE2b-256 fce5c9901e5df822ad839a5ef156c8ece313ead6f719250a2af9df652f175cdc

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.51.1-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 9235dcd5144a83f9ca6f431bd0eccc46b90e2c22fe27b7f7d77cabb2fb515595
MD5 fee257bae24c2c2e8ae17d45295fde60
BLAKE2b-256 2f30c9045678dc910821360ac601f721bb777f0738565fd860bcb0add8b0ceab

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.51.1-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 538d981818e49b6ed1e9c8d5e5adf29f71c4e334e7d459bf47e9b7abb3c30e09
MD5 7b15c0535e31a8582e2b07396994c9d2
BLAKE2b-256 00a2ef2b25a5d64535c29f46a4a3da86bf0d7c8fbb15d3a58472a75e711dc0be

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.51.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 97d67983189e2e45550eac194d6234fc38b8c3b5396c153821f2d906ed46e0ce
MD5 f1021acbecb8bdf802a4643005211d56
BLAKE2b-256 fc62bccba142a6ad670727fb329579d18ab44e8b3585b23068baa0b7196b86b6

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.51.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0dc5354e38e5adf2498312f7241b14c7ce3484eefa0082db4297189dcbe272e6
MD5 25709851b7a584cf68b0ad4b3e75007f
BLAKE2b-256 f14cb3926a862d62649103241447885d6bc48f653ba82024a099c5a8b758fdd6

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.51.1-cp39-cp39-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 4c4423ea38a7825b8fed8934d6d9aeebdf646c97e3c608c3b0bcf23616f33877
MD5 bdfb1c910bdbc7731146972035592eaf
BLAKE2b-256 24c79b290c58e0a0588e8fbf60392728181de8b39cc6cdb2b8a1298afd34f85a

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.51.1-cp39-cp39-macosx_10_10_x86_64.whl.

File metadata

File hashes

Hashes for grpcio-1.51.1-cp39-cp39-macosx_10_10_x86_64.whl
Algorithm Hash digest
SHA256 dad6533411d033b77f5369eafe87af8583178efd4039c41d7515d3336c53b4f1
MD5 acacd22881d144a07410fa32f6684e6a
BLAKE2b-256 60613da77877887d5d3888c42cd917ffd89c80ea6dfa21c55a754acc512b5576

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.51.1-cp39-cp39-linux_armv7l.whl
Algorithm Hash digest
SHA256 59dffade859f157bcc55243714d57b286da6ae16469bf1ac0614d281b5f49b67
MD5 982e6cb631c3311c833bf096f2d03eca
BLAKE2b-256 4c188a0775da46d6e6993d0dbcd4e351f339f41891e6e31c161a3ef3337d8c0f

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.51.1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 3.7 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.8

File hashes

Hashes for grpcio-1.51.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 f1158bccbb919da42544a4d3af5d9296a3358539ffa01018307337365a9a0c64
MD5 6bf6836c01b22d8c244d73f8af392a6f
BLAKE2b-256 edd15da9ded8cc9517d855941b6c6a71eebeaf60991ed82d886b850cc2f7a3bd

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.51.1-cp38-cp38-win32.whl
  • Upload date:
  • Size: 3.2 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.8

File hashes

Hashes for grpcio-1.51.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 75e29a90dc319f0ad4d87ba6d20083615a00d8276b51512e04ad7452b5c23b04
MD5 ceda48188f4fb10918d97b4ee4fd3270
BLAKE2b-256 cc8d6b199f00021d25bffa6662921fa8fd0c8ee23bc6c01778c0e884e12585a0

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.51.1-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 471d39d3370ca923a316d49c8aac66356cea708a11e647e3bdc3d0b5de4f0a40
MD5 07052b48eba0bda68637ca6e0dbd8676
BLAKE2b-256 9055b3325e914fd275945514a5568255284bfb23a34f9b8aa225362bdb1aa912

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.51.1-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 5dca372268c6ab6372d37d6b9f9343e7e5b4bc09779f819f9470cd88b2ece3c3
MD5 f8a31a95f52dd91dbf4627784dd08315
BLAKE2b-256 9bcdf928ec92355e50673d7c130fa7b0ec1f52fe59c8055e8cc81bc1809e0f62

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.51.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0fb93051331acbb75b49a2a0fd9239c6ba9528f6bdc1dd400ad1cb66cf864292
MD5 0af8d22e28c69e258f85ac714fa359af
BLAKE2b-256 479f5f86d836c9b6b96e1fe7ca316ba47b06a37d12e470c295e603ff3f8dec4e

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.51.1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 506b9b7a4cede87d7219bfb31014d7b471cfc77157da9e820a737ec1ea4b0663
MD5 ebef77efa86596d2ad009f6b955665e5
BLAKE2b-256 06a2f8c20a8173407d6b36c8cdf31d3710036f61bdbac02da34ad23de5fd89eb

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.51.1-cp38-cp38-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 172405ca6bdfedd6054c74c62085946e45ad4d9cec9f3c42b4c9a02546c4c7e9
MD5 02316c4e91d569679ba42ed68be75c36
BLAKE2b-256 e9337aed2902f5701d4f2d63a7d4fcd11eac27ced61cac457520013ddd8d5a7f

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.51.1-cp38-cp38-macosx_10_10_x86_64.whl.

File metadata

File hashes

Hashes for grpcio-1.51.1-cp38-cp38-macosx_10_10_x86_64.whl
Algorithm Hash digest
SHA256 6df3b63538c362312bc5fa95fb965069c65c3ea91d7ce78ad9c47cab57226f54
MD5 b1fa2f70d2a2b80f7970092c66c27b0f
BLAKE2b-256 78399b1b955d1977b3bfca7a33f22a8425dd5ed0c50645cac3431bea79464cf0

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.51.1-cp38-cp38-linux_armv7l.whl
Algorithm Hash digest
SHA256 0e1a9e1b4a23808f1132aa35f968cd8e659f60af3ffd6fb00bcf9a65e7db279f
MD5 28e705cb71e31cdfb8c4db45b3585018
BLAKE2b-256 5fed83be78c1b75f899cd40c847c6bdfe19d76a822c85d97b40387c1d640f24d

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.51.1-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: grpcio-1.51.1-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 3.7 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.8

File hashes

Hashes for grpcio-1.51.1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 f1fec3abaf274cdb85bf3878167cfde5ad4a4d97c68421afda95174de85ba813
MD5 ddf0091305d1d560ad57d62ff3b9b33d
BLAKE2b-256 f05984b9868896468cccbb644f9a4e3a25226f70e4e6b7e2dab503c81dfb8c59

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.51.1-cp37-cp37m-win32.whl.

File metadata

  • Download URL: grpcio-1.51.1-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 3.1 MB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.8

File hashes

Hashes for grpcio-1.51.1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 f96ace1540223f26fbe7c4ebbf8a98e3929a6aa0290c8033d12526847b291c0f
MD5 ee8a4625f93a7fe4e0445fa42722c155
BLAKE2b-256 4951502a23027a05777d126d7302b992aa24a2e5c4eb0cd4c83a868fc5ef8274

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.51.1-cp37-cp37m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for grpcio-1.51.1-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 7942b32a291421460d6a07883033e392167d30724aa84987e6956cd15f1a21b9
MD5 2a1b016db6bb1d8482c4f67048d9bc93
BLAKE2b-256 9dff238a251e24328a61ba9ba0a4515597d46c4a27cce8181dd9a41ffff48478

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.51.1-cp37-cp37m-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for grpcio-1.51.1-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 6f0b89967ee11f2b654c23b27086d88ad7bf08c0b3c2a280362f28c3698b2896
MD5 481c8ee0e75a019a9913065c61e2a2a3
BLAKE2b-256 d2ab296ba57b727fe9f6381e5299be13aceb28dcfff0b74a29f9181cf99f2097

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.51.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for grpcio-1.51.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e473525c28251558337b5c1ad3fa969511e42304524a4e404065e165b084c9e4
MD5 b8af601fd59cbff3b540cee79b9f3c36
BLAKE2b-256 dce96e97a958c2a6603d9eb93e94b73381e2df8eb13865cdb166fc8f4dee8772

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.51.1-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for grpcio-1.51.1-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 31bb6bc7ff145e2771c9baf612f4b9ebbc9605ccdc5f3ff3d5553de7fc0e0d79
MD5 439bb306b25feaa8ff6dcf55540c0bb5
BLAKE2b-256 9123a56ecc59d0084c81381ecf8881cee85830648d48f7a52170399111af571c

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.51.1-cp37-cp37m-manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for grpcio-1.51.1-cp37-cp37m-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 fbdbe9a849854fe484c00823f45b7baab159bdd4a46075302281998cb8719df5
MD5 e6c53d3f1d3fa32258b24659c2f9e2eb
BLAKE2b-256 fc8c76a1154de1bf4fb5954ef7296f51e3550b344518a8b9ab1988983286d540

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.51.1-cp37-cp37m-macosx_10_10_x86_64.whl.

File metadata

File hashes

Hashes for grpcio-1.51.1-cp37-cp37m-macosx_10_10_x86_64.whl
Algorithm Hash digest
SHA256 17ec9b13cec4a286b9e606b48191e560ca2f3bbdf3986f91e480a95d1582e1a7
MD5 0cdd5823b3c83f97065b18e8227342b0
BLAKE2b-256 b36f4004a00b74f4ce3ae3dd203307d88a6e46ffd185d3fe6a2ad77cc91e44a3

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.51.1-cp37-cp37m-linux_armv7l.whl.

File metadata

File hashes

Hashes for grpcio-1.51.1-cp37-cp37m-linux_armv7l.whl
Algorithm Hash digest
SHA256 cd3baccea2bc5c38aeb14e5b00167bd4e2373a373a5e4d8d850bd193edad150c
MD5 8af13c1b7f403fe403ddd4563ab07f8d
BLAKE2b-256 11bf988c26ed6f71fba2229c599fdd69fa309229ce0e900a0aaa1c641e66a665

See more details on using hashes here.

Provenance

Supported by

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