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

Uploaded Source

Built Distributions

grpcio-1.50.0-cp311-cp311-win_amd64.whl (3.6 MB view details)

Uploaded CPython 3.11 Windows x86-64

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

Uploaded CPython 3.11 Windows x86

grpcio-1.50.0-cp311-cp311-musllinux_1_1_x86_64.whl (4.9 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

grpcio-1.50.0-cp311-cp311-musllinux_1_1_i686.whl (5.1 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

grpcio-1.50.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.7 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

grpcio-1.50.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (4.9 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

grpcio-1.50.0-cp311-cp311-macosx_10_10_x86_64.whl (7.9 MB view details)

Uploaded CPython 3.11 macOS 10.10+ x86-64

grpcio-1.50.0-cp311-cp311-linux_armv7l.whl (75.3 MB view details)

Uploaded CPython 3.11

grpcio-1.50.0-cp310-cp310-win_amd64.whl (3.6 MB view details)

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

grpcio-1.50.0-cp310-cp310-musllinux_1_1_x86_64.whl (4.9 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

grpcio-1.50.0-cp310-cp310-musllinux_1_1_i686.whl (5.1 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

grpcio-1.50.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.7 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

grpcio-1.50.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (4.9 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

grpcio-1.50.0-cp310-cp310-manylinux_2_17_aarch64.whl (67.0 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

grpcio-1.50.0-cp310-cp310-macosx_12_0_x86_64.whl (4.4 MB view details)

Uploaded CPython 3.10 macOS 12.0+ x86-64

grpcio-1.50.0-cp310-cp310-linux_armv7l.whl (75.1 MB view details)

Uploaded CPython 3.10

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

Uploaded CPython 3.9 Windows x86-64

grpcio-1.50.0-cp39-cp39-win32.whl (3.1 MB view details)

Uploaded CPython 3.9 Windows x86

grpcio-1.50.0-cp39-cp39-musllinux_1_1_x86_64.whl (4.9 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

grpcio-1.50.0-cp39-cp39-musllinux_1_1_i686.whl (5.1 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

grpcio-1.50.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.7 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

grpcio-1.50.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (4.9 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

grpcio-1.50.0-cp39-cp39-manylinux_2_17_aarch64.whl (67.0 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

grpcio-1.50.0-cp39-cp39-macosx_10_10_x86_64.whl (4.5 MB view details)

Uploaded CPython 3.9 macOS 10.10+ x86-64

grpcio-1.50.0-cp39-cp39-linux_armv7l.whl (75.2 MB view details)

Uploaded CPython 3.9

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

Uploaded CPython 3.8 Windows x86-64

grpcio-1.50.0-cp38-cp38-win32.whl (3.1 MB view details)

Uploaded CPython 3.8 Windows x86

grpcio-1.50.0-cp38-cp38-musllinux_1_1_x86_64.whl (4.9 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

grpcio-1.50.0-cp38-cp38-musllinux_1_1_i686.whl (5.1 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

grpcio-1.50.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.7 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

grpcio-1.50.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (4.9 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

grpcio-1.50.0-cp38-cp38-manylinux_2_17_aarch64.whl (67.3 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

grpcio-1.50.0-cp38-cp38-macosx_10_10_x86_64.whl (4.5 MB view details)

Uploaded CPython 3.8 macOS 10.10+ x86-64

grpcio-1.50.0-cp38-cp38-linux_armv7l.whl (75.3 MB view details)

Uploaded CPython 3.8

grpcio-1.50.0-cp37-cp37m-win_amd64.whl (3.6 MB view details)

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

grpcio-1.50.0-cp37-cp37m-musllinux_1_1_x86_64.whl (4.9 MB view details)

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

grpcio-1.50.0-cp37-cp37m-musllinux_1_1_i686.whl (5.1 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

grpcio-1.50.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.7 MB view details)

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

grpcio-1.50.0-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (4.9 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686

grpcio-1.50.0-cp37-cp37m-manylinux_2_17_aarch64.whl (66.8 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

grpcio-1.50.0-cp37-cp37m-macosx_10_10_x86_64.whl (4.5 MB view details)

Uploaded CPython 3.7m macOS 10.10+ x86-64

grpcio-1.50.0-cp37-cp37m-linux_armv7l.whl (74.9 MB view details)

Uploaded CPython 3.7m

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.50.0.tar.gz
Algorithm Hash digest
SHA256 12b479839a5e753580b5e6053571de14006157f2ef9b71f38c56dc9b23b95ad6
MD5 1aa5cf7920f67376f40c72b9813a8dcb
BLAKE2b-256 7187118ed062bba99c54162f9b3a15cc58f018e157fe2f274edd7bc1a8a5bfe2

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.50.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 ce8513aee0af9c159319692bfbf488b718d1793d764798c3d5cff827a09e25ef
MD5 56dd58503491d2a04f4f12e12fe45340
BLAKE2b-256 d37595bb93bf6a96515ff14ffdbc73096d27ccb502da2d1336171cde8989615f

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.50.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 92d7635d1059d40d2ec29c8bf5ec58900120b3ce5150ef7414119430a4b2dd5c
MD5 215187db40c2c4d2bcdf7b6f66198879
BLAKE2b-256 7f00ff85ad0ddf4a46d93117be0e334cc588a18f37d2510c8b58d905f14c8d89

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.50.0-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 d144ad10eeca4c1d1ce930faa105899f86f5d99cecfe0d7224f3c4c76265c15e
MD5 95a27f66bcade8d099f4b05d526969d1
BLAKE2b-256 c9c0d003228e58a5e9111691a9dee65aca46f1b12fa3d84c3627a09bdbae0d37

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.50.0-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 de411d2b030134b642c092e986d21aefb9d26a28bf5a18c47dd08ded411a3bc5
MD5 c4b510bfac8171aae14e0918a5f222c7
BLAKE2b-256 a8c8a03979d91a3efa610787fba3d854a51f88648170a19a90cee1b3667a7c48

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.50.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 156f8009e36780fab48c979c5605eda646065d4695deea4cfcbcfdd06627ddb6
MD5 39a11f358d0e51bf7ada94859b80f464
BLAKE2b-256 2a9149f4a4b36425a81339b90d142b6d319875a31239d765a08f0b32e1c89480

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.50.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1a4cd8cb09d1bc70b3ea37802be484c5ae5a576108bad14728f2516279165dd7
MD5 f8771827a5021e2322d2b289e93e1696
BLAKE2b-256 c9588fd0ea2d4716da43bab5cfb47082c4a52893e33ced5b5e05c7830c8d72be

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.50.0-cp311-cp311-macosx_10_10_x86_64.whl
Algorithm Hash digest
SHA256 3b611b3de3dfd2c47549ca01abfa9bbb95937eb0ea546ea1d762a335739887be
MD5 e1eba4cbd815a4e2cd087da529ae96ff
BLAKE2b-256 e65a8081a2c3db63372638f8fd90504c47cfad8782301d5596bf7f072a64a68f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.50.0-cp311-cp311-linux_armv7l.whl
Algorithm Hash digest
SHA256 ca8a2254ab88482936ce941485c1c20cdeaef0efa71a61dbad171ab6758ec998
MD5 be1b3f9eae528566da218d84f20821ed
BLAKE2b-256 e947c45a5d236183290418531ff5f051d69b9f08010c7fba6d9ff85ca20e6f2d

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.50.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 05f7c248e440f538aaad13eee78ef35f0541e73498dd6f832fe284542ac4b298
MD5 5f005eb0c44ee0683c140c81be02baf2
BLAKE2b-256 57e5779ea2267f4689323dba4a1f451c9f053e2424aa3215cc2845be117d2e47

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.50.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 f7025930039a011ed7d7e7ef95a1cb5f516e23c5a6ecc7947259b67bea8e06ca
MD5 a033698f66bcc5454d6990dd0d3795c1
BLAKE2b-256 761b8975f69f6b4f7b4d995ed1ac43eb00396f25a9c9161c437f7b25bc05dff1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.50.0-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 95ce51f7a09491fb3da8cf3935005bff19983b77c4e9437ef77235d787b06842
MD5 ce12a666b8f42afe562fa7e211c39cad
BLAKE2b-256 c507c1197ccc06240c64c05023b4188c2e88a6ffd8e7124d10ee830f1a0fd6c1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.50.0-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 2b71916fa8f9eb2abd93151fafe12e18cebb302686b924bd4ec39266211da525
MD5 e0b8b992f30c17cc3a7dc3a90810e3de
BLAKE2b-256 8874319cd774c05059adde832f5dbde77a6c25b739aadadab616f8381905dcaa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.50.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9eea18a878cffc804506d39c6682d71f6b42ec1c151d21865a95fae743fda500
MD5 e6029153feba60d928288bb177c97752
BLAKE2b-256 0014b203992d58afc0560534607ba33928cbd0a3a74c3ef9438a17a998194269

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.50.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b2f77a90ba7b85bfb31329f8eab9d9540da2cf8a302128fb1241d7ea239a5469
MD5 83137ed408ec6d60bc2dc0483d9db01a
BLAKE2b-256 4842661f52741c6ff2c6f68f84de66b2df2b887f886263fd75076c0614c42b2d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.50.0-cp310-cp310-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 4b123fbb7a777a2fedec684ca0b723d85e1d2379b6032a9a9b7851829ed3ca9a
MD5 c20ab334cc8c8761a6f6b92af8da5527
BLAKE2b-256 f464fe8b2fa82d884dc1e0e60a67e6215779a6421637bcbb12ac4bfac2b58630

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.50.0-cp310-cp310-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 2d9fd6e38b16c4d286a01e1776fdf6c7a4123d99ae8d6b3f0b4a03a34bf6ce45
MD5 3681e7362e2f62bbd8f73f284fbc1a81
BLAKE2b-256 ed1551f907dfae5aea734d5047921d6da8cb3f5813828fd9b9de77a8ec8b4f31

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.50.0-cp310-cp310-linux_armv7l.whl
Algorithm Hash digest
SHA256 906f4d1beb83b3496be91684c47a5d870ee628715227d5d7c54b04a8de802974
MD5 9b784dc35445f7dc0d6dbd47a2837b3c
BLAKE2b-256 f7bedd3b323d9b58b919adec3e3099110fc7e04f60e07eb5a35ea38994984de8

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.50.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 ea8ccf95e4c7e20419b7827aa5b6da6f02720270686ac63bd3493a651830235c
MD5 05bc01676aa39936fc951d32d820da07
BLAKE2b-256 e12038ea842e338fb62384629d65d17f494c0f348bc3c16e81df607b31eb70ff

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.50.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 177afaa7dba3ab5bfc211a71b90da1b887d441df33732e94e26860b3321434d9
MD5 0d688018f2477a572d723f5b80d62d51
BLAKE2b-256 6d5f94780e6941db1ab3f8d64a5fbcf138b946572cfeda606a02cf14e98faf6f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.50.0-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 ae23daa7eda93c1c49a9ecc316e027ceb99adbad750fbd3a56fa9e4a2ffd5ae0
MD5 05a97105ff1d8f116ae50ae84e61695e
BLAKE2b-256 1202a255c40201ae38b52c0cf99717674d62eb09ba16dda6b1c679754fe2ef7b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.50.0-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 d75061367a69808ab2e84c960e9dce54749bcc1e44ad3f85deee3a6c75b4ede9
MD5 fbc37dbb90eb5c31ce555fc71fd3bfe7
BLAKE2b-256 12c31dc1ad1245c1b2158ea6e965610f728f4550015321716aaacbfc00204049

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.50.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e07fe0d7ae395897981d16be61f0db9791f482f03fee7d1851fe20ddb4f69c03
MD5 74c5ba0674cd1468eb0797dadfa0b7a0
BLAKE2b-256 e56baec10ed2c9b35de1af6bb57431da338557feb02e8a3f0c398d9fd682da00

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.50.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 cb11464f480e6103c59d558a3875bd84eed6723f0921290325ebe97262ae1347
MD5 9f27441ba5576f3e2c001180cfed7136
BLAKE2b-256 17acf8c2335c62576bc943ecdd9fffe22080d4b3eda0855472cc6000dd555365

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.50.0-cp39-cp39-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 ab5d0e3590f0a16cb88de4a3fa78d10eb66a84ca80901eb2c17c1d2c308c230f
MD5 55a911eec9356681f5c910c12f03a259
BLAKE2b-256 76c44d933de409b5ad21dce7e81e7c6a1cfdbe822a8b70b279da5f0c2b7abc52

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.50.0-cp39-cp39-macosx_10_10_x86_64.whl
Algorithm Hash digest
SHA256 080b66253f29e1646ac53ef288c12944b131a2829488ac3bac8f52abb4413c0d
MD5 3c60d9e231af2d66f5b0625d40fc4839
BLAKE2b-256 a4fbcc95ea1d225754922505671d4ba2a48d9ea44c353b6401f998cb019312ef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.50.0-cp39-cp39-linux_armv7l.whl
Algorithm Hash digest
SHA256 af98d49e56605a2912cf330b4627e5286243242706c3a9fa0bcec6e6f68646fc
MD5 9b68ede3a88920be879593713f935271
BLAKE2b-256 27744b16ccd80af9b2a3c4ca71b0a53a053b25e581f01fea12e0670f7e29256b

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.50.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 8e69aa4e9b7f065f01d3fdcecbe0397895a772d99954bb82eefbb1682d274518
MD5 37e9baf8a152867c36a516dded0bf151
BLAKE2b-256 7f3fe84a3a8f81a1c19821ef618573ba13bc78a5a6da11bc2601159998baa9c5

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.50.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 3e4244c09cc1b65c286d709658c061f12c61c814be0b7030a2d9966ff02611e0
MD5 ebf28dc00d71ac5e7f61ddd7dfa2c475
BLAKE2b-256 c61dfa51b496d7080ce6d0326c5e9dd5bc3756065274423630b578e5754b622f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.50.0-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 a4c23e54f58e016761b576976da6a34d876420b993f45f66a2bfb00363ecc1f9
MD5 bab514f6a90b2138281f4a2368e1cf5c
BLAKE2b-256 a375197b9fda09ae9f79f27f8da62619d6985f384b6a69ff764c928afe9e7ea0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.50.0-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 15f9e6d7f564e8f0776770e6ef32dac172c6f9960c478616c366862933fa08b4
MD5 81da107f9771ffbc421642ec7d8ea3a0
BLAKE2b-256 0e52fbc5acfb51e0d3a68cf6af35c5c286bb7caaea42e7a452f07d6c09d2569c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.50.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 931e746d0f75b2a5cff0a1197d21827a3a2f400c06bace036762110f19d3d507
MD5 80c62a910f1fe5085c1e4f7f1151c045
BLAKE2b-256 15f8d7c51107c55dda09d3a90a7750bfa4e670df076a9baec780d1da0db54373

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.50.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 40838061e24f960b853d7bce85086c8e1b81c6342b1f4c47ff0edd44bbae2722
MD5 e5a21f2c3764b723dcccf4787e6d2e8e
BLAKE2b-256 6ccc7c1ee296f0a23780951facae63db668e1a8d5563f11709b22a3bddd14499

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.50.0-cp38-cp38-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 baab51dcc4f2aecabf4ed1e2f57bceab240987c8b03533f1cef90890e6502067
MD5 b8fe8cc364bfd173a951cbe811a6601d
BLAKE2b-256 d8a5eda831f02519b85d0b7b874a0844b49d9277461c338ee81b33bb694a5e06

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.50.0-cp38-cp38-macosx_10_10_x86_64.whl
Algorithm Hash digest
SHA256 1d8d02dbb616c0a9260ce587eb751c9c7dc689bc39efa6a88cc4fa3e9c138a7b
MD5 10a7dd938d82790f3bd5903de24eed03
BLAKE2b-256 90060371cf4e4e11c0a11f217ade9bd8a625e83a4f8d5d675901aede0efd7c76

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.50.0-cp38-cp38-linux_armv7l.whl
Algorithm Hash digest
SHA256 d534d169673dd5e6e12fb57cc67664c2641361e1a0885545495e65a7b761b0f4
MD5 ea7ecb9b376fa8bde849cd3c402ee479
BLAKE2b-256 5d02d8fa8f9c6da56b7a9d6eefabb50580e7a0dea79cb09602bdc283a36d0a91

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.50.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 531f8b46f3d3db91d9ef285191825d108090856b3bc86a75b7c3930f16ce432f
MD5 df3eee2274ac1a18f115d0fb2d718b17
BLAKE2b-256 d7632e9f261e8f3e0154fc679e88b048427dcee67a9837af84f1fab344e8c5ef

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.50.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 7489dbb901f4fdf7aec8d3753eadd40839c9085967737606d2c35b43074eea24
MD5 e870a75d588c5a2684136e38dc381cb9
BLAKE2b-256 753a2db2aca4a283cc55b2d73ba125efebd2b2ff8e1b1426bf10c913cb609555

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.50.0-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 8d4c8e73bf20fb53fe5a7318e768b9734cf122fe671fcce75654b98ba12dfb75
MD5 beda2d955235d979b00a793c1278502f
BLAKE2b-256 f3247724592f63196f18d31c1ecc643fe42740c33c8ffb7df5886b19f6a6188f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.50.0-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 67dd41a31f6fc5c7db097a5c14a3fa588af54736ffc174af4411d34c4f306f68
MD5 e99d02acedb56705f6466122bd51b43a
BLAKE2b-256 e76a9ff72beaf5277d6b1954ebea55c7688f428960683e792d8c19f2b8dbc600

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.50.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d84d04dec64cc4ed726d07c5d17b73c343c8ddcd6b59c7199c801d6bbb9d9ed1
MD5 6eb6c09601958b8f11df2a0ebe945d38
BLAKE2b-256 597a90ec6306b78a6844cd1c0fdd11dc2b03b0b4607f3e034ba0660651bbd244

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.50.0-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a23d47f2fc7111869f0ff547f771733661ff2818562b04b9ed674fa208e261f4
MD5 1a74733f71ff460ca608d6c82b3fdb1b
BLAKE2b-256 eb455c9f95ff7c1de018f7be47f73710d828414bd5b05edb60d16f9ad086be7b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.50.0-cp37-cp37m-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 cf151f97f5f381163912e8952eb5b3afe89dec9ed723d1561d59cabf1e219a35
MD5 99fcc7d31ead6f3d3c5fcb9f659f9af6
BLAKE2b-256 6020de48ac8ea7bfae10b1b38a7764d997a116a1bf9d32fb7e912768c473738d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.50.0-cp37-cp37m-macosx_10_10_x86_64.whl
Algorithm Hash digest
SHA256 a50a1be449b9e238b9bd43d3857d40edf65df9416dea988929891d92a9f8a778
MD5 3c80429e2cf3f2ccd922c1d244ce4988
BLAKE2b-256 ea3623053a847504ba38fb46b0c7335982e7a21a4912d383dc5e6ca736cd0b59

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.50.0-cp37-cp37m-linux_armv7l.whl
Algorithm Hash digest
SHA256 8e8999a097ad89b30d584c034929f7c0be280cd7851ac23e9067111167dcbf55
MD5 5d5fc4e9239592fb330891c4748f97b8
BLAKE2b-256 ea56ff660307c70328be4e00f32293ae487a836d65b2ea2c441e6d0dd55d60cf

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