Metadata-Version: 2.1
Name: pysupladevice
Version: 0.1.4
Summary: 
License: GPL-3.0-or-later
Author: djungelorm
Author-email: djungelorm@users.noreply.github.com
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Description-Content-Type: text/markdown

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.

