A Library for interacting with WSO UEM


License
Apache-2.0
Install
pip install wso==1.0.7

Documentation

wso

Build Status Maintainability Documentation Status Coverage Status Requirements Status

A package for working with VMWare Workspace ONE UEM

Purpose

Provides a Python interface for WSO UEM

Usage

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