grpc/src/python/grpcio_reflection
Lidi Zheng 9978223a26
Add python_requires field to grpcio-* packages (#27495)
- Update the run_tests.py and distrib tests
- Update the Dockerfiles
2021-09-28 16:01:15 -07:00
..
grpc_reflection Introduce Python import sorting to our sanity test suite (#26768) 2021-07-26 12:31:21 -07:00
.gitignore Partially implement gRPC Python server reflection 2016-10-20 12:47:06 -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
reflection_commands.py Revert "Merge pull request #17752 from grpc/license-symlinks" 2019-01-24 10:10:22 -08:00
setup.py Add python_requires field to grpcio-* packages (#27495) 2021-09-28 16:01:15 -07:00

README.rst

gRPC Python Reflection package
==============================

Reference package for reflection in GRPC Python.

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

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

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