aedev-aedev 0.3.27__py3-none-any.whl → 0.3.30__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.
aedev/aedev/__init__.py CHANGED
@@ -1,3 +1,3 @@
1
1
  """ aedev namespace root, providing setup, development and documentation tools/templates for Python projects. """
2
2
 
3
- __version__ = '0.3.27'
3
+ __version__ = '0.3.30'
@@ -0,0 +1,212 @@
1
+ Metadata-Version: 2.4
2
+ Name: aedev_aedev
3
+ Version: 0.3.30
4
+ Summary: aedev namespace-root: aedev namespace root, providing setup, development and documentation tools/templates for Python projects.
5
+ Home-page: https://gitlab.com/aedev-group/aedev_aedev
6
+ Author: AndiEcker
7
+ Author-email: aecker2@gmail.com
8
+ License: GPL-3.0-or-later
9
+ Project-URL: Bug Tracker, https://gitlab.com/aedev-group/aedev_aedev/-/issues
10
+ Project-URL: Documentation, https://aedev.readthedocs.io/en/latest/_autosummary/aedev.aedev.html
11
+ Project-URL: Repository, https://gitlab.com/aedev-group/aedev_aedev
12
+ Project-URL: Source, https://aedev.readthedocs.io/en/latest/_modules/aedev/aedev.html
13
+ Keywords: configuration,development,environment,productivity
14
+ Classifier: Development Status :: 3 - Alpha
15
+ Classifier: Natural Language :: English
16
+ Classifier: Operating System :: OS Independent
17
+ Classifier: Programming Language :: Python
18
+ Classifier: Programming Language :: Python :: 3
19
+ Classifier: Programming Language :: Python :: 3.12
20
+ Classifier: Topic :: Software Development
21
+ Classifier: Typing :: Typed
22
+ Requires-Python: >=3.12
23
+ Description-Content-Type: text/markdown
24
+ License-File: LICENSE.md
25
+ Provides-Extra: dev
26
+ Requires-Dist: aedev_project_tpls==0.3.75; extra == "dev"
27
+ Requires-Dist: aedev_app_tpls==0.3.18; extra == "dev"
28
+ Requires-Dist: aedev_namespace_root_tpls==0.3.22; extra == "dev"
29
+ Requires-Dist: aedev_base==0.3.1; extra == "dev"
30
+ Requires-Dist: aedev_commands==0.3.6; extra == "dev"
31
+ Requires-Dist: aedev_project_vars==0.3.5; extra == "dev"
32
+ Requires-Dist: aedev_project_manager==0.3.13; extra == "dev"
33
+ Requires-Dist: aedev_aedev==0.3.28; extra == "dev"
34
+ Requires-Dist: ae-parse-date==0.3.5; extra == "dev"
35
+ Requires-Dist: ae_base==0.3.78; extra == "dev"
36
+ Requires-Dist: ae_console==0.3.93; extra == "dev"
37
+ Requires-Dist: ae_core==0.3.82; extra == "dev"
38
+ Requires-Dist: ae_dynamicod==0.3.15; extra == "dev"
39
+ Requires-Dist: ae_files==0.3.25; extra == "dev"
40
+ Requires-Dist: ae_literal==0.3.35; extra == "dev"
41
+ Requires-Dist: ae_managed_files==0.3.4; extra == "dev"
42
+ Requires-Dist: ae_paths==0.3.43; extra == "dev"
43
+ Requires-Dist: ae_pythonanywhere==0.3.3; extra == "dev"
44
+ Requires-Dist: ae_shell==0.3.12; extra == "dev"
45
+ Requires-Dist: ae_updater==0.3.17; extra == "dev"
46
+ Requires-Dist: anybadge==1.16.0; extra == "dev"
47
+ Requires-Dist: argcomplete==3.6.3; extra == "dev"
48
+ Requires-Dist: astroid==4.0.2; extra == "dev"
49
+ Requires-Dist: certifi==2025.4.26; extra == "dev"
50
+ Requires-Dist: cffi==1.17.1; extra == "dev"
51
+ Requires-Dist: charset-normalizer==3.4.2; extra == "dev"
52
+ Requires-Dist: click==8.3.0; extra == "dev"
53
+ Requires-Dist: coverage==7.13.3; extra == "dev"
54
+ Requires-Dist: coverage-badge==1.1.2; extra == "dev"
55
+ Requires-Dist: cryptography==45.0.4; extra == "dev"
56
+ Requires-Dist: Deprecated==1.2.18; extra == "dev"
57
+ Requires-Dist: dill==0.4.0; extra == "dev"
58
+ Requires-Dist: docutils==0.21.2; extra == "dev"
59
+ Requires-Dist: flake8==7.3.0; extra == "dev"
60
+ Requires-Dist: id==1.5.0; extra == "dev"
61
+ Requires-Dist: idna==3.10; extra == "dev"
62
+ Requires-Dist: iniconfig==2.1.0; extra == "dev"
63
+ Requires-Dist: isort==6.0.1; extra == "dev"
64
+ Requires-Dist: jaraco.classes==3.4.0; extra == "dev"
65
+ Requires-Dist: jaraco.context==6.0.1; extra == "dev"
66
+ Requires-Dist: jaraco.functools==4.1.0; extra == "dev"
67
+ Requires-Dist: jeepney==0.9.0; extra == "dev"
68
+ Requires-Dist: keyring==25.6.0; extra == "dev"
69
+ Requires-Dist: librt==0.6.3; extra == "dev"
70
+ Requires-Dist: markdown-it-py==3.0.0; extra == "dev"
71
+ Requires-Dist: mccabe==0.7.0; extra == "dev"
72
+ Requires-Dist: mdurl==0.1.2; extra == "dev"
73
+ Requires-Dist: more-itertools==10.7.0; extra == "dev"
74
+ Requires-Dist: mypy==1.19.1; extra == "dev"
75
+ Requires-Dist: mypy_extensions==1.1.0; extra == "dev"
76
+ Requires-Dist: nh3==0.2.21; extra == "dev"
77
+ Requires-Dist: packaging==25.0; extra == "dev"
78
+ Requires-Dist: pathspec==0.12.1; extra == "dev"
79
+ Requires-Dist: pillow==12.1.0; extra == "dev"
80
+ Requires-Dist: pipx==1.8.0; extra == "dev"
81
+ Requires-Dist: platformdirs==4.3.8; extra == "dev"
82
+ Requires-Dist: pluggy==1.6.0; extra == "dev"
83
+ Requires-Dist: pycodestyle==2.14.0; extra == "dev"
84
+ Requires-Dist: pycparser==2.22; extra == "dev"
85
+ Requires-Dist: pyflakes==3.4.0; extra == "dev"
86
+ Requires-Dist: PyGithub==2.8.1; extra == "dev"
87
+ Requires-Dist: Pygments==2.19.1; extra == "dev"
88
+ Requires-Dist: pyjnius==1.6.1; extra == "dev"
89
+ Requires-Dist: PyJWT==2.10.1; extra == "dev"
90
+ Requires-Dist: pylint==4.0.4; extra == "dev"
91
+ Requires-Dist: PyNaCl==1.5.0; extra == "dev"
92
+ Requires-Dist: pytest==9.0.2; extra == "dev"
93
+ Requires-Dist: pytest-cov==7.0.0; extra == "dev"
94
+ Requires-Dist: pytest-django==4.11.1; extra == "dev"
95
+ Requires-Dist: python-gitlab==8.0.0; extra == "dev"
96
+ Requires-Dist: readme_renderer==44.0; extra == "dev"
97
+ Requires-Dist: requests==2.32.5; extra == "dev"
98
+ Requires-Dist: requests-toolbelt==1.0.0; extra == "dev"
99
+ Requires-Dist: rfc3986==2.0.0; extra == "dev"
100
+ Requires-Dist: rich==14.0.0; extra == "dev"
101
+ Requires-Dist: SecretStorage==3.3.3; extra == "dev"
102
+ Requires-Dist: setuptools==80.10.2; extra == "dev"
103
+ Requires-Dist: tomlkit==0.13.3; extra == "dev"
104
+ Requires-Dist: twine==6.2.0; extra == "dev"
105
+ Requires-Dist: types-Pillow==10.2.0.20240822; extra == "dev"
106
+ Requires-Dist: types-requests==2.32.4.20260107; extra == "dev"
107
+ Requires-Dist: types-setuptools==80.10.0.20260124; extra == "dev"
108
+ Requires-Dist: typing==3.7.4.3; extra == "dev"
109
+ Requires-Dist: typing_extensions==4.15.0; extra == "dev"
110
+ Requires-Dist: urllib3==2.4.0; extra == "dev"
111
+ Requires-Dist: userpath==1.9.2; extra == "dev"
112
+ Requires-Dist: wheel==0.46.3; extra == "dev"
113
+ Requires-Dist: wrapt==1.17.2; extra == "dev"
114
+ Requires-Dist: sphinx; extra == "dev"
115
+ Requires-Dist: sphinx-rtd-theme; extra == "dev"
116
+ Requires-Dist: sphinx_autodoc_typehints; extra == "dev"
117
+ Requires-Dist: sphinx_paramlinks; extra == "dev"
118
+ Requires-Dist: aedev_project_vars; extra == "dev"
119
+ Requires-Dist: anybadge; extra == "dev"
120
+ Requires-Dist: coverage-badge; extra == "dev"
121
+ Requires-Dist: flake8; extra == "dev"
122
+ Requires-Dist: mypy; extra == "dev"
123
+ Requires-Dist: pylint; extra == "dev"
124
+ Requires-Dist: pytest; extra == "dev"
125
+ Requires-Dist: pytest-cov; extra == "dev"
126
+ Requires-Dist: pytest-django; extra == "dev"
127
+ Requires-Dist: typing; extra == "dev"
128
+ Requires-Dist: types-setuptools; extra == "dev"
129
+ Provides-Extra: docs
130
+ Requires-Dist: sphinx; extra == "docs"
131
+ Requires-Dist: sphinx-rtd-theme; extra == "docs"
132
+ Requires-Dist: sphinx_autodoc_typehints; extra == "docs"
133
+ Requires-Dist: sphinx_paramlinks; extra == "docs"
134
+ Requires-Dist: aedev_project_vars; extra == "docs"
135
+ Provides-Extra: tests
136
+ Requires-Dist: anybadge; extra == "tests"
137
+ Requires-Dist: coverage-badge; extra == "tests"
138
+ Requires-Dist: flake8; extra == "tests"
139
+ Requires-Dist: mypy; extra == "tests"
140
+ Requires-Dist: pylint; extra == "tests"
141
+ Requires-Dist: pytest; extra == "tests"
142
+ Requires-Dist: pytest-cov; extra == "tests"
143
+ Requires-Dist: pytest-django; extra == "tests"
144
+ Requires-Dist: typing; extra == "tests"
145
+ Requires-Dist: types-setuptools; extra == "tests"
146
+ Dynamic: author
147
+ Dynamic: author-email
148
+ Dynamic: classifier
149
+ Dynamic: description
150
+ Dynamic: description-content-type
151
+ Dynamic: home-page
152
+ Dynamic: keywords
153
+ Dynamic: license
154
+ Dynamic: license-file
155
+ Dynamic: project-url
156
+ Dynamic: provides-extra
157
+ Dynamic: requires-python
158
+ Dynamic: summary
159
+
160
+ <!-- THIS FILE IS EXCLUSIVELY MAINTAINED by the project aedev.namespace_root_tpls v0.3.22 -->
161
+ # __aedev__ namespace-root project
162
+
163
+ aedev namespace-root: aedev namespace root, providing setup, development and documentation tools/templates for Python projects.
164
+
165
+
166
+ ## aedev namespace root package use-cases
167
+
168
+ this package is the root project of the aedev namespace and their portions (the modules
169
+ and sub-packages of the namespace aedev). it provides helpers and templates in order to
170
+ bundle and ease the maintenance, for example to:
171
+
172
+ * update and deploy common outsourced files, optionally generated from templates.
173
+ * merge docstrings of all portions into a single combined and cross-linked documentation.
174
+ * compile and publish documentation via Sphinx onto [ReadTheDocs](https://aedev.readthedocs.io "aedev on RTD").
175
+ * bulk refactor multiple portions of this namespace simultaneously using the
176
+ [git repository manager tool (__pjm__)](https://gitlab.com/aedev-group/aedev_project_manager).
177
+
178
+ to enable the update and deployment of outsourced files generated from the templates provided by
179
+ this root package, add this root package to the development requirements file (dev_requirements.txt)
180
+ of each portion project of this namespace. in this entry you can optionally specify the version of
181
+ this project.
182
+
183
+ and because this namespace-root package is only needed for development tasks, it will never need to
184
+ be added to the installation requirements file (requirements.txt) of a project.
185
+
186
+ please check the [project manager manual](
187
+ https://aedev.readthedocs.io/en/latest/man/project_manager.html "project_manager manual")
188
+ for more detailed information on the provided actions of the __pjm__ tool.
189
+
190
+
191
+ ## installation
192
+
193
+ no installation is needed to use this project for your portion projects, because the __pjm__ tool is
194
+ automatically fetching this and the other template projects from https://gitlab.com/aedev-group (and
195
+ in the specified version).
196
+
197
+ an installation is only needed if you want to adapt this namespace-root project for your needs or if you want
198
+ to contribute to this root package. in this case please follow the instructions given in the
199
+ :ref:`contributing` document.
200
+
201
+
202
+ ## namespace portions
203
+
204
+ the following 7 portions are currently included in this namespace:
205
+
206
+ * [aedev_project_tpls](https://pypi.org/project/aedev_project_tpls "aedev namespace portion aedev_project_tpls")
207
+ * [aedev_app_tpls](https://pypi.org/project/aedev_app_tpls "aedev namespace portion aedev_app_tpls")
208
+ * [aedev_namespace_root_tpls](https://pypi.org/project/aedev_namespace_root_tpls "aedev namespace portion aedev_namespace_root_tpls")
209
+ * [aedev_base](https://pypi.org/project/aedev_base "aedev namespace portion aedev_base")
210
+ * [aedev_commands](https://pypi.org/project/aedev_commands "aedev namespace portion aedev_commands")
211
+ * [aedev_project_vars](https://pypi.org/project/aedev_project_vars "aedev namespace portion aedev_project_vars")
212
+ * [aedev_project_manager](https://pypi.org/project/aedev_project_manager "aedev namespace portion aedev_project_manager")
@@ -0,0 +1,7 @@
1
+ aedev/aedev/__init__.py,sha256=ZoG75MAkT1tgdFvo4HDOJ7tmQIe7ZcfI1_7wla6RXvo,138
2
+ aedev/aedev/templates/de_spt_namespace-root_de_otf_de_tpl_README.md,sha256=HZOpHzBSn83pISvjOLU617vjcZ46rZ1-2mnNr7OWg_w,2838
3
+ aedev_aedev-0.3.30.dist-info/licenses/LICENSE.md,sha256=ZFtyLe_GCk_BkY2wkEe5IayKMzl--c_2eOZxvEB7KmE,35003
4
+ aedev_aedev-0.3.30.dist-info/METADATA,sha256=Z8dLDk4y6SGqemMTrRqebHhC4dOJN2LY7IfaoCwZ6ys,10204
5
+ aedev_aedev-0.3.30.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
6
+ aedev_aedev-0.3.30.dist-info/top_level.txt,sha256=mWQVNYhgjRLaFceFJH-NDKFiTfKip7vqDESYWJGkKqg,6
7
+ aedev_aedev-0.3.30.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (80.9.0)
2
+ Generator: setuptools (80.10.2)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1,4 +1,4 @@
1
- <!-- THIS FILE IS EXCLUSIVELY MAINTAINED by the project aedev.project_tpls v0.3.58 -->
1
+ <!-- THIS FILE IS EXCLUSIVELY MAINTAINED by the project aedev.project_tpls v0.3.75 -->
2
2
  ### GNU GENERAL PUBLIC LICENSE
3
3
 
4
4
  Version 3, 29 June 2007
@@ -1,128 +0,0 @@
1
- Metadata-Version: 2.4
2
- Name: aedev_aedev
3
- Version: 0.3.27
4
- Summary: aedev namespace-root: aedev namespace root, providing setup, development and documentation tools/templates for Python projects.
5
- Home-page: https://gitlab.com/aedev-group/aedev_aedev
6
- Author: AndiEcker
7
- Author-email: aecker2@gmail.com
8
- License: GPL-3.0-or-later
9
- Project-URL: Bug Tracker, https://gitlab.com/aedev-group/aedev_aedev/-/issues
10
- Project-URL: Documentation, https://aedev.readthedocs.io/en/latest/_autosummary/aedev.aedev.html
11
- Project-URL: Repository, https://gitlab.com/aedev-group/aedev_aedev
12
- Project-URL: Source, https://aedev.readthedocs.io/en/latest/_modules/aedev/aedev.html
13
- Keywords: configuration,development,environment,productivity
14
- Classifier: Development Status :: 3 - Alpha
15
- Classifier: Natural Language :: English
16
- Classifier: Operating System :: OS Independent
17
- Classifier: Programming Language :: Python
18
- Classifier: Programming Language :: Python :: 3
19
- Classifier: Programming Language :: Python :: 3.9
20
- Classifier: Topic :: Software Development
21
- Classifier: Typing :: Typed
22
- Requires-Python: >=3.9
23
- Description-Content-Type: text/markdown
24
- License-File: LICENSE.md
25
- Provides-Extra: dev
26
- Requires-Dist: aedev_app_tpls; extra == "dev"
27
- Requires-Dist: aedev_namespace_root_tpls; extra == "dev"
28
- Requires-Dist: aedev_project_tpls; extra == "dev"
29
- Requires-Dist: aedev_aedev; extra == "dev"
30
- Requires-Dist: aedev_project_manager; extra == "dev"
31
- Requires-Dist: sphinx; extra == "dev"
32
- Requires-Dist: sphinx-rtd-theme; extra == "dev"
33
- Requires-Dist: sphinx_autodoc_typehints; extra == "dev"
34
- Requires-Dist: sphinx_paramlinks; extra == "dev"
35
- Requires-Dist: ae_dev_ops; extra == "dev"
36
- Requires-Dist: anybadge; extra == "dev"
37
- Requires-Dist: coverage-badge; extra == "dev"
38
- Requires-Dist: aedev_project_manager; extra == "dev"
39
- Requires-Dist: flake8; extra == "dev"
40
- Requires-Dist: mypy; extra == "dev"
41
- Requires-Dist: pylint; extra == "dev"
42
- Requires-Dist: pytest; extra == "dev"
43
- Requires-Dist: pytest-cov; extra == "dev"
44
- Requires-Dist: pytest-django; extra == "dev"
45
- Requires-Dist: typing; extra == "dev"
46
- Requires-Dist: types-setuptools; extra == "dev"
47
- Provides-Extra: docs
48
- Requires-Dist: sphinx; extra == "docs"
49
- Requires-Dist: sphinx-rtd-theme; extra == "docs"
50
- Requires-Dist: sphinx_autodoc_typehints; extra == "docs"
51
- Requires-Dist: sphinx_paramlinks; extra == "docs"
52
- Requires-Dist: ae_dev_ops; extra == "docs"
53
- Provides-Extra: tests
54
- Requires-Dist: anybadge; extra == "tests"
55
- Requires-Dist: coverage-badge; extra == "tests"
56
- Requires-Dist: aedev_project_manager; extra == "tests"
57
- Requires-Dist: flake8; extra == "tests"
58
- Requires-Dist: mypy; extra == "tests"
59
- Requires-Dist: pylint; extra == "tests"
60
- Requires-Dist: pytest; extra == "tests"
61
- Requires-Dist: pytest-cov; extra == "tests"
62
- Requires-Dist: pytest-django; extra == "tests"
63
- Requires-Dist: typing; extra == "tests"
64
- Requires-Dist: types-setuptools; extra == "tests"
65
- Dynamic: author
66
- Dynamic: author-email
67
- Dynamic: classifier
68
- Dynamic: description
69
- Dynamic: description-content-type
70
- Dynamic: home-page
71
- Dynamic: keywords
72
- Dynamic: license
73
- Dynamic: license-file
74
- Dynamic: project-url
75
- Dynamic: provides-extra
76
- Dynamic: requires-python
77
- Dynamic: summary
78
-
79
- <!-- THIS FILE IS EXCLUSIVELY MAINTAINED by the project aedev.namespace_root_tpls v0.3.21 -->
80
- # __aedev__ namespace-root project
81
-
82
- aedev namespace-root: aedev namespace root, providing setup, development and documentation tools/templates for Python projects.
83
-
84
-
85
- ## aedev namespace root package use-cases
86
-
87
- this package is the root project of the aedev namespace and their portions (the modules
88
- and sub-packages of the namespace aedev). it provides helpers and templates in order to
89
- bundle and ease the maintenance, for example to:
90
-
91
- * update and deploy common outsourced files, optionally generated from templates.
92
- * merge docstrings of all portions into a single combined and cross-linked documentation.
93
- * compile and publish documentation via Sphinx onto [ReadTheDocs](https://aedev.readthedocs.io "aedev on RTD").
94
- * bulk refactor multiple portions of this namespace simultaneously using the
95
- [git repository manager tool (__grm__)](https://gitlab.com/aedev-group/aedev_git_repo_manager).
96
-
97
- to enable the update and deployment of outsourced files generated from the templates provided by
98
- this root package, add this root package to the development requirements file (dev_requirements.txt)
99
- of each portion project of this namespace. in this entry you can optionally specify the version of
100
- this project.
101
-
102
- and because this namespace-root package is only needed for development tasks, it will never need to
103
- be added to the installation requirements file (requirements.txt) of a project.
104
-
105
- please check the [git repository manager manual](
106
- https://aedev.readthedocs.io/en/latest/man/git_repo_manager.html "git_repo_manager manual")
107
- for more detailed information on the provided actions of the __grm__ tool.
108
-
109
-
110
- ## installation
111
-
112
- no installation is needed to use this project for your portion projects, because the __grm__ tool is
113
- automatically fetching this and the other template projects from https://gitlab.com/aedev-group (and
114
- in the specified version).
115
-
116
- an installation is only needed if you want to adapt this namespace-root project for your needs or if you want
117
- to contribute to this root package. in this case please follow the instructions given in the
118
- :ref:`contributing` document.
119
-
120
-
121
- ## namespace portions
122
-
123
- the following 4 portions are currently included in this namespace:
124
-
125
- * [aedev_app_tpls](https://pypi.org/project/aedev_app_tpls "aedev namespace portion aedev_app_tpls")
126
- * [aedev_namespace_root_tpls](https://pypi.org/project/aedev_namespace_root_tpls "aedev namespace portion aedev_namespace_root_tpls")
127
- * [aedev_project_tpls](https://pypi.org/project/aedev_project_tpls "aedev namespace portion aedev_project_tpls")
128
- * [aedev_project_manager](https://pypi.org/project/aedev_project_manager "aedev namespace portion aedev_project_manager")
@@ -1,7 +0,0 @@
1
- aedev/aedev/__init__.py,sha256=JUwS6EFsap35hHVRWISS6UhkIoG8ZtuKe_OtsoiLjPc,138
2
- aedev/aedev/templates/de_spt_namespace-root_de_otf_de_tpl_README.md,sha256=HZOpHzBSn83pISvjOLU617vjcZ46rZ1-2mnNr7OWg_w,2838
3
- aedev_aedev-0.3.27.dist-info/licenses/LICENSE.md,sha256=yRfpmSMzp1Wptz3JUTguKtnRFEICTd2wWrpteTz9fUI,35003
4
- aedev_aedev-0.3.27.dist-info/METADATA,sha256=q5gEoEdH0-ePnv23_AAluHClqetuxjnAMdjDOilRqgw,5893
5
- aedev_aedev-0.3.27.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
6
- aedev_aedev-0.3.27.dist-info/top_level.txt,sha256=mWQVNYhgjRLaFceFJH-NDKFiTfKip7vqDESYWJGkKqg,6
7
- aedev_aedev-0.3.27.dist-info/RECORD,,