Skip to main content

HTTP/2-based RPC framework

Reason this release was yanked:

Deadlock observed in Apache Beam.

Project description

compat_check_pypi

Package for gRPC Python.

Supported Python Versions

Python >= 3.6

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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.10 Windows x86-64

grpcio-1.48.0-cp310-cp310-win32.whl (3.0 MB view details)

Uploaded CPython 3.10 Windows x86

grpcio-1.48.0-cp310-cp310-musllinux_1_1_x86_64.whl (4.8 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

grpcio-1.48.0-cp310-cp310-musllinux_1_1_i686.whl (5.0 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

grpcio-1.48.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.6 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

grpcio-1.48.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (4.8 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

grpcio-1.48.0-cp310-cp310-manylinux_2_17_aarch64.whl (63.8 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

grpcio-1.48.0-cp310-cp310-macosx_10_10_x86_64.whl (4.2 MB view details)

Uploaded CPython 3.10 macOS 10.10+ x86-64

grpcio-1.48.0-cp310-cp310-linux_armv7l.whl (71.5 MB view details)

Uploaded CPython 3.10

grpcio-1.48.0-cp39-cp39-win_amd64.whl (3.6 MB view details)

Uploaded CPython 3.9 Windows x86-64

grpcio-1.48.0-cp39-cp39-win32.whl (3.0 MB view details)

Uploaded CPython 3.9 Windows x86

grpcio-1.48.0-cp39-cp39-musllinux_1_1_x86_64.whl (4.8 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

grpcio-1.48.0-cp39-cp39-musllinux_1_1_i686.whl (5.0 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

grpcio-1.48.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.6 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

grpcio-1.48.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (4.8 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

grpcio-1.48.0-cp39-cp39-manylinux_2_17_aarch64.whl (63.8 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

grpcio-1.48.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.48.0-cp39-cp39-linux_armv7l.whl (71.5 MB view details)

Uploaded CPython 3.9

grpcio-1.48.0-cp38-cp38-win_amd64.whl (3.6 MB view details)

Uploaded CPython 3.8 Windows x86-64

grpcio-1.48.0-cp38-cp38-win32.whl (3.0 MB view details)

Uploaded CPython 3.8 Windows x86

grpcio-1.48.0-cp38-cp38-musllinux_1_1_x86_64.whl (4.8 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

grpcio-1.48.0-cp38-cp38-musllinux_1_1_i686.whl (5.0 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

grpcio-1.48.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.6 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

grpcio-1.48.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (4.8 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

grpcio-1.48.0-cp38-cp38-manylinux_2_17_aarch64.whl (64.1 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

grpcio-1.48.0-cp38-cp38-macosx_10_10_x86_64.whl (4.4 MB view details)

Uploaded CPython 3.8 macOS 10.10+ x86-64

grpcio-1.48.0-cp38-cp38-linux_armv7l.whl (71.6 MB view details)

Uploaded CPython 3.8

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

Uploaded CPython 3.7m Windows x86-64

grpcio-1.48.0-cp37-cp37m-win32.whl (3.0 MB view details)

Uploaded CPython 3.7m Windows x86

grpcio-1.48.0-cp37-cp37m-musllinux_1_1_x86_64.whl (4.8 MB view details)

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

grpcio-1.48.0-cp37-cp37m-musllinux_1_1_i686.whl (5.0 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

grpcio-1.48.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.6 MB view details)

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

grpcio-1.48.0-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (4.8 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686

grpcio-1.48.0-cp37-cp37m-manylinux_2_17_aarch64.whl (63.6 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

grpcio-1.48.0-cp37-cp37m-macosx_10_10_x86_64.whl (4.4 MB view details)

Uploaded CPython 3.7m macOS 10.10+ x86-64

grpcio-1.48.0-cp37-cp37m-linux_armv7l.whl (71.2 MB view details)

Uploaded CPython 3.7m

grpcio-1.48.0-cp36-cp36m-win_amd64.whl (3.6 MB view details)

Uploaded CPython 3.6m Windows x86-64

grpcio-1.48.0-cp36-cp36m-win32.whl (3.0 MB view details)

Uploaded CPython 3.6m Windows x86

grpcio-1.48.0-cp36-cp36m-musllinux_1_1_x86_64.whl (4.8 MB view details)

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

grpcio-1.48.0-cp36-cp36m-musllinux_1_1_i686.whl (5.0 MB view details)

Uploaded CPython 3.6m musllinux: musl 1.1+ i686

grpcio-1.48.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.6 MB view details)

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

grpcio-1.48.0-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl (4.8 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ i686

grpcio-1.48.0-cp36-cp36m-manylinux_2_17_aarch64.whl (63.6 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ ARM64

grpcio-1.48.0-cp36-cp36m-macosx_10_10_x86_64.whl (4.4 MB view details)

Uploaded CPython 3.6m macOS 10.10+ x86-64

grpcio-1.48.0-cp36-cp36m-linux_armv7l.whl (71.3 MB view details)

Uploaded CPython 3.6m

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.48.0.tar.gz
Algorithm Hash digest
SHA256 eaf4bb73819863440727195411ab3b5c304f6663625e66f348e91ebe0a039306
MD5 9109ab5ba8d258783b579a666bf23946
BLAKE2b-256 10f0e45a5d5e2ce287dfa7f3b98a8ae9cfb1e87be5cf9d5700af981c0007ab57

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.48.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 8dcffdb8921fd88857ae350fd579277a5f9315351e89ed9094ef28927a46d40d
MD5 3314753be60b22afe8ebeabce61dc59b
BLAKE2b-256 7f1c07456759ef2d9744ccdcc3163e37ed105d713f0c44d8ecfd5b52933bc558

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.48.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 0388da923dff58ba7f711233e41c2b749b5817b8e0f137a107672d9c15a1009c
MD5 094e41aa9c5b63097f8a26749dd0d21e
BLAKE2b-256 abfc5ffd8b2cf01b0ae0178791da8da4aadde4479a6bbf0f48f6999155952bd8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.48.0-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 cd01a8201fd8ab2ce496f7e65975da1f1e629eac8eea84ead0fd77e32e4350cd
MD5 9a82851efdf63a226ea7ea655255e78d
BLAKE2b-256 fb41358401d62fe797cceb298716f040922e49aab05db2fabdad16bd4aa38bc4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.48.0-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 877d33aeba05ae0b9e81761a694914ed33613f655c35f6bbcf4ebbcb984e0167
MD5 ab6675df8b69b6d160c867ca8b2d420f
BLAKE2b-256 a9c288ebfb264e2e34bddb3dce81a3aae0e36238c94b4cf597f6b03255aae6ae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.48.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5bd8541c4b6b43c9024496d30b4a12346325d3a17a1f3c80ad8924caed1e35c3
MD5 435d0a0aae3d5237fb33ea6cb93f15cb
BLAKE2b-256 8c699f1f9097636c7c0c40cb554ff1a3f1bb808b184c2eca3ac2cb66780d61e6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.48.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8f9b6b6f7c83869d2316c5d13f953381881a16741275a34ec5ed5762f11b206e
MD5 63410953e6ffc1ff1f5a3dea865ebb29
BLAKE2b-256 1d044ae7b5867c7c1de9c590879099cb321269d93f68c90751e4cbc9e1981440

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.48.0-cp310-cp310-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 448d397fe88e9fef8170f019b86abdc4d554ae311aaf4dbff1532fde227d3308
MD5 440721c0308795daa557834e48c02201
BLAKE2b-256 5de7ea335fcab5e0e82a08080b3f29a29c57addc7a39ce4746608f77bf340fbc

See more details on using hashes here.

File details

Details for the file grpcio-1.48.0-cp310-cp310-macosx_10_10_x86_64.whl.

File metadata

File hashes

Hashes for grpcio-1.48.0-cp310-cp310-macosx_10_10_x86_64.whl
Algorithm Hash digest
SHA256 f8bc76f5cd95f5476e5285fe5d3704a9332586a569fbbccef551b0b6f7a270f9
MD5 6169347c9a039b43ec8b4e88928e8d84
BLAKE2b-256 810e4aa529da53d0f7c7f217e6da18f634e068f7bb59f536f8dfe14b14297662

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.48.0-cp310-cp310-linux_armv7l.whl
Algorithm Hash digest
SHA256 4a049a032144641ed5d073535c0dc69eb6029187cc729a66946c86dcc8eec3a1
MD5 8bd81365d9a89bac805ab83532a9b815
BLAKE2b-256 f7621f76eb4f7505ba7d7153b3bbd24986e243f89514e52c91358b583a6b49fd

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.48.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 ae3fd135666448058fe277d93c10e0f18345fbcbb015c4642de2fa3db6f0c205
MD5 f51487f768e20ec3b432563173ae5267
BLAKE2b-256 af325686e92fe1ffe08773783bc9984ced029064b9844cd4327358a763fa468c

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.48.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 ce70254a082cb767217b2fdee374cc79199d338d46140753438cd6d67c609b2f
MD5 95f7ce210d33820c417d94176a83be10
BLAKE2b-256 ec847858319c0dadd84a51c4413ab855588ac12247f5903babc63fa9709366af

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.48.0-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 beb0573daa49889efcfea0a6e995b4f39d481aa1b94e1257617406ef417b56a6
MD5 b4732c329b429cbbde1bd53f16801939
BLAKE2b-256 7634f36d24de64a9c006ea7840c9b1302659316feddb70dfae5adc36bc350cb6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.48.0-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 111fb2f5f4a069f331ae23106145fd16dd4e1112ca223858a922068614dac6d2
MD5 5ddf584bdac55ebf0b43a67b36c40950
BLAKE2b-256 ad3fdb4867653623d46df0ad2bde1ece25d307a22d3343376a7e146ceca3dce7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.48.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f4c4ad8ad7e2cf3a272cbc96734d56635e6543939022f17e0c4487f7d2a45bf9
MD5 31615f92ca0b348b6da757453c921ffa
BLAKE2b-256 2b64638c579351d963e0c189a7d28fbc24466f0a876d9128cdb3825c9c03c1e1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.48.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 34f5917f0c49a04633dc12d483c8aee6f6d9f69133b700214d3703f72a72f501
MD5 586cb6e8e88908fd4e09672ca12197fc
BLAKE2b-256 005828bda810ec7a0210db848a14e3033170d59b2f5ca928f168d2ff76949cf1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.48.0-cp39-cp39-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 0ecba22f25ccde2442be7e7dd7fa746905d628f03312b4a0c9961f0d99771f53
MD5 1b87fa5dfc4f7528fd6139139991e9ca
BLAKE2b-256 9450de62e05e90dc898d105cf0149478760f4eef2b301b278abf0afc098a24f9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.48.0-cp39-cp39-macosx_10_10_x86_64.whl
Algorithm Hash digest
SHA256 60843d8184e171886dd7a93d6672e2ef0b08dfd4f88da7421c10b46b6e031ac4
MD5 68afbd4d9945d595d47c1a85f6d40333
BLAKE2b-256 97b3401aa6492723e1704f2380d01bb4c81b27a5fcfd21aa91e5ba92b1e4c6f3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.48.0-cp39-cp39-linux_armv7l.whl
Algorithm Hash digest
SHA256 a4ed57f4e3d91259551e6765782b22d9e8b8178fec43ebf8e1b2c392c4ced37b
MD5 ffbe9f03accc51313fe271ed56b99fe7
BLAKE2b-256 f07f8a31b46a3a51592f19c60289f7fc7e9ca02d59290c939b5877fb391c5a18

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.48.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 5fe3af539d2f50891ed93aed3064ffbcc38bf848aa3f7ed1fbedcce139c57302
MD5 273f234d984b2e7b5e21e9a586a8376e
BLAKE2b-256 fd716106676ddc7115ba85b34c8dc8d3a3e37a864fe803123924e3cd8fe81f27

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.48.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 b890e5f5fbc21cb994894f73ecb2faaa66697d8debcb228a5adb0622b9bec3b2
MD5 a467637137f842ce717278c6f513e155
BLAKE2b-256 c1976c7af0fd7c8cff6a8b72d446862e6e50b401fb9a1e681e796cab91b19728

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.48.0-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 41b65166779d7dafac4c98380ac19f690f1c5fe18083a71d370df87b24dd30ff
MD5 2973d3ddbc5e3cc68b8caf801c222d85
BLAKE2b-256 19538583479805b6cc3597143e190c0cc60e0902226545e3c9583d0051e0e11c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.48.0-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 c84b9d90b2641963de98b35bb7a2a51f78119fe5bd00ef27246ba9f4f0835e36
MD5 427a3cbb04d961428079bc2639b6b70d
BLAKE2b-256 47840673817a662d10e9205d6baddfd790068a2489aa8b6260eafa3dbfb00261

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.48.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 13dad31f5155fa555d393511cc8108c41b1b5b54dc4c24c27d4694ddd7a78fad
MD5 4ddd604a7e15a4d27fc2de33d0fc1b78
BLAKE2b-256 57866ace76491cd0dbeaa176a13304c71101921589cdee68a052e067a7333894

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.48.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b4e996282238943ca114628255be61980e38b25f73a08ae2ffd02b63eaf70d3a
MD5 9729f452dc41d31702da9aa58d5f7cc2
BLAKE2b-256 158e217fddc804fe361012387a06885d5d255312e41f09755aaf561b5b2a52e5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.48.0-cp38-cp38-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 f7115038edce33b494e0138b0bd31a2eb6595d45e2eed23be46bc32886feb741
MD5 d17d94951aad59ee15d6cdb17047a26b
BLAKE2b-256 1ee504f6b9afd6da724860c28f80d1c644751b4590fe738168693c2ca3a25197

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.48.0-cp38-cp38-macosx_10_10_x86_64.whl
Algorithm Hash digest
SHA256 e4dfae66ebc165c46c5b7048eb554472ee72fbaab2c2c2da7f9b1621c81e077c
MD5 0de6bd038725dd872509f617c6676257
BLAKE2b-256 012c4cb33cdbe0caf5f1018dc43b978d01805722e88fbfc38117dcdca726fc6f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.48.0-cp38-cp38-linux_armv7l.whl
Algorithm Hash digest
SHA256 7b820696a5ce7b98f459f234698cb323f89b355373789188efa126d7f47a2a92
MD5 84ae2b51fa097ab933a4565ce339bb28
BLAKE2b-256 2ee4e685e80eefd9a8765a6add5c12bfce45ed33916b06bf732ef366363faf47

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.48.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 a2b1b33b92359388b8164807313dcbb3317101b038a5d54342982560329d958f
MD5 db1e07f794b9eacd809b3496d0dc4e25
BLAKE2b-256 693f933a9d3a62b64b87e0d3edb321961fbfc6acd7a162a51c4f578761137014

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for grpcio-1.48.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 7ec264a7fb413e0c804a7a48a6f7d7212742955a60724c44d793da35a8f30873
MD5 5ce7622cb2ebd6d15f53b3261672459a
BLAKE2b-256 dccab3774c2f54ba177caeece8b79b1c98093a921a9d75ab961c46d50e2206fd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.48.0-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 9daa67820fafceec6194ed1686c1783816e62d6756ff301ba93e682948836846
MD5 0116b173359c38d85fd16d195d57297e
BLAKE2b-256 3340698531cb61bffda1e9e2ea61d1755c2d6f7330fb6abcb6f610c7ff341511

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.48.0-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 cba4538e8a2ef123ea570e7b1d62162e158963c2471e35d79eb9690c971a10c0
MD5 634fbf20d1323cff633f2f8d1f57cdab
BLAKE2b-256 e83b6ca0bbb4ebe876528cbe0be75016f8e733994f5498ec891e4dd9664e1a29

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.48.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 656c6f6f7b815bca3054780b8cdfa1e4e37cd36c887a48558d00c2cf85f31697
MD5 3ffe4571fbc9ff1ac5ce6a869840420b
BLAKE2b-256 1082cfe40a55c28b487fe0d15d9afef68551fe90a7bd4e3b04120321f300e22b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.48.0-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1f3f142579f58def64c0850f0bb0eb1b425ae885f5669dda5b73ade64ad2b753
MD5 d2eda9fe4a5dcbfa97d1b848dab323cf
BLAKE2b-256 a0753c565715b2e7133e30af9fe7c97d7240938a3851805257564965a329f40b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.48.0-cp37-cp37m-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 7cccbf6db31f2a78e1909047ff69620f94a4e6e53251858e9502fbbff5714b48
MD5 f0cabfd55d8fd4bcb8451afe0492635d
BLAKE2b-256 661373a32ebeb0da5a9f7cadde68b01bdd42e650e3fd06d7d82841491a9201da

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.48.0-cp37-cp37m-macosx_10_10_x86_64.whl
Algorithm Hash digest
SHA256 a1ef40975ec9ced6c17ce7fbec9825823da782fa606f0b92392646ff3886f198
MD5 55b69156d520260d25630c05a684194b
BLAKE2b-256 20af39ba5d1f69f4bba62a36cafdbd34ca8b38efcd4eea4faf8643fffed62b79

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for grpcio-1.48.0-cp37-cp37m-linux_armv7l.whl
Algorithm Hash digest
SHA256 8af3a8845df35b838104d6fb1ae7f4969d248cf037fa2794916d31e917346f72
MD5 724591e3ded7c10422157f8ff8f92169
BLAKE2b-256 6fd1732351355e13707432e109923441c8cbb7731dfe661243e04a78637ee667

See more details on using hashes here.

File details

Details for the file grpcio-1.48.0-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: grpcio-1.48.0-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 3.6 MB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.5

File hashes

Hashes for grpcio-1.48.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 7cebcf645170f0c82ef71769544f9ac4515993a4d367f5900aba2eb4ecd2a32f
MD5 f189d7d38decef0b0a7db1b3fd162c74
BLAKE2b-256 92474fd39ef7cd10ffdcd26255322bffca43d0c4c7d1b5f5d45dc253a272f436

See more details on using hashes here.

File details

Details for the file grpcio-1.48.0-cp36-cp36m-win32.whl.

File metadata

  • Download URL: grpcio-1.48.0-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 3.0 MB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.5

File hashes

Hashes for grpcio-1.48.0-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 059e9d58b5aba7fb9eabe3a4d2ac49e1dcbc2b54b0f166f6475e40b7f4435343
MD5 b5bace39744f31275075b0d19bb74fae
BLAKE2b-256 017c937128661401bf07ec9a8ca3258cf1ce058d55ab5c35f7f91dc103ba67e2

See more details on using hashes here.

File details

Details for the file grpcio-1.48.0-cp36-cp36m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for grpcio-1.48.0-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 9e73b95969a579798bfbeb85d376695cce5172357fb52e450467ceb8e7365152
MD5 3144249230962510da0bc939e0a52c22
BLAKE2b-256 e38d78cf7b5c3ab628f984b4ed9144fcffb96f5ae9e31f93ad5db28e04d617f6

See more details on using hashes here.

File details

Details for the file grpcio-1.48.0-cp36-cp36m-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for grpcio-1.48.0-cp36-cp36m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 7df637405de328a54c1c8c08a3206f974c7a577730f90644af4c3400b7bfde2d
MD5 4cb8a23a48bddba3a0ca97a748dd2857
BLAKE2b-256 df914628bd9e9898020e129960d4073eec419e0934242fb5af81256d29552524

See more details on using hashes here.

File details

Details for the file grpcio-1.48.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for grpcio-1.48.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 dc2619a31339e1c53731f54761f1a2cb865d3421f690e00ef3e92f90d2a0c5ae
MD5 88ae915e958c80cdf61d6c3a05c8d2f8
BLAKE2b-256 92e68cfe1d37b65892a00587334e6009f9eaa1a2f3eb136363d5b325e70f6e7b

See more details on using hashes here.

File details

Details for the file grpcio-1.48.0-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for grpcio-1.48.0-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 cc3ebfe356c0c6750379cd194bf2b7e5d1d2f29db1832358f05a73e9290db98c
MD5 c391bf276cd538db5cf07251d889537c
BLAKE2b-256 8a67588db2b5d22e8b1d28476cf5f420f95b14be858ddc60a95fca0c0a2f43d4

See more details on using hashes here.

File details

Details for the file grpcio-1.48.0-cp36-cp36m-manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for grpcio-1.48.0-cp36-cp36m-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 59284bd4cdf47c147c26d91aca693765318d524328f6ece2a1a0b85a12a362af
MD5 2caa6976cc6a2b615a27268e9a065ad1
BLAKE2b-256 cb65acc553b0dbccc4739e72d1929276510e89f9e850994bf1a37241193eeeb9

See more details on using hashes here.

File details

Details for the file grpcio-1.48.0-cp36-cp36m-macosx_10_10_x86_64.whl.

File metadata

File hashes

Hashes for grpcio-1.48.0-cp36-cp36m-macosx_10_10_x86_64.whl
Algorithm Hash digest
SHA256 af2d80f142da2a6af45204a5ca2374e2747af07a99de54a1164111e169a761ff
MD5 3896c41b26bd322feef1068d474a3ad5
BLAKE2b-256 ffc55c664bb6eca1c2956d9822f4b8c9bb7dd80380a3b4a879ce76ae17bf6163

See more details on using hashes here.

File details

Details for the file grpcio-1.48.0-cp36-cp36m-linux_armv7l.whl.

File metadata

File hashes

Hashes for grpcio-1.48.0-cp36-cp36m-linux_armv7l.whl
Algorithm Hash digest
SHA256 2138c50331232f56178c2b36dcfa6ad67aad705fe410955f3b2a53d722191b89
MD5 78a93061e774f741a4cc6c40d424cd6f
BLAKE2b-256 c4dd7715399e5e9794ae53dc65c9aecdefb846c09291c4d3141041e4a62f8e3d

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