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.
 
 
 
 
 
 
Esun Kim 55cf79cc4b [CI] Drop Python 3.8 (#38747) 3 days ago
..
bazel/cc_proto_descriptor_library/testdata [build] Update `envoy-api` and `xds` dependencies (#35603) 1 year ago
contrib/envoy/extensions [Dep] Updated envoy-api to 0.0.0-20250128-4de3c74 (#38618) 3 weeks ago
envoy [Dep] Updated envoy-api to 0.0.0-20250128-4de3c74 (#38618) 3 weeks ago
google Update com_github_googleapis to a recent commit. (#37578) 6 months ago
opencensus Fix breakage when built against protobuf head (#34945) 1 year ago
opentelemetry Fix breakage when built against protobuf head (#34945) 1 year ago
udpa Fix breakage when built against protobuf head (#34945) 1 year ago
validate Fix breakage when built against protobuf head (#34945) 1 year ago
xds [build] Update `envoy-api` and `xds` dependencies (#35603) 1 year ago
BUILD.bazel [Python Bazel] Use `PyInfo` provider and `py_*` rules from rules_python (#37995) 4 months ago
MANIFEST.in Add templating and support for Python 3.13 (#37643) 5 months ago
README.rst Fix some issues with the xds-protos package (#25999) 4 years ago
__init__.py Fix breakage when built against protobuf head (#34945) 1 year ago
build.py Fix minor typos (#37450) 6 months ago
generated_file_import_test.py [Dep] Updated envoy-api to 0.0.0-20250128-4de3c74 (#38618) 3 weeks ago
grpc_version.py [Release] Bump version to 1.71.0-dev (on master branch) (#38406) 1 month ago
python_version.py [CI] Drop Python 3.8 (#38747) 3 days ago
setup.py Add templating and support for Python 3.13 (#37643) 5 months ago

README.rst

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