wup 0.2.22__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.22/wup.egg-info → wup-0.2.23}/PKG-INFO +3 -1
  2. {wup-0.2.22 → wup-0.2.23}/README.md +2 -0
  3. {wup-0.2.22 → wup-0.2.23}/pyproject.toml +1 -1
  4. {wup-0.2.22 → wup-0.2.23/wup.egg-info}/PKG-INFO +3 -1
  5. {wup-0.2.22 → wup-0.2.23}/LICENSE +0 -0
  6. {wup-0.2.22 → wup-0.2.23}/setup.cfg +0 -0
  7. {wup-0.2.22 → wup-0.2.23}/tests/test_e2e.py +0 -0
  8. {wup-0.2.22 → wup-0.2.23}/tests/test_testql_watcher.py +0 -0
  9. {wup-0.2.22 → wup-0.2.23}/tests/test_web_client.py +0 -0
  10. {wup-0.2.22 → wup-0.2.23}/tests/test_wup.py +0 -0
  11. {wup-0.2.22 → wup-0.2.23}/wup/__init__.py +0 -0
  12. {wup-0.2.22 → wup-0.2.23}/wup/_ast_detector.py +0 -0
  13. {wup-0.2.22 → wup-0.2.23}/wup/_hash_detector.py +0 -0
  14. {wup-0.2.22 → wup-0.2.23}/wup/_yaml_detector.py +0 -0
  15. {wup-0.2.22 → wup-0.2.23}/wup/anomaly_detector.py +0 -0
  16. {wup-0.2.22 → wup-0.2.23}/wup/anomaly_models.py +0 -0
  17. {wup-0.2.22 → wup-0.2.23}/wup/assistant.py +0 -0
  18. {wup-0.2.22 → wup-0.2.23}/wup/cli.py +0 -0
  19. {wup-0.2.22 → wup-0.2.23}/wup/config.py +0 -0
  20. {wup-0.2.22 → wup-0.2.23}/wup/core.py +0 -0
  21. {wup-0.2.22 → wup-0.2.23}/wup/dependency_mapper.py +0 -0
  22. {wup-0.2.22 → wup-0.2.23}/wup/models/__init__.py +0 -0
  23. {wup-0.2.22 → wup-0.2.23}/wup/models/config.py +0 -0
  24. {wup-0.2.22 → wup-0.2.23}/wup/testql_discovery.py +0 -0
  25. {wup-0.2.22 → wup-0.2.23}/wup/testql_watcher.py +0 -0
  26. {wup-0.2.22 → wup-0.2.23}/wup/visual_diff.py +0 -0
  27. {wup-0.2.22 → wup-0.2.23}/wup/web_client.py +0 -0
  28. {wup-0.2.22 → wup-0.2.23}/wup.egg-info/SOURCES.txt +0 -0
  29. {wup-0.2.22 → wup-0.2.23}/wup.egg-info/dependency_links.txt +0 -0
  30. {wup-0.2.22 → wup-0.2.23}/wup.egg-info/entry_points.txt +0 -0
  31. {wup-0.2.22 → wup-0.2.23}/wup.egg-info/requires.txt +0 -0
  32. {wup-0.2.22 → wup-0.2.23}/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.22
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
6
  License-Expression: Apache-2.0
@@ -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
 
@@ -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.22"
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"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: wup
3
- Version: 0.2.22
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
6
  License-Expression: Apache-2.0
@@ -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
File without changes