Metadata-Version: 2.1
Name: grpcio-testing
Version: 1.26.0
Summary: Testing utilities for gRPC Python
Home-page: https://grpc.io
Author: The gRPC Authors
Author-email: grpc-io@googlegroups.com
License: Apache License 2.0
License-File: LICENSE
Requires-Dist: protobuf>=3.6.0
Requires-Dist: grpcio>=1.26.0

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

Testing utilities for gRPC Python

Supported Python Versions
-------------------------
Python >= 3.5

Deprecated Python Versions
--------------------------
Python == 2.7. Python 2.7 support will be removed on January 1, 2020.

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

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

