Ctypes-based CUE SDK binding for Python
Project description
cue-sdk-python
Intro
This repository is dedicated for a cuesdk
package on PyPI
cuesdk
package is a ctypes
-based CUE SDK binding for Python 3
Requirements
cuesdk
can be used on the following platforms:
- Windows 7 (32-bit and 64-bit);
- Windows 8, 8.1 (32-bit and 64-bit);
- Windows 10 (32-bit and 64-bit);
- macOS 10.13;
- macOS 10.14;
- macOS 10.15.
Prerequisites
- Python 3.7 or higher. Support for earlier versions of Python is not provided. Python 2.7 or lower is not supported.
Windows
- iCUE for Windows
- Microsoft Visual C++ Redistributable for Visual Studio 2017.
macOS
Installing
You can install the package from PyPI:
# Windows
$ py -3 -m pip install -U cuesdk
# macOS
$ python3 -m pip install -U cuesdk
Usage
from cuesdk import CueSdk
sdk = CueSdk()
sdk.connect()
print(sdk.protocol_details)
print(sdk.get_devices())
Links
- API reference: https://github.com/corsairofficial/cue-sdk-python/blob/master/api_reference.md
- Code examples: https://github.com/corsairofficial/cue-sdk-python/tree/master/example
- List of supported devices: https://corsairofficial.github.io/cue-sdk/#supported-devices
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
cuesdk-3.1.1.tar.gz
(487.5 kB
view hashes)
Built Distribution
cuesdk-3.1.1-py3-none-any.whl
(488.2 kB
view hashes)