The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#) https://grpc.io/
 
 
 
 
 
 
Yash Tibrewal a989179ace
Bump master to v1.39.0 (#26207)
4 years ago
..
grpc_reflection Python style: reformat code using updated yapf 0.30.0 4 years ago
.gitignore Partially implement gRPC Python server reflection 9 years ago
MANIFEST.in Add LICENSE to grpcio-* packages 6 years ago
README.rst Add python deprecation notices. 6 years ago
grpc_version.py Bump master to v1.39.0 (#26207) 4 years ago
reflection_commands.py Revert "Merge pull request #17752 from grpc/license-symlinks" 6 years ago
setup.py Support pre-compiled Python 3.9 wheels 5 years ago

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