ae-base 0.3.76__tar.gz → 0.3.77__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.
@@ -1,4 +1,4 @@
1
- <!-- THIS FILE IS EXCLUSIVELY MAINTAINED by the project aedev.project_tpls v0.3.70 -->
1
+ <!-- THIS FILE IS EXCLUSIVELY MAINTAINED by the project aedev.project_tpls v0.3.72 -->
2
2
  ### GNU GENERAL PUBLIC LICENSE
3
3
 
4
4
  Version 3, 29 June 2007
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ae_base
3
- Version: 0.3.76
3
+ Version: 0.3.77
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
@@ -63,13 +63,13 @@ Dynamic: summary
63
63
 
64
64
  <!-- THIS FILE IS EXCLUSIVELY MAINTAINED by the project ae.ae v0.3.101 -->
65
65
  <!-- THIS FILE IS EXCLUSIVELY MAINTAINED by the project aedev.namespace_root_tpls v0.3.22 -->
66
- # base 0.3.76
66
+ # base 0.3.77
67
67
 
68
68
  [![GitLab develop](https://img.shields.io/gitlab/pipeline/ae-group/ae_base/develop?logo=python)](
69
69
  https://gitlab.com/ae-group/ae_base)
70
70
  [![LatestPyPIrelease](
71
- https://img.shields.io/gitlab/pipeline/ae-group/ae_base/release0.3.76?logo=python)](
72
- https://gitlab.com/ae-group/ae_base/-/tree/release0.3.76)
71
+ https://img.shields.io/gitlab/pipeline/ae-group/ae_base/release0.3.77?logo=python)](
72
+ https://gitlab.com/ae-group/ae_base/-/tree/release0.3.77)
73
73
  [![PyPIVersions](https://img.shields.io/pypi/v/ae_base)](
74
74
  https://pypi.org/project/ae-base/#history)
75
75
 
@@ -1,12 +1,12 @@
1
1
  <!-- THIS FILE IS EXCLUSIVELY MAINTAINED by the project ae.ae v0.3.101 -->
2
2
  <!-- THIS FILE IS EXCLUSIVELY MAINTAINED by the project aedev.namespace_root_tpls v0.3.22 -->
3
- # base 0.3.76
3
+ # base 0.3.77
4
4
 
5
5
  [![GitLab develop](https://img.shields.io/gitlab/pipeline/ae-group/ae_base/develop?logo=python)](
6
6
  https://gitlab.com/ae-group/ae_base)
7
7
  [![LatestPyPIrelease](
8
- https://img.shields.io/gitlab/pipeline/ae-group/ae_base/release0.3.76?logo=python)](
9
- https://gitlab.com/ae-group/ae_base/-/tree/release0.3.76)
8
+ https://img.shields.io/gitlab/pipeline/ae-group/ae_base/release0.3.77?logo=python)](
9
+ https://gitlab.com/ae-group/ae_base/-/tree/release0.3.77)
10
10
  [![PyPIVersions](https://img.shields.io/pypi/v/ae_base)](
11
11
  https://pypi.org/project/ae-base/#history)
12
12
 
@@ -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.76'
251
+ __version__ = '0.3.77'
252
252
 
253
253
 
254
254
  os_path_abspath = os.path.abspath
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ae_base
3
- Version: 0.3.76
3
+ Version: 0.3.77
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
@@ -63,13 +63,13 @@ Dynamic: summary
63
63
 
64
64
  <!-- THIS FILE IS EXCLUSIVELY MAINTAINED by the project ae.ae v0.3.101 -->
65
65
  <!-- THIS FILE IS EXCLUSIVELY MAINTAINED by the project aedev.namespace_root_tpls v0.3.22 -->
66
- # base 0.3.76
66
+ # base 0.3.77
67
67
 
68
68
  [![GitLab develop](https://img.shields.io/gitlab/pipeline/ae-group/ae_base/develop?logo=python)](
69
69
  https://gitlab.com/ae-group/ae_base)
70
70
  [![LatestPyPIrelease](
71
- https://img.shields.io/gitlab/pipeline/ae-group/ae_base/release0.3.76?logo=python)](
72
- https://gitlab.com/ae-group/ae_base/-/tree/release0.3.76)
71
+ https://img.shields.io/gitlab/pipeline/ae-group/ae_base/release0.3.77?logo=python)](
72
+ https://gitlab.com/ae-group/ae_base/-/tree/release0.3.77)
73
73
  [![PyPIVersions](https://img.shields.io/pypi/v/ae_base)](
74
74
  https://pypi.org/project/ae-base/#history)
75
75
 
@@ -1,4 +1,4 @@
1
- # THIS FILE IS EXCLUSIVELY MAINTAINED by the project aedev.project_tpls v0.3.70
1
+ # THIS FILE IS EXCLUSIVELY MAINTAINED by the project aedev.project_tpls v0.3.72
2
2
  [build-system]
3
3
  requires = ["setuptools>=42", "wheel"]
4
4
  build-backend = "setuptools.build_meta"
@@ -0,0 +1,86 @@
1
+ # THIS FILE IS EXCLUSIVELY MAINTAINED by the project aedev.project_tpls v0.3.72
2
+ """ setup of ae namespace module portion base: basic constants, helper functions and context managers. """
3
+ import sys
4
+ # noinspection PyUnresolvedReferences
5
+ import pathlib
6
+ # noinspection PyUnresolvedReferences
7
+ import setuptools
8
+
9
+
10
+ print("SetUp " + __name__ + ": " + sys.executable + str(sys.argv) + f" {sys.path=}")
11
+
12
+ setup_kwargs = {
13
+ 'author': 'AndiEcker',
14
+ 'author_email': 'aecker2@gmail.com',
15
+ 'classifiers': [
16
+ 'Development Status :: 3 - Alpha',
17
+ 'Natural Language :: English',
18
+ 'Operating System :: OS Independent',
19
+ 'Programming Language :: Python',
20
+ 'Programming Language :: Python :: 3',
21
+ 'Programming Language :: Python :: 3.12',
22
+ 'Topic :: Software Development :: Libraries :: Python Modules',
23
+ 'Typing :: Typed',
24
+ ],
25
+ 'description': 'ae namespace module portion base: basic constants, helper functions and context managers',
26
+ 'extras_require': {
27
+ 'dev': [
28
+ 'aedev_project_tpls',
29
+ 'ae_ae',
30
+ 'anybadge',
31
+ 'coverage-badge',
32
+ 'flake8',
33
+ 'mypy',
34
+ 'pylint',
35
+ 'pytest',
36
+ 'pytest-cov',
37
+ 'pytest-django',
38
+ 'typing',
39
+ 'types-setuptools',
40
+ ],
41
+ 'docs': [],
42
+ 'tests': [
43
+ 'anybadge',
44
+ 'coverage-badge',
45
+ 'flake8',
46
+ 'mypy',
47
+ 'pylint',
48
+ 'pytest',
49
+ 'pytest-cov',
50
+ 'pytest-django',
51
+ 'typing',
52
+ 'types-setuptools',
53
+ ],
54
+ },
55
+ 'install_requires': [],
56
+ 'keywords': [
57
+ 'configuration',
58
+ 'development',
59
+ 'environment',
60
+ 'productivity',
61
+ ],
62
+ 'license': 'GPL-3.0-or-later',
63
+ 'long_description': (pathlib.Path(__file__).parent / 'README.md').read_text(encoding='utf-8'),
64
+ 'long_description_content_type': 'text/markdown',
65
+ 'name': 'ae_base',
66
+ 'package_data': {
67
+ '': [],
68
+ },
69
+ 'packages': [
70
+ 'ae',
71
+ ],
72
+ 'project_urls': {
73
+ 'Bug Tracker': 'https://gitlab.com/ae-group/ae_base/-/issues',
74
+ 'Documentation': 'https://ae.readthedocs.io/en/latest/_autosummary/ae.base.html',
75
+ 'Repository': 'https://gitlab.com/ae-group/ae_base',
76
+ 'Source': 'https://ae.readthedocs.io/en/latest/_modules/ae/base.html',
77
+ },
78
+ 'python_requires': '>=3.12',
79
+ 'url': 'https://gitlab.com/ae-group/ae_base',
80
+ 'version': '0.3.77',
81
+ 'zip_safe': True,
82
+ }
83
+
84
+ if __name__ == "__main__":
85
+ setuptools.setup(**setup_kwargs)
86
+ pass
@@ -730,7 +730,7 @@ class TestBaseHelpers:
730
730
  assert len(main_file_paths_parts(""))
731
731
  assert isinstance(main_file_paths_parts("")[0], tuple)
732
732
 
733
- assert any("main" + PY_EXT in _ for _ in main_file_paths_parts(""))
733
+ assert any('main' + PY_EXT in _ for _ in main_file_paths_parts(""))
734
734
  assert any(PY_MAIN in _ for _ in main_file_paths_parts(""))
735
735
  assert any(PY_INIT in _ for _ in main_file_paths_parts(""))
736
736
  por_name = "portion_tst_name"
ae_base-0.3.76/setup.py DELETED
@@ -1,117 +0,0 @@
1
- # THIS FILE IS EXCLUSIVELY MAINTAINED by the project aedev.project_tpls v0.3.70
2
- """ setup of ae namespace module portion base: basic constants, helper functions and context managers. """
3
- # noinspection PyUnresolvedReferences
4
- import sys
5
- print(f"SetUp {__name__=} {sys.executable=} {sys.argv=} {sys.path=}")
6
-
7
- # noinspection PyUnresolvedReferences
8
- import setuptools
9
-
10
- setup_kwargs = {
11
- 'author': 'AndiEcker',
12
- 'author_email': 'aecker2@gmail.com',
13
- 'classifiers': [ 'Development Status :: 3 - Alpha', 'Natural Language :: English', 'Operating System :: OS Independent',
14
- 'Programming Language :: Python', 'Programming Language :: Python :: 3',
15
- 'Programming Language :: Python :: 3.12', 'Topic :: Software Development :: Libraries :: Python Modules',
16
- 'Typing :: Typed'],
17
- 'description': 'ae namespace module portion base: basic constants, helper functions and context managers',
18
- 'extras_require': { 'dev': [ 'aedev_project_tpls', 'ae_ae', 'anybadge', 'coverage-badge', 'flake8', 'mypy', 'pylint',
19
- 'pytest', 'pytest-cov', 'pytest-django', 'typing', 'types-setuptools'],
20
- 'docs': [],
21
- 'tests': [ 'anybadge', 'coverage-badge', 'flake8', 'mypy', 'pylint', 'pytest', 'pytest-cov',
22
- 'pytest-django', 'typing', 'types-setuptools']},
23
- 'install_requires': [],
24
- 'keywords': ['configuration', 'development', 'environment', 'productivity'],
25
- 'license': 'GPL-3.0-or-later',
26
- 'long_description': ('<!-- THIS FILE IS EXCLUSIVELY MAINTAINED by the project ae.ae v0.3.101 -->\n'
27
- '<!-- THIS FILE IS EXCLUSIVELY MAINTAINED by the project aedev.namespace_root_tpls v0.3.22 -->\n'
28
- '# base 0.3.76\n'
29
- '\n'
30
- '[![GitLab develop](https://img.shields.io/gitlab/pipeline/ae-group/ae_base/develop?logo=python)](\n'
31
- ' https://gitlab.com/ae-group/ae_base)\n'
32
- '[![LatestPyPIrelease](\n'
33
- ' https://img.shields.io/gitlab/pipeline/ae-group/ae_base/release0.3.76?logo=python)](\n'
34
- ' https://gitlab.com/ae-group/ae_base/-/tree/release0.3.76)\n'
35
- '[![PyPIVersions](https://img.shields.io/pypi/v/ae_base)](\n'
36
- ' https://pypi.org/project/ae-base/#history)\n'
37
- '\n'
38
- '>ae namespace module portion base: basic constants, helper functions and context managers.\n'
39
- '\n'
40
- '[![Coverage](https://ae-group.gitlab.io/ae_base/coverage.svg)](\n'
41
- ' https://ae-group.gitlab.io/ae_base/coverage/index.html)\n'
42
- '[![MyPyPrecision](https://ae-group.gitlab.io/ae_base/mypy.svg)](\n'
43
- ' https://ae-group.gitlab.io/ae_base/lineprecision.txt)\n'
44
- '[![PyLintScore](https://ae-group.gitlab.io/ae_base/pylint.svg)](\n'
45
- ' https://ae-group.gitlab.io/ae_base/pylint.log)\n'
46
- '\n'
47
- '[![PyPIImplementation](https://img.shields.io/pypi/implementation/ae_base)](\n'
48
- ' https://gitlab.com/ae-group/ae_base/)\n'
49
- '[![PyPIPyVersions](https://img.shields.io/pypi/pyversions/ae_base)](\n'
50
- ' https://gitlab.com/ae-group/ae_base/)\n'
51
- '[![PyPIWheel](https://img.shields.io/pypi/wheel/ae_base)](\n'
52
- ' https://gitlab.com/ae-group/ae_base/)\n'
53
- '[![PyPIFormat](https://img.shields.io/pypi/format/ae_base)](\n'
54
- ' https://pypi.org/project/ae-base/)\n'
55
- '[![PyPILicense](https://img.shields.io/pypi/l/ae_base)](\n'
56
- ' https://gitlab.com/ae-group/ae_base/-/blob/develop/LICENSE.md)\n'
57
- '[![PyPIStatus](https://img.shields.io/pypi/status/ae_base)](\n'
58
- ' https://libraries.io/pypi/ae-base)\n'
59
- '[![PyPIDownloads](https://img.shields.io/pypi/dm/ae_base)](\n'
60
- ' https://pypi.org/project/ae-base/#files)\n'
61
- '\n'
62
- '\n'
63
- '## installation\n'
64
- '\n'
65
- '\n'
66
- 'execute the following command to install the\n'
67
- 'ae.base module\n'
68
- 'in the currently active virtual environment:\n'
69
- ' \n'
70
- '```shell script\n'
71
- 'pip install ae-base\n'
72
- '```\n'
73
- '\n'
74
- 'if you want to contribute to this portion then first fork\n'
75
- '[the ae_base repository at GitLab](\n'
76
- 'https://gitlab.com/ae-group/ae_base "ae.base code repository").\n'
77
- 'after that pull it to your machine and finally execute the\n'
78
- 'following command in the root folder of this repository\n'
79
- '(ae_base):\n'
80
- '\n'
81
- '```shell script\n'
82
- 'pip install -e .[dev]\n'
83
- '```\n'
84
- '\n'
85
- 'the last command will install this module portion, along with the tools you need\n'
86
- 'to develop and run tests or to extend the portion documentation. to contribute only to the unit tests or to the\n'
87
- 'documentation of this portion, replace the setup extras key `dev` in the above command with `tests` or `docs`\n'
88
- 'respectively.\n'
89
- '\n'
90
- 'more detailed explanations on how to contribute to this project\n'
91
- '[are available here](\n'
92
- 'https://gitlab.com/ae-group/ae_base/-/blob/develop/CONTRIBUTING.rst)\n'
93
- '\n'
94
- '\n'
95
- '## namespace portion documentation\n'
96
- '\n'
97
- 'information on the features and usage of this portion are available at\n'
98
- '[ReadTheDocs](\n'
99
- 'https://ae.readthedocs.io/en/latest/_autosummary/ae.base.html\n'
100
- '"ae_base documentation").\n'),
101
- 'long_description_content_type': 'text/markdown',
102
- 'name': 'ae_base',
103
- 'package_data': {'': []},
104
- 'packages': ['ae'],
105
- 'project_urls': { 'Bug Tracker': 'https://gitlab.com/ae-group/ae_base/-/issues',
106
- 'Documentation': 'https://ae.readthedocs.io/en/latest/_autosummary/ae.base.html',
107
- 'Repository': 'https://gitlab.com/ae-group/ae_base',
108
- 'Source': 'https://ae.readthedocs.io/en/latest/_modules/ae/base.html'},
109
- 'python_requires': '>=3.12',
110
- 'url': 'https://gitlab.com/ae-group/ae_base',
111
- 'version': '0.3.76',
112
- 'zip_safe': True,
113
- }
114
-
115
- if __name__ == "__main__":
116
- setuptools.setup(**setup_kwargs)
117
- pass
File without changes