Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 1.05 KB

README.rst

File metadata and controls

42 lines (26 loc) · 1.05 KB

Python wrapper for Unimus API

Python interface to the Unimus API. Useful to pull device information, retrieving configs and triggering config backups.

  • Free software: MIT license

Features

  • List devices
  • Trigger backup
  • Get most recent backed up config (latest_backup)
  • Get config from device (i.e. trigger backup and then download config)

Usage

import pyunimus
logging.info("Connecting to Unimus...")
u = pyunimus.Unimus(UNIMUS_HOST, UNIMUS_TOKEN)
devices = u.devices()

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.