LICENSE
README.md
pyproject.toml
src/driftwatch/__init__.py
src/driftwatch/py.typed
src/driftwatch.egg-info/PKG-INFO
src/driftwatch.egg-info/SOURCES.txt
src/driftwatch.egg-info/dependency_links.txt
src/driftwatch.egg-info/entry_points.txt
src/driftwatch.egg-info/requires.txt
src/driftwatch.egg-info/top_level.txt
src/driftwatch/cli/__init__.py
src/driftwatch/cli/main.py
src/driftwatch/core/__init__.py
src/driftwatch/core/monitor.py
src/driftwatch/core/report.py
src/driftwatch/detectors/__init__.py
src/driftwatch/detectors/base.py
src/driftwatch/detectors/categorical.py
src/driftwatch/detectors/numerical.py
src/driftwatch/detectors/registry.py
src/driftwatch/explain/__init__.py
src/driftwatch/explain/stats.py
src/driftwatch/explain/visualize.py
src/driftwatch/integrations/__init__.py
src/driftwatch/integrations/alerting.py
src/driftwatch/integrations/fastapi.py
src/driftwatch/simulation/__init__.py
tests/test_slack_alerting.py