wup 0.2.21__tar.gz → 0.2.23__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.
Files changed (32) hide show
  1. {wup-0.2.21/wup.egg-info → wup-0.2.23}/PKG-INFO +10 -8
  2. {wup-0.2.21 → wup-0.2.23}/README.md +8 -6
  3. {wup-0.2.21 → wup-0.2.23}/pyproject.toml +2 -3
  4. {wup-0.2.21 → wup-0.2.23}/wup/__init__.py +1 -1
  5. {wup-0.2.21 → wup-0.2.23/wup.egg-info}/PKG-INFO +10 -8
  6. {wup-0.2.21 → wup-0.2.23}/LICENSE +0 -0
  7. {wup-0.2.21 → wup-0.2.23}/setup.cfg +0 -0
  8. {wup-0.2.21 → wup-0.2.23}/tests/test_e2e.py +0 -0
  9. {wup-0.2.21 → wup-0.2.23}/tests/test_testql_watcher.py +0 -0
  10. {wup-0.2.21 → wup-0.2.23}/tests/test_web_client.py +0 -0
  11. {wup-0.2.21 → wup-0.2.23}/tests/test_wup.py +0 -0
  12. {wup-0.2.21 → wup-0.2.23}/wup/_ast_detector.py +0 -0
  13. {wup-0.2.21 → wup-0.2.23}/wup/_hash_detector.py +0 -0
  14. {wup-0.2.21 → wup-0.2.23}/wup/_yaml_detector.py +0 -0
  15. {wup-0.2.21 → wup-0.2.23}/wup/anomaly_detector.py +0 -0
  16. {wup-0.2.21 → wup-0.2.23}/wup/anomaly_models.py +0 -0
  17. {wup-0.2.21 → wup-0.2.23}/wup/assistant.py +0 -0
  18. {wup-0.2.21 → wup-0.2.23}/wup/cli.py +0 -0
  19. {wup-0.2.21 → wup-0.2.23}/wup/config.py +0 -0
  20. {wup-0.2.21 → wup-0.2.23}/wup/core.py +0 -0
  21. {wup-0.2.21 → wup-0.2.23}/wup/dependency_mapper.py +0 -0
  22. {wup-0.2.21 → wup-0.2.23}/wup/models/__init__.py +0 -0
  23. {wup-0.2.21 → wup-0.2.23}/wup/models/config.py +0 -0
  24. {wup-0.2.21 → wup-0.2.23}/wup/testql_discovery.py +0 -0
  25. {wup-0.2.21 → wup-0.2.23}/wup/testql_watcher.py +0 -0
  26. {wup-0.2.21 → wup-0.2.23}/wup/visual_diff.py +0 -0
  27. {wup-0.2.21 → wup-0.2.23}/wup/web_client.py +0 -0
  28. {wup-0.2.21 → wup-0.2.23}/wup.egg-info/SOURCES.txt +0 -0
  29. {wup-0.2.21 → wup-0.2.23}/wup.egg-info/dependency_links.txt +0 -0
  30. {wup-0.2.21 → wup-0.2.23}/wup.egg-info/entry_points.txt +0 -0
  31. {wup-0.2.21 → wup-0.2.23}/wup.egg-info/requires.txt +0 -0
  32. {wup-0.2.21 → wup-0.2.23}/wup.egg-info/top_level.txt +0 -0
@@ -1,9 +1,9 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: wup
3
- Version: 0.2.21
3
+ Version: 0.2.23
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
- License: Apache-2.0
6
+ License-Expression: Apache-2.0
7
7
  Project-URL: Homepage, https://github.com/semcod/wup
8
8
  Project-URL: Repository, https://github.com/semcod/wup
9
9
  Keywords: wup,watcher,testing,regression,file-monitoring
@@ -29,17 +29,17 @@ Dynamic: license-file
29
29
 
30
30
  ## AI Cost Tracking
31
31
 
32
- ![PyPI](https://img.shields.io/badge/pypi-costs-blue) ![Version](https://img.shields.io/badge/version-0.2.21-blue) ![Python](https://img.shields.io/badge/python-3.9+-blue) ![License](https://img.shields.io/badge/license-Apache--2.0-green)
33
- ![AI Cost](https://img.shields.io/badge/AI%20Cost-$4.80-orange) ![Human Time](https://img.shields.io/badge/Human%20Time-9.1h-blue) ![Model](https://img.shields.io/badge/Model-openrouter%2Fqwen%2Fqwen3--coder--next-lightgrey)
32
+ ![PyPI](https://img.shields.io/badge/pypi-costs-blue) ![Version](https://img.shields.io/badge/version-0.2.22-blue) ![Python](https://img.shields.io/badge/python-3.9+-blue) ![License](https://img.shields.io/badge/license-Apache--2.0-green)
33
+ ![AI Cost](https://img.shields.io/badge/AI%20Cost-$1.86-orange) ![Human Time](https://img.shields.io/badge/Human%20Time-11.1h-blue) ![Model](https://img.shields.io/badge/Model-openrouter%2Fqwen%2Fqwen3--coder--next-lightgrey)
34
34
 
35
- - 🤖 **LLM usage:** $4.8000 (32 commits)
36
- - 👤 **Human dev:** ~$913 (9.1h @ $100/h, 30min dedup)
35
+ - 🤖 **LLM usage:** $1.8607 (34 commits)
36
+ - 👤 **Human dev:** ~$1113 (11.1h @ $100/h, 30min dedup)
37
37
 
38
- Generated on 2026-05-01 using [openrouter/qwen/qwen3-coder-next](https://openrouter.ai/qwen/qwen3-coder-next)
38
+ Generated on 2026-05-12 using [openrouter/qwen/qwen3-coder-next](https://openrouter.ai/qwen/qwen3-coder-next)
39
39
 
40
40
  ---
41
41
 
42
- ![PyPI](https://img.shields.io/badge/pypi-wup-blue) ![Version](https://img.shields.io/badge/version-0.2.21-blue) ![Python](https://img.shields.io/badge/python-3.9+-blue) ![License](https://img.shields.io/badge/license-Apache--2.0-green)
42
+ ![PyPI](https://img.shields.io/badge/pypi-wup-blue) ![Version](https://img.shields.io/badge/version-0.2.22-blue) ![Python](https://img.shields.io/badge/python-3.9+-blue) ![License](https://img.shields.io/badge/license-Apache--2.0-green)
43
43
 
44
44
  **WUP (What's Up)** - Intelligent file watcher for regression testing in large projects.
45
45
 
@@ -87,6 +87,8 @@ wup map-deps ./my-project
87
87
  wup watch ./my-project
88
88
 
89
89
  # 5. Start with live dashboard
90
+
91
+
90
92
  wup watch ./my-project --dashboard
91
93
  ```
92
94
 
@@ -3,17 +3,17 @@
3
3
 
4
4
  ## AI Cost Tracking
5
5
 
6
- ![PyPI](https://img.shields.io/badge/pypi-costs-blue) ![Version](https://img.shields.io/badge/version-0.2.21-blue) ![Python](https://img.shields.io/badge/python-3.9+-blue) ![License](https://img.shields.io/badge/license-Apache--2.0-green)
7
- ![AI Cost](https://img.shields.io/badge/AI%20Cost-$4.80-orange) ![Human Time](https://img.shields.io/badge/Human%20Time-9.1h-blue) ![Model](https://img.shields.io/badge/Model-openrouter%2Fqwen%2Fqwen3--coder--next-lightgrey)
6
+ ![PyPI](https://img.shields.io/badge/pypi-costs-blue) ![Version](https://img.shields.io/badge/version-0.2.22-blue) ![Python](https://img.shields.io/badge/python-3.9+-blue) ![License](https://img.shields.io/badge/license-Apache--2.0-green)
7
+ ![AI Cost](https://img.shields.io/badge/AI%20Cost-$1.86-orange) ![Human Time](https://img.shields.io/badge/Human%20Time-11.1h-blue) ![Model](https://img.shields.io/badge/Model-openrouter%2Fqwen%2Fqwen3--coder--next-lightgrey)
8
8
 
9
- - 🤖 **LLM usage:** $4.8000 (32 commits)
10
- - 👤 **Human dev:** ~$913 (9.1h @ $100/h, 30min dedup)
9
+ - 🤖 **LLM usage:** $1.8607 (34 commits)
10
+ - 👤 **Human dev:** ~$1113 (11.1h @ $100/h, 30min dedup)
11
11
 
12
- Generated on 2026-05-01 using [openrouter/qwen/qwen3-coder-next](https://openrouter.ai/qwen/qwen3-coder-next)
12
+ Generated on 2026-05-12 using [openrouter/qwen/qwen3-coder-next](https://openrouter.ai/qwen/qwen3-coder-next)
13
13
 
14
14
  ---
15
15
 
16
- ![PyPI](https://img.shields.io/badge/pypi-wup-blue) ![Version](https://img.shields.io/badge/version-0.2.21-blue) ![Python](https://img.shields.io/badge/python-3.9+-blue) ![License](https://img.shields.io/badge/license-Apache--2.0-green)
16
+ ![PyPI](https://img.shields.io/badge/pypi-wup-blue) ![Version](https://img.shields.io/badge/version-0.2.22-blue) ![Python](https://img.shields.io/badge/python-3.9+-blue) ![License](https://img.shields.io/badge/license-Apache--2.0-green)
17
17
 
18
18
  **WUP (What's Up)** - Intelligent file watcher for regression testing in large projects.
19
19
 
@@ -61,6 +61,8 @@ wup map-deps ./my-project
61
61
  wup watch ./my-project
62
62
 
63
63
  # 5. Start with live dashboard
64
+
65
+
64
66
  wup watch ./my-project --dashboard
65
67
  ```
66
68
 
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "wup"
7
- version = "0.2.21"
7
+ version = "0.2.23"
8
8
  description = "WUP (What's Up) - Intelligent file watcher for regression testing in large projects"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.9"
@@ -28,9 +28,8 @@ classifiers = [
28
28
  "Programming Language :: Python :: 3.11",
29
29
  "Programming Language :: Python :: 3.12",
30
30
  ]
31
+ license = "Apache-2.0"
31
32
 
32
- [project.license]
33
- text = "Apache-2.0"
34
33
  [tool.setuptools.packages.find]
35
34
  include = ["wup*"]
36
35
 
@@ -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.21"
10
+ __version__ = "0.2.22"
11
11
  __author__ = "Tom Sapletta"
12
12
 
13
13
  from .config import load_config, save_config, get_default_config
@@ -1,9 +1,9 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: wup
3
- Version: 0.2.21
3
+ Version: 0.2.23
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
- License: Apache-2.0
6
+ License-Expression: Apache-2.0
7
7
  Project-URL: Homepage, https://github.com/semcod/wup
8
8
  Project-URL: Repository, https://github.com/semcod/wup
9
9
  Keywords: wup,watcher,testing,regression,file-monitoring
@@ -29,17 +29,17 @@ Dynamic: license-file
29
29
 
30
30
  ## AI Cost Tracking
31
31
 
32
- ![PyPI](https://img.shields.io/badge/pypi-costs-blue) ![Version](https://img.shields.io/badge/version-0.2.21-blue) ![Python](https://img.shields.io/badge/python-3.9+-blue) ![License](https://img.shields.io/badge/license-Apache--2.0-green)
33
- ![AI Cost](https://img.shields.io/badge/AI%20Cost-$4.80-orange) ![Human Time](https://img.shields.io/badge/Human%20Time-9.1h-blue) ![Model](https://img.shields.io/badge/Model-openrouter%2Fqwen%2Fqwen3--coder--next-lightgrey)
32
+ ![PyPI](https://img.shields.io/badge/pypi-costs-blue) ![Version](https://img.shields.io/badge/version-0.2.22-blue) ![Python](https://img.shields.io/badge/python-3.9+-blue) ![License](https://img.shields.io/badge/license-Apache--2.0-green)
33
+ ![AI Cost](https://img.shields.io/badge/AI%20Cost-$1.86-orange) ![Human Time](https://img.shields.io/badge/Human%20Time-11.1h-blue) ![Model](https://img.shields.io/badge/Model-openrouter%2Fqwen%2Fqwen3--coder--next-lightgrey)
34
34
 
35
- - 🤖 **LLM usage:** $4.8000 (32 commits)
36
- - 👤 **Human dev:** ~$913 (9.1h @ $100/h, 30min dedup)
35
+ - 🤖 **LLM usage:** $1.8607 (34 commits)
36
+ - 👤 **Human dev:** ~$1113 (11.1h @ $100/h, 30min dedup)
37
37
 
38
- Generated on 2026-05-01 using [openrouter/qwen/qwen3-coder-next](https://openrouter.ai/qwen/qwen3-coder-next)
38
+ Generated on 2026-05-12 using [openrouter/qwen/qwen3-coder-next](https://openrouter.ai/qwen/qwen3-coder-next)
39
39
 
40
40
  ---
41
41
 
42
- ![PyPI](https://img.shields.io/badge/pypi-wup-blue) ![Version](https://img.shields.io/badge/version-0.2.21-blue) ![Python](https://img.shields.io/badge/python-3.9+-blue) ![License](https://img.shields.io/badge/license-Apache--2.0-green)
42
+ ![PyPI](https://img.shields.io/badge/pypi-wup-blue) ![Version](https://img.shields.io/badge/version-0.2.22-blue) ![Python](https://img.shields.io/badge/python-3.9+-blue) ![License](https://img.shields.io/badge/license-Apache--2.0-green)
43
43
 
44
44
  **WUP (What's Up)** - Intelligent file watcher for regression testing in large projects.
45
45
 
@@ -87,6 +87,8 @@ wup map-deps ./my-project
87
87
  wup watch ./my-project
88
88
 
89
89
  # 5. Start with live dashboard
90
+
91
+
90
92
  wup watch ./my-project --dashboard
91
93
  ```
92
94
 
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