Metadata-Version: 2.1
Name: myuplink
Version: 0.6.0
Summary: API package for myUplink
Home-page: https://github.com/pajzo/myuplink
Author: Peter Winkler
Author-email: peter@fluxi.dk
Project-URL: Bug Tracker, https://github.com/pajzo/myuplink/issues
Project-URL: repository, https://github.com/pajzo/myuplink
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: aiohttp>=3.7.3

# myUplink

Package for getting data from the myUplink API.

Primary usage is for [Home Assistant](https://www.home-assistant.io/integrations/myuplink/)

Package is published to [PyPI](https://pypi.org/project/myuplink/#history)

## Supported features
- Invoke ping and protected ping
- Get systems
- Get notifications
- Get devices on a system
- Get data points on a device

## Requirements
- aiohttp

## Test before commit
```
pip install .
python examples/example1.py
```
