Metadata-Version: 2.1
Name: pyaquael
Version: 0.2.2
Summary: A python library for the Aquael Leddy link unofficial API
Author: Christopher Haglund
Project-URL: Homepage, https://github.com/choffah/pyaquael
Project-URL: Issues, https://github.com/choffah/pyaquael/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: docopt

# pyaquael
A python library for the Aquael Leddy link unofficial API

## Usage
See [simple.py](examples/simple.py) for examples on using library through import.

This library can also be used from the command line:

```
Usage:
  aquael poweron IPADDRESS RBW
  aquael poweroff IPADDRESS
  aquael (-h | --help)
  aquael --version
```

## Build and push to PyPI

```
rm -rf dist
python3 -m build
python3 -m twine upload dist/*
```
