wup 0.2.44__tar.gz → 0.2.45__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 (52) hide show
  1. {wup-0.2.44/wup.egg-info → wup-0.2.45}/PKG-INFO +6 -6
  2. {wup-0.2.44 → wup-0.2.45}/README.md +5 -5
  3. {wup-0.2.44 → wup-0.2.45}/pyproject.toml +1 -1
  4. {wup-0.2.44 → wup-0.2.45}/wup/__init__.py +1 -1
  5. {wup-0.2.44 → wup-0.2.45/wup.egg-info}/PKG-INFO +6 -6
  6. {wup-0.2.44 → wup-0.2.45}/LICENSE +0 -0
  7. {wup-0.2.44 → wup-0.2.45}/setup.cfg +0 -0
  8. {wup-0.2.44 → wup-0.2.45}/tests/test_auto_detection.py +0 -0
  9. {wup-0.2.44 → wup-0.2.45}/tests/test_cli_filtering.py +0 -0
  10. {wup-0.2.44 → wup-0.2.45}/tests/test_e2e.py +0 -0
  11. {wup-0.2.44 → wup-0.2.45}/tests/test_monitoring_manifest.py +0 -0
  12. {wup-0.2.44 → wup-0.2.45}/tests/test_service_inference.py +0 -0
  13. {wup-0.2.44 → wup-0.2.45}/tests/test_testql_monitor.py +0 -0
  14. {wup-0.2.44 → wup-0.2.45}/tests/test_testql_watcher.py +0 -0
  15. {wup-0.2.44 → wup-0.2.45}/tests/test_web_client.py +0 -0
  16. {wup-0.2.44 → wup-0.2.45}/tests/test_wup.py +0 -0
  17. {wup-0.2.44 → wup-0.2.45}/wup/_ast_detector.py +0 -0
  18. {wup-0.2.44 → wup-0.2.45}/wup/_base_detector.py +0 -0
  19. {wup-0.2.44 → wup-0.2.45}/wup/_hash_detector.py +0 -0
  20. {wup-0.2.44 → wup-0.2.45}/wup/_yaml_detector.py +0 -0
  21. {wup-0.2.44 → wup-0.2.45}/wup/anomaly_detector.py +0 -0
  22. {wup-0.2.44 → wup-0.2.45}/wup/anomaly_models.py +0 -0
  23. {wup-0.2.44 → wup-0.2.45}/wup/assistant.py +0 -0
  24. {wup-0.2.44 → wup-0.2.45}/wup/bus.py +0 -0
  25. {wup-0.2.44 → wup-0.2.45}/wup/cli.py +0 -0
  26. {wup-0.2.44 → wup-0.2.45}/wup/cli_config_generator.py +0 -0
  27. {wup-0.2.44 → wup-0.2.45}/wup/cli_scanner.py +0 -0
  28. {wup-0.2.44 → wup-0.2.45}/wup/config.py +0 -0
  29. {wup-0.2.44 → wup-0.2.45}/wup/core.py +0 -0
  30. {wup-0.2.44 → wup-0.2.45}/wup/dependency_mapper.py +0 -0
  31. {wup-0.2.44 → wup-0.2.45}/wup/event_store.py +0 -0
  32. {wup-0.2.44 → wup-0.2.45}/wup/file_watcher/events/file_events.py +0 -0
  33. {wup-0.2.44 → wup-0.2.45}/wup/models/__init__.py +0 -0
  34. {wup-0.2.44 → wup-0.2.45}/wup/models/config.py +0 -0
  35. {wup-0.2.44 → wup-0.2.45}/wup/monitoring_manifest.py +0 -0
  36. {wup-0.2.44 → wup-0.2.45}/wup/planfile_reporter.py +0 -0
  37. {wup-0.2.44 → wup-0.2.45}/wup/testing/events/health_events.py +0 -0
  38. {wup-0.2.44 → wup-0.2.45}/wup/testing/events/test_results.py +0 -0
  39. {wup-0.2.44 → wup-0.2.45}/wup/testing/handlers/event_handlers.py +0 -0
  40. {wup-0.2.44 → wup-0.2.45}/wup/testing/handlers/health_handlers.py +0 -0
  41. {wup-0.2.44 → wup-0.2.45}/wup/testing/queries/health_queries.py +0 -0
  42. {wup-0.2.44 → wup-0.2.45}/wup/testql_cli_generator.py +0 -0
  43. {wup-0.2.44 → wup-0.2.45}/wup/testql_discovery.py +0 -0
  44. {wup-0.2.44 → wup-0.2.45}/wup/testql_monitor.py +0 -0
  45. {wup-0.2.44 → wup-0.2.45}/wup/testql_watcher.py +0 -0
  46. {wup-0.2.44 → wup-0.2.45}/wup/visual_diff.py +0 -0
  47. {wup-0.2.44 → wup-0.2.45}/wup/web_client.py +0 -0
  48. {wup-0.2.44 → wup-0.2.45}/wup.egg-info/SOURCES.txt +0 -0
  49. {wup-0.2.44 → wup-0.2.45}/wup.egg-info/dependency_links.txt +0 -0
  50. {wup-0.2.44 → wup-0.2.45}/wup.egg-info/entry_points.txt +0 -0
  51. {wup-0.2.44 → wup-0.2.45}/wup.egg-info/requires.txt +0 -0
  52. {wup-0.2.44 → wup-0.2.45}/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.44
3
+ Version: 0.2.45
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
@@ -31,17 +31,17 @@ Dynamic: license-file
31
31
 
32
32
  ## AI Cost Tracking
33
33
 
34
- ![PyPI](https://img.shields.io/badge/pypi-costs-blue) ![Version](https://img.shields.io/badge/version-0.2.44-blue) ![Python](https://img.shields.io/badge/python-3.9+-blue) ![License](https://img.shields.io/badge/license-Apache--2.0-green)
35
- ![AI Cost](https://img.shields.io/badge/AI%20Cost-$3.38-orange) ![Human Time](https://img.shields.io/badge/Human%20Time-21.2h-blue) ![Model](https://img.shields.io/badge/Model-openrouter%2Fqwen%2Fqwen3--coder--next-lightgrey)
34
+ ![PyPI](https://img.shields.io/badge/pypi-costs-blue) ![Version](https://img.shields.io/badge/version-0.2.45-blue) ![Python](https://img.shields.io/badge/python-3.9+-blue) ![License](https://img.shields.io/badge/license-Apache--2.0-green)
35
+ ![AI Cost](https://img.shields.io/badge/AI%20Cost-$3.57-orange) ![Human Time](https://img.shields.io/badge/Human%20Time-22.5h-blue) ![Model](https://img.shields.io/badge/Model-openrouter%2Fqwen%2Fqwen3--coder--next-lightgrey)
36
36
 
37
- - 🤖 **LLM usage:** $3.3790 (54 commits)
38
- - 👤 **Human dev:** ~$2122 (21.2h @ $100/h, 30min dedup)
37
+ - 🤖 **LLM usage:** $3.5710 (55 commits)
38
+ - 👤 **Human dev:** ~$2254 (22.5h @ $100/h, 30min dedup)
39
39
 
40
40
  Generated on 2026-05-23 using [openrouter/qwen/qwen3-coder-next](https://openrouter.ai/qwen/qwen3-coder-next)
41
41
 
42
42
  ---
43
43
 
44
- ![PyPI](https://img.shields.io/badge/pypi-wup-blue) ![Version](https://img.shields.io/badge/version-0.2.44-blue) ![Python](https://img.shields.io/badge/python-3.9+-blue) ![License](https://img.shields.io/badge/license-Apache--2.0-green)
44
+ ![PyPI](https://img.shields.io/badge/pypi-wup-blue) ![Version](https://img.shields.io/badge/version-0.2.45-blue) ![Python](https://img.shields.io/badge/python-3.9+-blue) ![License](https://img.shields.io/badge/license-Apache--2.0-green)
45
45
 
46
46
  **WUP (What's Up)** - Intelligent file watcher for regression testing in large projects.
47
47
 
@@ -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.44-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-$3.38-orange) ![Human Time](https://img.shields.io/badge/Human%20Time-21.2h-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.45-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-$3.57-orange) ![Human Time](https://img.shields.io/badge/Human%20Time-22.5h-blue) ![Model](https://img.shields.io/badge/Model-openrouter%2Fqwen%2Fqwen3--coder--next-lightgrey)
8
8
 
9
- - 🤖 **LLM usage:** $3.3790 (54 commits)
10
- - 👤 **Human dev:** ~$2122 (21.2h @ $100/h, 30min dedup)
9
+ - 🤖 **LLM usage:** $3.5710 (55 commits)
10
+ - 👤 **Human dev:** ~$2254 (22.5h @ $100/h, 30min dedup)
11
11
 
12
12
  Generated on 2026-05-23 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.44-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.45-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
 
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "wup"
7
- version = "0.2.44"
7
+ version = "0.2.45"
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"
@@ -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.44"
10
+ __version__ = "0.2.45"
11
11
  __author__ = "Tom Sapletta"
12
12
 
13
13
  from .config import load_config, save_config, get_default_config
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: wup
3
- Version: 0.2.44
3
+ Version: 0.2.45
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
@@ -31,17 +31,17 @@ Dynamic: license-file
31
31
 
32
32
  ## AI Cost Tracking
33
33
 
34
- ![PyPI](https://img.shields.io/badge/pypi-costs-blue) ![Version](https://img.shields.io/badge/version-0.2.44-blue) ![Python](https://img.shields.io/badge/python-3.9+-blue) ![License](https://img.shields.io/badge/license-Apache--2.0-green)
35
- ![AI Cost](https://img.shields.io/badge/AI%20Cost-$3.38-orange) ![Human Time](https://img.shields.io/badge/Human%20Time-21.2h-blue) ![Model](https://img.shields.io/badge/Model-openrouter%2Fqwen%2Fqwen3--coder--next-lightgrey)
34
+ ![PyPI](https://img.shields.io/badge/pypi-costs-blue) ![Version](https://img.shields.io/badge/version-0.2.45-blue) ![Python](https://img.shields.io/badge/python-3.9+-blue) ![License](https://img.shields.io/badge/license-Apache--2.0-green)
35
+ ![AI Cost](https://img.shields.io/badge/AI%20Cost-$3.57-orange) ![Human Time](https://img.shields.io/badge/Human%20Time-22.5h-blue) ![Model](https://img.shields.io/badge/Model-openrouter%2Fqwen%2Fqwen3--coder--next-lightgrey)
36
36
 
37
- - 🤖 **LLM usage:** $3.3790 (54 commits)
38
- - 👤 **Human dev:** ~$2122 (21.2h @ $100/h, 30min dedup)
37
+ - 🤖 **LLM usage:** $3.5710 (55 commits)
38
+ - 👤 **Human dev:** ~$2254 (22.5h @ $100/h, 30min dedup)
39
39
 
40
40
  Generated on 2026-05-23 using [openrouter/qwen/qwen3-coder-next](https://openrouter.ai/qwen/qwen3-coder-next)
41
41
 
42
42
  ---
43
43
 
44
- ![PyPI](https://img.shields.io/badge/pypi-wup-blue) ![Version](https://img.shields.io/badge/version-0.2.44-blue) ![Python](https://img.shields.io/badge/python-3.9+-blue) ![License](https://img.shields.io/badge/license-Apache--2.0-green)
44
+ ![PyPI](https://img.shields.io/badge/pypi-wup-blue) ![Version](https://img.shields.io/badge/version-0.2.45-blue) ![Python](https://img.shields.io/badge/python-3.9+-blue) ![License](https://img.shields.io/badge/license-Apache--2.0-green)
45
45
 
46
46
  **WUP (What's Up)** - Intelligent file watcher for regression testing in large projects.
47
47
 
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