Lidi Zheng 69869b94bb Regenerate projects 4 лет назад
..
grpc_health 8db79e2e71 Python style: reformat code using updated yapf 0.30.0 4 лет назад
.gitignore d953959e2b Enable split code generation 9 лет назад
MANIFEST.in 5584d58e6c Add LICENSE to grpcio-* packages 6 лет назад
README.rst cb9e2188ab Add python deprecation notices. 6 лет назад
grpc_version.py 69869b94bb Regenerate projects 4 лет назад
health_commands.py 7be821ac47 Yapf all target python sources 5 лет назад
setup.py 4fa90f42ce Support pre-compiled Python 3.9 wheels 5 лет назад

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