CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
dashboards/drift-watchdog.json
examples/k8s-sidecar.yaml
examples/watchdog.yaml
src/drift_watchdog/__init__.py
src/drift_watchdog/alerts.py
src/drift_watchdog/baseline.py
src/drift_watchdog/cli.py
src/drift_watchdog/config.py
src/drift_watchdog/detector.py
src/drift_watchdog/exporter.py
src/drift_watchdog/models.py
src/drift_watchdog/statistics.py
src/drift_watchdog.egg-info/PKG-INFO
src/drift_watchdog.egg-info/SOURCES.txt
src/drift_watchdog.egg-info/dependency_links.txt
src/drift_watchdog.egg-info/entry_points.txt
src/drift_watchdog.egg-info/requires.txt
src/drift_watchdog.egg-info/top_level.txt
tests/__init__.py
tests/test_baseline.py
tests/test_detector.py
tests/test_statistics.py