grpc/src/python/grpcio_health_checking
Richard Belleville 3bdd972c4a
[Release] Bump master version to 1.60 (gjallarhorn) (#34488)
<!--

If you know who should review your pull request, please assign it to
that
person, otherwise the pull request would get assigned randomly.

If your pull request is for a specific language, please add the
appropriate
lang label.

-->
2023-09-26 13:10:20 -07:00
..
grpc_health [Python] Migrate from yapf to black (#33138) 2023-06-09 15:08:55 -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 [Release] Bump master version to 1.60 (gjallarhorn) (#34488) 2023-09-26 13:10:20 -07:00
health_commands.py [Python 3.12] Deprecate distutil (#34186) 2023-09-06 14:32:30 -07:00
setup.py [Python 3.12] Support Python 3.12 (#34398) 2023-09-22 09:57:29 -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`.