grpc/src/python/grpcio_reflection
Eugene Ostroukhov 6c157f9128 [Release] Bump version to 1.63.0-dev (on master branch) (#35899)
Change was created by the release automation script. See go/grpc-release.

Closes #35899

COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/35899 from eugeneo:bump_dev_version_202402131133 73950425c9
PiperOrigin-RevId: 606777850
2024-02-13 16:09:36 -08:00
..
grpc_reflection [Python] Migrate from yapf to black (#33138) 2023-06-09 15:08:55 -07:00
.gitignore Partially implement gRPC Python server reflection 2016-10-20 12:47:06 -07:00
MANIFEST.in Include .pyi file (#32268) 2023-02-02 14:39:15 -08:00
README.rst Support Python 3.11 (#30818) 2022-09-12 11:53:44 -07:00
grpc_version.py [Release] Bump version to 1.63.0-dev (on master branch) (#35899) 2024-02-13 16:09:36 -08:00
reflection_commands.py [Python 3.12] Deprecate distutil (#34186) 2023-09-06 14:32:30 -07:00
setup.py [Python 3.12] Support Python 3.12 (#34398) 2023-09-22 09:57:29 -07:00

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