The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#) https://grpc.io/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Stanley Cheung ec1d75bb0a
[Release process] Bump version to 1.55.0-dev (on master branch) (#32743)
2 years ago
..
grpc_health Reland #27275 (#27806) 3 years ago
.gitignore Enable split code generation 9 years ago
MANIFEST.in Include .pyi file (#32268) 2 years ago
README.rst Support Python 3.11 (#30818) 3 years ago
grpc_version.py [Release process] Bump version to 1.55.0-dev (on master branch) (#32743) 2 years ago
health_commands.py Yapf all target python sources 5 years ago
setup.py Update protobuf to v21.6 (#31015) 3 years ago

README.rst

gRPC Python Health Checking
===========================

Reference package for GRPC Python health checking.

Supported Python Versions
-------------------------
Python >= 3.7

Dependencies
------------

Depends on the `grpcio` package, available from PyPI via `pip install grpcio`.