Webmin XML-RPC python package
This package provides a python interface to interact with the Webmin XML-RPC API.
Usage
from aiohttp.client import ClientSession
from webmin_xmlrpc.client import WebminInstance
from yarl import URL
base_url = URL.build(host="example.com", scheme="https")
session = Clientsession(base_url)
instance = WebminInstance(session)
async def get_data():
data = await instance.update()
Exposed data
- Load (1m, 5m, 15m)
- Network interfaces
- Memory information
- Uptime
- Local disk space information
Release files for webmin-xmlrpc 0.0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| webmin-xmlrpc-0.0.2.tar.gz | 6.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| webmin_xmlrpc-0.0.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 11.2 kB
Release files / webmin-xmlrpc-0.0.2.tar.gz
| Download URL | webmin-xmlrpc-0.0.2.tar.gz |
|---|---|
| Size | 6.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
6d7bfab1f25211263647bc214523d2834803368498e007ce3c358192f9dda950
|
|
BLAKE2b-256 checksum How to use checksums |
59891c93c5dcc92fa562239001ac9484a11e51f220b40b59fb35fb6ec362b727
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.0.0 CPython/3.11.8
|
Release files / webmin_xmlrpc-0.0.2-py3-none-any.whl
| Download URL | webmin_xmlrpc-0.0.2-py3-none-any.whl |
|---|---|
| Size | 4.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
f00267fcfc06577ab6578adae0efc41c0c8044d704e84a7890dbb5e37cec4d8a
|
|
BLAKE2b-256 checksum How to use checksums |
5431192bdc01e7ebbd80e744c1859e8e1c1c655440ccbd1e88ee3ab0ff9aebdc
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.0.0 CPython/3.11.8
|