Skip to content

Provides a python interface to interact with the Webmin XML-RPC API.

License

Notifications You must be signed in to change notification settings

autinerd/webmin-xmlrpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Provides a python interface to interact with the Webmin XML-RPC API.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages