ka-uts-com 2.1.1.250415__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.
- {ka_uts_com-2.1.1.250415/ka_uts_com.egg-info → ka_uts_com-2.2.2.250430}/PKG-INFO +118 -92
- {ka_uts_com-2.1.1.250415 → ka_uts_com-2.2.2.250430}/README.rst +113 -85
- ka_uts_com-2.2.2.250430/dist/ka_uts_com-2.2.2.250430-py3-none-any.whl +0 -0
- {ka_uts_com-2.1.1.250415 → ka_uts_com-2.2.2.250430}/ka_uts_com/__version__.py +2 -2
- {ka_uts_com-2.1.1.250415 → ka_uts_com-2.2.2.250430}/ka_uts_com/app.py +3 -5
- {ka_uts_com-2.1.1.250415 → ka_uts_com-2.2.2.250430}/ka_uts_com/cfg.py +1 -4
- {ka_uts_com-2.1.1.250415 → ka_uts_com-2.2.2.250430}/ka_uts_com/com.py +20 -17
- {ka_uts_com-2.1.1.250415 → ka_uts_com-2.2.2.250430/ka_uts_com.egg-info}/PKG-INFO +118 -92
- {ka_uts_com-2.1.1.250415 → ka_uts_com-2.2.2.250430}/ka_uts_com.egg-info/SOURCES.txt +1 -1
- ka_uts_com-2.2.2.250430/ka_uts_com.egg-info/requires.txt +3 -0
- {ka_uts_com-2.1.1.250415 → ka_uts_com-2.2.2.250430}/pyproject.toml +1 -1
- ka_uts_com-2.2.2.250430/requirements.txt +3 -0
- ka_uts_com-2.1.1.250415/dist/ka_uts_com-2.1.1.250415-py3-none-any.whl +0 -0
- ka_uts_com-2.1.1.250415/ka_uts_com.egg-info/requires.txt +0 -5
- ka_uts_com-2.1.1.250415/requirements.txt +0 -5
- {ka_uts_com-2.1.1.250415 → ka_uts_com-2.2.2.250430}/LICENSE.txt +0 -0
- {ka_uts_com-2.1.1.250415 → ka_uts_com-2.2.2.250430}/MANIFEST.in +0 -0
- {ka_uts_com-2.1.1.250415 → ka_uts_com-2.2.2.250430}/classifiers.txt +0 -0
- {ka_uts_com-2.1.1.250415 → ka_uts_com-2.2.2.250430}/ka_uts_com/__init__.py +0 -0
- {ka_uts_com-2.1.1.250415 → ka_uts_com-2.2.2.250430}/ka_uts_com/decorators/dec.py +0 -0
- {ka_uts_com-2.1.1.250415 → ka_uts_com-2.2.2.250430}/ka_uts_com/exit.py +0 -0
- {ka_uts_com-2.1.1.250415 → ka_uts_com-2.2.2.250430}/ka_uts_com/py.typed +0 -0
- {ka_uts_com-2.1.1.250415 → ka_uts_com-2.2.2.250430}/ka_uts_com/timer.py +0 -0
- {ka_uts_com-2.1.1.250415 → ka_uts_com-2.2.2.250430}/ka_uts_com.egg-info/dependency_links.txt +0 -0
- {ka_uts_com-2.1.1.250415 → ka_uts_com-2.2.2.250430}/ka_uts_com.egg-info/not-zip-safe +0 -0
- {ka_uts_com-2.1.1.250415 → ka_uts_com-2.2.2.250430}/ka_uts_com.egg-info/top_level.txt +0 -0
- {ka_uts_com-2.1.1.250415 → ka_uts_com-2.2.2.250430}/setup.cfg +0 -0
@@ -1,7 +1,7 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: ka_uts_com
|
3
|
-
Version: 2.
|
4
|
-
Summary: Communication
|
3
|
+
Version: 2.2.2.250430
|
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>
|
7
7
|
License-Expression: GPL-3.0-only WITH Classpath-exception-2.0 OR BSD-3-Clause
|
@@ -17,11 +17,9 @@ Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
17
17
|
Requires-Python: >=3.10
|
18
18
|
Description-Content-Type: text/x-rst
|
19
19
|
License-File: LICENSE.txt
|
20
|
-
Requires-Dist:
|
21
|
-
Requires-Dist:
|
22
|
-
Requires-Dist:
|
23
|
-
Requires-Dist: PyYAML>=6.0.2
|
24
|
-
Requires-Dist: simplejson>=3.20.1
|
20
|
+
Requires-Dist: ka_uts_equ>=2.2.0.250427
|
21
|
+
Requires-Dist: ka_uts_log>=2.2.0.250427
|
22
|
+
Requires-Dist: ka_uts_uts>=2.2.1.250429
|
25
23
|
Dynamic: license-file
|
26
24
|
|
27
25
|
##########
|
@@ -64,13 +62,20 @@ Package files
|
|
64
62
|
Classification
|
65
63
|
==============
|
66
64
|
|
67
|
-
The
|
65
|
+
The Package ``ka_uts_uts`` consist of Files with the following file types (c.f.: **Appendix**):
|
68
66
|
|
69
|
-
#. *Special files*
|
70
|
-
|
71
|
-
#. *
|
72
|
-
|
73
|
-
#.
|
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*
|
74
79
|
|
75
80
|
Decorator Modules
|
76
81
|
*****************
|
@@ -652,25 +657,33 @@ Application parameter for logging
|
|
652
657
|
.. Application-parameter-used-in-log-naming-label:
|
653
658
|
.. table:: *Application parameter used in log naming*
|
654
659
|
|
655
|
-
|
656
|
-
|Name |Decription
|
657
|
-
|
658
|
-
|
|
659
|
-
|
660
|
-
|
|
661
|
-
|
662
|
-
|
|
663
|
-
|
664
|
-
|
|
665
|
-
|
666
|
-
|
|
667
|
-
|
668
|
-
|
|
669
|
-
|
670
|
-
|
671
|
-
|
|
672
|
-
| |
|
673
|
-
|
660
|
+
+-----------------+--------------------------+-----------------+------------+
|
661
|
+
|Name |Decription |Values |Example |
|
662
|
+
| | +-----------------+ |
|
663
|
+
| | |Value|Type | |
|
664
|
+
+=================+==========================+=====+===========+============+
|
665
|
+
|dir_dat |Application data directory| |Path |/otev/data |
|
666
|
+
+-----------------+--------------------------+-----+-----------+------------+
|
667
|
+
|tenant |Application tenant name | |str |UMH |
|
668
|
+
+-----------------+--------------------------+-----+-----------+------------+
|
669
|
+
|package |Application package name | |str |otev_xls_srr|
|
670
|
+
+-----------------+--------------------------+-----+-----------+------------+
|
671
|
+
|cmd |Application command | |str |evupreg |
|
672
|
+
+-----------------+--------------------------+-----+-----------+------------+
|
673
|
+
|pid |Process ID | |str |evupreg |
|
674
|
+
+-----------------+--------------------------+-----+-----------+------------+
|
675
|
+
|log_ts_type |Timestamp type used in |ts |Timestamp |ts |
|
676
|
+
| |loggin files +-----+-----------+------------+
|
677
|
+
| | |dt |Datetime | |
|
678
|
+
+-----------------+--------------------------+-----+-----------+------------+
|
679
|
+
|log_sw_single_dir|Enable single log |True |Bool |True |
|
680
|
+
| |directory or multiple +-----+-----------+ |
|
681
|
+
| |log directories |False|Bool | |
|
682
|
+
+-----------------+--------------------------+-----+-----------+------------+
|
683
|
+
|log_sw_pid |Enable display of pid |True |Bool |True |
|
684
|
+
| |in log file name +-----+-----------+ |
|
685
|
+
| | |False|Bool | |
|
686
|
+
+-----------------+--------------------------+-----+-----------+------------+
|
674
687
|
|
675
688
|
Log type and Log directories
|
676
689
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
@@ -719,25 +732,35 @@ Conventions
|
|
719
732
|
|critical|/<dir_dat>/<tenant>/RUN/<package>/<cmd>/<Log directory>|<Log type>_<ts>_<pid>.log|
|
720
733
|
+--------+-------------------------------------------------------+-------------------------+
|
721
734
|
|
722
|
-
Examples
|
723
|
-
""""""""
|
735
|
+
Examples (with log_ts_type = 'ts')
|
736
|
+
""""""""""""""""""""""""""""""""""
|
737
|
+
|
738
|
+
The examples use the following parameter values.
|
739
|
+
|
740
|
+
#. dir_dat = '/data/otev'
|
741
|
+
#. tenant = 'UMH'
|
742
|
+
#. package = 'otev_srr'
|
743
|
+
#. cmd = 'evupreg'
|
744
|
+
#. log_sw_single_dir = True
|
745
|
+
#. log_sw_pid = True
|
746
|
+
#. log_ts_type = 'ts'
|
724
747
|
|
725
748
|
.. Naming-examples-for-logging-file-paths-label:
|
726
749
|
.. table:: *Naming examples for logging file paths*
|
727
750
|
|
728
|
-
|
729
|
-
|Type |Directory
|
730
|
-
|
731
|
-
|debug |/data/otev/umh/RUN/
|
732
|
-
|
733
|
-
|info |/data/otev/umh/RUN/
|
734
|
-
|
735
|
-
|warning |/data/otev/umh/RUN/
|
736
|
-
|
737
|
-
|error |/data/otev/umh/RUN/
|
738
|
-
|
739
|
-
|critical|/data/otev/umh/RUN/
|
740
|
-
|
751
|
+
+--------+----------------------------------------+------------------------+
|
752
|
+
|Type |Directory |File |
|
753
|
+
+========+========================================+========================+
|
754
|
+
|debug |/data/otev/umh/RUN/otev_srr/evupreg/logs|debs_1737118199_9470.log|
|
755
|
+
+--------+----------------------------------------+------------------------+
|
756
|
+
|info |/data/otev/umh/RUN/otev_srr/evupreg/logs|infs_1737118199_9470.log|
|
757
|
+
+--------+----------------------------------------+------------------------+
|
758
|
+
|warning |/data/otev/umh/RUN/otev_srr/evupreg/logs|wrns_1737118199_9470.log|
|
759
|
+
+--------+----------------------------------------+------------------------+
|
760
|
+
|error |/data/otev/umh/RUN/otev_srr/evupreg/logs|errs_1737118199_9470.log|
|
761
|
+
+--------+----------------------------------------+------------------------+
|
762
|
+
|critical|/data/otev/umh/RUN/otev_srr/evupreg/logs|crts_1737118199_9470.log|
|
763
|
+
+--------+----------------------------------------+------------------------+
|
741
764
|
|
742
765
|
Python Terminology
|
743
766
|
==================
|
@@ -751,15 +774,15 @@ Overview
|
|
751
774
|
.. Python package-label:
|
752
775
|
.. table:: *Python package*
|
753
776
|
|
754
|
-
|
755
|
-
|Name
|
756
|
-
|
757
|
-
|Python
|
758
|
-
|
|
759
|
-
|
760
|
-
|Python
|
761
|
-
|sub-package
|
762
|
-
|
777
|
+
+-----------+-----------------------------------------------------------------+
|
778
|
+
|Name |Definition |
|
779
|
+
+===========+==========+======================================================+
|
780
|
+
|Python |Python packages are directories that contains the special module |
|
781
|
+
|package |``__init__.py`` and other modules, packages files or directories.|
|
782
|
+
+-----------+-----------------------------------------------------------------+
|
783
|
+
|Python |Python sub-packages are python packages which are contained in |
|
784
|
+
|sub-package|another pyhon package. |
|
785
|
+
+-----------+-----------------------------------------------------------------+
|
763
786
|
|
764
787
|
Python package sub-directories
|
765
788
|
------------------------------
|
@@ -770,16 +793,15 @@ Overview
|
|
770
793
|
.. Python package sub-direcories-label:
|
771
794
|
.. table:: *Python package sub-directories*
|
772
795
|
|
773
|
-
|
774
|
-
|Name
|
775
|
-
|
776
|
-
|Python
|
777
|
-
|sub-directory
|
778
|
-
|
779
|
-
|Special
|
780
|
-
|package
|
781
|
-
|
782
|
-
+--------------+-----------------------------------------+
|
796
|
+
+---------------------+----------------------------------------+
|
797
|
+
|Name |Definition |
|
798
|
+
+=====================+========================================+
|
799
|
+
|Python |directory contained in a python package.|
|
800
|
+
|package sub-directory| |
|
801
|
+
+---------------------+----------------------------------------+
|
802
|
+
|Special python |Python package sub-directories with a |
|
803
|
+
|package sub-directory|special meaning like data or cfg. |
|
804
|
+
+---------------------+----------------------------------------+
|
783
805
|
|
784
806
|
Special python package sub-directories
|
785
807
|
--------------------------------------
|
@@ -807,21 +829,21 @@ Overview
|
|
807
829
|
.. Python-package-files-label:
|
808
830
|
.. table:: *Python package files*
|
809
831
|
|
810
|
-
|
811
|
-
|Name |Definition
|
812
|
-
|
813
|
-
|Python |
|
814
|
-
|package
|
815
|
-
|
816
|
-
|Special python|
|
817
|
-
|package
|
818
|
-
|
819
|
-
|Python
|
820
|
-
|module
|
821
|
-
|
822
|
-
|Special python|
|
823
|
-
|package module|
|
824
|
-
|
832
|
+
+--------------+---------------------------------------------------------+
|
833
|
+
|Name |Definition |
|
834
|
+
+==============+==========+==============================================+
|
835
|
+
|Python |File within a python package. |
|
836
|
+
|package file | |
|
837
|
+
+--------------+---------------------------------------------------------+
|
838
|
+
|Special python|Python package file which are not modules and used as |
|
839
|
+
|package file |python marker files like ``__init__.py``. |
|
840
|
+
+--------------+---------------------------------------------------------+
|
841
|
+
|Python |File with suffix ``.py`` which could be empty or contain |
|
842
|
+
|package module|python code; Other modules can be imported into a module.|
|
843
|
+
+--------------+---------------------------------------------------------+
|
844
|
+
|Special python|Python package module with special name and functionality|
|
845
|
+
|package module|like ``main.py`` or ``__init__.py``. |
|
846
|
+
+--------------+---------------------------------------------------------+
|
825
847
|
|
826
848
|
Special python package files
|
827
849
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
@@ -875,17 +897,21 @@ Overview
|
|
875
897
|
.. Python elements-label:
|
876
898
|
.. table:: *Python elements*
|
877
899
|
|
878
|
-
|
879
|
-
|
|
880
|
-
|
881
|
-
|
|
882
|
-
|
883
|
-
|
884
|
-
|
|
885
|
-
|
886
|
-
|Python class
|
887
|
-
|
888
|
-
|
900
|
+
+-------------------+---------------------------------------------+
|
901
|
+
|Name |Definition |
|
902
|
+
+===================+=============================================+
|
903
|
+
|Python method |Function defined in a python module. |
|
904
|
+
+-------------------+---------------------------------------------+
|
905
|
+
|Special |Python method with special name and |
|
906
|
+
|python method |functionality like ``init``. |
|
907
|
+
+-------------------+---------------------------------------------+
|
908
|
+
|Python class |Python classes are defined in python modules.|
|
909
|
+
+-------------------+---------------------------------------------+
|
910
|
+
|Python class method|Python method defined in a python class. |
|
911
|
+
+-------------------+---------------------------------------------+
|
912
|
+
|Special |Python class method with special name and |
|
913
|
+
|Python class method|functionality like ``init``. |
|
914
|
+
+-------------------+---------------------------------------------+
|
889
915
|
|
890
916
|
Special python methods
|
891
917
|
^^^^^^^^^^^^^^^^^^^^^^
|
@@ -38,13 +38,20 @@ Package files
|
|
38
38
|
Classification
|
39
39
|
==============
|
40
40
|
|
41
|
-
The
|
41
|
+
The Package ``ka_uts_uts`` consist of Files with the following file types (c.f.: **Appendix**):
|
42
42
|
|
43
|
-
#. *Special files*
|
44
|
-
|
45
|
-
#. *
|
46
|
-
|
47
|
-
#.
|
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
|
*****************
|
@@ -626,25 +633,33 @@ Application parameter for logging
|
|
626
633
|
.. Application-parameter-used-in-log-naming-label:
|
627
634
|
.. table:: *Application parameter used in log naming*
|
628
635
|
|
629
|
-
|
630
|
-
|Name |Decription
|
631
|
-
|
632
|
-
|
|
633
|
-
|
634
|
-
|
|
635
|
-
|
636
|
-
|
|
637
|
-
|
638
|
-
|
|
639
|
-
|
640
|
-
|
|
641
|
-
|
642
|
-
|
|
643
|
-
|
644
|
-
|
645
|
-
|
|
646
|
-
| |
|
647
|
-
|
636
|
+
+-----------------+--------------------------+-----------------+------------+
|
637
|
+
|Name |Decription |Values |Example |
|
638
|
+
| | +-----------------+ |
|
639
|
+
| | |Value|Type | |
|
640
|
+
+=================+==========================+=====+===========+============+
|
641
|
+
|dir_dat |Application data directory| |Path |/otev/data |
|
642
|
+
+-----------------+--------------------------+-----+-----------+------------+
|
643
|
+
|tenant |Application tenant name | |str |UMH |
|
644
|
+
+-----------------+--------------------------+-----+-----------+------------+
|
645
|
+
|package |Application package name | |str |otev_xls_srr|
|
646
|
+
+-----------------+--------------------------+-----+-----------+------------+
|
647
|
+
|cmd |Application command | |str |evupreg |
|
648
|
+
+-----------------+--------------------------+-----+-----------+------------+
|
649
|
+
|pid |Process ID | |str |evupreg |
|
650
|
+
+-----------------+--------------------------+-----+-----------+------------+
|
651
|
+
|log_ts_type |Timestamp type used in |ts |Timestamp |ts |
|
652
|
+
| |loggin files +-----+-----------+------------+
|
653
|
+
| | |dt |Datetime | |
|
654
|
+
+-----------------+--------------------------+-----+-----------+------------+
|
655
|
+
|log_sw_single_dir|Enable single log |True |Bool |True |
|
656
|
+
| |directory or multiple +-----+-----------+ |
|
657
|
+
| |log directories |False|Bool | |
|
658
|
+
+-----------------+--------------------------+-----+-----------+------------+
|
659
|
+
|log_sw_pid |Enable display of pid |True |Bool |True |
|
660
|
+
| |in log file name +-----+-----------+ |
|
661
|
+
| | |False|Bool | |
|
662
|
+
+-----------------+--------------------------+-----+-----------+------------+
|
648
663
|
|
649
664
|
Log type and Log directories
|
650
665
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
@@ -693,25 +708,35 @@ Conventions
|
|
693
708
|
|critical|/<dir_dat>/<tenant>/RUN/<package>/<cmd>/<Log directory>|<Log type>_<ts>_<pid>.log|
|
694
709
|
+--------+-------------------------------------------------------+-------------------------+
|
695
710
|
|
696
|
-
Examples
|
697
|
-
""""""""
|
711
|
+
Examples (with log_ts_type = 'ts')
|
712
|
+
""""""""""""""""""""""""""""""""""
|
713
|
+
|
714
|
+
The examples use the following parameter values.
|
715
|
+
|
716
|
+
#. dir_dat = '/data/otev'
|
717
|
+
#. tenant = 'UMH'
|
718
|
+
#. package = 'otev_srr'
|
719
|
+
#. cmd = 'evupreg'
|
720
|
+
#. log_sw_single_dir = True
|
721
|
+
#. log_sw_pid = True
|
722
|
+
#. log_ts_type = 'ts'
|
698
723
|
|
699
724
|
.. Naming-examples-for-logging-file-paths-label:
|
700
725
|
.. table:: *Naming examples for logging file paths*
|
701
726
|
|
702
|
-
|
703
|
-
|Type |Directory
|
704
|
-
|
705
|
-
|debug |/data/otev/umh/RUN/
|
706
|
-
|
707
|
-
|info |/data/otev/umh/RUN/
|
708
|
-
|
709
|
-
|warning |/data/otev/umh/RUN/
|
710
|
-
|
711
|
-
|error |/data/otev/umh/RUN/
|
712
|
-
|
713
|
-
|critical|/data/otev/umh/RUN/
|
714
|
-
|
727
|
+
+--------+----------------------------------------+------------------------+
|
728
|
+
|Type |Directory |File |
|
729
|
+
+========+========================================+========================+
|
730
|
+
|debug |/data/otev/umh/RUN/otev_srr/evupreg/logs|debs_1737118199_9470.log|
|
731
|
+
+--------+----------------------------------------+------------------------+
|
732
|
+
|info |/data/otev/umh/RUN/otev_srr/evupreg/logs|infs_1737118199_9470.log|
|
733
|
+
+--------+----------------------------------------+------------------------+
|
734
|
+
|warning |/data/otev/umh/RUN/otev_srr/evupreg/logs|wrns_1737118199_9470.log|
|
735
|
+
+--------+----------------------------------------+------------------------+
|
736
|
+
|error |/data/otev/umh/RUN/otev_srr/evupreg/logs|errs_1737118199_9470.log|
|
737
|
+
+--------+----------------------------------------+------------------------+
|
738
|
+
|critical|/data/otev/umh/RUN/otev_srr/evupreg/logs|crts_1737118199_9470.log|
|
739
|
+
+--------+----------------------------------------+------------------------+
|
715
740
|
|
716
741
|
Python Terminology
|
717
742
|
==================
|
@@ -725,15 +750,15 @@ Overview
|
|
725
750
|
.. Python package-label:
|
726
751
|
.. table:: *Python package*
|
727
752
|
|
728
|
-
|
729
|
-
|Name
|
730
|
-
|
731
|
-
|Python
|
732
|
-
|
|
733
|
-
|
734
|
-
|Python
|
735
|
-
|sub-package
|
736
|
-
|
753
|
+
+-----------+-----------------------------------------------------------------+
|
754
|
+
|Name |Definition |
|
755
|
+
+===========+==========+======================================================+
|
756
|
+
|Python |Python packages are directories that contains the special module |
|
757
|
+
|package |``__init__.py`` and other modules, packages files or directories.|
|
758
|
+
+-----------+-----------------------------------------------------------------+
|
759
|
+
|Python |Python sub-packages are python packages which are contained in |
|
760
|
+
|sub-package|another pyhon package. |
|
761
|
+
+-----------+-----------------------------------------------------------------+
|
737
762
|
|
738
763
|
Python package sub-directories
|
739
764
|
------------------------------
|
@@ -744,16 +769,15 @@ Overview
|
|
744
769
|
.. Python package sub-direcories-label:
|
745
770
|
.. table:: *Python package sub-directories*
|
746
771
|
|
747
|
-
|
748
|
-
|Name
|
749
|
-
|
750
|
-
|Python
|
751
|
-
|sub-directory
|
752
|
-
|
753
|
-
|Special
|
754
|
-
|package
|
755
|
-
|
756
|
-
+--------------+-----------------------------------------+
|
772
|
+
+---------------------+----------------------------------------+
|
773
|
+
|Name |Definition |
|
774
|
+
+=====================+========================================+
|
775
|
+
|Python |directory contained in a python package.|
|
776
|
+
|package sub-directory| |
|
777
|
+
+---------------------+----------------------------------------+
|
778
|
+
|Special python |Python package sub-directories with a |
|
779
|
+
|package sub-directory|special meaning like data or cfg. |
|
780
|
+
+---------------------+----------------------------------------+
|
757
781
|
|
758
782
|
Special python package sub-directories
|
759
783
|
--------------------------------------
|
@@ -781,21 +805,21 @@ Overview
|
|
781
805
|
.. Python-package-files-label:
|
782
806
|
.. table:: *Python package files*
|
783
807
|
|
784
|
-
|
785
|
-
|Name |Definition
|
786
|
-
|
787
|
-
|Python |
|
788
|
-
|package
|
789
|
-
|
790
|
-
|Special python|
|
791
|
-
|package
|
792
|
-
|
793
|
-
|Python
|
794
|
-
|module
|
795
|
-
|
796
|
-
|Special python|
|
797
|
-
|package module|
|
798
|
-
|
808
|
+
+--------------+---------------------------------------------------------+
|
809
|
+
|Name |Definition |
|
810
|
+
+==============+==========+==============================================+
|
811
|
+
|Python |File within a python package. |
|
812
|
+
|package file | |
|
813
|
+
+--------------+---------------------------------------------------------+
|
814
|
+
|Special python|Python package file which are not modules and used as |
|
815
|
+
|package file |python marker files like ``__init__.py``. |
|
816
|
+
+--------------+---------------------------------------------------------+
|
817
|
+
|Python |File with suffix ``.py`` which could be empty or contain |
|
818
|
+
|package module|python code; Other modules can be imported into a module.|
|
819
|
+
+--------------+---------------------------------------------------------+
|
820
|
+
|Special python|Python package module with special name and functionality|
|
821
|
+
|package module|like ``main.py`` or ``__init__.py``. |
|
822
|
+
+--------------+---------------------------------------------------------+
|
799
823
|
|
800
824
|
Special python package files
|
801
825
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
@@ -849,17 +873,21 @@ Overview
|
|
849
873
|
.. Python elements-label:
|
850
874
|
.. table:: *Python elements*
|
851
875
|
|
852
|
-
|
853
|
-
|
|
854
|
-
|
855
|
-
|
|
856
|
-
|
857
|
-
|
858
|
-
|
|
859
|
-
|
860
|
-
|Python class
|
861
|
-
|
862
|
-
|
876
|
+
+-------------------+---------------------------------------------+
|
877
|
+
|Name |Definition |
|
878
|
+
+===================+=============================================+
|
879
|
+
|Python method |Function defined in a python module. |
|
880
|
+
+-------------------+---------------------------------------------+
|
881
|
+
|Special |Python method with special name and |
|
882
|
+
|python method |functionality like ``init``. |
|
883
|
+
+-------------------+---------------------------------------------+
|
884
|
+
|Python class |Python classes are defined in python modules.|
|
885
|
+
+-------------------+---------------------------------------------+
|
886
|
+
|Python class method|Python method defined in a python class. |
|
887
|
+
+-------------------+---------------------------------------------+
|
888
|
+
|Special |Python class method with special name and |
|
889
|
+
|Python class method|functionality like ``init``. |
|
890
|
+
+-------------------+---------------------------------------------+
|
863
891
|
|
864
892
|
Special python methods
|
865
893
|
^^^^^^^^^^^^^^^^^^^^^^
|
Binary file
|
@@ -1,10 +1,10 @@
|
|
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.
|
4
|
+
__version__ = '2.2.2.250430'
|
5
5
|
__build__ = 0x022200
|
6
6
|
__author__ = 'Bernd Stroehle'
|
7
7
|
__author_email__ = 'bernd.stroehle@gmail.com'
|
8
8
|
__license__ = 'Apache-2.0'
|
9
|
-
__copyright__ = 'Copyright
|
9
|
+
__copyright__ = 'Copyright 2025 Bernd Stroehle'
|
10
10
|
__cake__ = u'\u2728 \U0001f370 \u2728'
|
@@ -1,8 +1,7 @@
|
|
1
1
|
# coding=utf-8
|
2
2
|
from typing import Any
|
3
3
|
|
4
|
-
from
|
5
|
-
|
4
|
+
from ka_uts_log.log import Log
|
6
5
|
from ka_uts_uts.utils.pacmod import PacMod
|
7
6
|
from ka_uts_uts.ioc.yaml_ import Yaml_
|
8
7
|
|
@@ -10,7 +9,6 @@ TyAny = Any
|
|
10
9
|
TyArr = list[Any]
|
11
10
|
TyBool = bool
|
12
11
|
TyDic = dict[Any, Any]
|
13
|
-
TyLogger = Logger
|
14
12
|
|
15
13
|
TnAny = None | Any
|
16
14
|
TnArr = None | TyArr
|
@@ -37,9 +35,9 @@ class App:
|
|
37
35
|
cls.sw_replace_keys = kwargs.get('sw_replace_keys', False)
|
38
36
|
if cls.sw_replace_keys:
|
39
37
|
try:
|
40
|
-
cls.keys = Yaml_.
|
38
|
+
cls.keys = Yaml_.read_with_safeloader(PacMod.sh_path_keys(cls_com))
|
41
39
|
except Exception as exc:
|
42
|
-
|
40
|
+
Log.error(exc, exc_info=True)
|
43
41
|
raise
|
44
42
|
|
45
43
|
@classmethod
|
@@ -1,8 +1,6 @@
|
|
1
1
|
# coding=utf-8
|
2
2
|
from typing import Any
|
3
3
|
|
4
|
-
from logging import Logger
|
5
|
-
|
6
4
|
from ka_uts_uts.ioc.yaml_ import Yaml_
|
7
5
|
|
8
6
|
TyAny = Any
|
@@ -10,7 +8,6 @@ TyTimeStamp = int
|
|
10
8
|
TyArr = list[Any]
|
11
9
|
TyBool = bool
|
12
10
|
TyDic = dict[Any, Any]
|
13
|
-
TyLogger = Logger
|
14
11
|
|
15
12
|
|
16
13
|
class Cfg:
|
@@ -26,7 +23,7 @@ class Cfg:
|
|
26
23
|
cls.sw_init = True
|
27
24
|
_path = cls_com.sh_path_cfg_yaml()
|
28
25
|
if _path:
|
29
|
-
cls.cfg = Yaml_.
|
26
|
+
cls.cfg = Yaml_.read_with_safeloader(_path)
|
30
27
|
|
31
28
|
@classmethod
|
32
29
|
def sh(cls, cls_com, **kwargs) -> Any:
|
@@ -6,8 +6,7 @@ import time
|
|
6
6
|
import calendar
|
7
7
|
from datetime import datetime
|
8
8
|
|
9
|
-
|
10
|
-
from ka_uts_arr.aoeqstmt import AoEqStmt
|
9
|
+
from ka_uts_equ.equ import AoEqu
|
11
10
|
from ka_uts_uts.utils.pac import Pac
|
12
11
|
from ka_uts_uts.utils.pacmod import PacMod
|
13
12
|
|
@@ -60,17 +59,19 @@ class Com:
|
|
60
59
|
Exit: Any = None
|
61
60
|
|
62
61
|
@classmethod
|
63
|
-
def init(cls,
|
62
|
+
def init(cls, kwargs: TyDic):
|
63
|
+
# def init(cls, cls_app, kwargs: TyDic):
|
64
64
|
"""
|
65
65
|
initialise static variables of Com class
|
66
66
|
"""
|
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
|
+
cls_app = kwargs.get('cls_app')
|
74
75
|
cls.d_com_pacmod = PacMod.sh_d_pacmod(cls)
|
75
76
|
cls.d_app_pacmod = PacMod.sh_d_pacmod(cls_app)
|
76
77
|
cls.ts = calendar.timegm(time.gmtime())
|
@@ -78,7 +79,7 @@ class Com:
|
|
78
79
|
|
79
80
|
cls.path_bin = cls.sh_path_bin()
|
80
81
|
|
81
|
-
cls.Log = Log.sh(
|
82
|
+
cls.Log = Log.sh(**kwargs)
|
82
83
|
cls.Cfg = Cfg.sh(cls, **kwargs)
|
83
84
|
cls.App = App.sh(cls, **kwargs)
|
84
85
|
cls.Exit = Exit.sh(**kwargs)
|
@@ -88,9 +89,11 @@ class Com:
|
|
88
89
|
"""
|
89
90
|
show keyword arguments
|
90
91
|
"""
|
91
|
-
_kwargs: TyDic =
|
92
|
-
|
92
|
+
_kwargs: TyDic = AoEqu.sh_d_eq(*args, d_parms=d_parms)
|
93
|
+
_kwargs['cls_app'] = cls_app
|
93
94
|
_kwargs['com'] = cls
|
95
|
+
|
96
|
+
cls.init(_kwargs)
|
94
97
|
return _kwargs
|
95
98
|
|
96
99
|
@classmethod
|
@@ -98,24 +101,24 @@ class Com:
|
|
98
101
|
"""
|
99
102
|
show path to bin directory in package
|
100
103
|
"""
|
101
|
-
|
102
|
-
|
103
|
-
return Pac.sh_path_by_package(
|
104
|
+
_package = cls.d_app_pacmod['package']
|
105
|
+
_path = 'bin'
|
106
|
+
return Pac.sh_path_by_package(_package, _path)
|
104
107
|
|
105
108
|
@classmethod
|
106
109
|
def sh_path_data(cls) -> Any:
|
107
110
|
"""
|
108
111
|
show path to data directory in package
|
109
112
|
"""
|
110
|
-
|
111
|
-
|
112
|
-
return Pac.sh_path_by_package(
|
113
|
+
_package = cls.d_app_pacmod['package']
|
114
|
+
_path = 'data'
|
115
|
+
return Pac.sh_path_by_package(_package, _path)
|
113
116
|
|
114
117
|
@classmethod
|
115
118
|
def sh_path_cfg_yaml(cls) -> Any:
|
116
119
|
"""
|
117
120
|
show path to configuration yaml-file in data directory of package
|
118
121
|
"""
|
119
|
-
|
120
|
-
|
121
|
-
return Pac.sh_path_by_package(
|
122
|
+
_package = cls.d_app_pacmod['package']
|
123
|
+
_path = os.path.join('data', 'cfg.yml')
|
124
|
+
return Pac.sh_path_by_package(_package, _path)
|
@@ -1,7 +1,7 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: ka_uts_com
|
3
|
-
Version: 2.
|
4
|
-
Summary: Communication
|
3
|
+
Version: 2.2.2.250430
|
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>
|
7
7
|
License-Expression: GPL-3.0-only WITH Classpath-exception-2.0 OR BSD-3-Clause
|
@@ -17,11 +17,9 @@ Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
17
17
|
Requires-Python: >=3.10
|
18
18
|
Description-Content-Type: text/x-rst
|
19
19
|
License-File: LICENSE.txt
|
20
|
-
Requires-Dist:
|
21
|
-
Requires-Dist:
|
22
|
-
Requires-Dist:
|
23
|
-
Requires-Dist: PyYAML>=6.0.2
|
24
|
-
Requires-Dist: simplejson>=3.20.1
|
20
|
+
Requires-Dist: ka_uts_equ>=2.2.0.250427
|
21
|
+
Requires-Dist: ka_uts_log>=2.2.0.250427
|
22
|
+
Requires-Dist: ka_uts_uts>=2.2.1.250429
|
25
23
|
Dynamic: license-file
|
26
24
|
|
27
25
|
##########
|
@@ -64,13 +62,20 @@ Package files
|
|
64
62
|
Classification
|
65
63
|
==============
|
66
64
|
|
67
|
-
The
|
65
|
+
The Package ``ka_uts_uts`` consist of Files with the following file types (c.f.: **Appendix**):
|
68
66
|
|
69
|
-
#. *Special files*
|
70
|
-
|
71
|
-
#. *
|
72
|
-
|
73
|
-
#.
|
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*
|
74
79
|
|
75
80
|
Decorator Modules
|
76
81
|
*****************
|
@@ -652,25 +657,33 @@ Application parameter for logging
|
|
652
657
|
.. Application-parameter-used-in-log-naming-label:
|
653
658
|
.. table:: *Application parameter used in log naming*
|
654
659
|
|
655
|
-
|
656
|
-
|Name |Decription
|
657
|
-
|
658
|
-
|
|
659
|
-
|
660
|
-
|
|
661
|
-
|
662
|
-
|
|
663
|
-
|
664
|
-
|
|
665
|
-
|
666
|
-
|
|
667
|
-
|
668
|
-
|
|
669
|
-
|
670
|
-
|
671
|
-
|
|
672
|
-
| |
|
673
|
-
|
660
|
+
+-----------------+--------------------------+-----------------+------------+
|
661
|
+
|Name |Decription |Values |Example |
|
662
|
+
| | +-----------------+ |
|
663
|
+
| | |Value|Type | |
|
664
|
+
+=================+==========================+=====+===========+============+
|
665
|
+
|dir_dat |Application data directory| |Path |/otev/data |
|
666
|
+
+-----------------+--------------------------+-----+-----------+------------+
|
667
|
+
|tenant |Application tenant name | |str |UMH |
|
668
|
+
+-----------------+--------------------------+-----+-----------+------------+
|
669
|
+
|package |Application package name | |str |otev_xls_srr|
|
670
|
+
+-----------------+--------------------------+-----+-----------+------------+
|
671
|
+
|cmd |Application command | |str |evupreg |
|
672
|
+
+-----------------+--------------------------+-----+-----------+------------+
|
673
|
+
|pid |Process ID | |str |evupreg |
|
674
|
+
+-----------------+--------------------------+-----+-----------+------------+
|
675
|
+
|log_ts_type |Timestamp type used in |ts |Timestamp |ts |
|
676
|
+
| |loggin files +-----+-----------+------------+
|
677
|
+
| | |dt |Datetime | |
|
678
|
+
+-----------------+--------------------------+-----+-----------+------------+
|
679
|
+
|log_sw_single_dir|Enable single log |True |Bool |True |
|
680
|
+
| |directory or multiple +-----+-----------+ |
|
681
|
+
| |log directories |False|Bool | |
|
682
|
+
+-----------------+--------------------------+-----+-----------+------------+
|
683
|
+
|log_sw_pid |Enable display of pid |True |Bool |True |
|
684
|
+
| |in log file name +-----+-----------+ |
|
685
|
+
| | |False|Bool | |
|
686
|
+
+-----------------+--------------------------+-----+-----------+------------+
|
674
687
|
|
675
688
|
Log type and Log directories
|
676
689
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
@@ -719,25 +732,35 @@ Conventions
|
|
719
732
|
|critical|/<dir_dat>/<tenant>/RUN/<package>/<cmd>/<Log directory>|<Log type>_<ts>_<pid>.log|
|
720
733
|
+--------+-------------------------------------------------------+-------------------------+
|
721
734
|
|
722
|
-
Examples
|
723
|
-
""""""""
|
735
|
+
Examples (with log_ts_type = 'ts')
|
736
|
+
""""""""""""""""""""""""""""""""""
|
737
|
+
|
738
|
+
The examples use the following parameter values.
|
739
|
+
|
740
|
+
#. dir_dat = '/data/otev'
|
741
|
+
#. tenant = 'UMH'
|
742
|
+
#. package = 'otev_srr'
|
743
|
+
#. cmd = 'evupreg'
|
744
|
+
#. log_sw_single_dir = True
|
745
|
+
#. log_sw_pid = True
|
746
|
+
#. log_ts_type = 'ts'
|
724
747
|
|
725
748
|
.. Naming-examples-for-logging-file-paths-label:
|
726
749
|
.. table:: *Naming examples for logging file paths*
|
727
750
|
|
728
|
-
|
729
|
-
|Type |Directory
|
730
|
-
|
731
|
-
|debug |/data/otev/umh/RUN/
|
732
|
-
|
733
|
-
|info |/data/otev/umh/RUN/
|
734
|
-
|
735
|
-
|warning |/data/otev/umh/RUN/
|
736
|
-
|
737
|
-
|error |/data/otev/umh/RUN/
|
738
|
-
|
739
|
-
|critical|/data/otev/umh/RUN/
|
740
|
-
|
751
|
+
+--------+----------------------------------------+------------------------+
|
752
|
+
|Type |Directory |File |
|
753
|
+
+========+========================================+========================+
|
754
|
+
|debug |/data/otev/umh/RUN/otev_srr/evupreg/logs|debs_1737118199_9470.log|
|
755
|
+
+--------+----------------------------------------+------------------------+
|
756
|
+
|info |/data/otev/umh/RUN/otev_srr/evupreg/logs|infs_1737118199_9470.log|
|
757
|
+
+--------+----------------------------------------+------------------------+
|
758
|
+
|warning |/data/otev/umh/RUN/otev_srr/evupreg/logs|wrns_1737118199_9470.log|
|
759
|
+
+--------+----------------------------------------+------------------------+
|
760
|
+
|error |/data/otev/umh/RUN/otev_srr/evupreg/logs|errs_1737118199_9470.log|
|
761
|
+
+--------+----------------------------------------+------------------------+
|
762
|
+
|critical|/data/otev/umh/RUN/otev_srr/evupreg/logs|crts_1737118199_9470.log|
|
763
|
+
+--------+----------------------------------------+------------------------+
|
741
764
|
|
742
765
|
Python Terminology
|
743
766
|
==================
|
@@ -751,15 +774,15 @@ Overview
|
|
751
774
|
.. Python package-label:
|
752
775
|
.. table:: *Python package*
|
753
776
|
|
754
|
-
|
755
|
-
|Name
|
756
|
-
|
757
|
-
|Python
|
758
|
-
|
|
759
|
-
|
760
|
-
|Python
|
761
|
-
|sub-package
|
762
|
-
|
777
|
+
+-----------+-----------------------------------------------------------------+
|
778
|
+
|Name |Definition |
|
779
|
+
+===========+==========+======================================================+
|
780
|
+
|Python |Python packages are directories that contains the special module |
|
781
|
+
|package |``__init__.py`` and other modules, packages files or directories.|
|
782
|
+
+-----------+-----------------------------------------------------------------+
|
783
|
+
|Python |Python sub-packages are python packages which are contained in |
|
784
|
+
|sub-package|another pyhon package. |
|
785
|
+
+-----------+-----------------------------------------------------------------+
|
763
786
|
|
764
787
|
Python package sub-directories
|
765
788
|
------------------------------
|
@@ -770,16 +793,15 @@ Overview
|
|
770
793
|
.. Python package sub-direcories-label:
|
771
794
|
.. table:: *Python package sub-directories*
|
772
795
|
|
773
|
-
|
774
|
-
|Name
|
775
|
-
|
776
|
-
|Python
|
777
|
-
|sub-directory
|
778
|
-
|
779
|
-
|Special
|
780
|
-
|package
|
781
|
-
|
782
|
-
+--------------+-----------------------------------------+
|
796
|
+
+---------------------+----------------------------------------+
|
797
|
+
|Name |Definition |
|
798
|
+
+=====================+========================================+
|
799
|
+
|Python |directory contained in a python package.|
|
800
|
+
|package sub-directory| |
|
801
|
+
+---------------------+----------------------------------------+
|
802
|
+
|Special python |Python package sub-directories with a |
|
803
|
+
|package sub-directory|special meaning like data or cfg. |
|
804
|
+
+---------------------+----------------------------------------+
|
783
805
|
|
784
806
|
Special python package sub-directories
|
785
807
|
--------------------------------------
|
@@ -807,21 +829,21 @@ Overview
|
|
807
829
|
.. Python-package-files-label:
|
808
830
|
.. table:: *Python package files*
|
809
831
|
|
810
|
-
|
811
|
-
|Name |Definition
|
812
|
-
|
813
|
-
|Python |
|
814
|
-
|package
|
815
|
-
|
816
|
-
|Special python|
|
817
|
-
|package
|
818
|
-
|
819
|
-
|Python
|
820
|
-
|module
|
821
|
-
|
822
|
-
|Special python|
|
823
|
-
|package module|
|
824
|
-
|
832
|
+
+--------------+---------------------------------------------------------+
|
833
|
+
|Name |Definition |
|
834
|
+
+==============+==========+==============================================+
|
835
|
+
|Python |File within a python package. |
|
836
|
+
|package file | |
|
837
|
+
+--------------+---------------------------------------------------------+
|
838
|
+
|Special python|Python package file which are not modules and used as |
|
839
|
+
|package file |python marker files like ``__init__.py``. |
|
840
|
+
+--------------+---------------------------------------------------------+
|
841
|
+
|Python |File with suffix ``.py`` which could be empty or contain |
|
842
|
+
|package module|python code; Other modules can be imported into a module.|
|
843
|
+
+--------------+---------------------------------------------------------+
|
844
|
+
|Special python|Python package module with special name and functionality|
|
845
|
+
|package module|like ``main.py`` or ``__init__.py``. |
|
846
|
+
+--------------+---------------------------------------------------------+
|
825
847
|
|
826
848
|
Special python package files
|
827
849
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
@@ -875,17 +897,21 @@ Overview
|
|
875
897
|
.. Python elements-label:
|
876
898
|
.. table:: *Python elements*
|
877
899
|
|
878
|
-
|
879
|
-
|
|
880
|
-
|
881
|
-
|
|
882
|
-
|
883
|
-
|
884
|
-
|
|
885
|
-
|
886
|
-
|Python class
|
887
|
-
|
888
|
-
|
900
|
+
+-------------------+---------------------------------------------+
|
901
|
+
|Name |Definition |
|
902
|
+
+===================+=============================================+
|
903
|
+
|Python method |Function defined in a python module. |
|
904
|
+
+-------------------+---------------------------------------------+
|
905
|
+
|Special |Python method with special name and |
|
906
|
+
|python method |functionality like ``init``. |
|
907
|
+
+-------------------+---------------------------------------------+
|
908
|
+
|Python class |Python classes are defined in python modules.|
|
909
|
+
+-------------------+---------------------------------------------+
|
910
|
+
|Python class method|Python method defined in a python class. |
|
911
|
+
+-------------------+---------------------------------------------+
|
912
|
+
|Special |Python class method with special name and |
|
913
|
+
|Python class method|functionality like ``init``. |
|
914
|
+
+-------------------+---------------------------------------------+
|
889
915
|
|
890
916
|
Special python methods
|
891
917
|
^^^^^^^^^^^^^^^^^^^^^^
|
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
|
|
5
5
|
|
6
6
|
[project]
|
7
7
|
name = "ka_uts_com"
|
8
|
-
description = "Communication
|
8
|
+
description = "Communication and CLIs Utilities"
|
9
9
|
license = "GPL-3.0-only WITH Classpath-Exception-2.0 OR BSD-3-Clause"
|
10
10
|
license-files = ["LICENSE.txt"]
|
11
11
|
requires-python = ">=3.10"
|
Binary file
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{ka_uts_com-2.1.1.250415 → ka_uts_com-2.2.2.250430}/ka_uts_com.egg-info/dependency_links.txt
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|