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.
- {ut_wdp-1.0.1.20250816/src/ut_wdp.egg-info → ut_wdp-1.1.0.20250819}/PKG-INFO +5 -5
- ut_wdp-1.1.0.20250819/requirements.txt +5 -0
- {ut_wdp-1.0.1.20250816 → ut_wdp-1.1.0.20250819}/src/ut_wdp/__version__.py +2 -2
- {ut_wdp-1.0.1.20250816 → ut_wdp-1.1.0.20250819/src/ut_wdp.egg-info}/PKG-INFO +5 -5
- {ut_wdp-1.0.1.20250816 → ut_wdp-1.1.0.20250819}/src/ut_wdp.egg-info/SOURCES.txt +0 -5
- ut_wdp-1.1.0.20250819/src/ut_wdp.egg-info/requires.txt +5 -0
- ut_wdp-1.0.1.20250816/.gitignore +0 -35
- ut_wdp-1.0.1.20250816/README.docx +0 -0
- ut_wdp-1.0.1.20250816/git.sh +0 -45
- ut_wdp-1.0.1.20250816/github.sh +0 -19
- ut_wdp-1.0.1.20250816/install_types.sh +0 -3
- ut_wdp-1.0.1.20250816/requirements.txt +0 -5
- ut_wdp-1.0.1.20250816/src/ut_wdp.egg-info/requires.txt +0 -5
- {ut_wdp-1.0.1.20250816 → ut_wdp-1.1.0.20250819}/LICENSE.txt +0 -0
- {ut_wdp-1.0.1.20250816 → ut_wdp-1.1.0.20250819}/MANIFEST.in +0 -0
- {ut_wdp-1.0.1.20250816 → ut_wdp-1.1.0.20250819}/README.rst +0 -0
- {ut_wdp-1.0.1.20250816 → ut_wdp-1.1.0.20250819}/pyproject.toml +0 -0
- {ut_wdp-1.0.1.20250816 → ut_wdp-1.1.0.20250819}/setup.cfg +0 -0
- {ut_wdp-1.0.1.20250816 → ut_wdp-1.1.0.20250819}/src/ut_wdp/__init__.py +0 -0
- {ut_wdp-1.0.1.20250816 → ut_wdp-1.1.0.20250819}/src/ut_wdp/pmeh/__init__.py +0 -0
- {ut_wdp-1.0.1.20250816 → ut_wdp-1.1.0.20250819}/src/ut_wdp/pmeh/py.typed +0 -0
- {ut_wdp-1.0.1.20250816 → ut_wdp-1.1.0.20250819}/src/ut_wdp/pmeh/wdp.py +0 -0
- {ut_wdp-1.0.1.20250816 → ut_wdp-1.1.0.20250819}/src/ut_wdp.egg-info/dependency_links.txt +0 -0
- {ut_wdp-1.0.1.20250816 → ut_wdp-1.1.0.20250819}/src/ut_wdp.egg-info/not-zip-safe +0 -0
- {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.
|
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.
|
17
|
-
Requires-Dist: ut_dic>=1.
|
18
|
-
Requires-Dist: ut_log>=1.
|
19
|
-
Requires-Dist: ut_path>=
|
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
|
|
@@ -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__ = '
|
18
|
+
__description__ = 'Watch Dog Processors Utilities.'
|
19
19
|
__url__ = 'https://ut-wdp.readthedocs.io/en/latest'
|
20
|
-
__version__ = f'1.0.
|
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.
|
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.
|
17
|
-
Requires-Dist: ut_dic>=1.
|
18
|
-
Requires-Dist: ut_log>=1.
|
19
|
-
Requires-Dist: ut_path>=
|
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
|
|
ut_wdp-1.0.1.20250816/.gitignore
DELETED
@@ -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
|
ut_wdp-1.0.1.20250816/git.sh
DELETED
@@ -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
|
ut_wdp-1.0.1.20250816/github.sh
DELETED
@@ -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
|
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
|