• Home
Name
Date
Size
#Lines
LOC

..--

grpc_reflection/12-May-2024-325205

.gitignoreD12-May-202458 65

MANIFEST.inD12-May-2024100 54

README.rstD12-May-2024412 1912

grpc_version.pyD12-May-2024700 181

reflection_commands.pyD12-May-20242.2 KiB6936

setup.pyD12-May-20243.3 KiB10367

README.rst

1gRPC Python Reflection package
2==============================
3
4Reference package for reflection 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
19