Metadata-Version: 2.2
Name: pyaquael
Version: 1.0.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
Requires-Dist: asyncio
Requires-Dist: asyncudp

# 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. See `aquael-cli --help` for usage instructions

## Build and push to PyPI

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

## Install local build

```
python3 -m pip install --force dist/pyaquael-0.5.0-py3-none-any.whl
```
