grpcio-admin


Namegrpcio-admin JSON
Version 1.63.0 PyPI version JSON
download
home_pagehttps://grpc.io
Summarya collection of admin services
upload_time2024-04-30 16:08:03
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.
            gRPC Python Admin Interface Package
===================================

Debugging gRPC library can be a complex task. There are many configurations and
internal states, which will affect the behavior of the library. This Python
package will be the collection of admin services that are exposing debug
information. Currently, it includes:

* Channel tracing metrics (grpcio-channelz)
* Client Status Discovery Service (grpcio-csds)

Here is a snippet to create an admin server on "localhost:50051":

    server = grpc.server(ThreadPoolExecutor())
    port = server.add_insecure_port('localhost:50051')
    grpc_admin.add_admin_servicers(self._server)
    server.start()

Welcome to explore the admin services with CLI tool "grpcdebug":
https://github.com/grpc-ecosystem/grpcdebug.

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

            

Raw data

            {
    "_id": null,
    "home_page": "https://grpc.io",
    "name": "grpcio-admin",
    "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/82/7e/ea64510b6898b89de081f92bc8e6a2717bb1381d3f752fee04bed0d41c07/grpcio_admin-1.63.0.tar.gz",
    "platform": null,
    "description": "gRPC Python Admin Interface Package\n===================================\n\nDebugging gRPC library can be a complex task. There are many configurations and\ninternal states, which will affect the behavior of the library. This Python\npackage will be the collection of admin services that are exposing debug\ninformation. Currently, it includes:\n\n* Channel tracing metrics (grpcio-channelz)\n* Client Status Discovery Service (grpcio-csds)\n\nHere is a snippet to create an admin server on \"localhost:50051\":\n\n    server = grpc.server(ThreadPoolExecutor())\n    port = server.add_insecure_port('localhost:50051')\n    grpc_admin.add_admin_servicers(self._server)\n    server.start()\n\nWelcome to explore the admin services with CLI tool \"grpcdebug\":\nhttps://github.com/grpc-ecosystem/grpcdebug.\n\nFor any issues or suggestions, please send to\nhttps://github.com/grpc/grpc/issues.\n",
    "bugtrack_url": null,
    "license": "Apache License 2.0",
    "summary": "a collection of admin services",
    "version": "1.63.0",
    "project_urls": {
        "Homepage": "https://grpc.io"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3d6ed6b0745ff07c1df37003b9b0d08519ef2fc9bb13d2f079807b34cb85b1a1",
                "md5": "8077ba624c20ef72fcdb050936a06e58",
                "sha256": "e8812f5d21395d982c0e759ce67dd317cee49f75c3c77181fca55baa14c2d899"
            },
            "downloads": -1,
            "filename": "grpcio_admin-1.63.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8077ba624c20ef72fcdb050936a06e58",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 12018,
            "upload_time": "2024-04-30T16:04:06",
            "upload_time_iso_8601": "2024-04-30T16:04:06.261005Z",
            "url": "https://files.pythonhosted.org/packages/3d/6e/d6b0745ff07c1df37003b9b0d08519ef2fc9bb13d2f079807b34cb85b1a1/grpcio_admin-1.63.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "827eea64510b6898b89de081f92bc8e6a2717bb1381d3f752fee04bed0d41c07",
                "md5": "2c47be28cfc820e35cc9c09ce32140c5",
                "sha256": "945b43d8abf9c112feabbde2e1d88b29700bd8d5e60bb5a9d81a5a5bc8e1ba02"
            },
            "downloads": -1,
            "filename": "grpcio_admin-1.63.0.tar.gz",
            "has_sig": false,
            "md5_digest": "2c47be28cfc820e35cc9c09ce32140c5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 11902,
            "upload_time": "2024-04-30T16:08:03",
            "upload_time_iso_8601": "2024-04-30T16:08:03.733456Z",
            "url": "https://files.pythonhosted.org/packages/82/7e/ea64510b6898b89de081f92bc8e6a2717bb1381d3f752fee04bed0d41c07/grpcio_admin-1.63.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-30 16:08:03",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "grpcio-admin"
}
        
Elapsed time: 0.23909s