ka-uts-com 2.2.0.250427__tar.gz → 2.2.2.250430__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 (27) hide show
  1. {ka_uts_com-2.2.0.250427/ka_uts_com.egg-info → ka_uts_com-2.2.2.250430}/PKG-INFO +16 -9
  2. {ka_uts_com-2.2.0.250427 → ka_uts_com-2.2.2.250430}/README.rst +13 -6
  3. ka_uts_com-2.2.2.250430/dist/ka_uts_com-2.2.2.250430-py3-none-any.whl +0 -0
  4. {ka_uts_com-2.2.0.250427 → ka_uts_com-2.2.2.250430}/ka_uts_com/__version__.py +1 -1
  5. {ka_uts_com-2.2.0.250427 → ka_uts_com-2.2.2.250430}/ka_uts_com/com.py +4 -3
  6. {ka_uts_com-2.2.0.250427 → ka_uts_com-2.2.2.250430/ka_uts_com.egg-info}/PKG-INFO +16 -9
  7. {ka_uts_com-2.2.0.250427 → ka_uts_com-2.2.2.250430}/ka_uts_com.egg-info/SOURCES.txt +1 -1
  8. ka_uts_com-2.2.2.250430/ka_uts_com.egg-info/requires.txt +3 -0
  9. ka_uts_com-2.2.2.250430/requirements.txt +3 -0
  10. ka_uts_com-2.2.0.250427/dist/ka_uts_com-2.2.0.250427-py3-none-any.whl +0 -0
  11. ka_uts_com-2.2.0.250427/ka_uts_com.egg-info/requires.txt +0 -3
  12. ka_uts_com-2.2.0.250427/requirements.txt +0 -3
  13. {ka_uts_com-2.2.0.250427 → ka_uts_com-2.2.2.250430}/LICENSE.txt +0 -0
  14. {ka_uts_com-2.2.0.250427 → ka_uts_com-2.2.2.250430}/MANIFEST.in +0 -0
  15. {ka_uts_com-2.2.0.250427 → ka_uts_com-2.2.2.250430}/classifiers.txt +0 -0
  16. {ka_uts_com-2.2.0.250427 → ka_uts_com-2.2.2.250430}/ka_uts_com/__init__.py +0 -0
  17. {ka_uts_com-2.2.0.250427 → ka_uts_com-2.2.2.250430}/ka_uts_com/app.py +0 -0
  18. {ka_uts_com-2.2.0.250427 → ka_uts_com-2.2.2.250430}/ka_uts_com/cfg.py +0 -0
  19. {ka_uts_com-2.2.0.250427 → ka_uts_com-2.2.2.250430}/ka_uts_com/decorators/dec.py +0 -0
  20. {ka_uts_com-2.2.0.250427 → ka_uts_com-2.2.2.250430}/ka_uts_com/exit.py +0 -0
  21. {ka_uts_com-2.2.0.250427 → ka_uts_com-2.2.2.250430}/ka_uts_com/py.typed +0 -0
  22. {ka_uts_com-2.2.0.250427 → ka_uts_com-2.2.2.250430}/ka_uts_com/timer.py +0 -0
  23. {ka_uts_com-2.2.0.250427 → ka_uts_com-2.2.2.250430}/ka_uts_com.egg-info/dependency_links.txt +0 -0
  24. {ka_uts_com-2.2.0.250427 → ka_uts_com-2.2.2.250430}/ka_uts_com.egg-info/not-zip-safe +0 -0
  25. {ka_uts_com-2.2.0.250427 → ka_uts_com-2.2.2.250430}/ka_uts_com.egg-info/top_level.txt +0 -0
  26. {ka_uts_com-2.2.0.250427 → ka_uts_com-2.2.2.250430}/pyproject.toml +0 -0
  27. {ka_uts_com-2.2.0.250427 → ka_uts_com-2.2.2.250430}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ka_uts_com
3
- Version: 2.2.0.250427
3
+ Version: 2.2.2.250430
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.1.1.250415
22
- Requires-Dist: ka_uts_uts>=2.1.1.250415
21
+ Requires-Dist: ka_uts_log>=2.2.0.250427
22
+ Requires-Dist: ka_uts_uts>=2.2.1.250429
23
23
  Dynamic: license-file
24
24
 
25
25
  ##########
@@ -62,13 +62,20 @@ Package files
62
62
  Classification
63
63
  ==============
64
64
 
65
- The Files of Package ``ka_uts_com`` could be classified into the follwing file types:
65
+ The Package ``ka_uts_uts`` consist of Files with the following file types (c.f.: **Appendix**):
66
66
 
67
- #. *Special files*
68
- #. *Dunder modules*
69
- #. *Decorator modules*
70
- #. *Package modules*
71
- #. *Data files*
67
+ #. **Special files** (*Appendix: Special python package files*)
68
+
69
+ #. **Dunder modules** (*Appendix: Special python package modules*)
70
+
71
+ #. **Decorator modules**
72
+
73
+ a. *dec.py*
74
+
75
+ #. **Modules**
76
+
77
+ a. *com.py*
78
+ #. *timer.py*
72
79
 
73
80
  Decorator Modules
74
81
  *****************
@@ -38,13 +38,20 @@ Package files
38
38
  Classification
39
39
  ==============
40
40
 
41
- The Files of Package ``ka_uts_com`` could be classified into the follwing file types:
41
+ The Package ``ka_uts_uts`` consist of Files with the following file types (c.f.: **Appendix**):
42
42
 
43
- #. *Special files*
44
- #. *Dunder modules*
45
- #. *Decorator modules*
46
- #. *Package modules*
47
- #. *Data files*
43
+ #. **Special files** (*Appendix: Special python package files*)
44
+
45
+ #. **Dunder modules** (*Appendix: Special python package modules*)
46
+
47
+ #. **Decorator modules**
48
+
49
+ a. *dec.py*
50
+
51
+ #. **Modules**
52
+
53
+ a. *com.py*
54
+ #. *timer.py*
48
55
 
49
56
  Decorator Modules
50
57
  *****************
@@ -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.0.250427'
4
+ __version__ = '2.2.2.250430'
5
5
  __build__ = 0x022200
6
6
  __author__ = 'Bernd Stroehle'
7
7
  __author_email__ = 'bernd.stroehle@gmail.com'
@@ -67,9 +67,9 @@ class Com:
67
67
  if cls.sw_init:
68
68
  return
69
69
  cls.sw_init = True
70
- cls.dir_dat = kwargs.get('dir_dat', '/data')
70
+ # cls.dir_dat = kwargs.get('dir_dat', '/data')
71
71
  cls.tenant = kwargs.get('tenant')
72
- cls.log_type = kwargs.get('log_type', 'std')
72
+ # cls.log_type = kwargs.get('log_type', 'std')
73
73
  cls.cmd = kwargs.get('cmd')
74
74
  cls_app = kwargs.get('cls_app')
75
75
  cls.d_com_pacmod = PacMod.sh_d_pacmod(cls)
@@ -91,8 +91,9 @@ class Com:
91
91
  """
92
92
  _kwargs: TyDic = AoEqu.sh_d_eq(*args, d_parms=d_parms)
93
93
  _kwargs['cls_app'] = cls_app
94
- cls.init(_kwargs)
95
94
  _kwargs['com'] = cls
95
+
96
+ cls.init(_kwargs)
96
97
  return _kwargs
97
98
 
98
99
  @classmethod
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ka_uts_com
3
- Version: 2.2.0.250427
3
+ Version: 2.2.2.250430
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.1.1.250415
22
- Requires-Dist: ka_uts_uts>=2.1.1.250415
21
+ Requires-Dist: ka_uts_log>=2.2.0.250427
22
+ Requires-Dist: ka_uts_uts>=2.2.1.250429
23
23
  Dynamic: license-file
24
24
 
25
25
  ##########
@@ -62,13 +62,20 @@ Package files
62
62
  Classification
63
63
  ==============
64
64
 
65
- The Files of Package ``ka_uts_com`` could be classified into the follwing file types:
65
+ The Package ``ka_uts_uts`` consist of Files with the following file types (c.f.: **Appendix**):
66
66
 
67
- #. *Special files*
68
- #. *Dunder modules*
69
- #. *Decorator modules*
70
- #. *Package modules*
71
- #. *Data files*
67
+ #. **Special files** (*Appendix: Special python package files*)
68
+
69
+ #. **Dunder modules** (*Appendix: Special python package modules*)
70
+
71
+ #. **Decorator modules**
72
+
73
+ a. *dec.py*
74
+
75
+ #. **Modules**
76
+
77
+ a. *com.py*
78
+ #. *timer.py*
72
79
 
73
80
  Decorator Modules
74
81
  *****************
@@ -5,7 +5,7 @@ classifiers.txt
5
5
  pyproject.toml
6
6
  requirements.txt
7
7
  setup.cfg
8
- dist/ka_uts_com-2.2.0.250427-py3-none-any.whl
8
+ dist/ka_uts_com-2.2.2.250430-py3-none-any.whl
9
9
  ka_uts_com/__init__.py
10
10
  ka_uts_com/__version__.py
11
11
  ka_uts_com/app.py
@@ -0,0 +1,3 @@
1
+ ka_uts_equ>=2.2.0.250427
2
+ ka_uts_log>=2.2.0.250427
3
+ ka_uts_uts>=2.2.1.250429
@@ -0,0 +1,3 @@
1
+ ka_uts_equ>=2.2.0.250427
2
+ ka_uts_log>=2.2.0.250427
3
+ ka_uts_uts>=2.2.1.250429
@@ -1,3 +0,0 @@
1
- ka_uts_equ>=2.2.0.250427
2
- ka_uts_log>=2.1.1.250415
3
- ka_uts_uts>=2.1.1.250415
@@ -1,3 +0,0 @@
1
- ka_uts_equ>=2.2.0.250427
2
- ka_uts_log>=2.1.1.250415
3
- ka_uts_uts>=2.1.1.250415