grpc/src/python/grpcio_reflection
Alexander Polcyn 1197454f5a Regenerate projects 2020-01-17 15:36:25 -08:00
..
grpc_reflection Yapf all target python sources 2020-01-03 09:25:10 -08: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 deprecation notices. 2019-05-20 13:05:37 -07:00
grpc_version.py Regenerate projects 2020-01-17 15:36:25 -08:00
reflection_commands.py Revert "Merge pull request #17752 from grpc/license-symlinks" 2019-01-24 10:10:22 -08:00
setup.py Yapf all target python sources 2020-01-03 09:25:10 -08:00

README.rst

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

Reference package for reflection in 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`.