A simple python API for SecureX Orchestrator
Project description
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
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.20.tar.gz
(21.2 kB
view details)
File details
Details for the file PySXO-0.0.20.tar.gz
.
File metadata
- Download URL: PySXO-0.0.20.tar.gz
- Upload date:
- Size: 21.2 kB
- Tags: Source
- Uploaded using 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
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 96d643e51282cb939d5c087c33a16d8bb0d989822b132e5a52a79dc18bb7dfa2 |
|
MD5 | b06516fe4bbeecead381f4144b21d025 |
|
BLAKE2b-256 | c36839313a2529a6f5b4619d26761991e95844c49b3f1d7dc76323111b291d17 |