encommon 0.19.1__tar.gz → 0.20.0__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {encommon-0.19.1/encommon.egg-info → encommon-0.20.0}/PKG-INFO +6 -4
- {encommon-0.19.1 → encommon-0.20.0}/README.md +3 -1
- {encommon-0.19.1 → encommon-0.20.0}/encommon/conftest.py +1 -1
- {encommon-0.19.1 → encommon-0.20.0}/encommon/parse/jinja2.py +1 -1
- {encommon-0.19.1 → encommon-0.20.0}/encommon/utils/stdout.py +4 -2
- encommon-0.20.0/encommon/version.txt +1 -0
- {encommon-0.19.1 → encommon-0.20.0/encommon.egg-info}/PKG-INFO +6 -4
- {encommon-0.19.1 → encommon-0.20.0}/pyproject.toml +3 -3
- {encommon-0.19.1 → encommon-0.20.0}/setup.cfg +1 -0
- encommon-0.19.1/encommon/version.txt +0 -1
- {encommon-0.19.1 → encommon-0.20.0}/LICENSE +0 -0
- {encommon-0.19.1 → encommon-0.20.0}/MANIFEST.in +0 -0
- {encommon-0.19.1 → encommon-0.20.0}/encommon/__init__.py +0 -0
- {encommon-0.19.1 → encommon-0.20.0}/encommon/colors/__init__.py +0 -0
- {encommon-0.19.1 → encommon-0.20.0}/encommon/colors/color.py +0 -0
- {encommon-0.19.1 → encommon-0.20.0}/encommon/colors/test/__init__.py +0 -0
- {encommon-0.19.1 → encommon-0.20.0}/encommon/colors/test/test_color.py +0 -0
- {encommon-0.19.1 → encommon-0.20.0}/encommon/config/__init__.py +0 -0
- {encommon-0.19.1 → encommon-0.20.0}/encommon/config/config.py +0 -0
- {encommon-0.19.1 → encommon-0.20.0}/encommon/config/files.py +0 -0
- {encommon-0.19.1 → encommon-0.20.0}/encommon/config/logger.py +0 -0
- {encommon-0.19.1 → encommon-0.20.0}/encommon/config/params.py +0 -0
- {encommon-0.19.1 → encommon-0.20.0}/encommon/config/paths.py +0 -0
- {encommon-0.19.1 → encommon-0.20.0}/encommon/config/test/__init__.py +0 -0
- {encommon-0.19.1 → encommon-0.20.0}/encommon/config/test/test_config.py +0 -0
- {encommon-0.19.1 → encommon-0.20.0}/encommon/config/test/test_files.py +0 -0
- {encommon-0.19.1 → encommon-0.20.0}/encommon/config/test/test_logger.py +0 -0
- {encommon-0.19.1 → encommon-0.20.0}/encommon/config/test/test_paths.py +0 -0
- {encommon-0.19.1 → encommon-0.20.0}/encommon/config/test/test_utils.py +0 -0
- {encommon-0.19.1 → encommon-0.20.0}/encommon/config/utils.py +0 -0
- {encommon-0.19.1 → encommon-0.20.0}/encommon/crypts/__init__.py +0 -0
- {encommon-0.19.1 → encommon-0.20.0}/encommon/crypts/crypts.py +0 -0
- {encommon-0.19.1 → encommon-0.20.0}/encommon/crypts/hashes.py +0 -0
- {encommon-0.19.1 → encommon-0.20.0}/encommon/crypts/params.py +0 -0
- {encommon-0.19.1 → encommon-0.20.0}/encommon/crypts/test/__init__.py +0 -0
- {encommon-0.19.1 → encommon-0.20.0}/encommon/crypts/test/test_crypts.py +0 -0
- {encommon-0.19.1 → encommon-0.20.0}/encommon/crypts/test/test_hashes.py +0 -0
- {encommon-0.19.1 → encommon-0.20.0}/encommon/parse/__init__.py +0 -0
- {encommon-0.19.1 → encommon-0.20.0}/encommon/parse/network.py +0 -0
- {encommon-0.19.1 → encommon-0.20.0}/encommon/parse/test/__init__.py +0 -0
- {encommon-0.19.1 → encommon-0.20.0}/encommon/parse/test/test_jinja2.py +0 -0
- {encommon-0.19.1 → encommon-0.20.0}/encommon/parse/test/test_network.py +0 -0
- {encommon-0.19.1 → encommon-0.20.0}/encommon/py.typed +0 -0
- {encommon-0.19.1 → encommon-0.20.0}/encommon/times/__init__.py +0 -0
- {encommon-0.19.1 → encommon-0.20.0}/encommon/times/common.py +0 -0
- {encommon-0.19.1 → encommon-0.20.0}/encommon/times/duration.py +0 -0
- {encommon-0.19.1 → encommon-0.20.0}/encommon/times/params.py +0 -0
- {encommon-0.19.1 → encommon-0.20.0}/encommon/times/parse.py +0 -0
- {encommon-0.19.1 → encommon-0.20.0}/encommon/times/test/__init__.py +0 -0
- {encommon-0.19.1 → encommon-0.20.0}/encommon/times/test/test_duration.py +0 -0
- {encommon-0.19.1 → encommon-0.20.0}/encommon/times/test/test_params.py +0 -0
- {encommon-0.19.1 → encommon-0.20.0}/encommon/times/test/test_parse.py +0 -0
- {encommon-0.19.1 → encommon-0.20.0}/encommon/times/test/test_time.py +0 -0
- {encommon-0.19.1 → encommon-0.20.0}/encommon/times/test/test_timer.py +0 -0
- {encommon-0.19.1 → encommon-0.20.0}/encommon/times/test/test_timers.py +0 -0
- {encommon-0.19.1 → encommon-0.20.0}/encommon/times/test/test_unitime.py +0 -0
- {encommon-0.19.1 → encommon-0.20.0}/encommon/times/test/test_utils.py +0 -0
- {encommon-0.19.1 → encommon-0.20.0}/encommon/times/test/test_window.py +0 -0
- {encommon-0.19.1 → encommon-0.20.0}/encommon/times/test/test_windows.py +0 -0
- {encommon-0.19.1 → encommon-0.20.0}/encommon/times/time.py +0 -0
- {encommon-0.19.1 → encommon-0.20.0}/encommon/times/timer.py +0 -0
- {encommon-0.19.1 → encommon-0.20.0}/encommon/times/timers.py +0 -0
- {encommon-0.19.1 → encommon-0.20.0}/encommon/times/unitime.py +0 -0
- {encommon-0.19.1 → encommon-0.20.0}/encommon/times/utils.py +0 -0
- {encommon-0.19.1 → encommon-0.20.0}/encommon/times/window.py +0 -0
- {encommon-0.19.1 → encommon-0.20.0}/encommon/times/windows.py +0 -0
- {encommon-0.19.1 → encommon-0.20.0}/encommon/types/__init__.py +0 -0
- {encommon-0.19.1 → encommon-0.20.0}/encommon/types/classes.py +0 -0
- {encommon-0.19.1 → encommon-0.20.0}/encommon/types/dicts.py +0 -0
- {encommon-0.19.1 → encommon-0.20.0}/encommon/types/empty.py +0 -0
- {encommon-0.19.1 → encommon-0.20.0}/encommon/types/lists.py +0 -0
- {encommon-0.19.1 → encommon-0.20.0}/encommon/types/notate.py +0 -0
- {encommon-0.19.1 → encommon-0.20.0}/encommon/types/strings.py +0 -0
- {encommon-0.19.1 → encommon-0.20.0}/encommon/types/test/__init__.py +0 -0
- {encommon-0.19.1 → encommon-0.20.0}/encommon/types/test/test_classes.py +0 -0
- {encommon-0.19.1 → encommon-0.20.0}/encommon/types/test/test_dicts.py +0 -0
- {encommon-0.19.1 → encommon-0.20.0}/encommon/types/test/test_empty.py +0 -0
- {encommon-0.19.1 → encommon-0.20.0}/encommon/types/test/test_lists.py +0 -0
- {encommon-0.19.1 → encommon-0.20.0}/encommon/types/test/test_notate.py +0 -0
- {encommon-0.19.1 → encommon-0.20.0}/encommon/types/test/test_strings.py +0 -0
- {encommon-0.19.1 → encommon-0.20.0}/encommon/types/types.py +0 -0
- {encommon-0.19.1 → encommon-0.20.0}/encommon/utils/__init__.py +0 -0
- {encommon-0.19.1 → encommon-0.20.0}/encommon/utils/common.py +0 -0
- {encommon-0.19.1 → encommon-0.20.0}/encommon/utils/files.py +0 -0
- {encommon-0.19.1 → encommon-0.20.0}/encommon/utils/match.py +0 -0
- {encommon-0.19.1 → encommon-0.20.0}/encommon/utils/paths.py +0 -0
- {encommon-0.19.1 → encommon-0.20.0}/encommon/utils/sample.py +0 -0
- {encommon-0.19.1 → encommon-0.20.0}/encommon/utils/test/__init__.py +0 -0
- {encommon-0.19.1 → encommon-0.20.0}/encommon/utils/test/test_files.py +0 -0
- {encommon-0.19.1 → encommon-0.20.0}/encommon/utils/test/test_match.py +0 -0
- {encommon-0.19.1 → encommon-0.20.0}/encommon/utils/test/test_paths.py +0 -0
- {encommon-0.19.1 → encommon-0.20.0}/encommon/utils/test/test_sample.py +0 -0
- {encommon-0.19.1 → encommon-0.20.0}/encommon/utils/test/test_stdout.py +0 -0
- {encommon-0.19.1 → encommon-0.20.0}/encommon.egg-info/SOURCES.txt +0 -0
- {encommon-0.19.1 → encommon-0.20.0}/encommon.egg-info/dependency_links.txt +0 -0
- {encommon-0.19.1 → encommon-0.20.0}/encommon.egg-info/requires.txt +0 -0
- {encommon-0.19.1 → encommon-0.20.0}/encommon.egg-info/top_level.txt +0 -0
- {encommon-0.19.1 → encommon-0.20.0}/reqs-install.txt +0 -0
@@ -1,12 +1,12 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: encommon
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.20.0
|
4
4
|
Summary: Enasis Network Common Library
|
5
5
|
License: MIT
|
6
6
|
Classifier: Programming Language :: Python :: 3
|
7
|
-
Classifier: Programming Language :: Python :: 3.10
|
8
7
|
Classifier: Programming Language :: Python :: 3.11
|
9
|
-
|
8
|
+
Classifier: Programming Language :: Python :: 3.12
|
9
|
+
Requires-Python: >=3.11
|
10
10
|
Description-Content-Type: text/markdown
|
11
11
|
License-File: LICENSE
|
12
12
|
Requires-Dist: croniter
|
@@ -39,6 +39,8 @@ Should you venture into the sections below you will be able to use the
|
|
39
39
|
## Projects using library
|
40
40
|
- [Enasis Network Remote Connect](https://github.com/enasisnetwork/enconnect)
|
41
41
|
- [Enasis Network Homie Automate](https://github.com/enasisnetwork/enhomie)
|
42
|
+
- [Enasis Network Chatting Robie](https://github.com/enasisnetwork/enrobie)
|
43
|
+
- [Enasis Network Orchestrations](https://github.com/enasisnetwork/orchestro)
|
42
44
|
|
43
45
|
## Installing the package
|
44
46
|
Installing stable from the PyPi repository
|
@@ -77,7 +79,7 @@ make -s pytest
|
|
77
79
|
```
|
78
80
|
|
79
81
|
## Version management
|
80
|
-
:warning: Ensure that no changes are pending.
|
82
|
+
> :warning: Ensure that no changes are pending.
|
81
83
|
|
82
84
|
1. Rebuild the environment.
|
83
85
|
```
|
@@ -18,6 +18,8 @@ Should you venture into the sections below you will be able to use the
|
|
18
18
|
## Projects using library
|
19
19
|
- [Enasis Network Remote Connect](https://github.com/enasisnetwork/enconnect)
|
20
20
|
- [Enasis Network Homie Automate](https://github.com/enasisnetwork/enhomie)
|
21
|
+
- [Enasis Network Chatting Robie](https://github.com/enasisnetwork/enrobie)
|
22
|
+
- [Enasis Network Orchestrations](https://github.com/enasisnetwork/orchestro)
|
21
23
|
|
22
24
|
## Installing the package
|
23
25
|
Installing stable from the PyPi repository
|
@@ -56,7 +58,7 @@ make -s pytest
|
|
56
58
|
```
|
57
59
|
|
58
60
|
## Version management
|
59
|
-
:warning: Ensure that no changes are pending.
|
61
|
+
> :warning: Ensure that no changes are pending.
|
60
62
|
|
61
63
|
1. Rebuild the environment.
|
62
64
|
```
|
@@ -210,6 +210,8 @@ def array_ansi( # noqa: CFQ001, CFQ004
|
|
210
210
|
|
211
211
|
repeat = f'<c{colors.other}>REPEAT<c0>'
|
212
212
|
|
213
|
+
space: str = ' '
|
214
|
+
|
213
215
|
|
214
216
|
def _append(
|
215
217
|
prefix: str,
|
@@ -319,7 +321,7 @@ def array_ansi( # noqa: CFQ001, CFQ004
|
|
319
321
|
for key, value in items:
|
320
322
|
|
321
323
|
prefix = (
|
322
|
-
f'{
|
324
|
+
f'{space * indent}'
|
323
325
|
f'<c{colors.key}>{key}'
|
324
326
|
f'<c{colors.colon}>:<c0>')
|
325
327
|
|
@@ -340,7 +342,7 @@ def array_ansi( # noqa: CFQ001, CFQ004
|
|
340
342
|
for value in source:
|
341
343
|
|
342
344
|
prefix = (
|
343
|
-
f'{
|
345
|
+
f'{space * indent}'
|
344
346
|
f'<c{colors.hyphen}>-<c0>')
|
345
347
|
|
346
348
|
_append(
|
@@ -0,0 +1 @@
|
|
1
|
+
0.20.0
|
@@ -1,12 +1,12 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: encommon
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.20.0
|
4
4
|
Summary: Enasis Network Common Library
|
5
5
|
License: MIT
|
6
6
|
Classifier: Programming Language :: Python :: 3
|
7
|
-
Classifier: Programming Language :: Python :: 3.10
|
8
7
|
Classifier: Programming Language :: Python :: 3.11
|
9
|
-
|
8
|
+
Classifier: Programming Language :: Python :: 3.12
|
9
|
+
Requires-Python: >=3.11
|
10
10
|
Description-Content-Type: text/markdown
|
11
11
|
License-File: LICENSE
|
12
12
|
Requires-Dist: croniter
|
@@ -39,6 +39,8 @@ Should you venture into the sections below you will be able to use the
|
|
39
39
|
## Projects using library
|
40
40
|
- [Enasis Network Remote Connect](https://github.com/enasisnetwork/enconnect)
|
41
41
|
- [Enasis Network Homie Automate](https://github.com/enasisnetwork/enhomie)
|
42
|
+
- [Enasis Network Chatting Robie](https://github.com/enasisnetwork/enrobie)
|
43
|
+
- [Enasis Network Orchestrations](https://github.com/enasisnetwork/orchestro)
|
42
44
|
|
43
45
|
## Installing the package
|
44
46
|
Installing stable from the PyPi repository
|
@@ -77,7 +79,7 @@ make -s pytest
|
|
77
79
|
```
|
78
80
|
|
79
81
|
## Version management
|
80
|
-
:warning: Ensure that no changes are pending.
|
82
|
+
> :warning: Ensure that no changes are pending.
|
81
83
|
|
82
84
|
1. Rebuild the environment.
|
83
85
|
```
|
@@ -12,10 +12,10 @@ license.text = "MIT"
|
|
12
12
|
|
13
13
|
classifiers = [
|
14
14
|
"Programming Language :: Python :: 3",
|
15
|
-
"Programming Language :: Python :: 3.
|
16
|
-
"Programming Language :: Python :: 3.
|
15
|
+
"Programming Language :: Python :: 3.11",
|
16
|
+
"Programming Language :: Python :: 3.12"]
|
17
17
|
|
18
|
-
requires-python = ">= 3.
|
18
|
+
requires-python = ">= 3.11"
|
19
19
|
|
20
20
|
dynamic = ["version", "dependencies"]
|
21
21
|
|
@@ -1 +0,0 @@
|
|
1
|
-
0.19.1
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|