Yash Tibrewal 07ef24344c Regenerate projects il y a 6 ans
..
grpc_reflection d649880044 Add strip_prefix to python protoc plugin and py_grpc_library il y a 6 ans
.gitignore aff6936cf7 Partially implement gRPC Python server reflection il y a 9 ans
MANIFEST.in 5584d58e6c Add LICENSE to grpcio-* packages il y a 7 ans
README.rst cb9e2188ab Add python deprecation notices. il y a 6 ans
grpc_version.py 07ef24344c Regenerate projects il y a 6 ans
reflection_commands.py dbad0522c3 Revert "Merge pull request #17752 from grpc/license-symlinks" il y a 7 ans
setup.py 8ab1672c88 Release 3.8 wheels il y a 6 ans

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`.