ka-uts-com 2.2.3.250502__tar.gz → 3.0.0.250505__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.
- {ka_uts_com-2.2.3.250502/ka_uts_com.egg-info → ka_uts_com-3.0.0.250505}/PKG-INFO +16 -20
- {ka_uts_com-2.2.3.250502 → ka_uts_com-3.0.0.250505}/README.rst +13 -17
- ka_uts_com-3.0.0.250505/dist/ka_uts_com-3.0.0.250505-py3-none-any.whl +0 -0
- {ka_uts_com-2.2.3.250502 → ka_uts_com-3.0.0.250505}/ka_uts_com/__version__.py +1 -1
- {ka_uts_com-2.2.3.250502 → ka_uts_com-3.0.0.250505/ka_uts_com.egg-info}/PKG-INFO +16 -20
- {ka_uts_com-2.2.3.250502 → ka_uts_com-3.0.0.250505}/ka_uts_com.egg-info/SOURCES.txt +1 -1
- ka_uts_com-3.0.0.250505/ka_uts_com.egg-info/requires.txt +3 -0
- ka_uts_com-3.0.0.250505/requirements.txt +3 -0
- ka_uts_com-2.2.3.250502/dist/ka_uts_com-2.2.3.250502-py3-none-any.whl +0 -0
- ka_uts_com-2.2.3.250502/ka_uts_com.egg-info/requires.txt +0 -3
- ka_uts_com-2.2.3.250502/requirements.txt +0 -3
- {ka_uts_com-2.2.3.250502 → ka_uts_com-3.0.0.250505}/LICENSE.txt +0 -0
- {ka_uts_com-2.2.3.250502 → ka_uts_com-3.0.0.250505}/MANIFEST.in +0 -0
- {ka_uts_com-2.2.3.250502 → ka_uts_com-3.0.0.250505}/classifiers.txt +0 -0
- {ka_uts_com-2.2.3.250502 → ka_uts_com-3.0.0.250505}/ka_uts_com/__init__.py +0 -0
- {ka_uts_com-2.2.3.250502 → ka_uts_com-3.0.0.250505}/ka_uts_com/app.py +0 -0
- {ka_uts_com-2.2.3.250502 → ka_uts_com-3.0.0.250505}/ka_uts_com/cfg.py +0 -0
- {ka_uts_com-2.2.3.250502 → ka_uts_com-3.0.0.250505}/ka_uts_com/com.py +0 -0
- {ka_uts_com-2.2.3.250502 → ka_uts_com-3.0.0.250505}/ka_uts_com/decorators/dec.py +0 -0
- {ka_uts_com-2.2.3.250502 → ka_uts_com-3.0.0.250505}/ka_uts_com/exit.py +0 -0
- {ka_uts_com-2.2.3.250502 → ka_uts_com-3.0.0.250505}/ka_uts_com/py.typed +0 -0
- {ka_uts_com-2.2.3.250502 → ka_uts_com-3.0.0.250505}/ka_uts_com/timer.py +0 -0
- {ka_uts_com-2.2.3.250502 → ka_uts_com-3.0.0.250505}/ka_uts_com.egg-info/dependency_links.txt +0 -0
- {ka_uts_com-2.2.3.250502 → ka_uts_com-3.0.0.250505}/ka_uts_com.egg-info/not-zip-safe +0 -0
- {ka_uts_com-2.2.3.250502 → ka_uts_com-3.0.0.250505}/ka_uts_com.egg-info/top_level.txt +0 -0
- {ka_uts_com-2.2.3.250502 → ka_uts_com-3.0.0.250505}/pyproject.toml +0 -0
- {ka_uts_com-2.2.3.250502 → ka_uts_com-3.0.0.250505}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: ka_uts_com
|
3
|
-
Version:
|
3
|
+
Version: 3.0.0.250505
|
4
4
|
Summary: Communication and CLIs Utilities
|
5
5
|
Author-email: Bernd Stroehle <bernd.stroehle@gmail.com>
|
6
6
|
Maintainer-email: Bernd Stroehle <bernd.stroehle@gmail.com>
|
@@ -18,8 +18,8 @@ Requires-Python: >=3.10
|
|
18
18
|
Description-Content-Type: text/x-rst
|
19
19
|
License-File: LICENSE.txt
|
20
20
|
Requires-Dist: ka_uts_equ>=2.2.0.250427
|
21
|
-
Requires-Dist: ka_uts_log>=2.2.
|
22
|
-
Requires-Dist: ka_uts_uts>=2.2.
|
21
|
+
Requires-Dist: ka_uts_log>=2.2.2.250430
|
22
|
+
Requires-Dist: ka_uts_uts>=2.2.4.250502
|
23
23
|
Dynamic: license-file
|
24
24
|
|
25
25
|
##########
|
@@ -105,14 +105,11 @@ Overview
|
|
105
105
|
|dec.py|Decorators module|
|
106
106
|
+------+-----------------+
|
107
107
|
|
108
|
-
Package Files
|
109
|
-
*************
|
110
|
-
|
111
108
|
Communication Modules
|
112
|
-
|
109
|
+
*********************
|
113
110
|
|
114
111
|
Overview
|
115
|
-
|
112
|
+
========
|
116
113
|
|
117
114
|
.. Communication Modules-label:
|
118
115
|
.. table:: *Communication Modules*
|
@@ -125,8 +122,8 @@ Overview
|
|
125
122
|
|timer.py|Timer management module |
|
126
123
|
+--------+-----------------------------+
|
127
124
|
|
128
|
-
Communication module com.py
|
129
|
-
|
125
|
+
Communication module: com.py
|
126
|
+
============================
|
130
127
|
|
131
128
|
The Communication Module ``com.py`` contains the single static class ``Com``.
|
132
129
|
|
@@ -225,8 +222,8 @@ Parameter
|
|
225
222
|
|\*args |list |arguments array |
|
226
223
|
+--------+-----+--------------------+
|
227
224
|
|
228
|
-
|
229
|
-
|
225
|
+
Communication module: timer.py
|
226
|
+
==============================
|
230
227
|
|
231
228
|
timer.py: Classes
|
232
229
|
-----------------
|
@@ -245,7 +242,6 @@ The Module ``timer.py`` contains the following classes
|
|
245
242
|
|Timer |static|Timer class |
|
246
243
|
+---------+------+---------------+
|
247
244
|
|
248
|
-
|
249
245
|
timer.py Class: Timer
|
250
246
|
---------------------
|
251
247
|
|
@@ -280,8 +276,8 @@ __qualname__ is used.
|
|
280
276
|
Parameter
|
281
277
|
"""""""""
|
282
278
|
|
283
|
-
.. Timer-Method-sh_task_id-
|
284
|
-
.. table:: *Timer Method sh_task_id
|
279
|
+
.. Parameter-of-Timer-Method-sh_task_id-label:
|
280
|
+
.. table:: *Parameter of: Timer Method sh_task_id*
|
285
281
|
|
286
282
|
+--------+-----+-----------------+
|
287
283
|
|Name |Type |Description |
|
@@ -313,7 +309,7 @@ Timer Method: start
|
|
313
309
|
Parameter
|
314
310
|
"""""""""
|
315
311
|
|
316
|
-
.. Timer-Method-start-Parameter-label:
|
312
|
+
.. Parameter-of-Timer-Method-start-Parameter-label:
|
317
313
|
.. table:: *Timer Method start: Parameter*
|
318
314
|
|
319
315
|
+--------+-----+-------------+
|
@@ -334,8 +330,8 @@ Timer Method: end
|
|
334
330
|
Parameter
|
335
331
|
"""""""""
|
336
332
|
|
337
|
-
.. Timer-Method-end-
|
338
|
-
.. table:: *Timer Method end
|
333
|
+
.. Parameter-of-Timer-Method-end-label:
|
334
|
+
.. table:: *Parameter of: Timer Method end*
|
339
335
|
|
340
336
|
+--------+-----+-------------+
|
341
337
|
|Name |Type |Description |
|
@@ -421,8 +417,8 @@ App\_ Method: init
|
|
421
417
|
Parameter
|
422
418
|
"""""""""
|
423
419
|
|
424
|
-
.. App\_-Method-init-label:
|
425
|
-
.. table:: *App\_ Method
|
420
|
+
.. Parameter-of-App\_-Method-init-label:
|
421
|
+
.. table:: *Parameter of: App\_ Method init*
|
426
422
|
|
427
423
|
+---------+-----+-----------------+
|
428
424
|
|Name |Type |Description |
|
@@ -81,14 +81,11 @@ Overview
|
|
81
81
|
|dec.py|Decorators module|
|
82
82
|
+------+-----------------+
|
83
83
|
|
84
|
-
Package Files
|
85
|
-
*************
|
86
|
-
|
87
84
|
Communication Modules
|
88
|
-
|
85
|
+
*********************
|
89
86
|
|
90
87
|
Overview
|
91
|
-
|
88
|
+
========
|
92
89
|
|
93
90
|
.. Communication Modules-label:
|
94
91
|
.. table:: *Communication Modules*
|
@@ -101,8 +98,8 @@ Overview
|
|
101
98
|
|timer.py|Timer management module |
|
102
99
|
+--------+-----------------------------+
|
103
100
|
|
104
|
-
Communication module com.py
|
105
|
-
|
101
|
+
Communication module: com.py
|
102
|
+
============================
|
106
103
|
|
107
104
|
The Communication Module ``com.py`` contains the single static class ``Com``.
|
108
105
|
|
@@ -201,8 +198,8 @@ Parameter
|
|
201
198
|
|\*args |list |arguments array |
|
202
199
|
+--------+-----+--------------------+
|
203
200
|
|
204
|
-
|
205
|
-
|
201
|
+
Communication module: timer.py
|
202
|
+
==============================
|
206
203
|
|
207
204
|
timer.py: Classes
|
208
205
|
-----------------
|
@@ -221,7 +218,6 @@ The Module ``timer.py`` contains the following classes
|
|
221
218
|
|Timer |static|Timer class |
|
222
219
|
+---------+------+---------------+
|
223
220
|
|
224
|
-
|
225
221
|
timer.py Class: Timer
|
226
222
|
---------------------
|
227
223
|
|
@@ -256,8 +252,8 @@ __qualname__ is used.
|
|
256
252
|
Parameter
|
257
253
|
"""""""""
|
258
254
|
|
259
|
-
.. Timer-Method-sh_task_id-
|
260
|
-
.. table:: *Timer Method sh_task_id
|
255
|
+
.. Parameter-of-Timer-Method-sh_task_id-label:
|
256
|
+
.. table:: *Parameter of: Timer Method sh_task_id*
|
261
257
|
|
262
258
|
+--------+-----+-----------------+
|
263
259
|
|Name |Type |Description |
|
@@ -289,7 +285,7 @@ Timer Method: start
|
|
289
285
|
Parameter
|
290
286
|
"""""""""
|
291
287
|
|
292
|
-
.. Timer-Method-start-Parameter-label:
|
288
|
+
.. Parameter-of-Timer-Method-start-Parameter-label:
|
293
289
|
.. table:: *Timer Method start: Parameter*
|
294
290
|
|
295
291
|
+--------+-----+-------------+
|
@@ -310,8 +306,8 @@ Timer Method: end
|
|
310
306
|
Parameter
|
311
307
|
"""""""""
|
312
308
|
|
313
|
-
.. Timer-Method-end-
|
314
|
-
.. table:: *Timer Method end
|
309
|
+
.. Parameter-of-Timer-Method-end-label:
|
310
|
+
.. table:: *Parameter of: Timer Method end*
|
315
311
|
|
316
312
|
+--------+-----+-------------+
|
317
313
|
|Name |Type |Description |
|
@@ -397,8 +393,8 @@ App\_ Method: init
|
|
397
393
|
Parameter
|
398
394
|
"""""""""
|
399
395
|
|
400
|
-
.. App\_-Method-init-label:
|
401
|
-
.. table:: *App\_ Method
|
396
|
+
.. Parameter-of-App\_-Method-init-label:
|
397
|
+
.. table:: *Parameter of: App\_ Method init*
|
402
398
|
|
403
399
|
+---------+-----+-----------------+
|
404
400
|
|Name |Type |Description |
|
Binary file
|
@@ -1,7 +1,7 @@
|
|
1
1
|
__title__ = 'ka_uts_com'
|
2
2
|
__description__ = 'Communication Utilities.'
|
3
3
|
__url__ = 'https://ka-ut-com.readthedocs.io/en/latest'
|
4
|
-
__version__ = '
|
4
|
+
__version__ = '3.0.0.250505'
|
5
5
|
__build__ = 0x022200
|
6
6
|
__author__ = 'Bernd Stroehle'
|
7
7
|
__author_email__ = 'bernd.stroehle@gmail.com'
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: ka_uts_com
|
3
|
-
Version:
|
3
|
+
Version: 3.0.0.250505
|
4
4
|
Summary: Communication and CLIs Utilities
|
5
5
|
Author-email: Bernd Stroehle <bernd.stroehle@gmail.com>
|
6
6
|
Maintainer-email: Bernd Stroehle <bernd.stroehle@gmail.com>
|
@@ -18,8 +18,8 @@ Requires-Python: >=3.10
|
|
18
18
|
Description-Content-Type: text/x-rst
|
19
19
|
License-File: LICENSE.txt
|
20
20
|
Requires-Dist: ka_uts_equ>=2.2.0.250427
|
21
|
-
Requires-Dist: ka_uts_log>=2.2.
|
22
|
-
Requires-Dist: ka_uts_uts>=2.2.
|
21
|
+
Requires-Dist: ka_uts_log>=2.2.2.250430
|
22
|
+
Requires-Dist: ka_uts_uts>=2.2.4.250502
|
23
23
|
Dynamic: license-file
|
24
24
|
|
25
25
|
##########
|
@@ -105,14 +105,11 @@ Overview
|
|
105
105
|
|dec.py|Decorators module|
|
106
106
|
+------+-----------------+
|
107
107
|
|
108
|
-
Package Files
|
109
|
-
*************
|
110
|
-
|
111
108
|
Communication Modules
|
112
|
-
|
109
|
+
*********************
|
113
110
|
|
114
111
|
Overview
|
115
|
-
|
112
|
+
========
|
116
113
|
|
117
114
|
.. Communication Modules-label:
|
118
115
|
.. table:: *Communication Modules*
|
@@ -125,8 +122,8 @@ Overview
|
|
125
122
|
|timer.py|Timer management module |
|
126
123
|
+--------+-----------------------------+
|
127
124
|
|
128
|
-
Communication module com.py
|
129
|
-
|
125
|
+
Communication module: com.py
|
126
|
+
============================
|
130
127
|
|
131
128
|
The Communication Module ``com.py`` contains the single static class ``Com``.
|
132
129
|
|
@@ -225,8 +222,8 @@ Parameter
|
|
225
222
|
|\*args |list |arguments array |
|
226
223
|
+--------+-----+--------------------+
|
227
224
|
|
228
|
-
|
229
|
-
|
225
|
+
Communication module: timer.py
|
226
|
+
==============================
|
230
227
|
|
231
228
|
timer.py: Classes
|
232
229
|
-----------------
|
@@ -245,7 +242,6 @@ The Module ``timer.py`` contains the following classes
|
|
245
242
|
|Timer |static|Timer class |
|
246
243
|
+---------+------+---------------+
|
247
244
|
|
248
|
-
|
249
245
|
timer.py Class: Timer
|
250
246
|
---------------------
|
251
247
|
|
@@ -280,8 +276,8 @@ __qualname__ is used.
|
|
280
276
|
Parameter
|
281
277
|
"""""""""
|
282
278
|
|
283
|
-
.. Timer-Method-sh_task_id-
|
284
|
-
.. table:: *Timer Method sh_task_id
|
279
|
+
.. Parameter-of-Timer-Method-sh_task_id-label:
|
280
|
+
.. table:: *Parameter of: Timer Method sh_task_id*
|
285
281
|
|
286
282
|
+--------+-----+-----------------+
|
287
283
|
|Name |Type |Description |
|
@@ -313,7 +309,7 @@ Timer Method: start
|
|
313
309
|
Parameter
|
314
310
|
"""""""""
|
315
311
|
|
316
|
-
.. Timer-Method-start-Parameter-label:
|
312
|
+
.. Parameter-of-Timer-Method-start-Parameter-label:
|
317
313
|
.. table:: *Timer Method start: Parameter*
|
318
314
|
|
319
315
|
+--------+-----+-------------+
|
@@ -334,8 +330,8 @@ Timer Method: end
|
|
334
330
|
Parameter
|
335
331
|
"""""""""
|
336
332
|
|
337
|
-
.. Timer-Method-end-
|
338
|
-
.. table:: *Timer Method end
|
333
|
+
.. Parameter-of-Timer-Method-end-label:
|
334
|
+
.. table:: *Parameter of: Timer Method end*
|
339
335
|
|
340
336
|
+--------+-----+-------------+
|
341
337
|
|Name |Type |Description |
|
@@ -421,8 +417,8 @@ App\_ Method: init
|
|
421
417
|
Parameter
|
422
418
|
"""""""""
|
423
419
|
|
424
|
-
.. App\_-Method-init-label:
|
425
|
-
.. table:: *App\_ Method
|
420
|
+
.. Parameter-of-App\_-Method-init-label:
|
421
|
+
.. table:: *Parameter of: App\_ Method init*
|
426
422
|
|
427
423
|
+---------+-----+-----------------+
|
428
424
|
|Name |Type |Description |
|
Binary file
|
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
|
{ka_uts_com-2.2.3.250502 → ka_uts_com-3.0.0.250505}/ka_uts_com.egg-info/dependency_links.txt
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|