ka-uts-com 3.0.0.250505__tar.gz → 3.0.3.250509__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 (29) hide show
  1. ka_uts_com-3.0.3.250509/PKG-INFO +23 -0
  2. ka_uts_com-3.0.3.250509/dist/ka_uts_com-3.0.3.250509-py3-none-any.whl +0 -0
  3. {ka_uts_com-3.0.0.250505 → ka_uts_com-3.0.3.250509}/ka_uts_com/__version__.py +1 -1
  4. {ka_uts_com-3.0.0.250505 → ka_uts_com-3.0.3.250509}/ka_uts_com/com.py +2 -2
  5. ka_uts_com-3.0.3.250509/ka_uts_com.egg-info/PKG-INFO +23 -0
  6. {ka_uts_com-3.0.0.250505 → ka_uts_com-3.0.3.250509}/ka_uts_com.egg-info/SOURCES.txt +1 -1
  7. ka_uts_com-3.0.3.250509/ka_uts_com.egg-info/requires.txt +3 -0
  8. {ka_uts_com-3.0.0.250505 → ka_uts_com-3.0.3.250509}/pyproject.toml +6 -6
  9. ka_uts_com-3.0.3.250509/requirements.txt +3 -0
  10. ka_uts_com-3.0.0.250505/PKG-INFO +0 -878
  11. ka_uts_com-3.0.0.250505/dist/ka_uts_com-3.0.0.250505-py3-none-any.whl +0 -0
  12. ka_uts_com-3.0.0.250505/ka_uts_com.egg-info/PKG-INFO +0 -878
  13. ka_uts_com-3.0.0.250505/ka_uts_com.egg-info/requires.txt +0 -3
  14. ka_uts_com-3.0.0.250505/requirements.txt +0 -3
  15. {ka_uts_com-3.0.0.250505 → ka_uts_com-3.0.3.250509}/LICENSE.txt +0 -0
  16. {ka_uts_com-3.0.0.250505 → ka_uts_com-3.0.3.250509}/MANIFEST.in +0 -0
  17. {ka_uts_com-3.0.0.250505 → ka_uts_com-3.0.3.250509}/README.rst +0 -0
  18. {ka_uts_com-3.0.0.250505 → ka_uts_com-3.0.3.250509}/classifiers.txt +0 -0
  19. {ka_uts_com-3.0.0.250505 → ka_uts_com-3.0.3.250509}/ka_uts_com/__init__.py +0 -0
  20. {ka_uts_com-3.0.0.250505 → ka_uts_com-3.0.3.250509}/ka_uts_com/app.py +0 -0
  21. {ka_uts_com-3.0.0.250505 → ka_uts_com-3.0.3.250509}/ka_uts_com/cfg.py +0 -0
  22. {ka_uts_com-3.0.0.250505 → ka_uts_com-3.0.3.250509}/ka_uts_com/decorators/dec.py +0 -0
  23. {ka_uts_com-3.0.0.250505 → ka_uts_com-3.0.3.250509}/ka_uts_com/exit.py +0 -0
  24. {ka_uts_com-3.0.0.250505 → ka_uts_com-3.0.3.250509}/ka_uts_com/py.typed +0 -0
  25. {ka_uts_com-3.0.0.250505 → ka_uts_com-3.0.3.250509}/ka_uts_com/timer.py +0 -0
  26. {ka_uts_com-3.0.0.250505 → ka_uts_com-3.0.3.250509}/ka_uts_com.egg-info/dependency_links.txt +0 -0
  27. {ka_uts_com-3.0.0.250505 → ka_uts_com-3.0.3.250509}/ka_uts_com.egg-info/not-zip-safe +0 -0
  28. {ka_uts_com-3.0.0.250505 → ka_uts_com-3.0.3.250509}/ka_uts_com.egg-info/top_level.txt +0 -0
  29. {ka_uts_com-3.0.0.250505 → ka_uts_com-3.0.3.250509}/setup.cfg +0 -0
@@ -0,0 +1,23 @@
1
+ Metadata-Version: 2.2
2
+ Name: ka_uts_com
3
+ Version: 3.0.3.250509
4
+ Summary: Communication and CLIs Utilities
5
+ Author-email: Bernd Stroehle <bernd.stroehle@gmail.com>
6
+ Maintainer-email: Bernd Stroehle <bernd.stroehle@gmail.com>
7
+ Project-URL: Source Code, https://github.com/bs29/ka_uts_com/tree/master
8
+ Project-URL: Homepage, https://kosakya.de/
9
+ Project-URL: Documentation, https://ka-com.readthedocs.io/en/latest
10
+ Project-URL: Apache-2.0 License, https://apache.org/licenses/LICENSE-2.0
11
+ Project-URL: GPLv3 License, https://www.gnu.org/licenses/gpl-3.0.en.html
12
+ Classifier: Development Status :: 5 - Production/Stable
13
+ Classifier: Intended Audience :: Developers
14
+ Classifier: Operating System :: OS Independent
15
+ Classifier: Programming Language :: Python :: 3.11
16
+ Classifier: Natural Language :: English
17
+ Classifier: Topic :: Software Development :: Libraries :: Python Modules
18
+ Requires-Python: >=3.10
19
+ Description-Content-Type: text/x-rst
20
+ License-File: LICENSE.txt
21
+ Requires-Dist: ka_uts_arr>=3.0.1.250507
22
+ Requires-Dist: ka_uts_log>=3.0.0.250505
23
+ Requires-Dist: ka_uts_uts>=3.0.2.250507
@@ -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__ = '3.0.0.250505'
4
+ __version__ = '3.0.3.250509'
5
5
  __build__ = 0x022200
6
6
  __author__ = 'Bernd Stroehle'
7
7
  __author_email__ = 'bernd.stroehle@gmail.com'
@@ -5,7 +5,7 @@ import time
5
5
  import calendar
6
6
  from datetime import datetime
7
7
 
8
- from ka_uts_equ.equ import AoEqu
8
+ from ka_uts_arr.aoeq import AoEq
9
9
  from ka_uts_uts.utils.pacmod import PacMod
10
10
 
11
11
  from ka_uts_com.app import App
@@ -76,7 +76,7 @@ class Com:
76
76
  """
77
77
  show keyword arguments
78
78
  """
79
- _kwargs: TyDic = AoEqu.sh_d_eq(*args, d_parms=d_parms)
79
+ _kwargs: TyDic = AoEq.sh_d_eq(*args, d_parms=d_parms)
80
80
  _kwargs['cls_app'] = cls_app
81
81
  _kwargs['com'] = cls
82
82
 
@@ -0,0 +1,23 @@
1
+ Metadata-Version: 2.2
2
+ Name: ka_uts_com
3
+ Version: 3.0.3.250509
4
+ Summary: Communication and CLIs Utilities
5
+ Author-email: Bernd Stroehle <bernd.stroehle@gmail.com>
6
+ Maintainer-email: Bernd Stroehle <bernd.stroehle@gmail.com>
7
+ Project-URL: Source Code, https://github.com/bs29/ka_uts_com/tree/master
8
+ Project-URL: Homepage, https://kosakya.de/
9
+ Project-URL: Documentation, https://ka-com.readthedocs.io/en/latest
10
+ Project-URL: Apache-2.0 License, https://apache.org/licenses/LICENSE-2.0
11
+ Project-URL: GPLv3 License, https://www.gnu.org/licenses/gpl-3.0.en.html
12
+ Classifier: Development Status :: 5 - Production/Stable
13
+ Classifier: Intended Audience :: Developers
14
+ Classifier: Operating System :: OS Independent
15
+ Classifier: Programming Language :: Python :: 3.11
16
+ Classifier: Natural Language :: English
17
+ Classifier: Topic :: Software Development :: Libraries :: Python Modules
18
+ Requires-Python: >=3.10
19
+ Description-Content-Type: text/x-rst
20
+ License-File: LICENSE.txt
21
+ Requires-Dist: ka_uts_arr>=3.0.1.250507
22
+ Requires-Dist: ka_uts_log>=3.0.0.250505
23
+ Requires-Dist: ka_uts_uts>=3.0.2.250507
@@ -5,7 +5,7 @@ classifiers.txt
5
5
  pyproject.toml
6
6
  requirements.txt
7
7
  setup.cfg
8
- dist/ka_uts_com-3.0.0.250505-py3-none-any.whl
8
+ dist/ka_uts_com-3.0.3.250509-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_arr>=3.0.1.250507
2
+ ka_uts_log>=3.0.0.250505
3
+ ka_uts_uts>=3.0.2.250507
@@ -6,11 +6,11 @@ build-backend = "setuptools.build_meta"
6
6
  [project]
7
7
  name = "ka_uts_com"
8
8
  description = "Communication and CLIs Utilities"
9
- license = "GPL-3.0-only WITH Classpath-Exception-2.0 OR BSD-3-Clause"
10
- license-files = ["LICENSE.txt"]
9
+ # license = "GPL-3.0-only WITH Classpath-Exception-2.0 OR BSD-3-Clause"
10
+ # license-files = ["LICENSE.txt"]
11
11
  requires-python = ">=3.10"
12
- dynamic = ["classifiers", "version", "dependencies"]
13
- readme = "README.rst"
12
+ dynamic = ["readme", "classifiers", "version", "dependencies"]
13
+ # readme = "README.rst"
14
14
  authors = [
15
15
  {name = "Bernd Stroehle", email = "bernd.stroehle@gmail.com"}
16
16
  ]
@@ -25,8 +25,8 @@ maintainers = [
25
25
  # "Documentation" = "https://bs29.atlassian.net/wiki/spaces/SD/pages/164074/ka+apc"
26
26
  # "Bug Tracker" = "https://kosakya.de/issues"
27
27
  # "Changelog" = "https://kosakya.de/ka_uts_com/blob/master/CHANGELOG.md"
28
- # "Apache-2.0 License" = "https://apache.org/licenses/LICENSE-2.0"
29
- # "GPLv3 License" = "https://www.gnu.org/licenses/gpl-3.0.en.html"
28
+ "Apache-2.0 License" = "https://apache.org/licenses/LICENSE-2.0"
29
+ "GPLv3 License" = "https://www.gnu.org/licenses/gpl-3.0.en.html"
30
30
 
31
31
 
32
32
  [tool.setuptools]
@@ -0,0 +1,3 @@
1
+ ka_uts_arr>=3.0.1.250507
2
+ ka_uts_log>=3.0.0.250505
3
+ ka_uts_uts>=3.0.2.250507