ae-base 0.3.73__py3-none-any.whl → 0.3.74__py3-none-any.whl
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.py +2 -2
- {ae_base-0.3.73.dist-info → ae_base-0.3.74.dist-info}/METADATA +7 -7
- ae_base-0.3.74.dist-info/RECORD +7 -0
- {ae_base-0.3.73.dist-info → ae_base-0.3.74.dist-info}/licenses/LICENSE.md +1 -1
- ae_base-0.3.73.dist-info/RECORD +0 -7
- {ae_base-0.3.73.dist-info → ae_base-0.3.74.dist-info}/WHEEL +0 -0
- {ae_base-0.3.73.dist-info → ae_base-0.3.74.dist-info}/top_level.txt +0 -0
- {ae_base-0.3.73.dist-info → ae_base-0.3.74.dist-info}/zip-safe +0 -0
ae/base.py
CHANGED
|
@@ -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.74'
|
|
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.template',
|
|
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',
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ae_base
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.74
|
|
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
|
|
@@ -16,7 +16,7 @@ Classifier: Natural Language :: English
|
|
|
16
16
|
Classifier: Operating System :: OS Independent
|
|
17
17
|
Classifier: Programming Language :: Python
|
|
18
18
|
Classifier: Programming Language :: Python :: 3
|
|
19
|
-
Classifier: Programming Language :: Python :: 3.
|
|
19
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
20
20
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
21
21
|
Classifier: Typing :: Typed
|
|
22
22
|
Requires-Python: >=3.9
|
|
@@ -63,15 +63,15 @@ Dynamic: provides-extra
|
|
|
63
63
|
Dynamic: requires-python
|
|
64
64
|
Dynamic: summary
|
|
65
65
|
|
|
66
|
-
<!-- THIS FILE IS EXCLUSIVELY MAINTAINED by the project ae.ae v0.3.
|
|
67
|
-
<!-- THIS FILE IS EXCLUSIVELY MAINTAINED by the project aedev.namespace_root_tpls v0.3.
|
|
68
|
-
# base 0.3.
|
|
66
|
+
<!-- THIS FILE IS EXCLUSIVELY MAINTAINED by the project ae.ae v0.3.101 -->
|
|
67
|
+
<!-- THIS FILE IS EXCLUSIVELY MAINTAINED by the project aedev.namespace_root_tpls v0.3.22 -->
|
|
68
|
+
# base 0.3.74
|
|
69
69
|
|
|
70
70
|
[](
|
|
71
71
|
https://gitlab.com/ae-group/ae_base)
|
|
72
72
|
[](
|
|
74
|
+
https://gitlab.com/ae-group/ae_base/-/tree/release0.3.74)
|
|
75
75
|
[](
|
|
76
76
|
https://pypi.org/project/ae-base/#history)
|
|
77
77
|
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
ae/base.py,sha256=xedSZApcre3XFgLqLnXrIIk3EDpiwUEIZiHXxiNuxxI,84052
|
|
2
|
+
ae_base-0.3.74.dist-info/licenses/LICENSE.md,sha256=sDme_g0E8Ig6bx9p0_TaUyH4Ob74EmaIbCCc7_r8wQI,35003
|
|
3
|
+
ae_base-0.3.74.dist-info/METADATA,sha256=VIZfOmfXGVqaeaKS9iVqqww9VQj9dQ8vIBI4o9ZmdY0,5470
|
|
4
|
+
ae_base-0.3.74.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
5
|
+
ae_base-0.3.74.dist-info/top_level.txt,sha256=vUdgAslSmhZLXWU48fm8AG2BjVnkOWLco8rzuW-5zY0,3
|
|
6
|
+
ae_base-0.3.74.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
7
|
+
ae_base-0.3.74.dist-info/RECORD,,
|
ae_base-0.3.73.dist-info/RECORD
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
ae/base.py,sha256=jzWVdtMEAwbyEBeMEEblWPXOxRKxAa-VXMcHWvHkk4Q,84067
|
|
2
|
-
ae_base-0.3.73.dist-info/licenses/LICENSE.md,sha256=yRfpmSMzp1Wptz3JUTguKtnRFEICTd2wWrpteTz9fUI,35003
|
|
3
|
-
ae_base-0.3.73.dist-info/METADATA,sha256=mf0vHJ_i_dDJAZDLqv9z5aPVB1Ye879dzYqojT5_0dA,5469
|
|
4
|
-
ae_base-0.3.73.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
5
|
-
ae_base-0.3.73.dist-info/top_level.txt,sha256=vUdgAslSmhZLXWU48fm8AG2BjVnkOWLco8rzuW-5zY0,3
|
|
6
|
-
ae_base-0.3.73.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
7
|
-
ae_base-0.3.73.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|