grpc/src/python/grpcio_csds
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_csds [csds] Make grpc_dump_xds_configs return ClientStatusResponse (#35612) 2024-01-29 11:14:23 -08:00
.gitignore Add grpcio-admin Python package (#26166) 2021-05-05 13:20:50 -07:00
MANIFEST.in Add CSDS API to Python (#26114) 2021-05-03 11:54:34 -07:00
README.rst Add CSDS API to Python (#26114) 2021-05-03 11:54:34 -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
setup.py [packaging] Publish xds-protos as part of the standard package pipeline (#33797) 2023-07-25 16:41:02 -07:00

README.rst

gRPC Python Client Status Discovery Service package
===================================================

CSDS is part of the Envoy xDS protocol:
https://www.envoyproxy.io/docs/envoy/latest/api-v3/service/status/v3/csds.proto.
It allows the gRPC application to programmatically expose the received traffic
configuration (xDS resources). Welcome to explore with CLI tool "grpcdebug":
https://github.com/grpc-ecosystem/grpcdebug.

For any issues or suggestions, please send to https://github.com/grpc/grpc/issues.