Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
grpc_health/ | 12-May-2024 | - | 345 | 225 | ||
.gitignore | D | 12-May-2024 | 77 | 7 | 6 | |
MANIFEST.in | D | 12-May-2024 | 96 | 5 | 4 | |
README.rst | D | 12-May-2024 | 407 | 18 | 12 | |
grpc_version.py | D | 12-May-2024 | 705 | 18 | 1 | |
health_commands.py | D | 12-May-2024 | 2.1 KiB | 67 | 34 | |
setup.py | D | 12-May-2024 | 3.3 KiB | 102 | 66 |
README.rst
1gRPC Python Health Checking 2=========================== 3 4Reference package for GRPC Python health checking. 5 6Supported Python Versions 7------------------------- 8Python >= 3.5 9 10Deprecated Python Versions 11-------------------------- 12Python == 2.7. Python 2.7 support will be removed on January 1, 2020. 13 14Dependencies 15------------ 16 17Depends on the `grpcio` package, available from PyPI via `pip install grpcio`. 18