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