Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
grpc_channelz/ | 12-May-2024 | - | 320 | 205 | ||
.gitignore | D | 12-May-2024 | 70 | 7 | 6 | |
MANIFEST.in | D | 12-May-2024 | 98 | 5 | 4 | |
README.rst | D | 12-May-2024 | 406 | 18 | 12 | |
channelz_commands.py | D | 12-May-2024 | 2.2 KiB | 68 | 35 | |
grpc_version.py | D | 12-May-2024 | 701 | 18 | 1 | |
setup.py | D | 12-May-2024 | 3.1 KiB | 104 | 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.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