Provides a python interface to interact with the Webmin XML-RPC API.
Project description
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
webmin-xmlrpc-0.0.2.tar.gz
(6.4 kB
view details)
Built Distribution
File details
Details for the file webmin-xmlrpc-0.0.2.tar.gz
.
File metadata
- Download URL: webmin-xmlrpc-0.0.2.tar.gz
- Upload date:
- Size: 6.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6d7bfab1f25211263647bc214523d2834803368498e007ce3c358192f9dda950 |
|
MD5 | d4c567ce0809f08344f04c5b98d9f8e0 |
|
BLAKE2b-256 | 59891c93c5dcc92fa562239001ac9484a11e51f220b40b59fb35fb6ec362b727 |
File details
Details for the file webmin_xmlrpc-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: webmin_xmlrpc-0.0.2-py3-none-any.whl
- Upload date:
- Size: 4.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f00267fcfc06577ab6578adae0efc41c0c8044d704e84a7890dbb5e37cec4d8a |
|
MD5 | 1cf91cf2519c48e9ac1b5f1d3ef3bded |
|
BLAKE2b-256 | 5431192bdc01e7ebbd80e744c1859e8e1c1c655440ccbd1e88ee3ab0ff9aebdc |