Lidi Zheng f9925a6f97 Merge pull request #24356 from lidizheng/support-3.9 vor 5 Jahren
..
grpc_health d43ac68bf3 Make the empty service default to SERVING state vor 6 Jahren
.gitignore d953959e2b Enable split code generation vor 9 Jahren
MANIFEST.in 5584d58e6c Add LICENSE to grpcio-* packages vor 7 Jahren
README.rst cb9e2188ab Add python deprecation notices. vor 7 Jahren
grpc_version.py aafe657978 Bump version to v1.34.x: regenerate projects vor 5 Jahren
health_commands.py 7be821ac47 Yapf all target python sources vor 6 Jahren
setup.py 4fa90f42ce Support pre-compiled Python 3.9 wheels vor 5 Jahren

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