zvecr 198e761173 Remove 3.10+ type union %!s(int64=4) %!d(string=hai) anos
..
__init__.py 819bf2eff8 Tidy up code/docstrings %!s(int64=4) %!d(string=hai) anos
client.py 819bf2eff8 Tidy up code/docstrings %!s(int64=4) %!d(string=hai) anos
device.py 198e761173 Remove 3.10+ type union %!s(int64=4) %!d(string=hai) anos
readme.md 819bf2eff8 Tidy up code/docstrings %!s(int64=4) %!d(string=hai) anos
routes.py 7bce3d7b25 Prep client gen for header parsing %!s(int64=4) %!d(string=hai) anos
types.py 63c8e0c8a2 Prep client gen for header parsing - templates %!s(int64=4) %!d(string=hai) anos

readme.md

XAP python3 bindings

Example

from xap_client import XAPClient

# List Available Devices
devices = XAPClient.devices()
selected = devices[0]

# Connect then run commands
with XAPClient().connect(selected) as dev:
    print(dev.version())

API

TODO