zvecr 8e18f4d0fd hid hid_get_input_report workarounds il y a 4 ans
..
__init__.py 819bf2eff8 Tidy up code/docstrings il y a 4 ans
client.py 8e18f4d0fd hid hid_get_input_report workarounds il y a 4 ans
device.py 8e18f4d0fd hid hid_get_input_report workarounds il y a 4 ans
readme.md 819bf2eff8 Tidy up code/docstrings il y a 4 ans
routes.py 7bce3d7b25 Prep client gen for header parsing il y a 4 ans
types.py 63c8e0c8a2 Prep client gen for header parsing - templates il y a 4 ans

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