Skip to main content

HTTP/2-based RPC framework

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

Uploaded Source

Built Distributions

grpcio-1.46.0rc1-cp310-cp310-win_amd64.whl (3.5 MB view details)

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

grpcio-1.46.0rc1-cp310-cp310-musllinux_1_1_x86_64.whl (4.7 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

grpcio-1.46.0rc1-cp310-cp310-musllinux_1_1_i686.whl (4.8 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

grpcio-1.46.0rc1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.4 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

grpcio-1.46.0rc1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (4.6 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

grpcio-1.46.0rc1-cp310-cp310-manylinux_2_17_aarch64.whl (60.4 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

grpcio-1.46.0rc1-cp310-cp310-macosx_10_10_universal2.whl (4.2 MB view details)

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

grpcio-1.46.0rc1-cp310-cp310-linux_armv7l.whl (67.6 MB view details)

Uploaded CPython 3.10

grpcio-1.46.0rc1-cp39-cp39-win_amd64.whl (3.5 MB view details)

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

grpcio-1.46.0rc1-cp39-cp39-musllinux_1_1_x86_64.whl (4.7 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

grpcio-1.46.0rc1-cp39-cp39-musllinux_1_1_i686.whl (4.8 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

grpcio-1.46.0rc1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.4 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

grpcio-1.46.0rc1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (4.6 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

grpcio-1.46.0rc1-cp39-cp39-manylinux_2_17_aarch64.whl (60.4 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

grpcio-1.46.0rc1-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (4.2 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

grpcio-1.46.0rc1-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl (4.3 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686

grpcio-1.46.0rc1-cp39-cp39-macosx_10_10_x86_64.whl (4.4 MB view details)

Uploaded CPython 3.9 macOS 10.10+ x86-64

grpcio-1.46.0rc1-cp39-cp39-linux_armv7l.whl (67.6 MB view details)

Uploaded CPython 3.9

grpcio-1.46.0rc1-cp38-cp38-win_amd64.whl (3.5 MB view details)

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

grpcio-1.46.0rc1-cp38-cp38-musllinux_1_1_x86_64.whl (4.7 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

grpcio-1.46.0rc1-cp38-cp38-musllinux_1_1_i686.whl (4.8 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

grpcio-1.46.0rc1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.4 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

grpcio-1.46.0rc1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (4.6 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

grpcio-1.46.0rc1-cp38-cp38-manylinux_2_17_aarch64.whl (60.7 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

grpcio-1.46.0rc1-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (4.2 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

grpcio-1.46.0rc1-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl (4.3 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

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

Uploaded CPython 3.8 macOS 10.10+ x86-64

grpcio-1.46.0rc1-cp38-cp38-linux_armv7l.whl (67.7 MB view details)

Uploaded CPython 3.8

grpcio-1.46.0rc1-cp37-cp37m-win_amd64.whl (3.5 MB view details)

Uploaded CPython 3.7m Windows x86-64

grpcio-1.46.0rc1-cp37-cp37m-win32.whl (2.9 MB view details)

Uploaded CPython 3.7m Windows x86

grpcio-1.46.0rc1-cp37-cp37m-musllinux_1_1_x86_64.whl (4.6 MB view details)

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

grpcio-1.46.0rc1-cp37-cp37m-musllinux_1_1_i686.whl (4.8 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

grpcio-1.46.0rc1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.4 MB view details)

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

grpcio-1.46.0rc1-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (4.6 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686

grpcio-1.46.0rc1-cp37-cp37m-manylinux_2_17_aarch64.whl (60.2 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

grpcio-1.46.0rc1-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (4.1 MB view details)

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

grpcio-1.46.0rc1-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl (4.2 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

grpcio-1.46.0rc1-cp37-cp37m-macosx_10_10_x86_64.whl (4.3 MB view details)

Uploaded CPython 3.7m macOS 10.10+ x86-64

grpcio-1.46.0rc1-cp37-cp37m-linux_armv7l.whl (67.4 MB view details)

Uploaded CPython 3.7m

grpcio-1.46.0rc1-cp36-cp36m-win_amd64.whl (3.5 MB view details)

Uploaded CPython 3.6m Windows x86-64

grpcio-1.46.0rc1-cp36-cp36m-win32.whl (2.9 MB view details)

Uploaded CPython 3.6m Windows x86

grpcio-1.46.0rc1-cp36-cp36m-musllinux_1_1_x86_64.whl (4.7 MB view details)

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

grpcio-1.46.0rc1-cp36-cp36m-musllinux_1_1_i686.whl (4.8 MB view details)

Uploaded CPython 3.6m musllinux: musl 1.1+ i686

grpcio-1.46.0rc1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.4 MB view details)

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

grpcio-1.46.0rc1-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl (4.6 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ i686

grpcio-1.46.0rc1-cp36-cp36m-manylinux_2_17_aarch64.whl (60.2 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ ARM64

grpcio-1.46.0rc1-cp36-cp36m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (4.2 MB view details)

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

grpcio-1.46.0rc1-cp36-cp36m-manylinux_2_12_i686.manylinux2010_i686.whl (4.3 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

grpcio-1.46.0rc1-cp36-cp36m-macosx_10_10_x86_64.whl (4.3 MB view details)

Uploaded CPython 3.6m macOS 10.10+ x86-64

grpcio-1.46.0rc1-cp36-cp36m-linux_armv7l.whl (67.4 MB view details)

Uploaded CPython 3.6m

File details

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

File metadata

  • Download URL: grpcio-1.46.0rc1.tar.gz
  • Upload date:
  • Size: 21.7 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.9

File hashes

Hashes for grpcio-1.46.0rc1.tar.gz
Algorithm Hash digest
SHA256 a7ddfe6dc4f300f17dbc108d863be9ca55f504822f007a400c54df4dd7e9a656
MD5 0bdc853c99adadac3930b8723175cc1c
BLAKE2b-256 58a8e7a858ee8f1c22c2607e20d252076900db0328021e6e8c29e2f2da5796d5

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.46.0rc1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 3.5 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.9

File hashes

Hashes for grpcio-1.46.0rc1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 48813d8a2d4c5f117c525cbeb7f994b7a9f21b9f62c06b78d8a5f026d207d607
MD5 b7f5b23c1ae77aceba14a604fe0dcbb5
BLAKE2b-256 cda05ea1f47ecf8c0a6b2763f0c17cce2886abc175b826b9fbcc1f3ead7163a0

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.46.0rc1-cp310-cp310-win32.whl
  • Upload date:
  • Size: 3.0 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.9

File hashes

Hashes for grpcio-1.46.0rc1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 d2ab75ec1dcd7945489a1dc2b8037e2260d4355c0206e5db81d7ef975c2c44fc
MD5 da45d840a4da2864020ebdd7105d8712
BLAKE2b-256 2c30b74c20595c4a5ab8b565fe7dda581e91c4af2f334c086d7a952baf8e1959

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.46.0rc1-cp310-cp310-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 4.7 MB
  • Tags: CPython 3.10, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.9

File hashes

Hashes for grpcio-1.46.0rc1-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 4ceb96ce632a1cd1beb89493cdb23d74cefa8b6760c69eeb94e75e985c8db64a
MD5 ebff43c1bbebf6d12f9378f6afa8cb4f
BLAKE2b-256 1689648540f68a49720b2fc909c99dce6622bd41799420768e83b7c7297b148b

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.46.0rc1-cp310-cp310-musllinux_1_1_i686.whl
  • Upload date:
  • Size: 4.8 MB
  • Tags: CPython 3.10, musllinux: musl 1.1+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.9

File hashes

Hashes for grpcio-1.46.0rc1-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 15a2228e444b04944bd3a9fb46beddad95cfec53e9c0d773289dfd506e43cb16
MD5 cc964c363e50e9437b03639de5e2383e
BLAKE2b-256 96b81e98d2ef5ef00fb60e5dc5a8c6d260f8d238664d8dff237f87e836e4db3f

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.46.0rc1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5625931d86bafe0bc42f4451d5283c40ea767f005b8783416a712c8f3e65b2de
MD5 280d253de16957bb55824fd13548ebdd
BLAKE2b-256 195dfe697811ff7baddd570721a2f602adaff82b96544a37486646915eeec0c8

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.46.0rc1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 93b14e94436fbdfca07df3c1707b8b68e9f15adf7c9c01ca9519aa823de978fd
MD5 c803ba326d4bff45bfefb4e2698009b7
BLAKE2b-256 d1c8904d3f7f7582260bf8025796c95836d39cf59dc9c54f82d973e559eaa4a9

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.46.0rc1-cp310-cp310-manylinux_2_17_aarch64.whl
  • Upload date:
  • Size: 60.4 MB
  • Tags: CPython 3.10, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.9

File hashes

Hashes for grpcio-1.46.0rc1-cp310-cp310-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 bce184068b55b9c640660ef882e4432079326c304933f4999e853465e833e9df
MD5 647f0baef77ed6206c394e9a04b0bc08
BLAKE2b-256 b69384cc7d6c91428009ba01ef3ebdee3108ab1f10ed002eecf93431a16fa2b9

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.46.0rc1-cp310-cp310-macosx_10_10_universal2.whl.

File metadata

  • Download URL: grpcio-1.46.0rc1-cp310-cp310-macosx_10_10_universal2.whl
  • Upload date:
  • Size: 4.2 MB
  • Tags: CPython 3.10, macOS 10.10+ universal2 (ARM64, x86-64)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.9

File hashes

Hashes for grpcio-1.46.0rc1-cp310-cp310-macosx_10_10_universal2.whl
Algorithm Hash digest
SHA256 b8035454eff71c1f8c387577b8062602a6cd07c2959a90714f7e6b51d8317d16
MD5 d3e4ad9207d58758c3757b17d463e572
BLAKE2b-256 667b0591c3431c2357023e5d65b49df7de3d9ce3eaa76582cd0e4253860766d6

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.46.0rc1-cp310-cp310-linux_armv7l.whl
  • Upload date:
  • Size: 67.6 MB
  • Tags: CPython 3.10
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.9

File hashes

Hashes for grpcio-1.46.0rc1-cp310-cp310-linux_armv7l.whl
Algorithm Hash digest
SHA256 d253896061f8a16f2868e31439ca709027b19a08e32ffd20f2491c2ca85623ed
MD5 e54bde3b10c1fa7f9791a20992d6a3f5
BLAKE2b-256 807b3068307a97fad64f14726613205e49b20718b589ab59732b964b478389af

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.46.0rc1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 3.5 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.9

File hashes

Hashes for grpcio-1.46.0rc1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 36dc3437a3115bfda2e178d724e42fb97485c9fdc7ac285c7d3121e515908f11
MD5 079f3887e3e85cda6e79c479dc192435
BLAKE2b-256 49e85d57e7c0a19d250616eb49fe4d79103db2ebdbb90612d0b781b120322ecb

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.46.0rc1-cp39-cp39-win32.whl
  • Upload date:
  • Size: 3.0 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.9

File hashes

Hashes for grpcio-1.46.0rc1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 78fcaec00f28edebaec9a370d90f305eefc84a44d5ae5619b2f80d136f9e0bb9
MD5 0c8e287451f88efa5953ee768e1752ed
BLAKE2b-256 81708e476651d19cb285912fd1f4407537fdc5d7238e511c36985f63f3534eb6

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.46.0rc1-cp39-cp39-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 4.7 MB
  • Tags: CPython 3.9, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.9

File hashes

Hashes for grpcio-1.46.0rc1-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 967cc4da6a00bdd96b708757f487ff3d00179ccb0d1431dc903d86a4eb0cc466
MD5 1fcd0c9714438bdc268f6edefef62880
BLAKE2b-256 72b4de2a6d48ea60e050eade5d4d52030c6c7b4410d72c6f697abc331ea7ef59

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.46.0rc1-cp39-cp39-musllinux_1_1_i686.whl
  • Upload date:
  • Size: 4.8 MB
  • Tags: CPython 3.9, musllinux: musl 1.1+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.9

File hashes

Hashes for grpcio-1.46.0rc1-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 901cf35f2450283232ea279977a6b854496e7aca93345462a3b4c252a4bbe517
MD5 aff58a508250c19157df35285b7f70aa
BLAKE2b-256 5c75c163e0fce78dfba948d1dbf54995ea56f901d61c172793587e693210dfbe

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.46.0rc1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ced051adfc6e5dcc7690725abef79d9912f4a7cd06483e98616d8ce4469f2df7
MD5 3f15123729130a7f77c5a07dcf6a2952
BLAKE2b-256 de60d879eace535ac7751fcdfe2e29e05cb517d924adbf3128020241bebefcd5

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.46.0rc1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4567b0994eba36cfc38edb35807b29dff947843b4a67ec98de28a6bfe1144ac7
MD5 dc8ae3a2ff8a8134fddad7c5ce3b651f
BLAKE2b-256 31adc5393edb6a30ae1456cf92521f471f1088d9148e216940dd6454cff3a50a

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.46.0rc1-cp39-cp39-manylinux_2_17_aarch64.whl
  • Upload date:
  • Size: 60.4 MB
  • Tags: CPython 3.9, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.9

File hashes

Hashes for grpcio-1.46.0rc1-cp39-cp39-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 780b170c8414b832fb1db169cee46ff161000127b8f7821014c787f8b46e5626
MD5 36fca49dbf42fd888336fbb6d9299c10
BLAKE2b-256 330777f06ccbcb42155f4b9807024ae0a5645d0e3d389f9dafed91cca9f68c55

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.46.0rc1-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for grpcio-1.46.0rc1-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 e292e6496b5efbf65a77eb1a5c6a3f7bb2718f2e20e1ebef7b083804236ca084
MD5 5e20833b1676e9a25b4565c91b18e8e6
BLAKE2b-256 50d03e511f1ee6416aa235c9ad5498376e02f65202ec36c0e23263641143c2f3

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.46.0rc1-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for grpcio-1.46.0rc1-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 a826f39ac700acd9958ed86e27f4a3d11ebb605278c29266bcdd0abd5f485745
MD5 f6e85186027b44358be8a3e6b954a5ef
BLAKE2b-256 a79c9d3cd90e6b69aedd1dc5288a2a1953cc3129f89c1c093780a79694164a3f

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.46.0rc1-cp39-cp39-macosx_10_10_x86_64.whl.

File metadata

  • Download URL: grpcio-1.46.0rc1-cp39-cp39-macosx_10_10_x86_64.whl
  • Upload date:
  • Size: 4.4 MB
  • Tags: CPython 3.9, macOS 10.10+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.9

File hashes

Hashes for grpcio-1.46.0rc1-cp39-cp39-macosx_10_10_x86_64.whl
Algorithm Hash digest
SHA256 be6435153207ba6594031d832b64479fdee5711163d2e21c7930801042d9e79f
MD5 fe6d0c994275431f6e5af039596425e4
BLAKE2b-256 90974c3ca05add14e1582ed242ed6b30d96eba3f2ab4a10d2ed9720b1fabd151

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.46.0rc1-cp39-cp39-linux_armv7l.whl
  • Upload date:
  • Size: 67.6 MB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.9

File hashes

Hashes for grpcio-1.46.0rc1-cp39-cp39-linux_armv7l.whl
Algorithm Hash digest
SHA256 0054866da254f65abf5d66af3572e7e2a29d6ca63910da270af8880be2eb02cd
MD5 ff7e84e201e2b3bf07b466eca5dbc6c0
BLAKE2b-256 121b839a963550b76ec132dd19107905ebfecd10691603604159a49ad0958a20

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.46.0rc1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 3.5 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.9

File hashes

Hashes for grpcio-1.46.0rc1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 57165c6c0ec9627bea953031aa8fe2ad67a77890943663c7e6592402f1e64f84
MD5 1c9f399ecb5cbac0bc0e5ddfc695c0f1
BLAKE2b-256 bc79337a883fa1fb335cdfbb93cde8b8c0eab01ba7261c617016783704928f9d

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.46.0rc1-cp38-cp38-win32.whl
  • Upload date:
  • Size: 3.0 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.9

File hashes

Hashes for grpcio-1.46.0rc1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 2b2f9bb951d124056f6e455aa5018546b9eaad80550ebbde31dda5431ee0c4d4
MD5 8b714a368f8e882d0ffcbf2c9b9282d7
BLAKE2b-256 2effc0997e6ba57b8246162e435dc1837dfa3f4bc98e88bc52dc1b7cf909e4ba

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.46.0rc1-cp38-cp38-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 4.7 MB
  • Tags: CPython 3.8, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.9

File hashes

Hashes for grpcio-1.46.0rc1-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 c227e22e5e3d55ced6029da537d061bbb25d928aceea26192355c7b55cb39970
MD5 fbee822223088120074dfddfced9e06f
BLAKE2b-256 66b87b687fd7d0cc77cde678ae134df4adb3b1b60606a3a8205f4a146f4114a1

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.46.0rc1-cp38-cp38-musllinux_1_1_i686.whl
  • Upload date:
  • Size: 4.8 MB
  • Tags: CPython 3.8, musllinux: musl 1.1+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.9

File hashes

Hashes for grpcio-1.46.0rc1-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 990da46bba3f6e2f9a118243ad9fb85cc6958f87729a0b515eb3ea387db347d6
MD5 820c0fd9bd42e4535cba46a821ed2c3f
BLAKE2b-256 954a8a950a9eb6f57ad9b2f1079103524116d84441ec1bc435db8beabdf6bd9a

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.46.0rc1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d24fd9ec9dccbc4eeec4aed65622a57b081117e98f8c0de3ab91c4e7c1026cb1
MD5 f5b9486e5e6524104232056744b359ff
BLAKE2b-256 1936109af1f0af3eca802dbd02c06e108c446ab339535fd7cb1ae9c11a6b394e

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.46.0rc1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 cea44cc79fcb3f516a1cd6cfaff509c76361c559cfdb8ea551d016468eb63045
MD5 004d7977feb529514c32ae9411f530d2
BLAKE2b-256 4b49465c76e588c6a95544f42de8591024f64bbbb5bd72abd258b942303bacc8

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.46.0rc1-cp38-cp38-manylinux_2_17_aarch64.whl
  • Upload date:
  • Size: 60.7 MB
  • Tags: CPython 3.8, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.9

File hashes

Hashes for grpcio-1.46.0rc1-cp38-cp38-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 ded6c0f7e0ce2d2733013bcb8105385341e516a5243597e7bc6faae34a297e58
MD5 60987ed519a6d6dfd1bb6e4cd869de17
BLAKE2b-256 70dd77a45addd1a75fb7ef98bd9d3c01450b976490284dbfdf0f96818ac9c7b7

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.46.0rc1-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for grpcio-1.46.0rc1-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 41652d13aca62478118b9931ba1b99b114536170ea387204287f52860cd36fff
MD5 aaa2482c78da072baea12b7f98fd629e
BLAKE2b-256 8340eabef599540beb18fedc51795c99b15b1312b59fbe61d3464b61a6442564

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.46.0rc1-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for grpcio-1.46.0rc1-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 ad3afe961b2c33f8b855e53456b23c248aaf9ffab693b6c9ec185f2c3534ebfd
MD5 eea9951471f6c91a747c6b2551b90510
BLAKE2b-256 8862877e09e1513937b8d364154c8007aa5a2e3c87689fb953693a7a604715d1

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.46.0rc1-cp38-cp38-macosx_10_10_x86_64.whl.

File metadata

  • Download URL: grpcio-1.46.0rc1-cp38-cp38-macosx_10_10_x86_64.whl
  • Upload date:
  • Size: 4.4 MB
  • Tags: CPython 3.8, macOS 10.10+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.9

File hashes

Hashes for grpcio-1.46.0rc1-cp38-cp38-macosx_10_10_x86_64.whl
Algorithm Hash digest
SHA256 fd133a6131c5784afd1acac25c4c8918f441ce240a9556f7f5cf2a34e6a9d58d
MD5 27e5e6d160eb86fa91f0f908ac19d083
BLAKE2b-256 b4e2ea178e2985f9b136093356e8add7240304ca98b02f225d660eb34b28a409

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: grpcio-1.46.0rc1-cp38-cp38-linux_armv7l.whl
  • Upload date:
  • Size: 67.7 MB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.9

File hashes

Hashes for grpcio-1.46.0rc1-cp38-cp38-linux_armv7l.whl
Algorithm Hash digest
SHA256 d118cfad96b6f2a698c5f37eddf2a0dcbc41c91776f6409d21b7e4e45af1afe6
MD5 4568f58b51674db299c792b79d05f665
BLAKE2b-256 02157a56afe6a127eabe7bc29e5464aa6d2b6ac4d9609fb34ccffbd0d3fbc269

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.46.0rc1-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: grpcio-1.46.0rc1-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 3.5 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.9

File hashes

Hashes for grpcio-1.46.0rc1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 415cf8a1be83141c6f86ec862439bc13d653a62fce1fd44755d6febbc793e6af
MD5 647a02e246fdef3f6c5d0bedadbd6caa
BLAKE2b-256 add6e78b4d2d79ad648303500f510a7bcde4712dd36a80fcf7162008cd452ac9

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.46.0rc1-cp37-cp37m-win32.whl.

File metadata

  • Download URL: grpcio-1.46.0rc1-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 2.9 MB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.9

File hashes

Hashes for grpcio-1.46.0rc1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 1c08b899ee5b1f4f64ddac94ab075ae6ef1b825619a03a5b69ff23d21bc9f5f9
MD5 3890c7bd906e3266e83968ee14c0ae65
BLAKE2b-256 7e392fda2f4498dfd18abb8d9c849c8505a462c7db5b39e17eec79d6f0cd3cac

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.46.0rc1-cp37-cp37m-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: grpcio-1.46.0rc1-cp37-cp37m-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 4.6 MB
  • Tags: CPython 3.7m, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.9

File hashes

Hashes for grpcio-1.46.0rc1-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 cc4855074d0e8917d929e46dd0f7042c3caf995156a38f00f3b678ce54864b05
MD5 a41de4c4fbb17de23387ad9924e8826c
BLAKE2b-256 8abd14e7979deaebd4a765918b1693ef090dd91bdc619687855a2cb7ec910a83

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.46.0rc1-cp37-cp37m-musllinux_1_1_i686.whl.

File metadata

  • Download URL: grpcio-1.46.0rc1-cp37-cp37m-musllinux_1_1_i686.whl
  • Upload date:
  • Size: 4.8 MB
  • Tags: CPython 3.7m, musllinux: musl 1.1+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.9

File hashes

Hashes for grpcio-1.46.0rc1-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 1febe6c268292d7c6801a7c3398601fa6669c2730e50d6b3b9025eb2747836c9
MD5 91300dce2c7926ac77a233257867dd87
BLAKE2b-256 4ae7070ee995eb3007ba893cb14eeb3b637ca3983850a9c9a4b9fd150fa46cb6

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.46.0rc1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 585f652b304de89e00dc004c80acabac443496f20e7467c696ab0e62092b1ec0
MD5 cc99337166b42d7786ed4001f3aee10b
BLAKE2b-256 f739855effb5d12300e964a97cc1af8631ef78bd215e92fb49f996fc6dcfb5c7

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.46.0rc1-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b52e96a06adc3d849d4b96e475a5cd68422bda64b562869c2ca2b6bbf3c4333c
MD5 58fe585c69980dfb780c7651c415c722
BLAKE2b-256 4b12d6c1545959a2f07145a295f4da745d3fc9fa416325050c49cefc96db307e

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.46.0rc1-cp37-cp37m-manylinux_2_17_aarch64.whl.

File metadata

  • Download URL: grpcio-1.46.0rc1-cp37-cp37m-manylinux_2_17_aarch64.whl
  • Upload date:
  • Size: 60.2 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.9

File hashes

Hashes for grpcio-1.46.0rc1-cp37-cp37m-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 aba5bccc67a3519035a3c11e6549ab48a45ccd70303e3141aee57132bd641bfa
MD5 f3b77523dd5f429579d1c07d0dad7eae
BLAKE2b-256 8491867f68c858a5e65c8dca1e0102ab8a7bbd0aad263f4e1d07c4116cc36e37

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.46.0rc1-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for grpcio-1.46.0rc1-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 e4ae68c08fc6a195c5434fede7fade80501194623989dcc1b34677c40405c1fa
MD5 e668934a797131d7444e17a8bf5f055a
BLAKE2b-256 137a10cc36c8c3310091f7276ed843ac241af6e4ecb76446d13a580d1f680c51

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.46.0rc1-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for grpcio-1.46.0rc1-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 29f0ce5a746b1274fc864f5a41edc576a8c6a04fb0329cdac879a25871afb620
MD5 bdef032de37a73f27e25cdf18dc69c8a
BLAKE2b-256 2db337d7adc8f362f017a77eda367440752a8a427564642e2ab005a7182bbd2b

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.46.0rc1-cp37-cp37m-macosx_10_10_x86_64.whl.

File metadata

  • Download URL: grpcio-1.46.0rc1-cp37-cp37m-macosx_10_10_x86_64.whl
  • Upload date:
  • Size: 4.3 MB
  • Tags: CPython 3.7m, macOS 10.10+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.9

File hashes

Hashes for grpcio-1.46.0rc1-cp37-cp37m-macosx_10_10_x86_64.whl
Algorithm Hash digest
SHA256 8f00a5fa59201a217de6395287b56eb0f445445ab00578f4b1cfde16ea4e8630
MD5 2ea46ffeefa282e718ae8d665fd67924
BLAKE2b-256 07be3bafb84b0fe87ecd108db0484c0881fdacaf21ad281595ec5f84aa164c3c

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.46.0rc1-cp37-cp37m-linux_armv7l.whl.

File metadata

  • Download URL: grpcio-1.46.0rc1-cp37-cp37m-linux_armv7l.whl
  • Upload date:
  • Size: 67.4 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.9

File hashes

Hashes for grpcio-1.46.0rc1-cp37-cp37m-linux_armv7l.whl
Algorithm Hash digest
SHA256 c63b201ae2124c9bc885b4579b2d65fb73a8f18be4798e9780b08201bc4ecf96
MD5 c6008848fb574f04b85ec307773af11f
BLAKE2b-256 f946c29db8e546b788f16f0a8adf8c0e2ca393129437550ae01e64d9887f4de4

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.46.0rc1-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: grpcio-1.46.0rc1-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 3.5 MB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.9

File hashes

Hashes for grpcio-1.46.0rc1-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 c8e1f628182c499b2c6026ce2fef38bae56f8b962ef47638b6f8195f1c7d43cd
MD5 8c3c14d57a5a9339790627b44e303648
BLAKE2b-256 6086bc5bb95a7c71b9e7d1fc1464e470b005b08dc4630512389c887c25cf6b22

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.46.0rc1-cp36-cp36m-win32.whl.

File metadata

  • Download URL: grpcio-1.46.0rc1-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 2.9 MB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.9

File hashes

Hashes for grpcio-1.46.0rc1-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 b37d7113e504a660b40bbda391ace46e19628b57b8f824e0dfc5bed0d81152fc
MD5 bc2b42aed835655e97de683568e809cd
BLAKE2b-256 f8215a40a29e9f7194b5b19b31fb15ab9814639a1174806e41a26707dd6f7e0d

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.46.0rc1-cp36-cp36m-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: grpcio-1.46.0rc1-cp36-cp36m-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 4.7 MB
  • Tags: CPython 3.6m, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.9

File hashes

Hashes for grpcio-1.46.0rc1-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 906dcbe7e3026907ae22549f372ade93708f6bc860fc3dbac40326027fc423c8
MD5 569c6ca56deb887d45b70f372bf1e825
BLAKE2b-256 d392564664f99ef28fc8da9ec03711e200440ab226bb461753b64457e612f896

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.46.0rc1-cp36-cp36m-musllinux_1_1_i686.whl.

File metadata

  • Download URL: grpcio-1.46.0rc1-cp36-cp36m-musllinux_1_1_i686.whl
  • Upload date:
  • Size: 4.8 MB
  • Tags: CPython 3.6m, musllinux: musl 1.1+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.9

File hashes

Hashes for grpcio-1.46.0rc1-cp36-cp36m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 8fe9f7bb321d7126fc64eb02ae5617166978f5dffa87f7907b4e87a8f32c6d98
MD5 927bb0f3c525fc10f50eaa9b2f6bd73b
BLAKE2b-256 7e165f8be44f7d2148eb4ecebb60aa8eb64b2c8682858f7fca51412f33b4ef65

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.46.0rc1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fd1a810e844e7932d2f3fe4b29daced90ed00a581f274f3d407b919827a860cb
MD5 444475fdcec65d9872b32271bf004a67
BLAKE2b-256 38ec9cc91eb9247382fc31266f02c5327d0288adadef1446c11c60ad7ba78537

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for grpcio-1.46.0rc1-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d15d6844bc2f7f9eeb196b2d4cda6b141344236a67d96edbb4a3c96dfe47b830
MD5 aee1ccd97dad5a5115ff202a22859904
BLAKE2b-256 8890f3adca3cc4c2ddd6e9bf6cd9f265eea39a185beca4d4d9f91e956df07760

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.46.0rc1-cp36-cp36m-manylinux_2_17_aarch64.whl.

File metadata

  • Download URL: grpcio-1.46.0rc1-cp36-cp36m-manylinux_2_17_aarch64.whl
  • Upload date:
  • Size: 60.2 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.9

File hashes

Hashes for grpcio-1.46.0rc1-cp36-cp36m-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 54bb9d3449ff4e4d4125c8e71f8c165e81ba8af21fae6e02dcb4805e83293088
MD5 26c5d5e260e62564dd34d725ae27955a
BLAKE2b-256 68a63167367ea807d9ed1b477c5e7bfa3eabd0a9470c88e092fb6cad53a3b5e1

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.46.0rc1-cp36-cp36m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for grpcio-1.46.0rc1-cp36-cp36m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 be3613f136fb45292132bd1daf872ec0ac301a93ad0aaf58a6ef945e6d4d689a
MD5 f5b53843cb68a145356e1960c4f67b15
BLAKE2b-256 c25f12ec6bf730b3c6b17441c5d3482f47ccf8d10b162e779af851888a8b1519

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.46.0rc1-cp36-cp36m-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for grpcio-1.46.0rc1-cp36-cp36m-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 76523d96e9fac73985bb2a63aa46a4b43be437f05a36b65afc7c3b1ad73a395e
MD5 f4d2b1b7249d1e5cfe84a57a9203da52
BLAKE2b-256 2307f646590fb533f27db86c5a3dc1d9ca160d15ea1e8622ab021601f06a18f9

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.46.0rc1-cp36-cp36m-macosx_10_10_x86_64.whl.

File metadata

  • Download URL: grpcio-1.46.0rc1-cp36-cp36m-macosx_10_10_x86_64.whl
  • Upload date:
  • Size: 4.3 MB
  • Tags: CPython 3.6m, macOS 10.10+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.9

File hashes

Hashes for grpcio-1.46.0rc1-cp36-cp36m-macosx_10_10_x86_64.whl
Algorithm Hash digest
SHA256 4ccb040498a18a25495b63c1583fe52ff740a5b669339c5230cae99d95b7c339
MD5 56646dce68e8c1af2772b03eea387a02
BLAKE2b-256 8ec6cdff48224c1166e57074f970a4697f65d5d1672086d686c425019ad6499c

See more details on using hashes here.

Provenance

File details

Details for the file grpcio-1.46.0rc1-cp36-cp36m-linux_armv7l.whl.

File metadata

  • Download URL: grpcio-1.46.0rc1-cp36-cp36m-linux_armv7l.whl
  • Upload date:
  • Size: 67.4 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.9

File hashes

Hashes for grpcio-1.46.0rc1-cp36-cp36m-linux_armv7l.whl
Algorithm Hash digest
SHA256 984c23f3f9d0a009ab1dfd4fde16d6d9bfe47270d22f87899e673636598f196d
MD5 9830fa88a7d621f69afb3ea315859030
BLAKE2b-256 bf2d851fa21468cda6f114cd0481836df68dbe9bed7858a34b1d7b382baa1130

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