ut-wdp 1.1.0.20250819__tar.gz → 1.2.0.20250821__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.2.0.20250821/.gitignore +35 -0
  2. {ut_wdp-1.1.0.20250819/src/ut_wdp.egg-info → ut_wdp-1.2.0.20250821}/PKG-INFO +5 -5
  3. ut_wdp-1.2.0.20250821/README.docx +0 -0
  4. ut_wdp-1.2.0.20250821/git.sh +45 -0
  5. ut_wdp-1.2.0.20250821/github.sh +19 -0
  6. ut_wdp-1.2.0.20250821/install_types.sh +3 -0
  7. ut_wdp-1.2.0.20250821/requirements.txt +5 -0
  8. {ut_wdp-1.1.0.20250819 → ut_wdp-1.2.0.20250821}/src/ut_wdp/__version__.py +1 -1
  9. {ut_wdp-1.1.0.20250819 → ut_wdp-1.2.0.20250821}/src/ut_wdp/pmeh/wdp.py +9 -15
  10. {ut_wdp-1.1.0.20250819 → ut_wdp-1.2.0.20250821/src/ut_wdp.egg-info}/PKG-INFO +5 -5
  11. {ut_wdp-1.1.0.20250819 → ut_wdp-1.2.0.20250821}/src/ut_wdp.egg-info/SOURCES.txt +5 -0
  12. ut_wdp-1.2.0.20250821/src/ut_wdp.egg-info/requires.txt +5 -0
  13. ut_wdp-1.1.0.20250819/requirements.txt +0 -5
  14. ut_wdp-1.1.0.20250819/src/ut_wdp.egg-info/requires.txt +0 -5
  15. {ut_wdp-1.1.0.20250819 → ut_wdp-1.2.0.20250821}/LICENSE.txt +0 -0
  16. {ut_wdp-1.1.0.20250819 → ut_wdp-1.2.0.20250821}/MANIFEST.in +0 -0
  17. {ut_wdp-1.1.0.20250819 → ut_wdp-1.2.0.20250821}/README.rst +0 -0
  18. {ut_wdp-1.1.0.20250819 → ut_wdp-1.2.0.20250821}/pyproject.toml +0 -0
  19. {ut_wdp-1.1.0.20250819 → ut_wdp-1.2.0.20250821}/setup.cfg +0 -0
  20. {ut_wdp-1.1.0.20250819 → ut_wdp-1.2.0.20250821}/src/ut_wdp/__init__.py +0 -0
  21. {ut_wdp-1.1.0.20250819 → ut_wdp-1.2.0.20250821}/src/ut_wdp/pmeh/__init__.py +0 -0
  22. {ut_wdp-1.1.0.20250819 → ut_wdp-1.2.0.20250821}/src/ut_wdp/pmeh/py.typed +0 -0
  23. {ut_wdp-1.1.0.20250819 → ut_wdp-1.2.0.20250821}/src/ut_wdp.egg-info/dependency_links.txt +0 -0
  24. {ut_wdp-1.1.0.20250819 → ut_wdp-1.2.0.20250821}/src/ut_wdp.egg-info/not-zip-safe +0 -0
  25. {ut_wdp-1.1.0.20250819 → ut_wdp-1.2.0.20250821}/src/ut_wdp.egg-info/top_level.txt +0 -0
@@ -0,0 +1,35 @@
1
+ # ignore cache
2
+ **/__pycache__
3
+
4
+ # ignore VIM: Swap-files
5
+ [._]*.*.s[a-w][a-z]
6
+ [._]*.s[a-w][a-z]
7
+ [._]s[a-w][a-z]
8
+
9
+ *.egg-info
10
+ .DS_Store
11
+ .coverage
12
+
13
+ build**
14
+ build.*
15
+
16
+ # Spyder project settings
17
+ .spyderproject
18
+ .spyproject
19
+
20
+ # Rope project settings
21
+ .ropeproject
22
+
23
+ # mkdocs documentation
24
+ /site
25
+
26
+ # mypy
27
+ **/.mypy_cache
28
+ .dmypy.json
29
+ dmypy.json
30
+
31
+ # Pyre type checker
32
+ .pyre/
33
+
34
+ # IDE stuff
35
+ .vscode
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ut_wdp
3
- Version: 1.1.0.20250819
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.20250819
17
- Requires-Dist: ut_dic>=1.1.0.20250819
18
- Requires-Dist: ut_log>=1.2.0.20250819
19
- Requires-Dist: ut_path>=2.0.0.20250730
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
 
Binary file
@@ -0,0 +1,45 @@
1
+ # Navigate to Your Project Directory: Open your terminal and navigate to the directory where your project is located:
2
+
3
+ cd path/to/your/project
4
+
5
+ # ------------------------------------------------
6
+ # Initialize Git: Initialize a new Git repository:
7
+ # ------------------------------------------------
8
+ git init
9
+
10
+ # hint: Using 'master' as the name for the initial branch. This default branch name
11
+ # hint: is subject to change. To configure the initial branch name to use in all
12
+ # hint: of your new repositories, which will suppress this warning, call:
13
+ # hint:
14
+ # hint: git config --global init.defaultBranch <name>
15
+ # hint:
16
+ # hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
17
+ # hint: 'development'. The just-created branch can be renamed via this command:
18
+ # hint:
19
+ # hint: git branch -m <name>
20
+ # Initialized empty Git repository in /mnt/hgfs/SOURCE/python/ut_xls/.git/
21
+
22
+ # Add Remote Repository: Link your local repository to the GitHub repository you created:
23
+ git config --global --add safe.directory /mnt/hgfs/SOURCE/python/ut_xls
24
+ git remote add ut_xls https://github.com/bs291048/ut_xls.git
25
+
26
+ # fatal: detected dubious ownership in repository at '/mnt/hgfs/SOURCE/python/ut_xls'
27
+ # To add an exception for this directory, call:
28
+ # git config --global --add safe.directory /mnt/hgfs/SOURCE/python/ut_xls
29
+
30
+ # ------------------------------------------------------
31
+ # Add Files: Add your project files to the staging area:
32
+ # ------------------------------------------------------
33
+ git add .
34
+
35
+ # --------------------------------------------------------------
36
+ # Commit Changes: Commit your changes with a meaningful message:
37
+ # --------------------------------------------------------------
38
+ git config --global user.email "bernd.stroehle@gmail.com"
39
+ git config --global user.name "Bernd Stroehle"
40
+ git commit -m "Initial commit"
41
+
42
+ # -----------------------------------------------------------
43
+ # Push to GitHub: Push your changes to the GitHub repository:
44
+ # -----------------------------------------------------------
45
+ git push -u ut_xls master
@@ -0,0 +1,19 @@
1
+ # create a new repository on the command line
2
+ git init
3
+
4
+ # stage all changes
5
+ git add .
6
+
7
+ # commit changes
8
+ git commit -m "first commit"
9
+ git commit -m "second commit"
10
+ git commit -m "third commit"
11
+
12
+ git config --global --add safe.directory /mnt/hgfs/SOURCE/python/ui_eviq_srr
13
+ git config --global user.email "bernd.stroehle@gmail.com"
14
+ git config --global user.name "Bernd Stroehle"
15
+
16
+ # push an existing repository from the command line
17
+ git remote add origin.ui_eviq_srr https://github.com/bs2910/ui_eviq_srr.git
18
+ git branch -M main
19
+ git push -u origin.ui_eviq_srr main
@@ -0,0 +1,3 @@
1
+ python3 -m pip install types-toml
2
+ python3 -m pip install types-ujson
3
+ mypy --install-types
@@ -0,0 +1,5 @@
1
+ ut_ctl>=1.1.0.20250821
2
+ ut_dic>=1.2.0.20250821
3
+ ut_log>=1.2.0.20250821
4
+ ut_path>=1.2.0.20250821
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,25 +1,19 @@
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
 
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 typing import Any
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.1.0.20250819
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.20250819
17
- Requires-Dist: ut_dic>=1.1.0.20250819
18
- Requires-Dist: ut_log>=1.2.0.20250819
19
- Requires-Dist: ut_path>=2.0.0.20250730
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
 
@@ -1,6 +1,11 @@
1
+ .gitignore
1
2
  LICENSE.txt
2
3
  MANIFEST.in
4
+ README.docx
3
5
  README.rst
6
+ git.sh
7
+ github.sh
8
+ install_types.sh
4
9
  pyproject.toml
5
10
  requirements.txt
6
11
  setup.cfg
@@ -0,0 +1,5 @@
1
+ ut_ctl>=1.1.0.20250821
2
+ ut_dic>=1.2.0.20250821
3
+ ut_log>=1.2.0.20250821
4
+ ut_path>=1.2.0.20250821
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>=2.0.0.20250730
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>=2.0.0.20250730
5
- watchdog>=6.0.0