Metadata-Version: 2.1
Name: cuesdk
Version: 0.2.3
Summary: Ctypes-based CUE SDK binding for Python
Home-page: https://github.com/CorsairOfficial/cue-sdk-python
Author: Corsair Memory, Inc.
License: UNKNOWN
Platform: win
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Games/Entertainment
Classifier: Topic :: System :: Hardware
Requires-Python: >=3.3
Description-Content-Type: text/markdown

cue-sdk-python
==============

This repository is dedicated for a `cuesdk` package on [PyPI](https://pypi.org/)

`cuesdk` package is a `ctypes`-based CUE SDK binding for Python 3

You can install the package from PyPI by using `pip`:

```
   $ pip install cuesdk
```

or by running the setup script:

```
   $ python setup.py install
```


