Metadata-Version: 2.1
Name: pyalko
Version: 0.1.0
Summary: Asynchronous python client for AL-KO Robolinho Mowers.
Home-page: https://github.com/jonkristian/pyalko
License: MIT
Keywords: alko,al-ko,robolinho,api,async,client
Author: Jon Kristian Nilsen
Author-email: hello@jonkristian.no
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: aiohttp (>=3.7.4,<4.0.0)
Project-URL: Documentation, https://github.com/jonkristian/pyalko
Project-URL: Repository, https://github.com/jonkristian/pyalko
Description-Content-Type: text/markdown

# PyAlko

Asynchronous python client for AL-KO Robolinho Mowers.
This package allows you to interact with AL-KO API to control your robolinho mower.

Tested with:
- AL-KO Robolinho 800W

## Installation

```bash
pip install pyalko
```

## Attributions
- [@timmo001](https://github.com/timmo001) for source of inspiration with his [aiolyric package](https://github.com/timmo001/aiolyric).
- [@ludeeus](https://github.com/ludeeus) for his generator class.

#

⭐️ this repository if you found it useful ❤️

<a href="https://www.buymeacoffee.com/jonkristian" target="_blank"><img src="https://bmc-cdn.nyc3.digitaloceanspaces.com/BMC-button-images/custom_images/white_img.png" alt="Buy Me A Coffee" style="height: auto !important;width: auto !important;" ></a>
