Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
grpc_reflection/ | H | 25-Apr-2025 | - | 621 | 434 | |
.gitignore | H A D | 25-Apr-2025 | 58 | 6 | 5 | |
MANIFEST.in | H A D | 25-Apr-2025 | 106 | 5 | 4 | |
README.rst | H A D | 25-Apr-2025 | 287 | 15 | 9 | |
grpc_version.py | H A D | 25-Apr-2025 | 700 | 18 | 1 | |
reflection_commands.py | H A D | 25-Apr-2025 | 2.2 KiB | 73 | 39 | |
setup.py | H A D | 25-Apr-2025 | 3.1 KiB | 105 | 68 |
README.rst
1gRPC Python Reflection package 2============================== 3 4Reference package for reflection 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 15