grpc/src/python/grpcio_testing
donnadionne b9a997be11
Bump version to v1.41.0 (#27370)
* Bump version to v1.41.x

* Regenerate projects
2021-09-16 16:32:34 -07:00
..
grpc_testing Introduce Python import sorting to our sanity test suite (#26768) 2021-07-26 12:31:21 -07:00
MANIFEST.in Add LICENSE to grpcio-* packages 2018-12-05 15:25:48 -08:00
README.rst Add Python 3.10 drop 3.5 (#26074) 2021-09-02 14:02:53 -07:00
grpc_version.py Bump version to v1.41.0 (#27370) 2021-09-16 16:32:34 -07:00
setup.py Introduce Python import sorting to our sanity test suite (#26768) 2021-07-26 12:31:21 -07:00
testing_commands.py Revert "Merge pull request #17752 from grpc/license-symlinks" 2019-01-24 10:10:22 -08:00

README.rst

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

Testing utilities for gRPC Python

Supported Python Versions
-------------------------
Python >= 3.6

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

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