This repository is dedicated for a cuesdk package on PyPI
cuesdk package is a ctypes-based CUE SDK binding for Python 3
cuesdkworks on Windows or MacOS platforms only.- Python 3.5 or higher. Support for earlier versions of Python is not provided. Python 2.7 or lower is not supported.
- Windows:
- Microsoft Visual C++ Redistributable for Visual Studio 2017.
- MacOS:
- SDK must be installed manually
- Download latest dmg from https://github.com/CorsairOfficial/cue-sdk/releases/
- Copy CUESDK.Framework into /Library/Frameworks/
- example/fx.py won't work because it uses msvcrt for keypress handling. So sorry, but I don't care ;-)
- SDK must be installed manually
You can install the package with pip:
$ python3 -m pip install -U git+https://github.com/thops/cue-sdk-python.gitfrom cuesdk import CueSdk
sdk = CueSdk()
sdk.connect()
print(sdk.protocol_details)
print(sdk.get_devices())