Esun Kim cd27a36924 Regenerate projects hace 6 años
..
grpc_health 930cec4e27 Revert "Merge pull request #18912 from grpc/revert-bazel-changes" hace 6 años
.gitignore d953959e2b Enable split code generation hace 9 años
MANIFEST.in 5584d58e6c Add LICENSE to grpcio-* packages hace 7 años
README.rst cb9e2188ab Add python deprecation notices. hace 6 años
grpc_version.py cd27a36924 Regenerate projects hace 6 años
health_commands.py dbad0522c3 Revert "Merge pull request #17752 from grpc/license-symlinks" hace 7 años
setup.py 5d95bf037d Actually include README.rst in all packages hace 6 años

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