wup 0.2.72__tar.gz → 0.2.73__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {wup-0.2.72/wup.egg-info → wup-0.2.73}/PKG-INFO +5 -5
- {wup-0.2.72 → wup-0.2.73}/README.md +4 -4
- {wup-0.2.72 → wup-0.2.73}/pyproject.toml +1 -1
- {wup-0.2.72 → wup-0.2.73}/wup/__init__.py +1 -1
- {wup-0.2.72 → wup-0.2.73}/wup/discovery.py +4 -0
- {wup-0.2.72 → wup-0.2.73/wup.egg-info}/PKG-INFO +5 -5
- {wup-0.2.72 → wup-0.2.73}/LICENSE +0 -0
- {wup-0.2.72 → wup-0.2.73}/setup.cfg +0 -0
- {wup-0.2.72 → wup-0.2.73}/tests/test_assistant.py +0 -0
- {wup-0.2.72 → wup-0.2.73}/tests/test_auto_detection.py +0 -0
- {wup-0.2.72 → wup-0.2.73}/tests/test_cli_bridge.py +0 -0
- {wup-0.2.72 → wup-0.2.73}/tests/test_cli_filtering.py +0 -0
- {wup-0.2.72 → wup-0.2.73}/tests/test_control.py +0 -0
- {wup-0.2.72 → wup-0.2.73}/tests/test_e2e.py +0 -0
- {wup-0.2.72 → wup-0.2.73}/tests/test_endpoints_init_cli.py +0 -0
- {wup-0.2.72 → wup-0.2.73}/tests/test_genericity.py +0 -0
- {wup-0.2.72 → wup-0.2.73}/tests/test_health_summary_passed.py +0 -0
- {wup-0.2.72 → wup-0.2.73}/tests/test_monitoring_manifest.py +0 -0
- {wup-0.2.72 → wup-0.2.73}/tests/test_multi_project.py +0 -0
- {wup-0.2.72 → wup-0.2.73}/tests/test_planfile_reporter_dedupe.py +0 -0
- {wup-0.2.72 → wup-0.2.73}/tests/test_probe_mutex.py +0 -0
- {wup-0.2.72 → wup-0.2.73}/tests/test_service_inference.py +0 -0
- {wup-0.2.72 → wup-0.2.73}/tests/test_status_data.py +0 -0
- {wup-0.2.72 → wup-0.2.73}/tests/test_sync.py +0 -0
- {wup-0.2.72 → wup-0.2.73}/tests/test_testql_monitor.py +0 -0
- {wup-0.2.72 → wup-0.2.73}/tests/test_testql_watcher.py +0 -0
- {wup-0.2.72 → wup-0.2.73}/tests/test_visual_diff_periodic_skip.py +0 -0
- {wup-0.2.72 → wup-0.2.73}/tests/test_visual_diff_progress.py +0 -0
- {wup-0.2.72 → wup-0.2.73}/tests/test_watch_exclude.py +0 -0
- {wup-0.2.72 → wup-0.2.73}/tests/test_watch_no_paths_exit.py +0 -0
- {wup-0.2.72 → wup-0.2.73}/tests/test_web_client.py +0 -0
- {wup-0.2.72 → wup-0.2.73}/tests/test_wup.py +0 -0
- {wup-0.2.72 → wup-0.2.73}/tests/test_wup_generate.py +0 -0
- {wup-0.2.72 → wup-0.2.73}/wup/_ast_detector.py +0 -0
- {wup-0.2.72 → wup-0.2.73}/wup/_base_detector.py +0 -0
- {wup-0.2.72 → wup-0.2.73}/wup/_hash_detector.py +0 -0
- {wup-0.2.72 → wup-0.2.73}/wup/_yaml_detector.py +0 -0
- {wup-0.2.72 → wup-0.2.73}/wup/anomaly_detector.py +0 -0
- {wup-0.2.72 → wup-0.2.73}/wup/anomaly_models.py +0 -0
- {wup-0.2.72 → wup-0.2.73}/wup/assistant.py +0 -0
- {wup-0.2.72 → wup-0.2.73}/wup/assistant_discovery.py +0 -0
- {wup-0.2.72 → wup-0.2.73}/wup/assistant_validator.py +0 -0
- {wup-0.2.72 → wup-0.2.73}/wup/bus.py +0 -0
- {wup-0.2.72 → wup-0.2.73}/wup/cli.py +0 -0
- {wup-0.2.72 → wup-0.2.73}/wup/cli_bridge.py +0 -0
- {wup-0.2.72 → wup-0.2.73}/wup/cli_config_generator.py +0 -0
- {wup-0.2.72 → wup-0.2.73}/wup/cli_scanner.py +0 -0
- {wup-0.2.72 → wup-0.2.73}/wup/config.py +0 -0
- {wup-0.2.72 → wup-0.2.73}/wup/control.py +0 -0
- {wup-0.2.72 → wup-0.2.73}/wup/core.py +0 -0
- {wup-0.2.72 → wup-0.2.73}/wup/dependency_mapper.py +0 -0
- {wup-0.2.72 → wup-0.2.73}/wup/endpoints.py +0 -0
- {wup-0.2.72 → wup-0.2.73}/wup/event_store.py +0 -0
- {wup-0.2.72 → wup-0.2.73}/wup/file_watcher/events/file_events.py +0 -0
- {wup-0.2.72 → wup-0.2.73}/wup/generate.py +0 -0
- {wup-0.2.72 → wup-0.2.73}/wup/init_cli.py +0 -0
- {wup-0.2.72 → wup-0.2.73}/wup/models/__init__.py +0 -0
- {wup-0.2.72 → wup-0.2.73}/wup/models/config.py +0 -0
- {wup-0.2.72 → wup-0.2.73}/wup/models/target.py +0 -0
- {wup-0.2.72 → wup-0.2.73}/wup/monitoring_manifest.py +0 -0
- {wup-0.2.72 → wup-0.2.73}/wup/multi.py +0 -0
- {wup-0.2.72 → wup-0.2.73}/wup/paths.py +0 -0
- {wup-0.2.72 → wup-0.2.73}/wup/planfile_reporter.py +0 -0
- {wup-0.2.72 → wup-0.2.73}/wup/status_data.py +0 -0
- {wup-0.2.72 → wup-0.2.73}/wup/sync.py +0 -0
- {wup-0.2.72 → wup-0.2.73}/wup/testing/events/health_events.py +0 -0
- {wup-0.2.72 → wup-0.2.73}/wup/testing/events/test_results.py +0 -0
- {wup-0.2.72 → wup-0.2.73}/wup/testing/handlers/event_handlers.py +0 -0
- {wup-0.2.72 → wup-0.2.73}/wup/testing/handlers/health_handlers.py +0 -0
- {wup-0.2.72 → wup-0.2.73}/wup/testing/queries/health_queries.py +0 -0
- {wup-0.2.72 → wup-0.2.73}/wup/testql_cli_generator.py +0 -0
- {wup-0.2.72 → wup-0.2.73}/wup/testql_discovery.py +0 -0
- {wup-0.2.72 → wup-0.2.73}/wup/testql_monitor.py +0 -0
- {wup-0.2.72 → wup-0.2.73}/wup/testql_watcher.py +0 -0
- {wup-0.2.72 → wup-0.2.73}/wup/validate.py +0 -0
- {wup-0.2.72 → wup-0.2.73}/wup/visual_diff.py +0 -0
- {wup-0.2.72 → wup-0.2.73}/wup/web_client.py +0 -0
- {wup-0.2.72 → wup-0.2.73}/wup.egg-info/SOURCES.txt +0 -0
- {wup-0.2.72 → wup-0.2.73}/wup.egg-info/dependency_links.txt +0 -0
- {wup-0.2.72 → wup-0.2.73}/wup.egg-info/entry_points.txt +0 -0
- {wup-0.2.72 → wup-0.2.73}/wup.egg-info/requires.txt +0 -0
- {wup-0.2.72 → wup-0.2.73}/wup.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: wup
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.73
|
|
4
4
|
Summary: WUP (What's Up) - Intelligent file watcher for regression testing in large projects
|
|
5
5
|
Author-email: Tom Sapletta <tom@sapletta.com>
|
|
6
6
|
License-Expression: Apache-2.0
|
|
@@ -42,17 +42,17 @@ Dynamic: license-file
|
|
|
42
42
|
|
|
43
43
|
## AI Cost Tracking
|
|
44
44
|
|
|
45
|
-
    
|
|
46
46
|
  
|
|
47
47
|
|
|
48
|
-
- 🤖 **LLM usage:** $7.
|
|
49
|
-
- 👤 **Human dev:** ~$
|
|
48
|
+
- 🤖 **LLM usage:** $7.2381 (101 commits)
|
|
49
|
+
- 👤 **Human dev:** ~$5241 (52.4h @ $100/h, 30min dedup)
|
|
50
50
|
|
|
51
51
|
Generated on 2026-07-17 using [openrouter/qwen/qwen3-coder-next](https://openrouter.ai/qwen/qwen3-coder-next)
|
|
52
52
|
|
|
53
53
|
---
|
|
54
54
|
|
|
55
|
-
    
|
|
56
56
|
|
|
57
57
|
**WUP (What's Up)** - Intelligent file watcher for regression testing in large projects.
|
|
58
58
|
|
|
@@ -3,17 +3,17 @@
|
|
|
3
3
|
|
|
4
4
|
## AI Cost Tracking
|
|
5
5
|
|
|
6
|
-
    
|
|
7
7
|
  
|
|
8
8
|
|
|
9
|
-
- 🤖 **LLM usage:** $7.
|
|
10
|
-
- 👤 **Human dev:** ~$
|
|
9
|
+
- 🤖 **LLM usage:** $7.2381 (101 commits)
|
|
10
|
+
- 👤 **Human dev:** ~$5241 (52.4h @ $100/h, 30min dedup)
|
|
11
11
|
|
|
12
12
|
Generated on 2026-07-17 using [openrouter/qwen/qwen3-coder-next](https://openrouter.ai/qwen/qwen3-coder-next)
|
|
13
13
|
|
|
14
14
|
---
|
|
15
15
|
|
|
16
|
-
    
|
|
17
17
|
|
|
18
18
|
**WUP (What's Up)** - Intelligent file watcher for regression testing in large projects.
|
|
19
19
|
|
|
@@ -7,7 +7,7 @@ WUP monitors file changes and runs intelligent regression tests using a 3-layer
|
|
|
7
7
|
3. Detail Layer: Full tests with blame reports (only on failure)
|
|
8
8
|
"""
|
|
9
9
|
|
|
10
|
-
__version__ = "0.2.
|
|
10
|
+
__version__ = "0.2.73"
|
|
11
11
|
__author__ = "Tom Sapletta"
|
|
12
12
|
|
|
13
13
|
from .config import load_config, save_config, get_default_config
|
|
@@ -114,6 +114,7 @@ class FastAPIAdapter(DiscoveryAdapter):
|
|
|
114
114
|
name = "fastapi"
|
|
115
115
|
extensions = PY_EXTENSIONS
|
|
116
116
|
detect_markers = ("FastAPI", "APIRouter", "from fastapi")
|
|
117
|
+
detect_via_routes = True
|
|
117
118
|
route_patterns = (
|
|
118
119
|
(re.compile(r'@(?:app|router)\.(get|post|put|delete|patch)\s*\(\s*["\']([^"\']+)["\']'), 1, 2),
|
|
119
120
|
)
|
|
@@ -123,6 +124,7 @@ class FlaskAdapter(DiscoveryAdapter):
|
|
|
123
124
|
name = "flask"
|
|
124
125
|
extensions = PY_EXTENSIONS
|
|
125
126
|
detect_markers = ("from flask", "Flask(", "Blueprint(")
|
|
127
|
+
detect_via_routes = True
|
|
126
128
|
route_patterns = (
|
|
127
129
|
(re.compile(r'@(?:app|bp)\.(get|post|put|delete|patch)\s*\(\s*["\']([^"\']+)["\']'), 1, 2),
|
|
128
130
|
(re.compile(r'@(?:app|bp)\.route\s*\(\s*["\']([^"\']+)["\']'), None, 1),
|
|
@@ -142,6 +144,7 @@ class ExpressAdapter(DiscoveryAdapter):
|
|
|
142
144
|
name = "express"
|
|
143
145
|
extensions = JS_EXTENSIONS
|
|
144
146
|
detect_markers = ("express()", "require('express')", 'require("express")', "from 'express'", 'from "express"')
|
|
147
|
+
detect_via_routes = True
|
|
145
148
|
route_patterns = (
|
|
146
149
|
(re.compile(r'(?:app|router)\.(get|post|put|delete|patch|all)\s*\(\s*["\'`]([^"\'`]+)["\'`]'), 1, 2),
|
|
147
150
|
)
|
|
@@ -180,6 +183,7 @@ class GoAdapter(DiscoveryAdapter):
|
|
|
180
183
|
name = "go"
|
|
181
184
|
extensions = GO_EXTENSIONS
|
|
182
185
|
detect_markers = ("net/http", "gin-gonic/gin", "labstack/echo", "gorilla/mux")
|
|
186
|
+
detect_via_routes = True
|
|
183
187
|
route_patterns = (
|
|
184
188
|
# gin/echo: r.GET("/x", ...), e.POST("/x", ...)
|
|
185
189
|
(re.compile(r'\.\b(GET|POST|PUT|DELETE|PATCH)\s*\(\s*"([^"]+)"'), 1, 2),
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: wup
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.73
|
|
4
4
|
Summary: WUP (What's Up) - Intelligent file watcher for regression testing in large projects
|
|
5
5
|
Author-email: Tom Sapletta <tom@sapletta.com>
|
|
6
6
|
License-Expression: Apache-2.0
|
|
@@ -42,17 +42,17 @@ Dynamic: license-file
|
|
|
42
42
|
|
|
43
43
|
## AI Cost Tracking
|
|
44
44
|
|
|
45
|
-
    
|
|
46
46
|
  
|
|
47
47
|
|
|
48
|
-
- 🤖 **LLM usage:** $7.
|
|
49
|
-
- 👤 **Human dev:** ~$
|
|
48
|
+
- 🤖 **LLM usage:** $7.2381 (101 commits)
|
|
49
|
+
- 👤 **Human dev:** ~$5241 (52.4h @ $100/h, 30min dedup)
|
|
50
50
|
|
|
51
51
|
Generated on 2026-07-17 using [openrouter/qwen/qwen3-coder-next](https://openrouter.ai/qwen/qwen3-coder-next)
|
|
52
52
|
|
|
53
53
|
---
|
|
54
54
|
|
|
55
|
-
    
|
|
56
56
|
|
|
57
57
|
**WUP (What's Up)** - Intelligent file watcher for regression testing in large projects.
|
|
58
58
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|