grpc/src/python/grpcio_health_checking
Mark D. Roth 50e6af14ff
Bump dev version to 1.54.0-dev (#32426)
2023-02-21 12:03:19 -08:00
..
grpc_health Reland #27275 (#27806) 2021-10-21 19:37:24 -07:00
.gitignore Enable split code generation 2016-10-28 14:53:10 -07:00
MANIFEST.in Include .pyi file (#32268) 2023-02-02 14:39:15 -08:00
README.rst Support Python 3.11 (#30818) 2022-09-12 11:53:44 -07:00
grpc_version.py Bump dev version to 1.54.0-dev (#32426) 2023-02-21 12:03:19 -08:00
health_commands.py Yapf all target python sources 2020-01-03 09:25:10 -08:00
setup.py Update protobuf to v21.6 (#31015) 2022-09-16 17:50:52 -07:00

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`.