encommon 0.20.3__tar.gz → 0.20.5__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {encommon-0.20.3/encommon.egg-info → encommon-0.20.5}/PKG-INFO +4 -1
- {encommon-0.20.3 → encommon-0.20.5}/README.md +1 -0
- {encommon-0.20.3 → encommon-0.20.5}/encommon/colors/color.py +10 -5
- {encommon-0.20.3 → encommon-0.20.5}/encommon/colors/test/test_color.py +1 -1
- encommon-0.20.5/encommon/version.txt +1 -0
- {encommon-0.20.3 → encommon-0.20.5/encommon.egg-info}/PKG-INFO +4 -1
- {encommon-0.20.3 → encommon-0.20.5}/pyproject.toml +7 -0
- encommon-0.20.3/encommon/version.txt +0 -1
- {encommon-0.20.3 → encommon-0.20.5}/LICENSE +0 -0
- {encommon-0.20.3 → encommon-0.20.5}/MANIFEST.in +0 -0
- {encommon-0.20.3 → encommon-0.20.5}/encommon/__init__.py +0 -0
- {encommon-0.20.3 → encommon-0.20.5}/encommon/colors/__init__.py +0 -0
- {encommon-0.20.3 → encommon-0.20.5}/encommon/colors/test/__init__.py +0 -0
- {encommon-0.20.3 → encommon-0.20.5}/encommon/config/__init__.py +0 -0
- {encommon-0.20.3 → encommon-0.20.5}/encommon/config/config.py +0 -0
- {encommon-0.20.3 → encommon-0.20.5}/encommon/config/files.py +0 -0
- {encommon-0.20.3 → encommon-0.20.5}/encommon/config/logger.py +0 -0
- {encommon-0.20.3 → encommon-0.20.5}/encommon/config/params.py +0 -0
- {encommon-0.20.3 → encommon-0.20.5}/encommon/config/paths.py +0 -0
- {encommon-0.20.3 → encommon-0.20.5}/encommon/config/test/__init__.py +0 -0
- {encommon-0.20.3 → encommon-0.20.5}/encommon/config/test/test_config.py +0 -0
- {encommon-0.20.3 → encommon-0.20.5}/encommon/config/test/test_files.py +0 -0
- {encommon-0.20.3 → encommon-0.20.5}/encommon/config/test/test_logger.py +0 -0
- {encommon-0.20.3 → encommon-0.20.5}/encommon/config/test/test_paths.py +0 -0
- {encommon-0.20.3 → encommon-0.20.5}/encommon/config/test/test_utils.py +0 -0
- {encommon-0.20.3 → encommon-0.20.5}/encommon/config/utils.py +0 -0
- {encommon-0.20.3 → encommon-0.20.5}/encommon/conftest.py +0 -0
- {encommon-0.20.3 → encommon-0.20.5}/encommon/crypts/__init__.py +0 -0
- {encommon-0.20.3 → encommon-0.20.5}/encommon/crypts/crypts.py +0 -0
- {encommon-0.20.3 → encommon-0.20.5}/encommon/crypts/hashes.py +0 -0
- {encommon-0.20.3 → encommon-0.20.5}/encommon/crypts/params.py +0 -0
- {encommon-0.20.3 → encommon-0.20.5}/encommon/crypts/test/__init__.py +0 -0
- {encommon-0.20.3 → encommon-0.20.5}/encommon/crypts/test/test_crypts.py +0 -0
- {encommon-0.20.3 → encommon-0.20.5}/encommon/crypts/test/test_hashes.py +0 -0
- {encommon-0.20.3 → encommon-0.20.5}/encommon/parse/__init__.py +0 -0
- {encommon-0.20.3 → encommon-0.20.5}/encommon/parse/jinja2.py +0 -0
- {encommon-0.20.3 → encommon-0.20.5}/encommon/parse/network.py +0 -0
- {encommon-0.20.3 → encommon-0.20.5}/encommon/parse/test/__init__.py +0 -0
- {encommon-0.20.3 → encommon-0.20.5}/encommon/parse/test/test_jinja2.py +0 -0
- {encommon-0.20.3 → encommon-0.20.5}/encommon/parse/test/test_network.py +0 -0
- {encommon-0.20.3 → encommon-0.20.5}/encommon/py.typed +0 -0
- {encommon-0.20.3 → encommon-0.20.5}/encommon/times/__init__.py +0 -0
- {encommon-0.20.3 → encommon-0.20.5}/encommon/times/common.py +0 -0
- {encommon-0.20.3 → encommon-0.20.5}/encommon/times/duration.py +0 -0
- {encommon-0.20.3 → encommon-0.20.5}/encommon/times/params.py +0 -0
- {encommon-0.20.3 → encommon-0.20.5}/encommon/times/parse.py +0 -0
- {encommon-0.20.3 → encommon-0.20.5}/encommon/times/test/__init__.py +0 -0
- {encommon-0.20.3 → encommon-0.20.5}/encommon/times/test/test_duration.py +0 -0
- {encommon-0.20.3 → encommon-0.20.5}/encommon/times/test/test_params.py +0 -0
- {encommon-0.20.3 → encommon-0.20.5}/encommon/times/test/test_parse.py +0 -0
- {encommon-0.20.3 → encommon-0.20.5}/encommon/times/test/test_time.py +0 -0
- {encommon-0.20.3 → encommon-0.20.5}/encommon/times/test/test_timer.py +0 -0
- {encommon-0.20.3 → encommon-0.20.5}/encommon/times/test/test_timers.py +0 -0
- {encommon-0.20.3 → encommon-0.20.5}/encommon/times/test/test_unitime.py +0 -0
- {encommon-0.20.3 → encommon-0.20.5}/encommon/times/test/test_utils.py +0 -0
- {encommon-0.20.3 → encommon-0.20.5}/encommon/times/test/test_window.py +0 -0
- {encommon-0.20.3 → encommon-0.20.5}/encommon/times/test/test_windows.py +0 -0
- {encommon-0.20.3 → encommon-0.20.5}/encommon/times/time.py +0 -0
- {encommon-0.20.3 → encommon-0.20.5}/encommon/times/timer.py +0 -0
- {encommon-0.20.3 → encommon-0.20.5}/encommon/times/timers.py +0 -0
- {encommon-0.20.3 → encommon-0.20.5}/encommon/times/unitime.py +0 -0
- {encommon-0.20.3 → encommon-0.20.5}/encommon/times/utils.py +0 -0
- {encommon-0.20.3 → encommon-0.20.5}/encommon/times/window.py +0 -0
- {encommon-0.20.3 → encommon-0.20.5}/encommon/times/windows.py +0 -0
- {encommon-0.20.3 → encommon-0.20.5}/encommon/types/__init__.py +0 -0
- {encommon-0.20.3 → encommon-0.20.5}/encommon/types/classes.py +0 -0
- {encommon-0.20.3 → encommon-0.20.5}/encommon/types/dicts.py +0 -0
- {encommon-0.20.3 → encommon-0.20.5}/encommon/types/empty.py +0 -0
- {encommon-0.20.3 → encommon-0.20.5}/encommon/types/lists.py +0 -0
- {encommon-0.20.3 → encommon-0.20.5}/encommon/types/notate.py +0 -0
- {encommon-0.20.3 → encommon-0.20.5}/encommon/types/strings.py +0 -0
- {encommon-0.20.3 → encommon-0.20.5}/encommon/types/test/__init__.py +0 -0
- {encommon-0.20.3 → encommon-0.20.5}/encommon/types/test/test_classes.py +0 -0
- {encommon-0.20.3 → encommon-0.20.5}/encommon/types/test/test_dicts.py +0 -0
- {encommon-0.20.3 → encommon-0.20.5}/encommon/types/test/test_empty.py +0 -0
- {encommon-0.20.3 → encommon-0.20.5}/encommon/types/test/test_lists.py +0 -0
- {encommon-0.20.3 → encommon-0.20.5}/encommon/types/test/test_notate.py +0 -0
- {encommon-0.20.3 → encommon-0.20.5}/encommon/types/test/test_strings.py +0 -0
- {encommon-0.20.3 → encommon-0.20.5}/encommon/types/types.py +0 -0
- {encommon-0.20.3 → encommon-0.20.5}/encommon/utils/__init__.py +0 -0
- {encommon-0.20.3 → encommon-0.20.5}/encommon/utils/common.py +0 -0
- {encommon-0.20.3 → encommon-0.20.5}/encommon/utils/files.py +0 -0
- {encommon-0.20.3 → encommon-0.20.5}/encommon/utils/match.py +0 -0
- {encommon-0.20.3 → encommon-0.20.5}/encommon/utils/paths.py +0 -0
- {encommon-0.20.3 → encommon-0.20.5}/encommon/utils/sample.py +0 -0
- {encommon-0.20.3 → encommon-0.20.5}/encommon/utils/stdout.py +0 -0
- {encommon-0.20.3 → encommon-0.20.5}/encommon/utils/test/__init__.py +0 -0
- {encommon-0.20.3 → encommon-0.20.5}/encommon/utils/test/test_files.py +0 -0
- {encommon-0.20.3 → encommon-0.20.5}/encommon/utils/test/test_match.py +0 -0
- {encommon-0.20.3 → encommon-0.20.5}/encommon/utils/test/test_paths.py +0 -0
- {encommon-0.20.3 → encommon-0.20.5}/encommon/utils/test/test_sample.py +0 -0
- {encommon-0.20.3 → encommon-0.20.5}/encommon/utils/test/test_stdout.py +0 -0
- {encommon-0.20.3 → encommon-0.20.5}/encommon.egg-info/SOURCES.txt +0 -0
- {encommon-0.20.3 → encommon-0.20.5}/encommon.egg-info/dependency_links.txt +0 -0
- {encommon-0.20.3 → encommon-0.20.5}/encommon.egg-info/requires.txt +0 -0
- {encommon-0.20.3 → encommon-0.20.5}/encommon.egg-info/top_level.txt +0 -0
- {encommon-0.20.3 → encommon-0.20.5}/require/install.txt +0 -0
- {encommon-0.20.3 → encommon-0.20.5}/setup.cfg +0 -0
@@ -1,8 +1,10 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: encommon
|
3
|
-
Version: 0.20.
|
3
|
+
Version: 0.20.5
|
4
4
|
Summary: Enasis Network Common Library
|
5
5
|
License: MIT
|
6
|
+
Project-URL: Source, https://github.com/enasisnetwork/encommon
|
7
|
+
Project-URL: Documentation, https://enasisnetwork.github.io/encommon/sphinx
|
6
8
|
Classifier: Programming Language :: Python :: 3
|
7
9
|
Classifier: Programming Language :: Python :: 3.11
|
8
10
|
Classifier: Programming Language :: Python :: 3.12
|
@@ -28,6 +30,7 @@ Common classes and functions used in various public and private projects.
|
|
28
30
|
<a href="https://pypi.org/project/encommon"><img src="https://enasisnetwork.github.io/encommon/badges/pypi.png"></a><br>
|
29
31
|
<a href="https://enasisnetwork.github.io/encommon/validate/flake8.txt"><img src="https://enasisnetwork.github.io/encommon/badges/flake8.png"></a><br>
|
30
32
|
<a href="https://enasisnetwork.github.io/encommon/validate/pylint.txt"><img src="https://enasisnetwork.github.io/encommon/badges/pylint.png"></a><br>
|
33
|
+
<a href="https://enasisnetwork.github.io/encommon/validate/ruff.txt"><img src="https://enasisnetwork.github.io/encommon/badges/ruff.png"></a><br>
|
31
34
|
<a href="https://enasisnetwork.github.io/encommon/validate/mypy.txt"><img src="https://enasisnetwork.github.io/encommon/badges/mypy.png"></a><br>
|
32
35
|
<a href="https://enasisnetwork.github.io/encommon/validate/yamllint.txt"><img src="https://enasisnetwork.github.io/encommon/badges/yamllint.png"></a><br>
|
33
36
|
<a href="https://enasisnetwork.github.io/encommon/validate/pytest.txt"><img src="https://enasisnetwork.github.io/encommon/badges/pytest.png"></a><br>
|
@@ -7,6 +7,7 @@ Common classes and functions used in various public and private projects.
|
|
7
7
|
<a href="https://pypi.org/project/encommon"><img src="https://enasisnetwork.github.io/encommon/badges/pypi.png"></a><br>
|
8
8
|
<a href="https://enasisnetwork.github.io/encommon/validate/flake8.txt"><img src="https://enasisnetwork.github.io/encommon/badges/flake8.png"></a><br>
|
9
9
|
<a href="https://enasisnetwork.github.io/encommon/validate/pylint.txt"><img src="https://enasisnetwork.github.io/encommon/badges/pylint.png"></a><br>
|
10
|
+
<a href="https://enasisnetwork.github.io/encommon/validate/ruff.txt"><img src="https://enasisnetwork.github.io/encommon/badges/ruff.png"></a><br>
|
10
11
|
<a href="https://enasisnetwork.github.io/encommon/validate/mypy.txt"><img src="https://enasisnetwork.github.io/encommon/badges/mypy.png"></a><br>
|
11
12
|
<a href="https://enasisnetwork.github.io/encommon/validate/yamllint.txt"><img src="https://enasisnetwork.github.io/encommon/badges/yamllint.png"></a><br>
|
12
13
|
<a href="https://enasisnetwork.github.io/encommon/validate/pytest.txt"><img src="https://enasisnetwork.github.io/encommon/badges/pytest.png"></a><br>
|
@@ -192,7 +192,8 @@ class Color:
|
|
192
192
|
if isinstance(other, str):
|
193
193
|
other = Color(other)
|
194
194
|
|
195
|
-
assert hasattr(
|
195
|
+
assert hasattr(
|
196
|
+
other, 'source')
|
196
197
|
|
197
198
|
source = self.__source
|
198
199
|
_source = other.source
|
@@ -237,7 +238,8 @@ class Color:
|
|
237
238
|
if isinstance(other, str):
|
238
239
|
other = Color(other)
|
239
240
|
|
240
|
-
assert hasattr(
|
241
|
+
assert hasattr(
|
242
|
+
other, 'source')
|
241
243
|
|
242
244
|
source = self.__source
|
243
245
|
_source = other.source
|
@@ -268,7 +270,8 @@ class Color:
|
|
268
270
|
if isinstance(other, str):
|
269
271
|
other = Color(other)
|
270
272
|
|
271
|
-
assert hasattr(
|
273
|
+
assert hasattr(
|
274
|
+
other, 'source')
|
272
275
|
|
273
276
|
source = self.__source
|
274
277
|
_source = other.source
|
@@ -299,7 +302,8 @@ class Color:
|
|
299
302
|
if isinstance(other, str):
|
300
303
|
other = Color(other)
|
301
304
|
|
302
|
-
assert hasattr(
|
305
|
+
assert hasattr(
|
306
|
+
other, 'source')
|
303
307
|
|
304
308
|
source = self.__source
|
305
309
|
_source = other.source
|
@@ -330,7 +334,8 @@ class Color:
|
|
330
334
|
if isinstance(other, str):
|
331
335
|
other = Color(other)
|
332
336
|
|
333
|
-
assert hasattr(
|
337
|
+
assert hasattr(
|
338
|
+
other, 'source')
|
334
339
|
|
335
340
|
source = self.__source
|
336
341
|
_source = other.source
|
@@ -0,0 +1 @@
|
|
1
|
+
0.20.5
|
@@ -1,8 +1,10 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: encommon
|
3
|
-
Version: 0.20.
|
3
|
+
Version: 0.20.5
|
4
4
|
Summary: Enasis Network Common Library
|
5
5
|
License: MIT
|
6
|
+
Project-URL: Source, https://github.com/enasisnetwork/encommon
|
7
|
+
Project-URL: Documentation, https://enasisnetwork.github.io/encommon/sphinx
|
6
8
|
Classifier: Programming Language :: Python :: 3
|
7
9
|
Classifier: Programming Language :: Python :: 3.11
|
8
10
|
Classifier: Programming Language :: Python :: 3.12
|
@@ -28,6 +30,7 @@ Common classes and functions used in various public and private projects.
|
|
28
30
|
<a href="https://pypi.org/project/encommon"><img src="https://enasisnetwork.github.io/encommon/badges/pypi.png"></a><br>
|
29
31
|
<a href="https://enasisnetwork.github.io/encommon/validate/flake8.txt"><img src="https://enasisnetwork.github.io/encommon/badges/flake8.png"></a><br>
|
30
32
|
<a href="https://enasisnetwork.github.io/encommon/validate/pylint.txt"><img src="https://enasisnetwork.github.io/encommon/badges/pylint.png"></a><br>
|
33
|
+
<a href="https://enasisnetwork.github.io/encommon/validate/ruff.txt"><img src="https://enasisnetwork.github.io/encommon/badges/ruff.png"></a><br>
|
31
34
|
<a href="https://enasisnetwork.github.io/encommon/validate/mypy.txt"><img src="https://enasisnetwork.github.io/encommon/badges/mypy.png"></a><br>
|
32
35
|
<a href="https://enasisnetwork.github.io/encommon/validate/yamllint.txt"><img src="https://enasisnetwork.github.io/encommon/badges/yamllint.png"></a><br>
|
33
36
|
<a href="https://enasisnetwork.github.io/encommon/validate/pytest.txt"><img src="https://enasisnetwork.github.io/encommon/badges/pytest.png"></a><br>
|
@@ -21,6 +21,13 @@ dynamic = ["version", "dependencies"]
|
|
21
21
|
|
22
22
|
|
23
23
|
|
24
|
+
[project.urls]
|
25
|
+
|
26
|
+
Source = "https://github.com/enasisnetwork/encommon"
|
27
|
+
Documentation = "https://enasisnetwork.github.io/encommon/sphinx"
|
28
|
+
|
29
|
+
|
30
|
+
|
24
31
|
[tool.setuptools.dynamic]
|
25
32
|
|
26
33
|
version.attr = "encommon.__version__"
|
@@ -1 +0,0 @@
|
|
1
|
-
0.20.3
|
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
|
File without changes
|
File without changes
|