ka-uts-com 3.0.2.250508__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.
- {ka_uts_com-3.0.2.250508 → ka_uts_com-3.0.3.250509}/PKG-INFO +5 -2
- ka_uts_com-3.0.2.250508/dist/ka_uts_com-3.0.2.250508-py3-none-any.whl → ka_uts_com-3.0.3.250509/dist/ka_uts_com-3.0.3.250509-py3-none-any.whl +0 -0
- {ka_uts_com-3.0.2.250508 → ka_uts_com-3.0.3.250509}/ka_uts_com/__version__.py +1 -1
- {ka_uts_com-3.0.2.250508 → ka_uts_com-3.0.3.250509}/ka_uts_com.egg-info/PKG-INFO +6 -3
- {ka_uts_com-3.0.2.250508 → ka_uts_com-3.0.3.250509}/ka_uts_com.egg-info/SOURCES.txt +1 -8
- ka_uts_com-3.0.2.250508/.coveragerc +0 -2
- ka_uts_com-3.0.2.250508/.flake8 +0 -18
- ka_uts_com-3.0.2.250508/.github-ci.yaml +0 -19
- ka_uts_com-3.0.2.250508/.gitignore +0 -35
- ka_uts_com-3.0.2.250508/.gitlab-ci.yml +0 -8
- ka_uts_com-3.0.2.250508/README.html +0 -2072
- ka_uts_com-3.0.2.250508/git.sh +0 -45
- {ka_uts_com-3.0.2.250508 → ka_uts_com-3.0.3.250509}/LICENSE.txt +0 -0
- {ka_uts_com-3.0.2.250508 → ka_uts_com-3.0.3.250509}/MANIFEST.in +0 -0
- {ka_uts_com-3.0.2.250508 → ka_uts_com-3.0.3.250509}/README.rst +0 -0
- {ka_uts_com-3.0.2.250508 → ka_uts_com-3.0.3.250509}/classifiers.txt +0 -0
- {ka_uts_com-3.0.2.250508 → ka_uts_com-3.0.3.250509}/ka_uts_com/__init__.py +0 -0
- {ka_uts_com-3.0.2.250508 → ka_uts_com-3.0.3.250509}/ka_uts_com/app.py +0 -0
- {ka_uts_com-3.0.2.250508 → ka_uts_com-3.0.3.250509}/ka_uts_com/cfg.py +0 -0
- {ka_uts_com-3.0.2.250508 → ka_uts_com-3.0.3.250509}/ka_uts_com/com.py +0 -0
- {ka_uts_com-3.0.2.250508 → ka_uts_com-3.0.3.250509}/ka_uts_com/decorators/dec.py +0 -0
- {ka_uts_com-3.0.2.250508 → ka_uts_com-3.0.3.250509}/ka_uts_com/exit.py +0 -0
- {ka_uts_com-3.0.2.250508 → ka_uts_com-3.0.3.250509}/ka_uts_com/py.typed +0 -0
- {ka_uts_com-3.0.2.250508 → ka_uts_com-3.0.3.250509}/ka_uts_com/timer.py +0 -0
- {ka_uts_com-3.0.2.250508 → ka_uts_com-3.0.3.250509}/ka_uts_com.egg-info/dependency_links.txt +0 -0
- {ka_uts_com-3.0.2.250508 → ka_uts_com-3.0.3.250509}/ka_uts_com.egg-info/not-zip-safe +0 -0
- {ka_uts_com-3.0.2.250508 → ka_uts_com-3.0.3.250509}/ka_uts_com.egg-info/requires.txt +0 -0
- {ka_uts_com-3.0.2.250508 → ka_uts_com-3.0.3.250509}/ka_uts_com.egg-info/top_level.txt +0 -0
- {ka_uts_com-3.0.2.250508 → ka_uts_com-3.0.3.250509}/pyproject.toml +0 -0
- {ka_uts_com-3.0.2.250508 → ka_uts_com-3.0.3.250509}/requirements.txt +0 -0
- {ka_uts_com-3.0.2.250508 → ka_uts_com-3.0.3.250509}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
|
|
1
|
-
Metadata-Version: 2.
|
1
|
+
Metadata-Version: 2.2
|
2
2
|
Name: ka_uts_com
|
3
|
-
Version: 3.0.
|
3
|
+
Version: 3.0.3.250509
|
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,3 +18,6 @@ Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
18
18
|
Requires-Python: >=3.10
|
19
19
|
Description-Content-Type: text/x-rst
|
20
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
|
Binary file
|
@@ -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.
|
4
|
+
__version__ = '3.0.3.250509'
|
5
5
|
__build__ = 0x022200
|
6
6
|
__author__ = 'Bernd Stroehle'
|
7
7
|
__author_email__ = 'bernd.stroehle@gmail.com'
|
@@ -1,6 +1,6 @@
|
|
1
|
-
Metadata-Version: 2.
|
2
|
-
Name:
|
3
|
-
Version: 3.0.
|
1
|
+
Metadata-Version: 2.2
|
2
|
+
Name: ka_uts_com
|
3
|
+
Version: 3.0.3.250509
|
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,3 +18,6 @@ Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
18
18
|
Requires-Python: >=3.10
|
19
19
|
Description-Content-Type: text/x-rst
|
20
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,18 +1,11 @@
|
|
1
|
-
.coveragerc
|
2
|
-
.flake8
|
3
|
-
.github-ci.yaml
|
4
|
-
.gitignore
|
5
|
-
.gitlab-ci.yml
|
6
1
|
LICENSE.txt
|
7
2
|
MANIFEST.in
|
8
|
-
README.html
|
9
3
|
README.rst
|
10
4
|
classifiers.txt
|
11
|
-
git.sh
|
12
5
|
pyproject.toml
|
13
6
|
requirements.txt
|
14
7
|
setup.cfg
|
15
|
-
dist/ka_uts_com-3.0.
|
8
|
+
dist/ka_uts_com-3.0.3.250509-py3-none-any.whl
|
16
9
|
ka_uts_com/__init__.py
|
17
10
|
ka_uts_com/__version__.py
|
18
11
|
ka_uts_com/app.py
|
ka_uts_com-3.0.2.250508/.flake8
DELETED
@@ -1,18 +0,0 @@
|
|
1
|
-
[flake8]
|
2
|
-
extend-ignore = E203
|
3
|
-
exclude =
|
4
|
-
# No need to traverse our git directory
|
5
|
-
.git,
|
6
|
-
# There's no value in checking cache directories
|
7
|
-
__pycache__,
|
8
|
-
# The conf file is mostly autogenerated, ignore it
|
9
|
-
docs/source/conf.py,
|
10
|
-
# The old directory contains Flake8 2.0
|
11
|
-
old,
|
12
|
-
# This contains our built documentation
|
13
|
-
build,
|
14
|
-
# This contains builds of flake8 that we don't want to check
|
15
|
-
dist
|
16
|
-
max-complexity = 10
|
17
|
-
# Same as Black.
|
18
|
-
max-line-length = 88
|
@@ -1,19 +0,0 @@
|
|
1
|
-
name: CI/CD
|
2
|
-
on:
|
3
|
-
push:
|
4
|
-
branches: [ main ]
|
5
|
-
jobs:
|
6
|
-
container-test-job:
|
7
|
-
runs-on:python-latest
|
8
|
-
container:
|
9
|
-
image: python:latest
|
10
|
-
env:
|
11
|
-
NODE_ENV: development
|
12
|
-
ports:
|
13
|
-
- 80
|
14
|
-
volumes:
|
15
|
-
- my_docker_volume:/volume_mount
|
16
|
-
options: --cpus 1
|
17
|
-
steps:
|
18
|
-
- name: Check for dockerenv file
|
19
|
-
run: (ls /.dockerenv && echo Found dockerenv) || (echo No dockerenv)
|
@@ -1,35 +0,0 @@
|
|
1
|
-
# ignore cache
|
2
|
-
**/__pycache__
|
3
|
-
|
4
|
-
# ignore VIM: Swap-files
|
5
|
-
[._]*.*.s[a-w][a-z]
|
6
|
-
[._]*.s[a-w][a-z]
|
7
|
-
[._]s[a-w][a-z]
|
8
|
-
|
9
|
-
*.egg-info
|
10
|
-
.DS_Store
|
11
|
-
.coverage
|
12
|
-
|
13
|
-
build**
|
14
|
-
build.*
|
15
|
-
|
16
|
-
# Spyder project settings
|
17
|
-
.spyderproject
|
18
|
-
.spyproject
|
19
|
-
|
20
|
-
# Rope project settings
|
21
|
-
.ropeproject
|
22
|
-
|
23
|
-
# mkdocs documentation
|
24
|
-
/site
|
25
|
-
|
26
|
-
# mypy
|
27
|
-
**/.mypy_cache
|
28
|
-
.dmypy.json
|
29
|
-
dmypy.json
|
30
|
-
|
31
|
-
# Pyre type checker
|
32
|
-
.pyre/
|
33
|
-
|
34
|
-
# IDE stuff
|
35
|
-
.vscode
|