ae-base 0.3.77__tar.gz → 0.3.78__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.
- {ae_base-0.3.77 → ae_base-0.3.78}/LICENSE.md +1 -1
- {ae_base-0.3.77/ae_base.egg-info → ae_base-0.3.78}/PKG-INFO +6 -6
- {ae_base-0.3.77 → ae_base-0.3.78}/README.md +5 -5
- {ae_base-0.3.77 → ae_base-0.3.78}/ae/base.py +3 -3
- {ae_base-0.3.77 → ae_base-0.3.78/ae_base.egg-info}/PKG-INFO +6 -6
- {ae_base-0.3.77 → ae_base-0.3.78}/pyproject.toml +1 -1
- {ae_base-0.3.77 → ae_base-0.3.78}/setup.py +2 -2
- {ae_base-0.3.77 → ae_base-0.3.78}/ae_base.egg-info/SOURCES.txt +0 -0
- {ae_base-0.3.77 → ae_base-0.3.78}/ae_base.egg-info/dependency_links.txt +0 -0
- {ae_base-0.3.77 → ae_base-0.3.78}/ae_base.egg-info/requires.txt +0 -0
- {ae_base-0.3.77 → ae_base-0.3.78}/ae_base.egg-info/top_level.txt +0 -0
- {ae_base-0.3.77 → ae_base-0.3.78}/ae_base.egg-info/zip-safe +0 -0
- {ae_base-0.3.77 → ae_base-0.3.78}/setup.cfg +0 -0
- {ae_base-0.3.77 → ae_base-0.3.78}/tests/test_base.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ae_base
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.78
|
|
4
4
|
Summary: ae namespace module portion base: basic constants, helper functions and context managers
|
|
5
5
|
Home-page: https://gitlab.com/ae-group/ae_base
|
|
6
6
|
Author: AndiEcker
|
|
@@ -61,15 +61,15 @@ Dynamic: provides-extra
|
|
|
61
61
|
Dynamic: requires-python
|
|
62
62
|
Dynamic: summary
|
|
63
63
|
|
|
64
|
-
<!-- THIS FILE IS EXCLUSIVELY MAINTAINED by the project ae.ae v0.3.
|
|
64
|
+
<!-- THIS FILE IS EXCLUSIVELY MAINTAINED by the project ae.ae v0.3.103 -->
|
|
65
65
|
<!-- THIS FILE IS EXCLUSIVELY MAINTAINED by the project aedev.namespace_root_tpls v0.3.22 -->
|
|
66
|
-
# base 0.3.
|
|
66
|
+
# base 0.3.78
|
|
67
67
|
|
|
68
68
|
[](
|
|
69
69
|
https://gitlab.com/ae-group/ae_base)
|
|
70
70
|
[](
|
|
72
|
+
https://gitlab.com/ae-group/ae_base/-/tree/release0.3.78)
|
|
73
73
|
[](
|
|
74
74
|
https://pypi.org/project/ae-base/#history)
|
|
75
75
|
|
|
@@ -117,7 +117,7 @@ following command in the root folder of this repository
|
|
|
117
117
|
(ae_base):
|
|
118
118
|
|
|
119
119
|
```shell script
|
|
120
|
-
pip install
|
|
120
|
+
pip install --editable .[dev]
|
|
121
121
|
```
|
|
122
122
|
|
|
123
123
|
the last command will install this module portion, along with the tools you need
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
<!-- THIS FILE IS EXCLUSIVELY MAINTAINED by the project ae.ae v0.3.
|
|
1
|
+
<!-- THIS FILE IS EXCLUSIVELY MAINTAINED by the project ae.ae v0.3.103 -->
|
|
2
2
|
<!-- THIS FILE IS EXCLUSIVELY MAINTAINED by the project aedev.namespace_root_tpls v0.3.22 -->
|
|
3
|
-
# base 0.3.
|
|
3
|
+
# base 0.3.78
|
|
4
4
|
|
|
5
5
|
[](
|
|
6
6
|
https://gitlab.com/ae-group/ae_base)
|
|
7
7
|
[](
|
|
9
|
+
https://gitlab.com/ae-group/ae_base/-/tree/release0.3.78)
|
|
10
10
|
[](
|
|
11
11
|
https://pypi.org/project/ae-base/#history)
|
|
12
12
|
|
|
@@ -54,7 +54,7 @@ following command in the root folder of this repository
|
|
|
54
54
|
(ae_base):
|
|
55
55
|
|
|
56
56
|
```shell script
|
|
57
|
-
pip install
|
|
57
|
+
pip install --editable .[dev]
|
|
58
58
|
```
|
|
59
59
|
|
|
60
60
|
the last command will install this module portion, along with the tools you need
|
|
@@ -248,7 +248,7 @@ from types import ModuleType
|
|
|
248
248
|
from typing import Any, Callable, Container, Generator, Iterable, MutableMapping, Optional, Union, cast
|
|
249
249
|
|
|
250
250
|
|
|
251
|
-
__version__ = '0.3.
|
|
251
|
+
__version__ = '0.3.78'
|
|
252
252
|
|
|
253
253
|
|
|
254
254
|
os_path_abspath = os.path.abspath
|
|
@@ -325,7 +325,7 @@ NAME_PARTS_SEP = '_' #: name parts separator char
|
|
|
325
325
|
NOW_STR_FORMAT = "{sep}%Y%m%d{sep}%H%M%S{sep}%f" #: timestamp format of :func:`now_str`
|
|
326
326
|
|
|
327
327
|
SKIPPED_MODULES = ('ae.base', 'ae.files', 'ae.paths', 'ae.dynamicod',
|
|
328
|
-
'ae.core', 'ae.console', 'ae.snell', 'ae.
|
|
328
|
+
'ae.core', 'ae.console', 'ae.snell', 'ae.managed_files',
|
|
329
329
|
'ae.gui', 'ae.gui.app', 'ae.gui.tours', 'ae.gui.utils',
|
|
330
330
|
'ae.kivy', 'ae.kivy.apps', 'ae.kivy.behaviors', 'ae.kivy.i18n', 'ae.kivy.tours', 'ae.kivy.widgets',
|
|
331
331
|
'ae.enaml_app', 'ae.toga_app', 'ae.pyglet_app', 'ae.pygobject_app', 'ae.dabo_app',
|
|
@@ -735,7 +735,7 @@ def late_env_var_resolver(env_vars: EnvVarsType, loaded_vars: EnvVarsType, late_
|
|
|
735
735
|
:param env_vars: all cached environment variables (preferred to os.environ), will get substituted.
|
|
736
736
|
also used to search&resolve env var values (if not found then searched in os.environ).
|
|
737
737
|
:param loaded_vars: recently loaded environment variables, will get substituted.
|
|
738
|
-
:param late_resolved: matches of loaded env vars to be
|
|
738
|
+
:param late_resolved: matches of loaded env vars to be resolved late (after all env vars got detected and
|
|
739
739
|
loaded). the key of this dict is the name of the env variable which has other env vars
|
|
740
740
|
in its values to be resolved/substituted. the item value of this dict is a list of
|
|
741
741
|
matcher group tuples for each found env variable. the group/tuple items are
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ae_base
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.78
|
|
4
4
|
Summary: ae namespace module portion base: basic constants, helper functions and context managers
|
|
5
5
|
Home-page: https://gitlab.com/ae-group/ae_base
|
|
6
6
|
Author: AndiEcker
|
|
@@ -61,15 +61,15 @@ Dynamic: provides-extra
|
|
|
61
61
|
Dynamic: requires-python
|
|
62
62
|
Dynamic: summary
|
|
63
63
|
|
|
64
|
-
<!-- THIS FILE IS EXCLUSIVELY MAINTAINED by the project ae.ae v0.3.
|
|
64
|
+
<!-- THIS FILE IS EXCLUSIVELY MAINTAINED by the project ae.ae v0.3.103 -->
|
|
65
65
|
<!-- THIS FILE IS EXCLUSIVELY MAINTAINED by the project aedev.namespace_root_tpls v0.3.22 -->
|
|
66
|
-
# base 0.3.
|
|
66
|
+
# base 0.3.78
|
|
67
67
|
|
|
68
68
|
[](
|
|
69
69
|
https://gitlab.com/ae-group/ae_base)
|
|
70
70
|
[](
|
|
72
|
+
https://gitlab.com/ae-group/ae_base/-/tree/release0.3.78)
|
|
73
73
|
[](
|
|
74
74
|
https://pypi.org/project/ae-base/#history)
|
|
75
75
|
|
|
@@ -117,7 +117,7 @@ following command in the root folder of this repository
|
|
|
117
117
|
(ae_base):
|
|
118
118
|
|
|
119
119
|
```shell script
|
|
120
|
-
pip install
|
|
120
|
+
pip install --editable .[dev]
|
|
121
121
|
```
|
|
122
122
|
|
|
123
123
|
the last command will install this module portion, along with the tools you need
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# THIS FILE IS EXCLUSIVELY MAINTAINED by the project aedev.project_tpls v0.3.
|
|
1
|
+
# THIS FILE IS EXCLUSIVELY MAINTAINED by the project aedev.project_tpls v0.3.75
|
|
2
2
|
""" setup of ae namespace module portion base: basic constants, helper functions and context managers. """
|
|
3
3
|
import sys
|
|
4
4
|
# noinspection PyUnresolvedReferences
|
|
@@ -77,7 +77,7 @@ setup_kwargs = {
|
|
|
77
77
|
},
|
|
78
78
|
'python_requires': '>=3.12',
|
|
79
79
|
'url': 'https://gitlab.com/ae-group/ae_base',
|
|
80
|
-
'version': '0.3.
|
|
80
|
+
'version': '0.3.78',
|
|
81
81
|
'zip_safe': True,
|
|
82
82
|
}
|
|
83
83
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|