grpc/src/python/grpcio_health_checking
Yash Tibrewal 87b71907d6 [Release] Bump version to 1.65.0-dev (on master branch) (#36544)
Change was created by the release automation script. See go/grpc-release.

Closes #36544

COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/36544 from yashykt:bump_dev_version_202405061956 69ee5c869e
PiperOrigin-RevId: 631187829
2024-05-06 14:41:36 -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 [Python Version] Drop support for Python 3.7 (#34450) 2024-04-08 11:17:51 -07:00
grpc_version.py [Release] Bump version to 1.65.0-dev (on master branch) (#36544) 2024-05-06 14:41:36 -07:00
health_commands.py [Python 3.12] Deprecate distutil (#34186) 2023-09-06 14:32:30 -07:00
setup.py [Python grpcio_tools] Update version requirement of protobuf in grpcio_tools (#36230) 2024-04-11 15:39:29 -07:00

README.rst

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

Reference package for GRPC Python health checking.

Supported Python Versions
-------------------------
Python >= 3.8

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

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