Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
grpc_channelz/ | H | 25-Apr-2025 | - | 335 | 224 | |
.gitignore | H A D | 25-Apr-2025 | 70 | 7 | 6 | |
MANIFEST.in | H A D | 25-Apr-2025 | 104 | 5 | 4 | |
README.rst | H A D | 25-Apr-2025 | 281 | 14 | 9 | |
channelz_commands.py | H A D | 25-Apr-2025 | 2.1 KiB | 71 | 37 | |
grpc_version.py | H A D | 25-Apr-2025 | 701 | 18 | 1 | |
setup.py | H A D | 25-Apr-2025 | 3.1 KiB | 105 | 68 |
README.rst
1gRPC Python Channelz package 2============================== 3 4Channelz is a live debug tool in gRPC Python. 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