Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
grpc_testing/ | 12-May-2024 | - | 2,834 | 1,938 | ||
MANIFEST.in | D | 12-May-2024 | 97 | 5 | 4 | |
README.rst | D | 12-May-2024 | 391 | 19 | 12 | |
grpc_version.py | D | 12-May-2024 | 697 | 18 | 1 | |
setup.py | D | 12-May-2024 | 2.4 KiB | 81 | 46 | |
testing_commands.py | D | 12-May-2024 | 1.2 KiB | 40 | 17 |
README.rst
1gRPC Python Testing Package 2=========================== 3 4Testing utilities for 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