File: README.md

package info (click to toggle)
python-aioqsw 0.4.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 204 kB
  • sloc: python: 1,680; makefile: 4
file content (28 lines) | stat: -rw-r--r-- 691 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# aioqsw
[![Latest Version][mdversion-button]][md-pypi]
[![Python Versions][pyversion-button]][md-pypi]
[![License: Apache 2.0][apache-button]](LICENSE)

[apache-button]: https://img.shields.io/badge/License-Apache%202.0-blue.svg
[md-pypi]: https://pypi.org/project/aioqsw
[mdversion-button]: https://img.shields.io/pypi/v/aioqsw.svg
[pyversion-button]: https://img.shields.io/pypi/pyversions/aioqsw.svg

Python library to control QNAP QSW devices.

## Requirements
- Python >= 3.11

## 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