ut-wdp 1.1.0.20250821__tar.gz → 1.2.0.20250901__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 (25) hide show
  1. {ut_wdp-1.1.0.20250821/src/ut_wdp.egg-info → ut_wdp-1.2.0.20250901}/PKG-INFO +5 -5
  2. ut_wdp-1.2.0.20250901/requirements.txt +5 -0
  3. {ut_wdp-1.1.0.20250821 → ut_wdp-1.2.0.20250901}/src/ut_wdp/__version__.py +1 -1
  4. {ut_wdp-1.1.0.20250821 → ut_wdp-1.2.0.20250901}/src/ut_wdp/pmeh/wdp.py +5 -10
  5. {ut_wdp-1.1.0.20250821 → ut_wdp-1.2.0.20250901/src/ut_wdp.egg-info}/PKG-INFO +5 -5
  6. ut_wdp-1.2.0.20250901/src/ut_wdp.egg-info/requires.txt +5 -0
  7. ut_wdp-1.1.0.20250821/requirements.txt +0 -5
  8. ut_wdp-1.1.0.20250821/src/ut_wdp.egg-info/requires.txt +0 -5
  9. {ut_wdp-1.1.0.20250821 → ut_wdp-1.2.0.20250901}/.gitignore +0 -0
  10. {ut_wdp-1.1.0.20250821 → ut_wdp-1.2.0.20250901}/LICENSE.txt +0 -0
  11. {ut_wdp-1.1.0.20250821 → ut_wdp-1.2.0.20250901}/MANIFEST.in +0 -0
  12. {ut_wdp-1.1.0.20250821 → ut_wdp-1.2.0.20250901}/README.docx +0 -0
  13. {ut_wdp-1.1.0.20250821 → ut_wdp-1.2.0.20250901}/README.rst +0 -0
  14. {ut_wdp-1.1.0.20250821 → ut_wdp-1.2.0.20250901}/git.sh +0 -0
  15. {ut_wdp-1.1.0.20250821 → ut_wdp-1.2.0.20250901}/github.sh +0 -0
  16. {ut_wdp-1.1.0.20250821 → ut_wdp-1.2.0.20250901}/install_types.sh +0 -0
  17. {ut_wdp-1.1.0.20250821 → ut_wdp-1.2.0.20250901}/pyproject.toml +0 -0
  18. {ut_wdp-1.1.0.20250821 → ut_wdp-1.2.0.20250901}/setup.cfg +0 -0
  19. {ut_wdp-1.1.0.20250821 → ut_wdp-1.2.0.20250901}/src/ut_wdp/__init__.py +0 -0
  20. {ut_wdp-1.1.0.20250821 → ut_wdp-1.2.0.20250901}/src/ut_wdp/pmeh/__init__.py +0 -0
  21. {ut_wdp-1.1.0.20250821 → ut_wdp-1.2.0.20250901}/src/ut_wdp/pmeh/py.typed +0 -0
  22. {ut_wdp-1.1.0.20250821 → ut_wdp-1.2.0.20250901}/src/ut_wdp.egg-info/SOURCES.txt +0 -0
  23. {ut_wdp-1.1.0.20250821 → ut_wdp-1.2.0.20250901}/src/ut_wdp.egg-info/dependency_links.txt +0 -0
  24. {ut_wdp-1.1.0.20250821 → ut_wdp-1.2.0.20250901}/src/ut_wdp.egg-info/not-zip-safe +0 -0
  25. {ut_wdp-1.1.0.20250821 → ut_wdp-1.2.0.20250901}/src/ut_wdp.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ut_wdp
3
- Version: 1.1.0.20250821
3
+ Version: 1.2.0.20250901
4
4
  Summary: Utilities for Watchdog Processors
5
5
  Author-email: Bernd Stroehle <bernd.stroehle@gmail.com>
6
6
  Maintainer-email: Bernd Stroehle <bernd.stroehle@gmail.com>
@@ -13,10 +13,10 @@ Project-URL: GPLv3 License, https://www.gnu.org/licenses/gpl-3.0.en.html
13
13
  Requires-Python: >=3.10
14
14
  Description-Content-Type: text/x-rst
15
15
  License-File: LICENSE.txt
16
- Requires-Dist: ut_ctl>=1.1.0.20250819
17
- Requires-Dist: ut_dic>=1.1.0.20250819
18
- Requires-Dist: ut_log>=1.2.0.20250819
19
- Requires-Dist: ut_path>=1.2.0.20250820
16
+ Requires-Dist: ut_ctl>=1.1.0.20250827
17
+ Requires-Dist: ut_dic>=1.3.4.20250827
18
+ Requires-Dist: ut_log>=1.3.0.20250821
19
+ Requires-Dist: ut_path>=1.3.1.20250901
20
20
  Requires-Dist: watchdog>=6.0.0
21
21
  Dynamic: license-file
22
22
 
@@ -0,0 +1,5 @@
1
+ ut_ctl>=1.1.0.20250827
2
+ ut_dic>=1.3.4.20250827
3
+ ut_log>=1.3.0.20250821
4
+ ut_path>=1.3.1.20250901
5
+ watchdog>=6.0.0
@@ -17,7 +17,7 @@ _now = datetime.now().strftime("%Y%m%d")
17
17
  __title__ = 'ut_wdp'
18
18
  __description__ = 'Watch Dog Processors Utilities.'
19
19
  __url__ = 'https://ut-wdp.readthedocs.io/en/latest'
20
- __version__ = f'1.1.0.{_now}'
20
+ __version__ = f'1.2.0.{_now}'
21
21
  __build__ = _now
22
22
  __author__ = 'Bernd Stroehle'
23
23
  __author_email__ = 'bernd.stroehle@gmail.com'
@@ -1,13 +1,12 @@
1
- """
2
- This module provides task scheduling classes for the management of OmniTracker
3
- SRR (NHRR) processing for Department UMH.
4
- SRR: Sustainability Risk Rating
5
- NHRR: Nachhaltigkeits Risiko Rating
6
- """
1
+ from typing import Any
2
+
7
3
  import os
8
4
  import glob
9
5
  import time
10
6
 
7
+ from watchdog.observers import Observer
8
+ from watchdog.events import PatternMatchingEventHandler
9
+
11
10
  from ut_log.log import Log, LogEq
12
11
  from ut_dic.dic import Dic
13
12
  from ut_path.pathnm import PathNm
@@ -15,10 +14,6 @@ from ut_path.path import Path
15
14
  from ut_path.path import AoPath
16
15
  from ut_ctl.journalctl import Journalctl
17
16
 
18
- from watchdog.observers import Observer
19
- from watchdog.events import PatternMatchingEventHandler
20
-
21
- from typing import Any
22
17
  TyArr = list[Any]
23
18
  TyDic = dict[Any, Any]
24
19
  TyStr = str
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ut_wdp
3
- Version: 1.1.0.20250821
3
+ Version: 1.2.0.20250901
4
4
  Summary: Utilities for Watchdog Processors
5
5
  Author-email: Bernd Stroehle <bernd.stroehle@gmail.com>
6
6
  Maintainer-email: Bernd Stroehle <bernd.stroehle@gmail.com>
@@ -13,10 +13,10 @@ Project-URL: GPLv3 License, https://www.gnu.org/licenses/gpl-3.0.en.html
13
13
  Requires-Python: >=3.10
14
14
  Description-Content-Type: text/x-rst
15
15
  License-File: LICENSE.txt
16
- Requires-Dist: ut_ctl>=1.1.0.20250819
17
- Requires-Dist: ut_dic>=1.1.0.20250819
18
- Requires-Dist: ut_log>=1.2.0.20250819
19
- Requires-Dist: ut_path>=1.2.0.20250820
16
+ Requires-Dist: ut_ctl>=1.1.0.20250827
17
+ Requires-Dist: ut_dic>=1.3.4.20250827
18
+ Requires-Dist: ut_log>=1.3.0.20250821
19
+ Requires-Dist: ut_path>=1.3.1.20250901
20
20
  Requires-Dist: watchdog>=6.0.0
21
21
  Dynamic: license-file
22
22
 
@@ -0,0 +1,5 @@
1
+ ut_ctl>=1.1.0.20250827
2
+ ut_dic>=1.3.4.20250827
3
+ ut_log>=1.3.0.20250821
4
+ ut_path>=1.3.1.20250901
5
+ watchdog>=6.0.0
@@ -1,5 +0,0 @@
1
- ut_ctl>=1.1.0.20250819
2
- ut_dic>=1.1.0.20250819
3
- ut_log>=1.2.0.20250819
4
- ut_path>=1.2.0.20250820
5
- watchdog>=6.0.0
@@ -1,5 +0,0 @@
1
- ut_ctl>=1.1.0.20250819
2
- ut_dic>=1.1.0.20250819
3
- ut_log>=1.2.0.20250819
4
- ut_path>=1.2.0.20250820
5
- watchdog>=6.0.0
File without changes