xref: /aosp_15_r20/external/grpc-grpc/src/python/grpcio_testing/README.rst (revision cc02d7e222339f7a4f6ba5f422e6413f4bd931f2)
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