A collection of gRPC admin services for Python, including channelz, CSDS, and admin interface management. Latest version 1.81.0, released frequently alongside grpcio.
pip install grpcio-adminNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a gRPC server with admin interface and channelz service enabled.
Replace `admin.add_admin_handlers()` with `admin.add_channelz()` for channelz, and check other methods.
Use `from grpc_admin import AdminInterface` instead of `from grpcio_admin import AdminInterface`.
Install `pip install grpcio-channelz` and import `from grpc_channelz.v1 import channelz`.
No resource links recorded.