Lidi Zheng c34bef4ca4 Format all Bazel files with buildifier hace 6 años
..
grpc_reflection c34bef4ca4 Format all Bazel files with buildifier hace 6 años
.gitignore aff6936cf7 Partially implement gRPC Python server reflection hace 9 años
MANIFEST.in 5584d58e6c Add LICENSE to grpcio-* packages hace 7 años
README.rst cb9e2188ab Add python deprecation notices. hace 6 años
grpc_version.py 07ef24344c Regenerate projects hace 6 años
reflection_commands.py dbad0522c3 Revert "Merge pull request #17752 from grpc/license-symlinks" hace 7 años
setup.py 8ab1672c88 Release 3.8 wheels hace 6 años

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