encommon 0.22.11__tar.gz → 0.22.12__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.
- {encommon-0.22.11/encommon.egg-info → encommon-0.22.12}/PKG-INFO +2 -2
- {encommon-0.22.11 → encommon-0.22.12}/README.md +1 -1
- {encommon-0.22.11 → encommon-0.22.12}/encommon/types/test/test_funcs.py +6 -3
- {encommon-0.22.11 → encommon-0.22.12}/encommon/types/test/test_notate.py +3 -4
- encommon-0.22.12/encommon/version.txt +1 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/webkit/test/__init__.py +1 -1
- {encommon-0.22.11 → encommon-0.22.12/encommon.egg-info}/PKG-INFO +2 -2
- encommon-0.22.11/encommon/version.txt +0 -1
- {encommon-0.22.11 → encommon-0.22.12}/LICENSE +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/MANIFEST.in +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/__init__.py +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/colors/__init__.py +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/colors/color.py +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/colors/test/__init__.py +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/colors/test/test_color.py +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/config/__init__.py +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/config/config.py +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/config/files.py +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/config/logger.py +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/config/params.py +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/config/paths.py +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/config/test/__init__.py +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/config/test/test_config.py +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/config/test/test_files.py +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/config/test/test_logger.py +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/config/test/test_paths.py +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/config/test/test_utils.py +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/config/utils.py +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/conftest.py +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/crypts/__init__.py +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/crypts/crypts.py +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/crypts/hashes.py +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/crypts/params.py +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/crypts/test/__init__.py +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/crypts/test/test_crypts.py +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/crypts/test/test_hashes.py +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/parse/__init__.py +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/parse/jinja2.py +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/parse/network.py +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/parse/test/__init__.py +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/parse/test/test_jinja2.py +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/parse/test/test_network.py +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/py.typed +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/times/__init__.py +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/times/common.py +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/times/duration.py +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/times/params.py +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/times/parse.py +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/times/test/__init__.py +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/times/test/test_duration.py +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/times/test/test_params.py +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/times/test/test_parse.py +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/times/test/test_time.py +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/times/test/test_timer.py +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/times/test/test_timers.py +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/times/test/test_unitime.py +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/times/test/test_utils.py +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/times/test/test_window.py +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/times/test/test_windows.py +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/times/time.py +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/times/timer.py +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/times/timers.py +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/times/unitime.py +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/times/utils.py +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/times/window.py +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/times/windows.py +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/types/__init__.py +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/types/classes.py +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/types/dicts.py +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/types/empty.py +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/types/funcs.py +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/types/lists.py +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/types/notate.py +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/types/strings.py +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/types/test/__init__.py +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/types/test/test_classes.py +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/types/test/test_dicts.py +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/types/test/test_empty.py +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/types/test/test_lists.py +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/types/test/test_strings.py +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/types/types.py +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/utils/__init__.py +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/utils/common.py +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/utils/files.py +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/utils/match.py +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/utils/paths.py +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/utils/sample.py +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/utils/stdout.py +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/utils/test/__init__.py +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/utils/test/test_files.py +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/utils/test/test_match.py +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/utils/test/test_paths.py +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/utils/test/test_sample.py +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/utils/test/test_stdout.py +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/webkit/__init__.py +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/webkit/content.py +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/webkit/images/enasis.svg +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/webkit/images/failure.svg +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/webkit/images/information.svg +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/webkit/images/success.svg +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/webkit/images/warning.svg +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/webkit/index.html +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/webkit/scripts/color.js +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/webkit/scripts/datagrid.js +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/webkit/scripts/datetime.js +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/webkit/scripts/default.js +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/webkit/scripts/duration.js +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/webkit/scripts/helpers.js +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/webkit/scripts/image.js +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/webkit/scripts/message.js +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/webkit/scripts/moderate.js +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/webkit/scripts/numeric.js +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/webkit/scripts/statate.js +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/webkit/scripts/tagues.js +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/webkit/styles/color.css +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/webkit/styles/datagrid.css +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/webkit/styles/datetime.css +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/webkit/styles/default.css +1 -1
- {encommon-0.22.11 → encommon-0.22.12}/encommon/webkit/styles/duration.css +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/webkit/styles/image.css +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/webkit/styles/message.css +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/webkit/styles/moderate.css +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/webkit/styles/numeric.css +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/webkit/styles/statate.css +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/webkit/styles/tagues.css +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/webkit/test/conftest.py +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/webkit/test/test_color.py +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/webkit/test/test_content.py +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/webkit/test/test_datagrid.py +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/webkit/test/test_datetime.py +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/webkit/test/test_default.py +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/webkit/test/test_duration.py +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/webkit/test/test_helpers.py +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/webkit/test/test_image.py +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/webkit/test/test_message.py +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/webkit/test/test_moderate.py +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/webkit/test/test_numeric.py +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/webkit/test/test_statate.py +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon/webkit/test/test_tagues.py +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon.egg-info/SOURCES.txt +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon.egg-info/dependency_links.txt +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon.egg-info/requires.txt +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/encommon.egg-info/top_level.txt +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/pyproject.toml +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/require/install.txt +0 -0
- {encommon-0.22.11 → encommon-0.22.12}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: encommon
|
3
|
-
Version: 0.22.
|
3
|
+
Version: 0.22.12
|
4
4
|
Summary: Enasis Network Common Library
|
5
5
|
License: MIT
|
6
6
|
Project-URL: Source, https://github.com/enasisnetwork/encommon
|
@@ -24,7 +24,7 @@ Dynamic: license-file
|
|
24
24
|
|
25
25
|
# Enasis Network Common Library
|
26
26
|
|
27
|
-
>
|
27
|
+
> This project has not released its first major version.
|
28
28
|
|
29
29
|
Common classes and functions used in various public and private projects.
|
30
30
|
|
@@ -19,7 +19,7 @@ def test_funcname() -> None:
|
|
19
19
|
assert funcname() == 'test_funcname'
|
20
20
|
|
21
21
|
|
22
|
-
class
|
22
|
+
class Test:
|
23
23
|
|
24
24
|
def test1(self) -> str:
|
25
25
|
return funcname()
|
@@ -29,5 +29,8 @@ def test_funcname() -> None:
|
|
29
29
|
return funcname()
|
30
30
|
|
31
31
|
|
32
|
-
|
33
|
-
|
32
|
+
method1 = Test().test1()
|
33
|
+
method2 = Test.test2()
|
34
|
+
|
35
|
+
assert method1 == 'Test.test1'
|
36
|
+
assert method2 == 'Test.test2'
|
@@ -10,8 +10,7 @@ is permitted, for more information consult the project license file.
|
|
10
10
|
from copy import deepcopy
|
11
11
|
from pathlib import Path
|
12
12
|
|
13
|
-
from
|
14
|
-
|
13
|
+
from pytest import RaisesExc
|
15
14
|
from pytest import fixture
|
16
15
|
from pytest import raises
|
17
16
|
|
@@ -250,7 +249,7 @@ def test_setate_raises() -> None:
|
|
250
249
|
Perform various tests associated with relevant routines.
|
251
250
|
"""
|
252
251
|
|
253
|
-
_raises:
|
252
|
+
_raises: RaisesExc[
|
254
253
|
ValueError | IndexError]
|
255
254
|
|
256
255
|
|
@@ -409,7 +408,7 @@ def test_impate_raises() -> None:
|
|
409
408
|
Perform various tests associated with relevant routines.
|
410
409
|
"""
|
411
410
|
|
412
|
-
_raises:
|
411
|
+
_raises: RaisesExc[ValueError]
|
413
412
|
|
414
413
|
|
415
414
|
_raises = raises(ValueError)
|
@@ -0,0 +1 @@
|
|
1
|
+
0.22.12
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: encommon
|
3
|
-
Version: 0.22.
|
3
|
+
Version: 0.22.12
|
4
4
|
Summary: Enasis Network Common Library
|
5
5
|
License: MIT
|
6
6
|
Project-URL: Source, https://github.com/enasisnetwork/encommon
|
@@ -24,7 +24,7 @@ Dynamic: license-file
|
|
24
24
|
|
25
25
|
# Enasis Network Common Library
|
26
26
|
|
27
|
-
>
|
27
|
+
> This project has not released its first major version.
|
28
28
|
|
29
29
|
Common classes and functions used in various public and private projects.
|
30
30
|
|
@@ -1 +0,0 @@
|
|
1
|
-
0.22.11
|
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
|
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
|
@@ -29,7 +29,6 @@ is permitted, for more information consult the project license file.
|
|
29
29
|
|
30
30
|
:root {
|
31
31
|
|
32
|
-
|
33
32
|
--color-text-lite: 245, 245, 245; /* f5f5f5 */
|
34
33
|
--color-text-dark: 233, 233, 233; /* e9e9e9 */
|
35
34
|
|
@@ -68,6 +67,7 @@ is permitted, for more information consult the project license file.
|
|
68
67
|
/*****************************************/
|
69
68
|
|
70
69
|
:root {
|
70
|
+
|
71
71
|
--svgicon-failure: url('/images/failure');
|
72
72
|
--svgicon-information: url('/images/information');
|
73
73
|
--svgicon-success: url('/images/success');
|
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
|