A simple python API for SecureX Orchestrator
Project description
PySXO
A Python SDK for SecureX Orchestrator (SXO)
Quickstart
from PySXO import SXOClient
sxo = SXOClient(
client_id=secrets['client_id'],
client_password=secrets['client_password'],
dry_run=False
)
workflows = sxo.workflows
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
PySXO-0.0.11.tar.gz
(8.7 kB
view hashes)
Built Distribution
PySXO-0.0.11-py3-none-any.whl
(10.7 kB
view hashes)