grpc/src/python/grpcio_testing
Stanley Cheung ec1d75bb0a
[Release process] Bump version to 1.55.0-dev (on master branch) (#32743)
Change was created by the release automation script. See
go/grpc-release.
2023-03-29 11:03:07 -07:00
..
grpc_testing [Python][Remove Six] Replace Six with_metaclass method (#31288) 2022-10-10 14:32:38 -07: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 process] Bump version to 1.55.0-dev (on master branch) (#32743) 2023-03-29 11:03:07 -07:00
setup.py Update protobuf to v21.6 (#31015) 2022-09-16 17:50:52 -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.7

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

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