|
|
%!s(int64=2) %!d(string=hai) anos | |
|---|---|---|
| .. | ||
| __init__.py | d1e3036ce2 Generate python effect constants | %!s(int64=3) %!d(string=hai) anos |
| client.py | 1dbb4c0f96 stash | %!s(int64=3) %!d(string=hai) anos |
| constants.py | 751e72c1f9 Fix xap_client gen after render_xap_output changes | %!s(int64=3) %!d(string=hai) anos |
| device.py | 87fd4b42f5 Tidy up broadcast in python client | %!s(int64=2) %!d(string=hai) anos |
| pyproject.toml | f3f9b2b08c Dummy client config - more config | %!s(int64=3) %!d(string=hai) anos |
| readme.md | 819bf2eff8 Tidy up code/docstrings | %!s(int64=4) %!d(string=hai) anos |
| routes.py | 751e72c1f9 Fix xap_client gen after render_xap_output changes | %!s(int64=3) %!d(string=hai) anos |
| types.py | 87fd4b42f5 Tidy up broadcast in python client | %!s(int64=2) %!d(string=hai) anos |
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())
TODO