Skip to main content

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


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 hashes)

Uploaded Source

Built Distribution

webmin_xmlrpc-0.0.2-py3-none-any.whl (4.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page