ut-wdp 1.3.2.20250911__tar.gz → 1.3.3.20251008__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.3.2.20250911/src/ut_wdp.egg-info → ut_wdp-1.3.3.20251008}/PKG-INFO +30 -40
  2. {ut_wdp-1.3.2.20250911 → ut_wdp-1.3.3.20251008}/README.rst +25 -35
  3. ut_wdp-1.3.3.20251008/requirements.txt +5 -0
  4. {ut_wdp-1.3.2.20250911 → ut_wdp-1.3.3.20251008}/src/ut_wdp/__version__.py +2 -2
  5. {ut_wdp-1.3.2.20250911 → ut_wdp-1.3.3.20251008/src/ut_wdp.egg-info}/PKG-INFO +30 -40
  6. ut_wdp-1.3.3.20251008/src/ut_wdp.egg-info/requires.txt +5 -0
  7. ut_wdp-1.3.2.20250911/requirements.txt +0 -5
  8. ut_wdp-1.3.2.20250911/src/ut_wdp.egg-info/requires.txt +0 -5
  9. {ut_wdp-1.3.2.20250911 → ut_wdp-1.3.3.20251008}/.gitignore +0 -0
  10. {ut_wdp-1.3.2.20250911 → ut_wdp-1.3.3.20251008}/LICENSE.txt +0 -0
  11. {ut_wdp-1.3.2.20250911 → ut_wdp-1.3.3.20251008}/MANIFEST.in +0 -0
  12. {ut_wdp-1.3.2.20250911 → ut_wdp-1.3.3.20251008}/README.docx +0 -0
  13. {ut_wdp-1.3.2.20250911 → ut_wdp-1.3.3.20251008}/git.sh +0 -0
  14. {ut_wdp-1.3.2.20250911 → ut_wdp-1.3.3.20251008}/github.sh +0 -0
  15. {ut_wdp-1.3.2.20250911 → ut_wdp-1.3.3.20251008}/install_types.sh +0 -0
  16. {ut_wdp-1.3.2.20250911 → ut_wdp-1.3.3.20251008}/pyproject.toml +0 -0
  17. {ut_wdp-1.3.2.20250911 → ut_wdp-1.3.3.20251008}/setup.cfg +0 -0
  18. {ut_wdp-1.3.2.20250911 → ut_wdp-1.3.3.20251008}/src/ut_wdp/__init__.py +0 -0
  19. {ut_wdp-1.3.2.20250911 → ut_wdp-1.3.3.20251008}/src/ut_wdp/pmeh/__init__.py +0 -0
  20. {ut_wdp-1.3.2.20250911 → ut_wdp-1.3.3.20251008}/src/ut_wdp/pmeh/py.typed +0 -0
  21. {ut_wdp-1.3.2.20250911 → ut_wdp-1.3.3.20251008}/src/ut_wdp/pmeh/wdp.py +0 -0
  22. {ut_wdp-1.3.2.20250911 → ut_wdp-1.3.3.20251008}/src/ut_wdp.egg-info/SOURCES.txt +0 -0
  23. {ut_wdp-1.3.2.20250911 → ut_wdp-1.3.3.20251008}/src/ut_wdp.egg-info/dependency_links.txt +0 -0
  24. {ut_wdp-1.3.2.20250911 → ut_wdp-1.3.3.20251008}/src/ut_wdp.egg-info/not-zip-safe +0 -0
  25. {ut_wdp-1.3.2.20250911 → ut_wdp-1.3.3.20251008}/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.3.2.20250911
3
+ Version: 1.3.3.20251008
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.20250827
17
- Requires-Dist: ut_dic>=1.3.5.20250909
18
- Requires-Dist: ut_log>=1.3.0.20250821
19
- Requires-Dist: ut_path>=1.3.2.20250909
16
+ Requires-Dist: ut_ctl>=1.1.2.20251008
17
+ Requires-Dist: ut_dic>=1.5.3.20251008
18
+ Requires-Dist: ut_log>=1.3.3.20251008
19
+ Requires-Dist: ut_path>=1.3.5.20251005
20
20
  Requires-Dist: watchdog>=6.0.0
21
21
  Dynamic: license-file
22
22
 
@@ -30,7 +30,7 @@ Overview
30
30
 
31
31
  .. start short_desc
32
32
 
33
- **Watch Dog Processor 'Utilities'**
33
+ **Watchdog Processor Utilities**
34
34
 
35
35
  .. end short_desc
36
36
 
@@ -74,21 +74,19 @@ The Package ``ut_wdp`` consist of the following file types (c.f.: **Appendix**:
74
74
  a. *__init__.py*
75
75
  #. *__version__.py*
76
76
 
77
- #. **Sub-packages**
77
+ a. **Sub-package pmeh**
78
78
 
79
- a. **pmeh**
79
+ #. **Special files:**
80
80
 
81
- #. **Special files:**
81
+ a. *py.typed*
82
82
 
83
- a. *py.typed*
84
-
85
- #. **Special modules:**
83
+ #. **Special modules:**
86
84
 
87
- a. *__init__.py*
85
+ a. *__init__.py*
88
86
 
89
- #. **Modules**
87
+ #. **Modules**
90
88
 
91
- #. modules: wdp.py
89
+ #. modules: wdp.py
92
90
 
93
91
  Sub-package: `pmeh`
94
92
  ===================
@@ -96,37 +94,29 @@ Sub-package: `pmeh`
96
94
  Modules
97
95
  -------
98
96
 
99
- The Sub-package ``pmeh`` contains the following modules.
100
-
101
- .. pmeh-Modules-label:
102
- .. table:: *pmeh Modules*
103
-
104
- +------+-------------------+
105
- |Name |Decription |
106
- +======+===================+
107
- |wdp.py|Watch Dog Processor|
108
- +------+-------------------+
97
+ The Sub-package ``pmeh`` contains the module ``wdp.py`` which provides watchdog services
98
+ for pattern matchng events of file paths.
109
99
 
110
100
  Module: wdp.py
111
101
  --------------
112
102
 
113
103
  The Module ``wdp.py`` contains the following classes:
114
104
 
115
- +-------------+------+---------------------------------------------+
116
- |Name |Type |Description |
117
- +=============+======+=============================================+
118
- |CustomHandler|normal|Custom Handler of PatternMatchingEventHandler|
119
- +-------------+------+---------------------------------------------+
120
- |WdP |static|Watch Dog Processor |
121
- +-------------+------+---------------------------------------------+
105
+ +----------+------+-------------------------------------------------------------+
106
+ |Name |Type |Description |
107
+ +==========+======+=============================================================+
108
+ |PmeHandler|normal|Custom Handler of the superclass PatternMatchingEventHandler.|
109
+ +----------+------+-------------------------------------------------------------+
110
+ |WdP |static|Watch Dog Processor |
111
+ +----------+------+-------------------------------------------------------------+
122
112
 
123
- wdp.py Class: CustomHandler
124
- ---------------------------
113
+ Class: PmeHandler
114
+ -----------------
125
115
 
126
116
  The class ``CustomHandler`` contains the subsequent methods.
127
117
 
128
- CustomHandler Methods
129
- ^^^^^^^^^^^^^^^^^^^^^
118
+ Methods
119
+ ^^^^^^^
130
120
 
131
121
  .. Methods-of-class-CustomHandler-label:
132
122
  .. table:: *Methods of class CustomHandler*
@@ -141,13 +131,13 @@ CustomHandler Methods
141
131
  |on_modified|instance|Process 'File referred by file path is modified' event|
142
132
  +-----------+--------+------------------------------------------------------+
143
133
 
144
- wdp.py Class: WdP
145
- -----------------
134
+ Class: WdP
135
+ ----------
146
136
 
147
137
  The static class ``WdP`` contains the subsequent methods.
148
138
 
149
- WdP Methods
150
- ^^^^^^^^^^^
139
+ Methods
140
+ ^^^^^^^
151
141
 
152
142
  .. Methods-of-class-WdP-label:
153
143
  .. table:: *Methods-of-class-WdP*
@@ -8,7 +8,7 @@ Overview
8
8
 
9
9
  .. start short_desc
10
10
 
11
- **Watch Dog Processor 'Utilities'**
11
+ **Watchdog Processor Utilities**
12
12
 
13
13
  .. end short_desc
14
14
 
@@ -52,21 +52,19 @@ The Package ``ut_wdp`` consist of the following file types (c.f.: **Appendix**:
52
52
  a. *__init__.py*
53
53
  #. *__version__.py*
54
54
 
55
- #. **Sub-packages**
55
+ a. **Sub-package pmeh**
56
56
 
57
- a. **pmeh**
57
+ #. **Special files:**
58
58
 
59
- #. **Special files:**
59
+ a. *py.typed*
60
60
 
61
- a. *py.typed*
62
-
63
- #. **Special modules:**
61
+ #. **Special modules:**
64
62
 
65
- a. *__init__.py*
63
+ a. *__init__.py*
66
64
 
67
- #. **Modules**
65
+ #. **Modules**
68
66
 
69
- #. modules: wdp.py
67
+ #. modules: wdp.py
70
68
 
71
69
  Sub-package: `pmeh`
72
70
  ===================
@@ -74,37 +72,29 @@ Sub-package: `pmeh`
74
72
  Modules
75
73
  -------
76
74
 
77
- The Sub-package ``pmeh`` contains the following modules.
78
-
79
- .. pmeh-Modules-label:
80
- .. table:: *pmeh Modules*
81
-
82
- +------+-------------------+
83
- |Name |Decription |
84
- +======+===================+
85
- |wdp.py|Watch Dog Processor|
86
- +------+-------------------+
75
+ The Sub-package ``pmeh`` contains the module ``wdp.py`` which provides watchdog services
76
+ for pattern matchng events of file paths.
87
77
 
88
78
  Module: wdp.py
89
79
  --------------
90
80
 
91
81
  The Module ``wdp.py`` contains the following classes:
92
82
 
93
- +-------------+------+---------------------------------------------+
94
- |Name |Type |Description |
95
- +=============+======+=============================================+
96
- |CustomHandler|normal|Custom Handler of PatternMatchingEventHandler|
97
- +-------------+------+---------------------------------------------+
98
- |WdP |static|Watch Dog Processor |
99
- +-------------+------+---------------------------------------------+
83
+ +----------+------+-------------------------------------------------------------+
84
+ |Name |Type |Description |
85
+ +==========+======+=============================================================+
86
+ |PmeHandler|normal|Custom Handler of the superclass PatternMatchingEventHandler.|
87
+ +----------+------+-------------------------------------------------------------+
88
+ |WdP |static|Watch Dog Processor |
89
+ +----------+------+-------------------------------------------------------------+
100
90
 
101
- wdp.py Class: CustomHandler
102
- ---------------------------
91
+ Class: PmeHandler
92
+ -----------------
103
93
 
104
94
  The class ``CustomHandler`` contains the subsequent methods.
105
95
 
106
- CustomHandler Methods
107
- ^^^^^^^^^^^^^^^^^^^^^
96
+ Methods
97
+ ^^^^^^^
108
98
 
109
99
  .. Methods-of-class-CustomHandler-label:
110
100
  .. table:: *Methods of class CustomHandler*
@@ -119,13 +109,13 @@ CustomHandler Methods
119
109
  |on_modified|instance|Process 'File referred by file path is modified' event|
120
110
  +-----------+--------+------------------------------------------------------+
121
111
 
122
- wdp.py Class: WdP
123
- -----------------
112
+ Class: WdP
113
+ ----------
124
114
 
125
115
  The static class ``WdP`` contains the subsequent methods.
126
116
 
127
- WdP Methods
128
- ^^^^^^^^^^^
117
+ Methods
118
+ ^^^^^^^
129
119
 
130
120
  .. Methods-of-class-WdP-label:
131
121
  .. table:: *Methods-of-class-WdP*
@@ -0,0 +1,5 @@
1
+ ut_ctl>=1.1.2.20251008
2
+ ut_dic>=1.5.3.20251008
3
+ ut_log>=1.3.3.20251008
4
+ ut_path>=1.3.5.20251005
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__ = 'Watch Dog Processors Utilities.'
18
+ __description__ = 'Watch Dog Processor Utilities.'
19
19
  __url__ = 'https://ut-wdp.readthedocs.io/en/latest'
20
- __version__ = f'1.3.2.{_now}'
20
+ __version__ = f'1.3.3.{_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.3.2.20250911
3
+ Version: 1.3.3.20251008
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.20250827
17
- Requires-Dist: ut_dic>=1.3.5.20250909
18
- Requires-Dist: ut_log>=1.3.0.20250821
19
- Requires-Dist: ut_path>=1.3.2.20250909
16
+ Requires-Dist: ut_ctl>=1.1.2.20251008
17
+ Requires-Dist: ut_dic>=1.5.3.20251008
18
+ Requires-Dist: ut_log>=1.3.3.20251008
19
+ Requires-Dist: ut_path>=1.3.5.20251005
20
20
  Requires-Dist: watchdog>=6.0.0
21
21
  Dynamic: license-file
22
22
 
@@ -30,7 +30,7 @@ Overview
30
30
 
31
31
  .. start short_desc
32
32
 
33
- **Watch Dog Processor 'Utilities'**
33
+ **Watchdog Processor Utilities**
34
34
 
35
35
  .. end short_desc
36
36
 
@@ -74,21 +74,19 @@ The Package ``ut_wdp`` consist of the following file types (c.f.: **Appendix**:
74
74
  a. *__init__.py*
75
75
  #. *__version__.py*
76
76
 
77
- #. **Sub-packages**
77
+ a. **Sub-package pmeh**
78
78
 
79
- a. **pmeh**
79
+ #. **Special files:**
80
80
 
81
- #. **Special files:**
81
+ a. *py.typed*
82
82
 
83
- a. *py.typed*
84
-
85
- #. **Special modules:**
83
+ #. **Special modules:**
86
84
 
87
- a. *__init__.py*
85
+ a. *__init__.py*
88
86
 
89
- #. **Modules**
87
+ #. **Modules**
90
88
 
91
- #. modules: wdp.py
89
+ #. modules: wdp.py
92
90
 
93
91
  Sub-package: `pmeh`
94
92
  ===================
@@ -96,37 +94,29 @@ Sub-package: `pmeh`
96
94
  Modules
97
95
  -------
98
96
 
99
- The Sub-package ``pmeh`` contains the following modules.
100
-
101
- .. pmeh-Modules-label:
102
- .. table:: *pmeh Modules*
103
-
104
- +------+-------------------+
105
- |Name |Decription |
106
- +======+===================+
107
- |wdp.py|Watch Dog Processor|
108
- +------+-------------------+
97
+ The Sub-package ``pmeh`` contains the module ``wdp.py`` which provides watchdog services
98
+ for pattern matchng events of file paths.
109
99
 
110
100
  Module: wdp.py
111
101
  --------------
112
102
 
113
103
  The Module ``wdp.py`` contains the following classes:
114
104
 
115
- +-------------+------+---------------------------------------------+
116
- |Name |Type |Description |
117
- +=============+======+=============================================+
118
- |CustomHandler|normal|Custom Handler of PatternMatchingEventHandler|
119
- +-------------+------+---------------------------------------------+
120
- |WdP |static|Watch Dog Processor |
121
- +-------------+------+---------------------------------------------+
105
+ +----------+------+-------------------------------------------------------------+
106
+ |Name |Type |Description |
107
+ +==========+======+=============================================================+
108
+ |PmeHandler|normal|Custom Handler of the superclass PatternMatchingEventHandler.|
109
+ +----------+------+-------------------------------------------------------------+
110
+ |WdP |static|Watch Dog Processor |
111
+ +----------+------+-------------------------------------------------------------+
122
112
 
123
- wdp.py Class: CustomHandler
124
- ---------------------------
113
+ Class: PmeHandler
114
+ -----------------
125
115
 
126
116
  The class ``CustomHandler`` contains the subsequent methods.
127
117
 
128
- CustomHandler Methods
129
- ^^^^^^^^^^^^^^^^^^^^^
118
+ Methods
119
+ ^^^^^^^
130
120
 
131
121
  .. Methods-of-class-CustomHandler-label:
132
122
  .. table:: *Methods of class CustomHandler*
@@ -141,13 +131,13 @@ CustomHandler Methods
141
131
  |on_modified|instance|Process 'File referred by file path is modified' event|
142
132
  +-----------+--------+------------------------------------------------------+
143
133
 
144
- wdp.py Class: WdP
145
- -----------------
134
+ Class: WdP
135
+ ----------
146
136
 
147
137
  The static class ``WdP`` contains the subsequent methods.
148
138
 
149
- WdP Methods
150
- ^^^^^^^^^^^
139
+ Methods
140
+ ^^^^^^^
151
141
 
152
142
  .. Methods-of-class-WdP-label:
153
143
  .. table:: *Methods-of-class-WdP*
@@ -0,0 +1,5 @@
1
+ ut_ctl>=1.1.2.20251008
2
+ ut_dic>=1.5.3.20251008
3
+ ut_log>=1.3.3.20251008
4
+ ut_path>=1.3.5.20251005
5
+ watchdog>=6.0.0
@@ -1,5 +0,0 @@
1
- ut_ctl>=1.1.0.20250827
2
- ut_dic>=1.3.5.20250909
3
- ut_log>=1.3.0.20250821
4
- ut_path>=1.3.2.20250909
5
- watchdog>=6.0.0
@@ -1,5 +0,0 @@
1
- ut_ctl>=1.1.0.20250827
2
- ut_dic>=1.3.5.20250909
3
- ut_log>=1.3.0.20250821
4
- ut_path>=1.3.2.20250909
5
- watchdog>=6.0.0
File without changes