xds-protos


Namexds-protos JSON
Version 1.68.0 PyPI version JSON
download
home_pagehttps://grpc.io
SummaryGenerated Python code from envoyproxy/data-plane-api
upload_time2024-11-16 00:24:49
maintainerNone
docs_urlNone
authorThe gRPC Authors
requires_python>=3.8
licenseApache License 2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            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

            

Raw data

            {
    "_id": null,
    "home_page": "https://grpc.io",
    "name": "xds-protos",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": "The gRPC Authors",
    "author_email": "grpc-io@googlegroups.com",
    "download_url": "https://files.pythonhosted.org/packages/61/56/23854cf0b60746062bf654a272bcc66a6ed6fb4495b8ea0a3c28bc3aa20a/xds_protos-1.68.0.tar.gz",
    "platform": null,
    "description": "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.\n\nEach 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:\n\n::\n\n  # Import the message definitions\n  from envoy.service.status.v3 import csds_pb2\n  # Import the gRPC service and stub\n  from envoy.service.status.v3 import csds_pb2_grpc\n",
    "bugtrack_url": null,
    "license": "Apache License 2.0",
    "summary": "Generated Python code from envoyproxy/data-plane-api",
    "version": "1.68.0",
    "project_urls": {
        "Homepage": "https://grpc.io"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bef3d0a6469fcce220d873dd8201cea5e1369b9f39d60d2f40c06ac1ce11d7c1",
                "md5": "e9f4c175c4f0f3b7c1fa5d2709abca92",
                "sha256": "39309fecdb5dbba3aaf5ed9d1a0d25963838fde66a9b832ca6ddd057c0a413ac"
            },
            "downloads": -1,
            "filename": "xds_protos-1.68.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e9f4c175c4f0f3b7c1fa5d2709abca92",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 1199747,
            "upload_time": "2024-11-16T00:24:32",
            "upload_time_iso_8601": "2024-11-16T00:24:32.335450Z",
            "url": "https://files.pythonhosted.org/packages/be/f3/d0a6469fcce220d873dd8201cea5e1369b9f39d60d2f40c06ac1ce11d7c1/xds_protos-1.68.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "615623854cf0b60746062bf654a272bcc66a6ed6fb4495b8ea0a3c28bc3aa20a",
                "md5": "1988e63e4313a935c99bc563a78188d3",
                "sha256": "31e33eb4f90df6d449caa4b0d30a878dfd0ea164c54fd6d253be1586b9d1a5b8"
            },
            "downloads": -1,
            "filename": "xds_protos-1.68.0.tar.gz",
            "has_sig": false,
            "md5_digest": "1988e63e4313a935c99bc563a78188d3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 480745,
            "upload_time": "2024-11-16T00:24:49",
            "upload_time_iso_8601": "2024-11-16T00:24:49.194922Z",
            "url": "https://files.pythonhosted.org/packages/61/56/23854cf0b60746062bf654a272bcc66a6ed6fb4495b8ea0a3c28bc3aa20a/xds_protos-1.68.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-16 00:24:49",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "xds-protos"
}
        
Elapsed time: 1.46873s