LICENSE
README.md
pyproject.toml
tests/test_auto_detection.py
tests/test_cli_filtering.py
tests/test_e2e.py
tests/test_monitoring_manifest.py
tests/test_service_inference.py
tests/test_testql_monitor.py
tests/test_testql_watcher.py
tests/test_web_client.py
tests/test_wup.py
wup/__init__.py
wup/_ast_detector.py
wup/_base_detector.py
wup/_hash_detector.py
wup/_yaml_detector.py
wup/anomaly_detector.py
wup/anomaly_models.py
wup/assistant.py
wup/bus.py
wup/cli.py
wup/cli_config_generator.py
wup/cli_scanner.py
wup/config.py
wup/core.py
wup/dependency_mapper.py
wup/event_store.py
wup/monitoring_manifest.py
wup/planfile_reporter.py
wup/testql_cli_generator.py
wup/testql_discovery.py
wup/testql_monitor.py
wup/testql_watcher.py
wup/visual_diff.py
wup/web_client.py
wup.egg-info/PKG-INFO
wup.egg-info/SOURCES.txt
wup.egg-info/dependency_links.txt
wup.egg-info/entry_points.txt
wup.egg-info/requires.txt
wup.egg-info/top_level.txt
wup/file_watcher/events/file_events.py
wup/models/__init__.py
wup/models/config.py
wup/testing/events/health_events.py
wup/testing/events/test_results.py
wup/testing/handlers/event_handlers.py
wup/testing/handlers/health_handlers.py
wup/testing/queries/health_queries.py