Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
grpc_health/ | H | 25-Apr-2025 | - | 378 | 260 | |
.gitignore | H A D | 25-Apr-2025 | 77 | 7 | 6 | |
MANIFEST.in | H A D | 25-Apr-2025 | 102 | 5 | 4 | |
README.rst | H A D | 25-Apr-2025 | 282 | 14 | 9 | |
grpc_version.py | H A D | 25-Apr-2025 | 705 | 18 | 1 | |
health_commands.py | H A D | 25-Apr-2025 | 2.1 KiB | 69 | 35 | |
setup.py | H A D | 25-Apr-2025 | 3 KiB | 104 | 67 |
README.rst
1gRPC Python Health Checking 2=========================== 3 4Reference package for GRPC Python health checking. 5 6Supported Python Versions 7------------------------- 8Python >= 3.8 9 10Dependencies 11------------ 12 13Depends on the `grpcio` package, available from PyPI via `pip install grpcio`. 14