ka-uts-com 2.2.4.250502__py3-none-any.whl → 3.0.0.250505__py3-none-any.whl

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/__version__.py CHANGED
@@ -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__ = '2.2.4.250502'
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: 2.2.4.250502
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.0.250427
22
- Requires-Dist: ka_uts_uts>=2.2.1.250429
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
- Time management Module timer.py
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-Parameter-label:
284
- .. table:: *Timer Method sh_task_id: Parameter*
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-Parameter-label:
338
- .. table:: *Timer Method end: Parameter*
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: init*
420
+ .. Parameter-of-App\_-Method-init-label:
421
+ .. table:: *Parameter of: App\_ Method init*
426
422
 
427
423
  +---------+-----+-----------------+
428
424
  |Name |Type |Description |
@@ -1,5 +1,5 @@
1
1
  ka_uts_com/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
- ka_uts_com/__version__.py,sha256=iPOOUJ1c3ajjBwUTCCh-Odw2bHe1S9duFt8LsgdFABo,365
2
+ ka_uts_com/__version__.py,sha256=K84A6KetTw9bX0PB_o3yAAzHWB1cVpqWorpUM8NLzLY,365
3
3
  ka_uts_com/app.py,sha256=XrMhqQI9YHzw1XmC8zGgCJwrwxzkHtHDEQIo9gP07DI,1151
4
4
  ka_uts_com/cfg.py,sha256=RNWxOz3XtP0HgH0z1e6tAQA_L0alEh82_EOPOoyv3R4,768
5
5
  ka_uts_com/com.py,sha256=CQIsrDEe8soZ41PxW2YN1s1NvagVa3PUo8DgiczUQc0,1938
@@ -7,8 +7,8 @@ ka_uts_com/exit.py,sha256=RIpFKwEGeBCBBPPQXIcLsrYeNY2dTF8BDlESe6UhdMo,791
7
7
  ka_uts_com/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
8
8
  ka_uts_com/timer.py,sha256=hSNDh5qV6stSRLLEv-G_eMRoglsOU9N2HvRPUQ-s7yU,2153
9
9
  ka_uts_com/decorators/dec.py,sha256=NHerkpjOYpJXz2CIh9HlN3_YCyLv-SbyQL4ldyGUSpM,217
10
- ka_uts_com-2.2.4.250502.dist-info/licenses/LICENSE.txt,sha256=BiT3QGI_2iRbdvgS3HDig57lnXJVk60Pj4xM9eeCczI,814
11
- ka_uts_com-2.2.4.250502.dist-info/METADATA,sha256=lV_jZTpJf-XP24HKZuXGGquQ5DBh2zT74AenTQiIekY,31847
12
- ka_uts_com-2.2.4.250502.dist-info/WHEEL,sha256=wXxTzcEDnjrTwFYjLPcsW_7_XihufBwmpiBeiXNBGEA,91
13
- ka_uts_com-2.2.4.250502.dist-info/top_level.txt,sha256=cWCIrm1g6Jn-FbCQuB3wBrrNH1YwqVlc6mE0jV6vg74,21
14
- ka_uts_com-2.2.4.250502.dist-info/RECORD,,
10
+ ka_uts_com-3.0.0.250505.dist-info/licenses/LICENSE.txt,sha256=BiT3QGI_2iRbdvgS3HDig57lnXJVk60Pj4xM9eeCczI,814
11
+ ka_uts_com-3.0.0.250505.dist-info/METADATA,sha256=peLVb0R_1dcai_LZpPGqv9XaJapsYLfNT-z9ys2tQ18,31868
12
+ ka_uts_com-3.0.0.250505.dist-info/WHEEL,sha256=0CuiUZ_p9E4cD6NyLD6UG80LBXYyiSYZOKDm5lp32xk,91
13
+ ka_uts_com-3.0.0.250505.dist-info/top_level.txt,sha256=cWCIrm1g6Jn-FbCQuB3wBrrNH1YwqVlc6mE0jV6vg74,21
14
+ ka_uts_com-3.0.0.250505.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (80.1.0)
2
+ Generator: setuptools (80.3.1)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5