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.
 
 
 
 
 
 
Xuan Wang e5131b5243 [Python grpcio_tools] Update version requirement of protobuf in grpcio_tools (#36230) 12 months 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 [Python Version] Drop support for Python 3.7 (#34450) 12 months ago
grpc_version.py [release] Bump dev version 202404101721 (#36333) 12 months ago
reflection_commands.py [Python 3.12] Deprecate distutil (#34186) 2 years ago
setup.py [Python grpcio_tools] Update version requirement of protobuf in grpcio_tools (#36230) 12 months ago

README.rst

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

Reference package for reflection in GRPC Python.

Supported Python Versions
-------------------------
Python >= 3.8

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

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