• Home
Name
Date
Size
#Lines
LOC

..--

grpc_status/12-May-2024-204111

.gitignoreD12-May-202437 43

MANIFEST.inD12-May-2024140 65

README.rstD12-May-2024409 1812

grpc_version.pyD12-May-2024699 181

setup.pyD12-May-20243.1 KiB9963

status_commands.pyD12-May-20241.6 KiB5027

README.rst

1gRPC Python Status Proto
2===========================
3
4Reference package for GRPC Python status proto mapping.
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