A package for working with VMWare Workspace ONE UEM
Provides a Python interface for WSO UEM
Getting started is easy, first install the package using pip install wso
next open an interactive python shell python3
from wso import WSO
WSO()
This will start interactive config mode where you will be asked for the URL, username, password, tentant code
Once you have setup your config you can query UEM for information. Check the examples directory for some examples of what you can do.
WSO().system_info()