LICENSE
MANIFEST.in
README.md
pyproject.toml
mywattsmon.egg-info/PKG-INFO
mywattsmon.egg-info/SOURCES.txt
mywattsmon.egg-info/dependency_links.txt
mywattsmon.egg-info/requires.txt
mywattsmon.egg-info/top_level.txt
mywattsmon/app/__init__.py
mywattsmon/app/monitor.py
mywattsmon/app/window.py
mywattsmon/app/device/__init__.py
mywattsmon/app/device/abstract.py
mywattsmon/app/device/bosch.py
mywattsmon/app/device/dtsu.py
mywattsmon/app/device/fritz.py
mywattsmon/app/device/mock.py
mywattsmon/app/device/vedirect.py
mywattsmon/app/device/user/__init__.py
mywattsmon/app/helper/__init__.py
mywattsmon/app/helper/configwriter.py
mywattsmon/app/helper/dbreader.py
mywattsmon/app/helper/dbwriter.py
mywattsmon/app/helper/fontscaler.py
mywattsmon/app/helper/logger.py
mywattsmon/app/helper/pathfinder.py
mywattsmon/app/helper/requester.py
mywattsmon/app/helper/responder.py
mywattsmon/app/helper/timer.py
mywattsmon/doc/LICENSE
mywattsmon/doc/README.md
mywattsmon/doc/README_de.md
mywattsmon/doc/mywattsmon-manual-de-v0.9.5.pdf
mywattsmon/doc/mywattsmon-manual-en-v0.9.5.pdf
mywattsmon/doc/sample_config.json
mywattsmon/doc/sample_mock_1_config.json
mywattsmon/doc/sample_mock_2_config.json
mywattsmon/doc/sample_usermock_config.json
mywattsmon/doc/usermock.py
mywattsmon/test/__init__.py
mywattsmon/test/apptest.py