LICENSE_apiwatch
README.md
pyproject.toml
apiwatch/__init__.py
apiwatch/__main__.py
apiwatch/cli.py
apiwatch/config.py
apiwatch/monitor.py
apiwatch/report.py
apiwatch/alerts/__init__.py
apiwatch/alerts/telegram.py
apiwatch/storage/__init__.py
apiwatch/storage/db.py
apiwatch/storage/interval.py
apiwatch_monitor.egg-info/PKG-INFO
apiwatch_monitor.egg-info/SOURCES.txt
apiwatch_monitor.egg-info/dependency_links.txt
apiwatch_monitor.egg-info/entry_points.txt
apiwatch_monitor.egg-info/requires.txt
apiwatch_monitor.egg-info/top_level.txt
tests/test_cli.py
tests/test_interval.py
tests/test_monitor.py
tests/test_report.py
tests/test_storage.py
tests/test_telegram.py