grpc/src/python/grpcio_testing
Stanley Cheung 7c347b96eb [Release] Bump version to 1.62.0-dev (on master branch) (#35580)
Change was created by the release automation script. See go/grpc-release.

Closes #35580

COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/35580 from stanley-cheung:bump_dev_version_202401171835 b363888ca5
PiperOrigin-RevId: 599267642
2024-01-17 13:19:59 -08:00
..
grpc_testing [Python O11Y] Revert registered method change (#35522) 2024-01-11 15:40:10 -08:00
MANIFEST.in Add LICENSE to grpcio-* packages 2018-12-05 15:25:48 -08:00
README.rst Support Python 3.11 (#30818) 2022-09-12 11:53:44 -07:00
grpc_version.py [Release] Bump version to 1.62.0-dev (on master branch) (#35580) 2024-01-17 13:19:59 -08:00
setup.py [Python] Migrate from yapf to black (#33138) 2023-06-09 15:08:55 -07:00
testing_commands.py [Python 3.12] Deprecate distutil (#34186) 2023-09-06 14:32:30 -07:00

README.rst

gRPC Python Testing Package
===========================

Testing utilities for gRPC Python

Supported Python Versions
-------------------------
Python >= 3.7

Dependencies
------------

Depends on the `grpcio` package, available from PyPI via `pip install grpcio`.