LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.py
notifyseat/__init__.py
notifyseat.egg-info/PKG-INFO
notifyseat.egg-info/SOURCES.txt
notifyseat.egg-info/dependency_links.txt
notifyseat.egg-info/entry_points.txt
notifyseat.egg-info/requires.txt
notifyseat.egg-info/top_level.txt
notifyseat/cli/__init__.py
notifyseat/cli/app.py
notifyseat/cli/interactive.py
notifyseat/core/__init__.py
notifyseat/core/config.py
notifyseat/core/database.py
notifyseat/core/logger.py
notifyseat/core/models.py
notifyseat/engine/__init__.py
notifyseat/engine/scheduler.py
notifyseat/engine/worker.py
notifyseat/notifiers/__init__.py
notifyseat/notifiers/base.py
notifyseat/notifiers/desktop.py
notifyseat/notifiers/email.py
notifyseat/notifiers/manager.py
notifyseat/notifiers/sms.py
notifyseat/notifiers/webhook.py
notifyseat/notifiers/whatsapp.py
notifyseat/providers/__init__.py
notifyseat/providers/base.py
notifyseat/providers/bus.py
notifyseat/providers/flights.py
notifyseat/providers/registry.py
notifyseat/providers/simulation.py
notifyseat/providers/tcdd.py
notifyseat/web/__init__.py
notifyseat/web/server.py
notifyseat/web/static/css/style.css
notifyseat/web/static/js/app.js
notifyseat/web/templates/index.html
tests/__init__.py
tests/test_core.py
tests/test_engine.py
tests/test_notifiers.py
tests/test_providers.py
tests/test_web.py