Metadata-Version: 2.1
Name: pysupladevice
Version: 0.1.6
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: dev
Requires-Dist: build ; extra == 'dev'
Requires-Dist: mypy ; extra == 'dev'
Requires-Dist: pre-commit ; extra == 'dev'
Requires-Dist: pylint ; extra == 'dev'
Requires-Dist: pylint-pytest ; extra == 'dev'
Requires-Dist: pytest ; extra == 'dev'
Requires-Dist: pytest-cov ; extra == 'dev'
Requires-Dist: pytest-mock ; extra == 'dev'
Requires-Dist: pytest-xdist ; extra == 'dev'

Python SUPLA device library
===========================

A python library allowing you to write a script that acts as a SUPLA device, such as a sensor or a
light switch.

Can be installed from PyPi using `pip install pysupladevice`

Currently supports the following kinds of channel:
 * Relay/switch
 * Temperature sensor
 * Humidity sensor

Note: I am not affiliated with SUPLA or Zamel -- this is not an "official" library.
