ka-uts-com 1.0.1.250131__tar.gz → 2.0.0.250407__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 (43) hide show
  1. {ka_uts_com-1.0.1.250131 → ka_uts_com-2.0.0.250407}/LICENSE.txt +1 -2
  2. {ka_uts_com-1.0.1.250131/ka_uts_com.egg-info → ka_uts_com-2.0.0.250407}/PKG-INFO +389 -406
  3. {ka_uts_com-1.0.1.250131 → ka_uts_com-2.0.0.250407}/README.rst +384 -398
  4. {ka_uts_com-1.0.1.250131 → ka_uts_com-2.0.0.250407}/classifiers.txt +1 -2
  5. ka_uts_com-2.0.0.250407/dist/ka_uts_com-2.0.0.250407-py3-none-any.whl +0 -0
  6. {ka_uts_com-1.0.1.250131 → ka_uts_com-2.0.0.250407}/ka_uts_com/__version__.py +1 -1
  7. {ka_uts_com-1.0.1.250131 → ka_uts_com-2.0.0.250407}/ka_uts_com/base/app_.py +10 -11
  8. {ka_uts_com-1.0.1.250131 → ka_uts_com-2.0.0.250407}/ka_uts_com/base/cfg_.py +12 -4
  9. ka_uts_com-2.0.0.250407/ka_uts_com/base/log_.py +131 -0
  10. ka_uts_com-2.0.0.250407/ka_uts_com/com.py +121 -0
  11. {ka_uts_com-1.0.1.250131 → ka_uts_com-2.0.0.250407}/ka_uts_com/data/log.std.yml +47 -26
  12. {ka_uts_com-1.0.1.250131 → ka_uts_com-2.0.0.250407}/ka_uts_com/data/log.usr.yml +46 -25
  13. {ka_uts_com-1.0.1.250131 → ka_uts_com-2.0.0.250407}/ka_uts_com/log.py +23 -12
  14. {ka_uts_com-1.0.1.250131 → ka_uts_com-2.0.0.250407}/ka_uts_com/timer.py +10 -6
  15. {ka_uts_com-1.0.1.250131 → ka_uts_com-2.0.0.250407}/ka_uts_com/utils/aoeqstmt.py +0 -2
  16. {ka_uts_com-1.0.1.250131 → ka_uts_com-2.0.0.250407}/ka_uts_com/utils/doeq.py +7 -7
  17. ka_uts_com-2.0.0.250407/ka_uts_com/utils/pacmod.py +123 -0
  18. {ka_uts_com-1.0.1.250131 → ka_uts_com-2.0.0.250407/ka_uts_com.egg-info}/PKG-INFO +389 -406
  19. {ka_uts_com-1.0.1.250131 → ka_uts_com-2.0.0.250407}/ka_uts_com.egg-info/SOURCES.txt +1 -3
  20. {ka_uts_com-1.0.1.250131 → ka_uts_com-2.0.0.250407}/ka_uts_com.egg-info/requires.txt +0 -2
  21. {ka_uts_com-1.0.1.250131 → ka_uts_com-2.0.0.250407}/pyproject.toml +5 -4
  22. {ka_uts_com-1.0.1.250131 → ka_uts_com-2.0.0.250407}/requirements.txt +0 -2
  23. ka_uts_com-1.0.1.250131/dist/ka_uts_com-1.0.1.250131-py3-none-any.whl +0 -0
  24. ka_uts_com-1.0.1.250131/dist/ka_uts_com-1.0.1.250131.tar.gz +0 -0
  25. ka_uts_com-1.0.1.250131/ka_uts_com/base/log_.py +0 -115
  26. ka_uts_com-1.0.1.250131/ka_uts_com/com.py +0 -72
  27. ka_uts_com-1.0.1.250131/ka_uts_com/utils/pacmod.py +0 -107
  28. ka_uts_com-1.0.1.250131/ka_uts_com/utils/py.typed +0 -0
  29. {ka_uts_com-1.0.1.250131 → ka_uts_com-2.0.0.250407}/MANIFEST.in +0 -0
  30. {ka_uts_com-1.0.1.250131 → ka_uts_com-2.0.0.250407}/ka_uts_com/__init__.py +0 -0
  31. {ka_uts_com-1.0.1.250131 → ka_uts_com-2.0.0.250407}/ka_uts_com/base/exit_.py +0 -0
  32. {ka_uts_com-1.0.1.250131 → ka_uts_com-2.0.0.250407}/ka_uts_com/data/__init__.py +0 -0
  33. {ka_uts_com-1.0.1.250131 → ka_uts_com-2.0.0.250407}/ka_uts_com/decorators/dec.py +0 -0
  34. {ka_uts_com-1.0.1.250131 → ka_uts_com-2.0.0.250407}/ka_uts_com/fnc.py +0 -0
  35. {ka_uts_com-1.0.1.250131 → ka_uts_com-2.0.0.250407}/ka_uts_com/ioc/jinja2_.py +0 -0
  36. {ka_uts_com-1.0.1.250131 → ka_uts_com-2.0.0.250407}/ka_uts_com/ioc/yaml_.py +0 -0
  37. {ka_uts_com-1.0.1.250131 → ka_uts_com-2.0.0.250407}/ka_uts_com/py.typed +0 -0
  38. {ka_uts_com-1.0.1.250131 → ka_uts_com-2.0.0.250407}/ka_uts_com/utils/date.py +0 -0
  39. {ka_uts_com-1.0.1.250131 → ka_uts_com-2.0.0.250407}/ka_uts_com/utils/str.py +0 -0
  40. {ka_uts_com-1.0.1.250131 → ka_uts_com-2.0.0.250407}/ka_uts_com.egg-info/dependency_links.txt +0 -0
  41. {ka_uts_com-1.0.1.250131 → ka_uts_com-2.0.0.250407}/ka_uts_com.egg-info/not-zip-safe +0 -0
  42. {ka_uts_com-1.0.1.250131 → ka_uts_com-2.0.0.250407}/ka_uts_com.egg-info/top_level.txt +0 -0
  43. {ka_uts_com-1.0.1.250131 → ka_uts_com-2.0.0.250407}/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