ka-uts-com 1.0.1.250131__tar.gz → 2.1.0.250408__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 (45) hide show
  1. {ka_uts_com-1.0.1.250131 → ka_uts_com-2.1.0.250408}/LICENSE.txt +1 -2
  2. {ka_uts_com-1.0.1.250131/ka_uts_com.egg-info → ka_uts_com-2.1.0.250408}/PKG-INFO +389 -406
  3. {ka_uts_com-1.0.1.250131 → ka_uts_com-2.1.0.250408}/README.rst +384 -398
  4. {ka_uts_com-1.0.1.250131 → ka_uts_com-2.1.0.250408}/classifiers.txt +1 -2
  5. ka_uts_com-2.1.0.250408/dist/ka_uts_com-2.1.0.250408-py3-none-any.whl +0 -0
  6. {ka_uts_com-1.0.1.250131 → ka_uts_com-2.1.0.250408}/ka_uts_com/__version__.py +1 -1
  7. {ka_uts_com-1.0.1.250131 → ka_uts_com-2.1.0.250408}/ka_uts_com/base/app_.py +10 -11
  8. ka_uts_com-2.1.0.250408/ka_uts_com/base/cfg_.py +36 -0
  9. ka_uts_com-2.1.0.250408/ka_uts_com/base/log_.py +131 -0
  10. ka_uts_com-2.1.0.250408/ka_uts_com/com.py +115 -0
  11. {ka_uts_com-1.0.1.250131 → ka_uts_com-2.1.0.250408}/ka_uts_com/data/log.std.yml +47 -26
  12. {ka_uts_com-1.0.1.250131 → ka_uts_com-2.1.0.250408}/ka_uts_com/data/log.usr.yml +46 -25
  13. {ka_uts_com-1.0.1.250131 → ka_uts_com-2.1.0.250408}/ka_uts_com/ioc/jinja2_.py +1 -1
  14. {ka_uts_com-1.0.1.250131 → ka_uts_com-2.1.0.250408}/ka_uts_com/ioc/yaml_.py +2 -1
  15. {ka_uts_com-1.0.1.250131 → ka_uts_com-2.1.0.250408}/ka_uts_com/log.py +23 -12
  16. {ka_uts_com-1.0.1.250131 → ka_uts_com-2.1.0.250408}/ka_uts_com/timer.py +10 -6
  17. {ka_uts_com-1.0.1.250131 → ka_uts_com-2.1.0.250408}/ka_uts_com/utils/aoeqstmt.py +0 -2
  18. {ka_uts_com-1.0.1.250131 → ka_uts_com-2.1.0.250408}/ka_uts_com/utils/doeq.py +7 -7
  19. ka_uts_com-2.1.0.250408/ka_uts_com/utils/pac.py +35 -0
  20. ka_uts_com-2.1.0.250408/ka_uts_com/utils/pacmod.py +109 -0
  21. {ka_uts_com-1.0.1.250131 → ka_uts_com-2.1.0.250408/ka_uts_com.egg-info}/PKG-INFO +389 -406
  22. {ka_uts_com-1.0.1.250131 → ka_uts_com-2.1.0.250408}/ka_uts_com.egg-info/SOURCES.txt +2 -3
  23. {ka_uts_com-1.0.1.250131 → ka_uts_com-2.1.0.250408}/ka_uts_com.egg-info/requires.txt +0 -2
  24. {ka_uts_com-1.0.1.250131 → ka_uts_com-2.1.0.250408}/pyproject.toml +5 -4
  25. {ka_uts_com-1.0.1.250131 → ka_uts_com-2.1.0.250408}/requirements.txt +0 -2
  26. ka_uts_com-1.0.1.250131/dist/ka_uts_com-1.0.1.250131-py3-none-any.whl +0 -0
  27. ka_uts_com-1.0.1.250131/dist/ka_uts_com-1.0.1.250131.tar.gz +0 -0
  28. ka_uts_com-1.0.1.250131/ka_uts_com/base/cfg_.py +0 -27
  29. ka_uts_com-1.0.1.250131/ka_uts_com/base/log_.py +0 -115
  30. ka_uts_com-1.0.1.250131/ka_uts_com/com.py +0 -72
  31. ka_uts_com-1.0.1.250131/ka_uts_com/utils/pacmod.py +0 -107
  32. ka_uts_com-1.0.1.250131/ka_uts_com/utils/py.typed +0 -0
  33. {ka_uts_com-1.0.1.250131 → ka_uts_com-2.1.0.250408}/MANIFEST.in +0 -0
  34. {ka_uts_com-1.0.1.250131 → ka_uts_com-2.1.0.250408}/ka_uts_com/__init__.py +0 -0
  35. {ka_uts_com-1.0.1.250131 → ka_uts_com-2.1.0.250408}/ka_uts_com/base/exit_.py +0 -0
  36. {ka_uts_com-1.0.1.250131 → ka_uts_com-2.1.0.250408}/ka_uts_com/data/__init__.py +0 -0
  37. {ka_uts_com-1.0.1.250131 → ka_uts_com-2.1.0.250408}/ka_uts_com/decorators/dec.py +0 -0
  38. {ka_uts_com-1.0.1.250131 → ka_uts_com-2.1.0.250408}/ka_uts_com/fnc.py +0 -0
  39. {ka_uts_com-1.0.1.250131 → ka_uts_com-2.1.0.250408}/ka_uts_com/py.typed +0 -0
  40. {ka_uts_com-1.0.1.250131 → ka_uts_com-2.1.0.250408}/ka_uts_com/utils/date.py +0 -0
  41. {ka_uts_com-1.0.1.250131 → ka_uts_com-2.1.0.250408}/ka_uts_com/utils/str.py +0 -0
  42. {ka_uts_com-1.0.1.250131 → ka_uts_com-2.1.0.250408}/ka_uts_com.egg-info/dependency_links.txt +0 -0
  43. {ka_uts_com-1.0.1.250131 → ka_uts_com-2.1.0.250408}/ka_uts_com.egg-info/not-zip-safe +0 -0
  44. {ka_uts_com-1.0.1.250131 → ka_uts_com-2.1.0.250408}/ka_uts_com.egg-info/top_level.txt +0 -0
  45. {ka_uts_com-1.0.1.250131 → ka_uts_com-2.1.0.250408}/setup.cfg +0 -0
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright (c) 2022 Kosakya, GmbH. All rights reserved.
2
+ # Copyright (c) 2025 Kosakya, GmbH. All rights reserved.
3
3
  #
4
4
  # This program is free software: you can redistribute it and/or modify
5
5
  # it under the terms of the GNU General Public License as published by
@@ -16,4 +16,3 @@
16
16
  #
17
17
  # Person: Role: Email:
18
18
  # Bernd Stroehle Author bernd.stroehle@gmail.com
19
- # Maintainer