.gitignore
LICENSE
README.md
pyproject.toml
requirements-dev.txt
requirements-test.txt
requirements.txt
tox.ini
.github/workflows/python-publish.yml
.vscode/settings.json
docs/drift_watch-logo.v3.svg
examples/simple_script.ipynb
src/drift_monitor/VERSION
src/drift_monitor/__init__.py
src/drift_monitor/config.py
src/drift_monitor/models.py
src/drift_monitor/py.typed
src/drift_monitor/queries.py
src/drift_monitor/schemas.py
src/drift_monitor/utils.py
src/drift_monitor.egg-info/PKG-INFO
src/drift_monitor.egg-info/SOURCES.txt
src/drift_monitor.egg-info/dependency_links.txt
src/drift_monitor.egg-info/requires.txt
src/drift_monitor.egg-info/top_level.txt
tests/conftest.py
tests/test_errors.py
tests/database/experiment_1.json
tests/database/experiment_2.json
tests/database/experiment_3.json
tests/database/experiment_4.json
tests/database/test-experiments.json
tests/database/test-users.json
tests/drifts/test_completed.py
tests/drifts/test_failed.py
tests/drifts/test_running.py
tests/experiments/test_find.py
tests/experiments/test_new.py