Metadata-Version: 2.1
Name: myuplink
Version: 0.0.9
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.6
Description-Content-Type: text/markdown
Requires-Dist: aiohttp >=3.7.3

# myUplink

Package for getting data from the myUplink API.

## Supported features
- Get systems
- Get devices on a system
- Get data points on a device

## Requirements
- aiohttp

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