ka-uts-com 2.2.3.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 +1 -1
- {ka_uts_com-2.2.3.250502.dist-info → ka_uts_com-3.0.0.250505.dist-info}/METADATA +16 -20
- {ka_uts_com-2.2.3.250502.dist-info → ka_uts_com-3.0.0.250505.dist-info}/RECORD +6 -6
- {ka_uts_com-2.2.3.250502.dist-info → ka_uts_com-3.0.0.250505.dist-info}/WHEEL +1 -1
- {ka_uts_com-2.2.3.250502.dist-info → ka_uts_com-3.0.0.250505.dist-info}/licenses/LICENSE.txt +0 -0
- {ka_uts_com-2.2.3.250502.dist-info → ka_uts_com-3.0.0.250505.dist-info}/top_level.txt +0 -0
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__ = '
|
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 |
|
@@ -1,5 +1,5 @@
|
|
1
1
|
ka_uts_com/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
2
|
-
ka_uts_com/__version__.py,sha256=
|
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-
|
11
|
-
ka_uts_com-
|
12
|
-
ka_uts_com-
|
13
|
-
ka_uts_com-
|
14
|
-
ka_uts_com-
|
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,,
|
{ka_uts_com-2.2.3.250502.dist-info → ka_uts_com-3.0.0.250505.dist-info}/licenses/LICENSE.txt
RENAMED
File without changes
|
File without changes
|