Esun Kim 033b0fe721 Regenerate projects il y a 6 ans
..
grpc_health d649880044 Add strip_prefix to python protoc plugin and py_grpc_library il y a 6 ans
.gitignore d953959e2b Enable split code generation il y a 9 ans
MANIFEST.in 5584d58e6c Add LICENSE to grpcio-* packages il y a 7 ans
README.rst cb9e2188ab Add python deprecation notices. il y a 6 ans
grpc_version.py 033b0fe721 Regenerate projects il y a 6 ans
health_commands.py dbad0522c3 Revert "Merge pull request #17752 from grpc/license-symlinks" il y a 6 ans
setup.py 5d95bf037d Actually include README.rst in all packages il y a 6 ans

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