Name Date Size #Lines LOC

..--

grpc_testing/H25-Apr-2025-2,9422,082

MANIFEST.inH A D25-Apr-202597 54

README.rstH A D25-Apr-2025266 159

grpc_version.pyH A D25-Apr-2025697 181

setup.pyH A D25-Apr-20252.3 KiB8448

testing_commands.pyH A D25-Apr-20251.2 KiB4017

README.rst

1gRPC Python Testing Package
2===========================
3
4Testing utilities for 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