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/1c/22/98b33cadca8a9b5e1941888dc866b3697cfe2b68fe0d68d5394a8b2168ce/grpcio_admin-1.68.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.68.0",
"project_urls": {
"Homepage": "https://grpc.io"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "e5a8c015bb493ebf6f608cb204140c5c70d50f62316b02d759ecd91588740111",
"md5": "40eb1a5971ff279d14fa630b594a99d0",
"sha256": "1e5a322f8bf4762d36b0989ea86b6ea0c9e5bdc3fd5a5d967acd56bab4146f8a"
},
"downloads": -1,
"filename": "grpcio_admin-1.68.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "40eb1a5971ff279d14fa630b594a99d0",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 12017,
"upload_time": "2024-11-16T00:21:29",
"upload_time_iso_8601": "2024-11-16T00:21:29.761473Z",
"url": "https://files.pythonhosted.org/packages/e5/a8/c015bb493ebf6f608cb204140c5c70d50f62316b02d759ecd91588740111/grpcio_admin-1.68.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "1c2298b33cadca8a9b5e1941888dc866b3697cfe2b68fe0d68d5394a8b2168ce",
"md5": "c524029a3d786fc23a6fce88701a2902",
"sha256": "10310edf3a90709dff0e2ea9ecdb7b5e93f046306b7f50d2f0e9117fe1007196"
},
"downloads": -1,
"filename": "grpcio_admin-1.68.0.tar.gz",
"has_sig": false,
"md5_digest": "c524029a3d786fc23a6fce88701a2902",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 12015,
"upload_time": "2024-11-16T00:24:37",
"upload_time_iso_8601": "2024-11-16T00:24:37.039869Z",
"url": "https://files.pythonhosted.org/packages/1c/22/98b33cadca8a9b5e1941888dc866b3697cfe2b68fe0d68d5394a8b2168ce/grpcio_admin-1.68.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-16 00:24:37",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "grpcio-admin"
}