Thomas Klaehn a08243f366 Initial commit
Signed-off-by: Thomas Klaehn <tkl@blackfinn.de>
2021-02-04 16:38:40 +01:00
2021-02-04 16:38:40 +01:00
2021-02-04 16:38:40 +01:00
2021-02-04 16:38:40 +01:00
2021-02-04 16:38:40 +01:00
2021-02-04 16:38:40 +01:00

Weblight

Tool to switch on/off the yard light with web page.

Installation

python setup.py install

Usage

Manual

Create wrapper script (e.g. wrapper.py):

from weblight import app

if __name__ == "__main__":
    app.run()

Execute the wrapper script:

python3 wrapper.py

gunicorn

gunicorn --bind 0.0.0.0:80 weblight:app
Description
No description provided
Readme 28 KiB
1.0.0 Latest
2021-03-05 05:56:07 +00:00
Languages
HTML 56.8%
Python 43.2%