File: PKG-INFO

package info (click to toggle)
python-myuplink 0.6.0-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 96 kB
  • sloc: python: 521; makefile: 2
file content (39 lines) | stat: -rw-r--r-- 1,023 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
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
```