PySXO
Note: This SDK is beta and is supported at best-effort. Please raise issues as you find them. Pull requests are more than welcome.
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
Release files for PySXO 0.0.20
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| PySXO-0.0.20.tar.gz | 21.2 kB | Details |
Release files / PySXO-0.0.20.tar.gz
| Download URL | PySXO-0.0.20.tar.gz |
|---|---|
| Size | 21.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
96d643e51282cb939d5c087c33a16d8bb0d989822b132e5a52a79dc18bb7dfa2
|
|
BLAKE2b-256 checksum How to use checksums |
c36839313a2529a6f5b4619d26761991e95844c49b3f1d7dc76323111b291d17
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.8.9
|