ut-wdp 1.1.0.20250819__py3-none-any.whl → 1.2.0.20250821__py3-none-any.whl
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.
- ut_wdp/__version__.py +1 -1
- ut_wdp/pmeh/wdp.py +9 -15
- {ut_wdp-1.1.0.20250819.dist-info → ut_wdp-1.2.0.20250821.dist-info}/METADATA +5 -5
- ut_wdp-1.2.0.20250821.dist-info/RECORD +10 -0
- ut_wdp-1.1.0.20250819.dist-info/RECORD +0 -10
- {ut_wdp-1.1.0.20250819.dist-info → ut_wdp-1.2.0.20250821.dist-info}/WHEEL +0 -0
- {ut_wdp-1.1.0.20250819.dist-info → ut_wdp-1.2.0.20250821.dist-info}/licenses/LICENSE.txt +0 -0
- {ut_wdp-1.1.0.20250819.dist-info → ut_wdp-1.2.0.20250821.dist-info}/top_level.txt +0 -0
ut_wdp/__version__.py
CHANGED
@@ -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.
|
20
|
+
__version__ = f'1.2.0.{_now}'
|
21
21
|
__build__ = _now
|
22
22
|
__author__ = 'Bernd Stroehle'
|
23
23
|
__author_email__ = 'bernd.stroehle@gmail.com'
|
ut_wdp/pmeh/wdp.py
CHANGED
@@ -1,25 +1,19 @@
|
|
1
|
-
|
2
|
-
|
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
|
|
11
|
-
import ut_log.log.Log as Log
|
12
|
-
import ut_log.log.LogEq as LogEq
|
13
|
-
import ut_dic.dic.Dic as Dic
|
14
|
-
import ut_path.pathnm.PathNm as PathNm
|
15
|
-
import ut_path.path.Path as Path
|
16
|
-
import ut_path.path.AoPath as AoPath
|
17
|
-
import ut_ctl.journalctl.Journalctl as Journalctl
|
18
|
-
|
19
7
|
from watchdog.observers import Observer
|
20
8
|
from watchdog.events import PatternMatchingEventHandler
|
21
9
|
|
22
|
-
from
|
10
|
+
from ut_log.log import Log, LogEq
|
11
|
+
from ut_dic.dic import Dic
|
12
|
+
from ut_path.pathnm import PathNm
|
13
|
+
from ut_path.path import Path
|
14
|
+
from ut_path.path import AoPath
|
15
|
+
from ut_ctl.journalctl import Journalctl
|
16
|
+
|
23
17
|
TyArr = list[Any]
|
24
18
|
TyDic = dict[Any, Any]
|
25
19
|
TyStr = str
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: ut_wdp
|
3
|
-
Version: 1.
|
3
|
+
Version: 1.2.0.20250821
|
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.
|
17
|
-
Requires-Dist: ut_dic>=1.
|
18
|
-
Requires-Dist: ut_log>=1.2.0.
|
19
|
-
Requires-Dist: ut_path>=2.0.
|
16
|
+
Requires-Dist: ut_ctl>=1.1.0.20250821
|
17
|
+
Requires-Dist: ut_dic>=1.2.0.20250821
|
18
|
+
Requires-Dist: ut_log>=1.2.0.20250821
|
19
|
+
Requires-Dist: ut_path>=1.2.0.20250821
|
20
20
|
Requires-Dist: watchdog>=6.0.0
|
21
21
|
Dynamic: license-file
|
22
22
|
|
@@ -0,0 +1,10 @@
|
|
1
|
+
ut_wdp/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
2
|
+
ut_wdp/__version__.py,sha256=OIiqvL2iK2nC12wYkbmSC764x1DgAzXfvXjiC--d6uE,851
|
3
|
+
ut_wdp/pmeh/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
4
|
+
ut_wdp/pmeh/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
5
|
+
ut_wdp/pmeh/wdp.py,sha256=SZmV8oZNxtqrd0GPpW51uQrndLtPn9SLjiDbIohgoVI,4641
|
6
|
+
ut_wdp-1.2.0.20250821.dist-info/licenses/LICENSE.txt,sha256=J_iuINKTDamw5ae3f9kSe4pHFmUHQAn8FL_bWQfJgcg,850
|
7
|
+
ut_wdp-1.2.0.20250821.dist-info/METADATA,sha256=Kv7jwXgO4IHhzzToiDcNPFfcjgFRP2ngIJAypDkEIsw,32687
|
8
|
+
ut_wdp-1.2.0.20250821.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
9
|
+
ut_wdp-1.2.0.20250821.dist-info/top_level.txt,sha256=8DGyc0kJPvjla4PLttEyuCBMSXkHz3y_18J9ri0ca0k,7
|
10
|
+
ut_wdp-1.2.0.20250821.dist-info/RECORD,,
|
@@ -1,10 +0,0 @@
|
|
1
|
-
ut_wdp/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
2
|
-
ut_wdp/__version__.py,sha256=XEbEEOdXKk6vThsKaODIlAUxnYEKTePrADmMTwcYdak,851
|
3
|
-
ut_wdp/pmeh/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
4
|
-
ut_wdp/pmeh/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
5
|
-
ut_wdp/pmeh/wdp.py,sha256=6vtaKxswa3i_5l298CLTHCTZvWMNFyBZ86rORsX43-c,4897
|
6
|
-
ut_wdp-1.1.0.20250819.dist-info/licenses/LICENSE.txt,sha256=J_iuINKTDamw5ae3f9kSe4pHFmUHQAn8FL_bWQfJgcg,850
|
7
|
-
ut_wdp-1.1.0.20250819.dist-info/METADATA,sha256=QoRmduMYD4MJUgrqsrFUD7E2DF5PQoaHzEKHJSEyNMA,32687
|
8
|
-
ut_wdp-1.1.0.20250819.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
9
|
-
ut_wdp-1.1.0.20250819.dist-info/top_level.txt,sha256=8DGyc0kJPvjla4PLttEyuCBMSXkHz3y_18J9ri0ca0k,7
|
10
|
-
ut_wdp-1.1.0.20250819.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|