aedev-aedev 0.3.25__py3-none-any.whl → 0.3.26__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 +1 -1
- aedev/aedev/templates/de_spt_namespace-root_de_otf_de_tpl_README.md +3 -3
- {aedev_aedev-0.3.25.dist-info → aedev_aedev-0.3.26.dist-info}/METADATA +17 -9
- aedev_aedev-0.3.26.dist-info/RECORD +7 -0
- {aedev_aedev-0.3.25.dist-info → aedev_aedev-0.3.26.dist-info}/licenses/LICENSE.md +1 -1
- aedev_aedev-0.3.25.dist-info/RECORD +0 -7
- {aedev_aedev-0.3.25.dist-info → aedev_aedev-0.3.26.dist-info}/WHEEL +0 -0
- {aedev_aedev-0.3.25.dist-info → aedev_aedev-0.3.26.dist-info}/top_level.txt +0 -0
aedev/aedev/__init__.py
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
<!-- THIS FILE IS EXCLUSIVELY MAINTAINED by the project aedev.
|
|
1
|
+
<!-- THIS FILE IS EXCLUSIVELY MAINTAINED by the project aedev.namespace_root_tpls v0.3.18 -->
|
|
2
2
|
# {portion_name} {project_version}
|
|
3
3
|
|
|
4
4
|
[](
|
|
5
5
|
{repo_url})
|
|
6
6
|
[](
|
|
8
|
+
{repo_url}/-/tree/release{project_version})
|
|
9
9
|
[](
|
|
10
10
|
{pypi_url}/#history)
|
|
11
11
|
|
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: aedev_aedev
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.26
|
|
4
4
|
Summary: aedev namespace-root: aedev namespace root, providing setup, development and documentation tools/templates for Python projects.
|
|
5
5
|
Home-page: https://gitlab.com/aedev-group/aedev_aedev
|
|
6
6
|
Author: AndiEcker
|
|
7
7
|
Author-email: aecker2@gmail.com
|
|
8
|
-
License:
|
|
8
|
+
License: GPL-3.0-or-later
|
|
9
9
|
Project-URL: Bug Tracker, https://gitlab.com/aedev-group/aedev_aedev/-/issues
|
|
10
10
|
Project-URL: Documentation, https://aedev.readthedocs.io/en/latest/_autosummary/aedev.aedev.html
|
|
11
11
|
Project-URL: Repository, https://gitlab.com/aedev-group/aedev_aedev
|
|
12
12
|
Project-URL: Source, https://aedev.readthedocs.io/en/latest/_modules/aedev/aedev.html
|
|
13
13
|
Keywords: configuration,development,environment,productivity
|
|
14
14
|
Classifier: Development Status :: 3 - Alpha
|
|
15
|
-
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
|
|
16
15
|
Classifier: Natural Language :: English
|
|
17
16
|
Classifier: Operating System :: OS Independent
|
|
18
17
|
Classifier: Programming Language :: Python
|
|
19
18
|
Classifier: Programming Language :: Python :: 3
|
|
20
19
|
Classifier: Programming Language :: Python :: 3.9
|
|
21
|
-
Classifier: Topic :: Software Development
|
|
20
|
+
Classifier: Topic :: Software Development
|
|
21
|
+
Classifier: Typing :: Typed
|
|
22
22
|
Requires-Python: >=3.9
|
|
23
23
|
Description-Content-Type: text/markdown
|
|
24
24
|
License-File: LICENSE.md
|
|
@@ -30,11 +30,15 @@ Requires-Dist: aedev_tpl_app; extra == "dev"
|
|
|
30
30
|
Requires-Dist: aedev_git_repo_manager; extra == "dev"
|
|
31
31
|
Requires-Dist: aedev_pythonanywhere; extra == "dev"
|
|
32
32
|
Requires-Dist: aedev_setup_hook; extra == "dev"
|
|
33
|
+
Requires-Dist: aedev_project_tpls; extra == "dev"
|
|
34
|
+
Requires-Dist: aedev_app_tpls; extra == "dev"
|
|
35
|
+
Requires-Dist: aedev_namespace_root_tpls; extra == "dev"
|
|
36
|
+
Requires-Dist: aedev_project_manager; extra == "dev"
|
|
33
37
|
Requires-Dist: sphinx; extra == "dev"
|
|
34
38
|
Requires-Dist: sphinx-rtd-theme; extra == "dev"
|
|
35
39
|
Requires-Dist: sphinx_autodoc_typehints; extra == "dev"
|
|
36
40
|
Requires-Dist: sphinx_paramlinks; extra == "dev"
|
|
37
|
-
Requires-Dist:
|
|
41
|
+
Requires-Dist: ae_dev_ops; extra == "dev"
|
|
38
42
|
Requires-Dist: anybadge; extra == "dev"
|
|
39
43
|
Requires-Dist: coverage-badge; extra == "dev"
|
|
40
44
|
Requires-Dist: aedev_git_repo_manager; extra == "dev"
|
|
@@ -53,7 +57,7 @@ Requires-Dist: sphinx; extra == "docs"
|
|
|
53
57
|
Requires-Dist: sphinx-rtd-theme; extra == "docs"
|
|
54
58
|
Requires-Dist: sphinx_autodoc_typehints; extra == "docs"
|
|
55
59
|
Requires-Dist: sphinx_paramlinks; extra == "docs"
|
|
56
|
-
Requires-Dist:
|
|
60
|
+
Requires-Dist: ae_dev_ops; extra == "docs"
|
|
57
61
|
Provides-Extra: tests
|
|
58
62
|
Requires-Dist: anybadge; extra == "tests"
|
|
59
63
|
Requires-Dist: coverage-badge; extra == "tests"
|
|
@@ -82,10 +86,10 @@ Dynamic: provides-extra
|
|
|
82
86
|
Dynamic: requires-python
|
|
83
87
|
Dynamic: summary
|
|
84
88
|
|
|
85
|
-
<!-- THIS FILE IS EXCLUSIVELY MAINTAINED by the project aedev.
|
|
89
|
+
<!-- THIS FILE IS EXCLUSIVELY MAINTAINED by the project aedev.namespace_root_tpls v0.3.18 -->
|
|
86
90
|
# __aedev__ namespace-root project
|
|
87
91
|
|
|
88
|
-
|
|
92
|
+
aedev namespace-root: aedev namespace root, providing setup, development and documentation tools/templates for Python projects.
|
|
89
93
|
|
|
90
94
|
|
|
91
95
|
## aedev namespace root package use-cases
|
|
@@ -126,7 +130,7 @@ to contribute to this root package. in this case please follow the instructions
|
|
|
126
130
|
|
|
127
131
|
## namespace portions
|
|
128
132
|
|
|
129
|
-
the following
|
|
133
|
+
the following 11 portions are currently included in this namespace:
|
|
130
134
|
|
|
131
135
|
* [aedev_setup_project](https://pypi.org/project/aedev_setup_project "aedev namespace portion aedev_setup_project")
|
|
132
136
|
* [aedev_tpl_project](https://pypi.org/project/aedev_tpl_project "aedev namespace portion aedev_tpl_project")
|
|
@@ -135,3 +139,7 @@ the following 7 portions are currently included in this namespace:
|
|
|
135
139
|
* [aedev_git_repo_manager](https://pypi.org/project/aedev_git_repo_manager "aedev namespace portion aedev_git_repo_manager")
|
|
136
140
|
* [aedev_pythonanywhere](https://pypi.org/project/aedev_pythonanywhere "aedev namespace portion aedev_pythonanywhere")
|
|
137
141
|
* [aedev_setup_hook](https://pypi.org/project/aedev_setup_hook "aedev namespace portion aedev_setup_hook")
|
|
142
|
+
* [aedev_project_tpls](https://pypi.org/project/aedev_project_tpls "aedev namespace portion aedev_project_tpls")
|
|
143
|
+
* [aedev_app_tpls](https://pypi.org/project/aedev_app_tpls "aedev namespace portion aedev_app_tpls")
|
|
144
|
+
* [aedev_namespace_root_tpls](https://pypi.org/project/aedev_namespace_root_tpls "aedev namespace portion aedev_namespace_root_tpls")
|
|
145
|
+
* [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=h8b2d7kdEVf-zcF51RM5Jm5hKbeCghvX9Ni2h_PR3_A,138
|
|
2
|
+
aedev/aedev/templates/de_spt_namespace-root_de_otf_de_tpl_README.md,sha256=1ufHjSN-VDEVCmYiWlMzT8iwxHxwW1eutFZ1V5BFGM0,2838
|
|
3
|
+
aedev_aedev-0.3.26.dist-info/licenses/LICENSE.md,sha256=fh_uFsNt6dPZjolkAPZ1sqHH17LYzl-cmYIwv-H3Cd0,35003
|
|
4
|
+
aedev_aedev-0.3.26.dist-info/METADATA,sha256=29xq3wFrUp6QdOVxL8qV4KzbGeauFdl-c-vrA7q-zT4,7166
|
|
5
|
+
aedev_aedev-0.3.26.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
6
|
+
aedev_aedev-0.3.26.dist-info/top_level.txt,sha256=mWQVNYhgjRLaFceFJH-NDKFiTfKip7vqDESYWJGkKqg,6
|
|
7
|
+
aedev_aedev-0.3.26.dist-info/RECORD,,
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
aedev/aedev/__init__.py,sha256=Ul0vTuYe6jfCb3T2tfTUeadav3CzkzXx4g8Y2SRs9nM,138
|
|
2
|
-
aedev/aedev/templates/de_spt_namespace-root_de_otf_de_tpl_README.md,sha256=XLHtaFrPM2r95g5NZNFsliMUxlUkZbyvSrL-LWTDnfU,2841
|
|
3
|
-
aedev_aedev-0.3.25.dist-info/licenses/LICENSE.md,sha256=uoIIfORuk4V8ZeNh6SN0EUhiU79RC-indIMFqePKVhY,35002
|
|
4
|
-
aedev_aedev-0.3.25.dist-info/METADATA,sha256=ijoPyE-zeY0HqdYN79hrem5iKLdB6j9QeSJFjwe8G6c,6549
|
|
5
|
-
aedev_aedev-0.3.25.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
6
|
-
aedev_aedev-0.3.25.dist-info/top_level.txt,sha256=mWQVNYhgjRLaFceFJH-NDKFiTfKip7vqDESYWJGkKqg,6
|
|
7
|
-
aedev_aedev-0.3.25.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|