The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#) https://grpc.io/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
AJ Heller 42b0d01e68
[Release] Bump version to 1.58.0-dev (on master branch) (#33825)
2 years ago
..
grpc_reflection [Python] Migrate from yapf to black (#33138) 2 years ago
.gitignore Partially implement gRPC Python server reflection 9 years ago
MANIFEST.in Include .pyi file (#32268) 2 years ago
README.rst Support Python 3.11 (#30818) 3 years ago
grpc_version.py [Release] Bump version to 1.58.0-dev (on master branch) (#33825) 2 years ago
reflection_commands.py [Python] Migrate from yapf to black (#33138) 2 years ago
setup.py [Python] Migrate from yapf to black (#33138) 2 years ago

README.rst

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

Reference package for reflection in GRPC Python.

Supported Python Versions
-------------------------
Python >= 3.7

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

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