Project: xds-protos

Generated Python code from envoyproxy/data-plane-api

Project Details

Latest version
1.60.0
Home Page
https://grpc.io
PyPI Page
https://pypi.org/project/xds-protos/

Project Popularity

PageRank
0.002086926181959086
Number of downloads
40218

Package "xds-protos" is a collection of ProtoBuf generated Python files for xDS protos (or the data-plane-api <https://github.com/envoyproxy/data-plane-api>). You can find the source code of this project in grpc/grpc <https://github.com/grpc/grpc>. For any question or suggestion, please post to https://github.com/grpc/grpc/issues.

Each generated Python file can be imported according to their proto package. For example, if we are trying to import a proto located at "envoy/service/status/v3/csds.proto", whose proto package is "package envoy.service.status.v3", then we can import it as:

::

Import the message definitions

from envoy.service.status.v3 import csds_pb2

Import the gRPC service and stub

from envoy.service.status.v3 import csds_pb2_grpc