grpc/src/python/grpcio_health_checking
Richard Belleville 3db8828876 Add TODOs for prefix stripping 2019-08-06 15:24:09 -07:00
..
grpc_health Add TODOs for prefix stripping 2019-08-06 15:24:09 -07: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 2019-08-01 17:34:02 -07:00
health_commands.py Revert "Merge pull request #17752 from grpc/license-symlinks" 2019-01-24 10:10:22 -08:00
setup.py Actually include README.rst in all packages 2019-05-20 14:21:25 -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`.