Client library for sciencelogic EM7
- Free software: MIT license
- Documentation: https://sciencelogic.readthedocs.org.
To use Python EM7 in a project
from sciencelogic.client import Client
c = Client('jazz', 'hands!', 'https://au-monitoring.mcp-services.net/')
# API details
print(c.sysinfo)
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.
Thanks to Georgi Dimitrov (@georgijd) for his contributions and testing