Metadata-Version: 2.1
Name: aioqsw
Version: 0.3.2
Summary: Library to control QNAP QSW devices
Home-page: https://github.com/Noltari/aioqsw
Download-URL: https://github.com/Noltari/aioqsw
Author: Álvaro Fernández Rojas
Author-email: noltari@gmail.com
License: Apache-2.0
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Home Automation
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE

# aioqsw
Python library to control QNAP QSW devices.

## Requirements
- Python >= 3.9

## Install
```bash
pip install aioqsw
```

## Install from Source
Run the following command inside this folder
```bash
pip install --upgrade .
```

## Examples
Examples can be found in the `examples` folder
