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
Prerequisites
cuesdk
works on Windows platform only.- Python 3.5 or higher. Support for earlier versions of Python is not provided. Python 2.7 or lower is not supported.
- Microsoft Visual C++ Redistributable for Visual Studio 2017.
Installing
You can install the package from PyPI:
# Windows
$ py -3 -m pip install -U cuesdk
Usage
from cuesdk import CueSdk
sdk = CueSdk()
sdk.connect()
print(sdk.protocol_details)
print(sdk.get_devices())
Links
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-0.4.0.tar.gz
(257.9 kB
view hashes)
Built Distribution
cuesdk-0.4.0-py3-none-any.whl
(257.5 kB
view hashes)