grpc/src/python/grpcio_testing
Yash Tibrewal 87b71907d6 [Release] Bump version to 1.65.0-dev (on master branch) (#36544)
Change was created by the release automation script. See go/grpc-release.

Closes #36544

COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/36544 from yashykt:bump_dev_version_202405061956 69ee5c869e
PiperOrigin-RevId: 631187829
2024-05-06 14:41:36 -07:00
..
grpc_testing [Python O11Y] Reapply registered method change (#35850) 2024-02-15 15:36:27 -08:00
MANIFEST.in Add LICENSE to grpcio-* packages 2018-12-05 15:25:48 -08:00
README.rst [Python Version] Drop support for Python 3.7 (#34450) 2024-04-08 11:17:51 -07:00
grpc_version.py [Release] Bump version to 1.65.0-dev (on master branch) (#36544) 2024-05-06 14:41:36 -07:00
setup.py [Python grpcio_tools] Update version requirement of protobuf in grpcio_tools (#36230) 2024-04-11 15:39:29 -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.8

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

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