grpc/src/python/grpcio_health_checking
Sergii Tkachenko 8db79e2e71 Python style: reformat code using updated yapf 0.30.0 2021-01-13 14:00:12 -05:00
..
grpc_health Python style: reformat code using updated yapf 0.30.0 2021-01-13 14:00:12 -05:00
.gitignore Enable split code generation 2016-10-28 14:53:10 -07:00
MANIFEST.in Add LICENSE to grpcio-* packages 2018-12-05 15:25:48 -08:00
README.rst Add python deprecation notices. 2019-05-20 13:05:37 -07:00
grpc_version.py Regenerate projects 2021-01-06 19:52:32 -08:00
health_commands.py Yapf all target python sources 2020-01-03 09:25:10 -08:00
setup.py Support pre-compiled Python 3.9 wheels 2020-10-07 12:43:45 -07:00

README.rst

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

Reference package for GRPC Python health checking.

Supported Python Versions
-------------------------
Python >= 3.5

Deprecated Python Versions
--------------------------
Python == 2.7. Python 2.7 support will be removed on January 1, 2020.

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

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