ut-wdp 1.0.1.20250816__tar.gz → 1.1.0.20250819__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.0.1.20250816/src/ut_wdp.egg-info → ut_wdp-1.1.0.20250819}/PKG-INFO +5 -5
  2. ut_wdp-1.1.0.20250819/requirements.txt +5 -0
  3. {ut_wdp-1.0.1.20250816 → ut_wdp-1.1.0.20250819}/src/ut_wdp/__version__.py +2 -2
  4. {ut_wdp-1.0.1.20250816 → ut_wdp-1.1.0.20250819/src/ut_wdp.egg-info}/PKG-INFO +5 -5
  5. {ut_wdp-1.0.1.20250816 → ut_wdp-1.1.0.20250819}/src/ut_wdp.egg-info/SOURCES.txt +0 -5
  6. ut_wdp-1.1.0.20250819/src/ut_wdp.egg-info/requires.txt +5 -0
  7. ut_wdp-1.0.1.20250816/.gitignore +0 -35
  8. ut_wdp-1.0.1.20250816/README.docx +0 -0
  9. ut_wdp-1.0.1.20250816/git.sh +0 -45
  10. ut_wdp-1.0.1.20250816/github.sh +0 -19
  11. ut_wdp-1.0.1.20250816/install_types.sh +0 -3
  12. ut_wdp-1.0.1.20250816/requirements.txt +0 -5
  13. ut_wdp-1.0.1.20250816/src/ut_wdp.egg-info/requires.txt +0 -5
  14. {ut_wdp-1.0.1.20250816 → ut_wdp-1.1.0.20250819}/LICENSE.txt +0 -0
  15. {ut_wdp-1.0.1.20250816 → ut_wdp-1.1.0.20250819}/MANIFEST.in +0 -0
  16. {ut_wdp-1.0.1.20250816 → ut_wdp-1.1.0.20250819}/README.rst +0 -0
  17. {ut_wdp-1.0.1.20250816 → ut_wdp-1.1.0.20250819}/pyproject.toml +0 -0
  18. {ut_wdp-1.0.1.20250816 → ut_wdp-1.1.0.20250819}/setup.cfg +0 -0
  19. {ut_wdp-1.0.1.20250816 → ut_wdp-1.1.0.20250819}/src/ut_wdp/__init__.py +0 -0
  20. {ut_wdp-1.0.1.20250816 → ut_wdp-1.1.0.20250819}/src/ut_wdp/pmeh/__init__.py +0 -0
  21. {ut_wdp-1.0.1.20250816 → ut_wdp-1.1.0.20250819}/src/ut_wdp/pmeh/py.typed +0 -0
  22. {ut_wdp-1.0.1.20250816 → ut_wdp-1.1.0.20250819}/src/ut_wdp/pmeh/wdp.py +0 -0
  23. {ut_wdp-1.0.1.20250816 → ut_wdp-1.1.0.20250819}/src/ut_wdp.egg-info/dependency_links.txt +0 -0
  24. {ut_wdp-1.0.1.20250816 → ut_wdp-1.1.0.20250819}/src/ut_wdp.egg-info/not-zip-safe +0 -0
  25. {ut_wdp-1.0.1.20250816 → ut_wdp-1.1.0.20250819}/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.0.1.20250816
3
+ Version: 1.1.0.20250819
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.0.0.20250711
17
- Requires-Dist: ut_dic>=1.0.0.20250715
18
- Requires-Dist: ut_log>=1.0.0.20250715
19
- Requires-Dist: ut_path>=1.0.0.20250715
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
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.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
@@ -15,9 +15,9 @@ from datetime import datetime
15
15
  _now = datetime.now().strftime("%Y%m%d")
16
16
 
17
17
  __title__ = 'ut_wdp'
18
- __description__ = 'Utilities for Watch Dog Processors.'
18
+ __description__ = 'Watch Dog Processors Utilities.'
19
19
  __url__ = 'https://ut-wdp.readthedocs.io/en/latest'
20
- __version__ = f'1.0.1.{_now}'
20
+ __version__ = f'1.1.0.{_now}'
21
21
  __build__ = _now
22
22
  __author__ = 'Bernd Stroehle'
23
23
  __author_email__ = 'bernd.stroehle@gmail.com'
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ut_wdp
3
- Version: 1.0.1.20250816
3
+ Version: 1.1.0.20250819
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.0.0.20250711
17
- Requires-Dist: ut_dic>=1.0.0.20250715
18
- Requires-Dist: ut_log>=1.0.0.20250715
19
- Requires-Dist: ut_path>=1.0.0.20250715
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
20
20
  Requires-Dist: watchdog>=6.0.0
21
21
  Dynamic: license-file
22
22
 
@@ -1,11 +1,6 @@
1
- .gitignore
2
1
  LICENSE.txt
3
2
  MANIFEST.in
4
- README.docx
5
3
  README.rst
6
- git.sh
7
- github.sh
8
- install_types.sh
9
4
  pyproject.toml
10
5
  requirements.txt
11
6
  setup.cfg
@@ -0,0 +1,5 @@
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,35 +0,0 @@
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
Binary file
@@ -1,45 +0,0 @@
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
@@ -1,19 +0,0 @@
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
@@ -1,3 +0,0 @@
1
- python3 -m pip install types-toml
2
- python3 -m pip install types-ujson
3
- mypy --install-types
@@ -1,5 +0,0 @@
1
- ut_ctl>=1.0.0.20250711
2
- ut_dic>=1.0.0.20250715
3
- ut_log>=1.0.0.20250715
4
- ut_path>=1.0.0.20250715
5
- watchdog>=6.0.0
@@ -1,5 +0,0 @@
1
- ut_ctl>=1.0.0.20250711
2
- ut_dic>=1.0.0.20250715
3
- ut_log>=1.0.0.20250715
4
- ut_path>=1.0.0.20250715
5
- watchdog>=6.0.0