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.
 
 
 
 
 
 
Yash Tibrewal 87b71907d6 [Release] Bump version to 1.65.0-dev (on master branch) (#36544) 7 months ago
..
bazel/cc_proto_descriptor_library/testdata [build] Update `envoy-api` and `xds` dependencies (#35603) 11 months ago
contrib/envoy/extensions [build] Update `envoy-api` and `xds` dependencies (#35603) 11 months ago
envoy [build] Update `envoy-api` and `xds` dependencies (#35603) 11 months ago
google
opencensus
opentelemetry
udpa
validate
xds [build] Update `envoy-api` and `xds` dependencies (#35603) 11 months ago
BUILD.bazel
MANIFEST.in
README.rst
__init__.py
build.py [Python Modernization] Deprecate pkg_resources (#35849) 10 months ago
generated_file_import_test.py [build] Update `envoy-api` and `xds` dependencies (#35603) 11 months ago
grpc_version.py [Release] Bump version to 1.65.0-dev (on master branch) (#36544) 7 months ago
setup.py [Python grpcio_tools] Update version requirement of protobuf in grpcio_tools (#36230) 8 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