Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
grpc_status/ | H | 25-Apr-2025 | - | 226 | 133 | |
.gitignore | H A D | 25-Apr-2025 | 37 | 4 | 3 | |
MANIFEST.in | H A D | 25-Apr-2025 | 140 | 6 | 5 | |
README.rst | H A D | 25-Apr-2025 | 284 | 14 | 9 | |
grpc_version.py | H A D | 25-Apr-2025 | 699 | 18 | 1 | |
setup.py | H A D | 25-Apr-2025 | 2.9 KiB | 100 | 63 | |
status_commands.py | H A D | 25-Apr-2025 | 1.7 KiB | 53 | 30 |
README.rst
1gRPC Python Status Proto 2=========================== 3 4Reference package for GRPC Python status proto mapping. 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