aedev-aedev 0.3.25__tar.gz → 0.3.26__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.
- {aedev_aedev-0.3.25 → aedev_aedev-0.3.26}/LICENSE.md +1 -1
- {aedev_aedev-0.3.25/aedev_aedev.egg-info → aedev_aedev-0.3.26}/PKG-INFO +17 -9
- {aedev_aedev-0.3.25 → aedev_aedev-0.3.26}/README.md +7 -3
- {aedev_aedev-0.3.25 → aedev_aedev-0.3.26}/aedev/aedev/__init__.py +1 -1
- {aedev_aedev-0.3.25 → aedev_aedev-0.3.26}/aedev/aedev/templates/de_spt_namespace-root_de_otf_de_tpl_README.md +3 -3
- {aedev_aedev-0.3.25 → aedev_aedev-0.3.26/aedev_aedev.egg-info}/PKG-INFO +17 -9
- {aedev_aedev-0.3.25 → aedev_aedev-0.3.26}/aedev_aedev.egg-info/requires.txt +6 -1
- aedev_aedev-0.3.26/setup.py +110 -0
- {aedev_aedev-0.3.25 → aedev_aedev-0.3.26}/tests/test_aedev.py +1 -1
- aedev_aedev-0.3.25/setup.py +0 -18
- {aedev_aedev-0.3.25 → aedev_aedev-0.3.26}/aedev_aedev.egg-info/SOURCES.txt +0 -0
- {aedev_aedev-0.3.25 → aedev_aedev-0.3.26}/aedev_aedev.egg-info/dependency_links.txt +0 -0
- {aedev_aedev-0.3.25 → aedev_aedev-0.3.26}/aedev_aedev.egg-info/not-zip-safe +0 -0
- {aedev_aedev-0.3.25 → aedev_aedev-0.3.26}/aedev_aedev.egg-info/top_level.txt +0 -0
- {aedev_aedev-0.3.25 → aedev_aedev-0.3.26}/setup.cfg +0 -0
|
@@ -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")
|
|
@@ -1,7 +1,7 @@
|
|
|
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
|
# __aedev__ namespace-root project
|
|
3
3
|
|
|
4
|
-
|
|
4
|
+
aedev namespace-root: aedev namespace root, providing setup, development and documentation tools/templates for Python projects.
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
## aedev namespace root package use-cases
|
|
@@ -42,7 +42,7 @@ to contribute to this root package. in this case please follow the instructions
|
|
|
42
42
|
|
|
43
43
|
## namespace portions
|
|
44
44
|
|
|
45
|
-
the following
|
|
45
|
+
the following 11 portions are currently included in this namespace:
|
|
46
46
|
|
|
47
47
|
* [aedev_setup_project](https://pypi.org/project/aedev_setup_project "aedev namespace portion aedev_setup_project")
|
|
48
48
|
* [aedev_tpl_project](https://pypi.org/project/aedev_tpl_project "aedev namespace portion aedev_tpl_project")
|
|
@@ -51,3 +51,7 @@ the following 7 portions are currently included in this namespace:
|
|
|
51
51
|
* [aedev_git_repo_manager](https://pypi.org/project/aedev_git_repo_manager "aedev namespace portion aedev_git_repo_manager")
|
|
52
52
|
* [aedev_pythonanywhere](https://pypi.org/project/aedev_pythonanywhere "aedev namespace portion aedev_pythonanywhere")
|
|
53
53
|
* [aedev_setup_hook](https://pypi.org/project/aedev_setup_hook "aedev namespace portion aedev_setup_hook")
|
|
54
|
+
* [aedev_project_tpls](https://pypi.org/project/aedev_project_tpls "aedev namespace portion aedev_project_tpls")
|
|
55
|
+
* [aedev_app_tpls](https://pypi.org/project/aedev_app_tpls "aedev namespace portion aedev_app_tpls")
|
|
56
|
+
* [aedev_namespace_root_tpls](https://pypi.org/project/aedev_namespace_root_tpls "aedev namespace portion aedev_namespace_root_tpls")
|
|
57
|
+
* [aedev_project_manager](https://pypi.org/project/aedev_project_manager "aedev namespace portion aedev_project_manager")
|
|
@@ -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")
|
|
@@ -7,10 +7,15 @@ aedev_tpl_app
|
|
|
7
7
|
aedev_git_repo_manager
|
|
8
8
|
aedev_pythonanywhere
|
|
9
9
|
aedev_setup_hook
|
|
10
|
+
aedev_project_tpls
|
|
11
|
+
aedev_app_tpls
|
|
12
|
+
aedev_namespace_root_tpls
|
|
13
|
+
aedev_project_manager
|
|
10
14
|
sphinx
|
|
11
15
|
sphinx-rtd-theme
|
|
12
16
|
sphinx_autodoc_typehints
|
|
13
17
|
sphinx_paramlinks
|
|
18
|
+
ae_dev_ops
|
|
14
19
|
anybadge
|
|
15
20
|
coverage-badge
|
|
16
21
|
flake8
|
|
@@ -29,7 +34,7 @@ sphinx
|
|
|
29
34
|
sphinx-rtd-theme
|
|
30
35
|
sphinx_autodoc_typehints
|
|
31
36
|
sphinx_paramlinks
|
|
32
|
-
|
|
37
|
+
ae_dev_ops
|
|
33
38
|
|
|
34
39
|
[tests]
|
|
35
40
|
anybadge
|
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+
# THIS FILE IS EXCLUSIVELY MAINTAINED by the project aedev.project_tpls v0.3.49
|
|
2
|
+
""" setup of aedev namespace-root: aedev namespace root, providing setup, development and documentation tools/templates for Python projects.. """
|
|
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.9', 'Topic :: Software Development', 'Typing :: Typed'],
|
|
16
|
+
'description': ('aedev namespace-root: aedev namespace root, providing setup, development and documentation tools/templates for '
|
|
17
|
+
'Python projects.'),
|
|
18
|
+
'extras_require': { 'dev': [ 'aedev_setup_project', 'aedev_tpl_project', 'aedev_tpl_namespace_root', 'aedev_tpl_app',
|
|
19
|
+
'aedev_git_repo_manager', 'aedev_pythonanywhere', 'aedev_setup_hook', 'aedev_project_tpls',
|
|
20
|
+
'aedev_app_tpls', 'aedev_namespace_root_tpls', 'aedev_project_manager', 'sphinx',
|
|
21
|
+
'sphinx-rtd-theme', 'sphinx_autodoc_typehints', 'sphinx_paramlinks', 'ae_dev_ops', 'anybadge',
|
|
22
|
+
'coverage-badge', 'aedev_git_repo_manager', 'flake8', 'mypy', 'pylint', 'pytest', 'pytest-cov',
|
|
23
|
+
'pytest-django', 'typing', 'types-setuptools', 'wheel', 'twine'],
|
|
24
|
+
'docs': ['sphinx', 'sphinx-rtd-theme', 'sphinx_autodoc_typehints', 'sphinx_paramlinks', 'ae_dev_ops'],
|
|
25
|
+
'tests': [ 'anybadge', 'coverage-badge', 'aedev_git_repo_manager', 'flake8', 'mypy', 'pylint', 'pytest',
|
|
26
|
+
'pytest-cov', 'pytest-django', 'typing', 'types-setuptools', 'wheel', 'twine']},
|
|
27
|
+
'install_requires': [],
|
|
28
|
+
'keywords': ['configuration', 'development', 'environment', 'productivity'],
|
|
29
|
+
'license': 'GPL-3.0-or-later',
|
|
30
|
+
'long_description': ('<!-- THIS FILE IS EXCLUSIVELY MAINTAINED by the project aedev.namespace_root_tpls v0.3.18 -->\n'
|
|
31
|
+
'# __aedev__ namespace-root project\n'
|
|
32
|
+
'\n'
|
|
33
|
+
'aedev namespace-root: aedev namespace root, providing setup, development and documentation tools/templates for '
|
|
34
|
+
'Python projects.\n'
|
|
35
|
+
'\n'
|
|
36
|
+
'\n'
|
|
37
|
+
'## aedev namespace root package use-cases\n'
|
|
38
|
+
'\n'
|
|
39
|
+
'this package is the root project of the aedev namespace and their portions (the modules\n'
|
|
40
|
+
'and sub-packages of the namespace aedev). it provides helpers and templates in order to\n'
|
|
41
|
+
'bundle and ease the maintenance, for example to:\n'
|
|
42
|
+
'\n'
|
|
43
|
+
'* update and deploy common outsourced files, optionally generated from templates.\n'
|
|
44
|
+
'* merge docstrings of all portions into a single combined and cross-linked documentation.\n'
|
|
45
|
+
'* compile and publish documentation via Sphinx onto [ReadTheDocs](https://aedev.readthedocs.io "aedev on RTD").\n'
|
|
46
|
+
'* bulk refactor multiple portions of this namespace simultaneously using the\n'
|
|
47
|
+
' [git repository manager tool (__grm__)](https://gitlab.com/aedev-group/aedev_git_repo_manager).\n'
|
|
48
|
+
'\n'
|
|
49
|
+
'to enable the update and deployment of outsourced files generated from the templates provided by\n'
|
|
50
|
+
'this root package, add this root package to the development requirements file (dev_requirements.txt)\n'
|
|
51
|
+
'of each portion project of this namespace. in this entry you can optionally specify the version of\n'
|
|
52
|
+
'this project.\n'
|
|
53
|
+
'\n'
|
|
54
|
+
'and because this namespace-root package is only needed for development tasks, it will never need to\n'
|
|
55
|
+
'be added to the installation requirements file (requirements.txt) of a project.\n'
|
|
56
|
+
'\n'
|
|
57
|
+
'please check the [git repository manager manual](\n'
|
|
58
|
+
'https://aedev.readthedocs.io/en/latest/man/git_repo_manager.html "git_repo_manager manual")\n'
|
|
59
|
+
'for more detailed information on the provided actions of the __grm__ tool.\n'
|
|
60
|
+
'\n'
|
|
61
|
+
'\n'
|
|
62
|
+
'## installation\n'
|
|
63
|
+
'\n'
|
|
64
|
+
'no installation is needed to use this project for your portion projects, because the __grm__ tool is\n'
|
|
65
|
+
'automatically fetching this and the other template projects from https://gitlab.com/aedev-group (and\n'
|
|
66
|
+
'in the specified version).\n'
|
|
67
|
+
'\n'
|
|
68
|
+
'an installation is only needed if you want to adapt this namespace-root project for your needs or if you want\n'
|
|
69
|
+
'to contribute to this root package. in this case please follow the instructions given in the\n'
|
|
70
|
+
':ref:`contributing` document.\n'
|
|
71
|
+
'\n'
|
|
72
|
+
'\n'
|
|
73
|
+
'## namespace portions\n'
|
|
74
|
+
'\n'
|
|
75
|
+
'the following 11 portions are currently included in this namespace:\n'
|
|
76
|
+
'\n'
|
|
77
|
+
'* [aedev_setup_project](https://pypi.org/project/aedev_setup_project "aedev namespace portion aedev_setup_project")\n'
|
|
78
|
+
'* [aedev_tpl_project](https://pypi.org/project/aedev_tpl_project "aedev namespace portion aedev_tpl_project")\n'
|
|
79
|
+
'* [aedev_tpl_namespace_root](https://pypi.org/project/aedev_tpl_namespace_root "aedev namespace portion '
|
|
80
|
+
'aedev_tpl_namespace_root")\n'
|
|
81
|
+
'* [aedev_tpl_app](https://pypi.org/project/aedev_tpl_app "aedev namespace portion aedev_tpl_app")\n'
|
|
82
|
+
'* [aedev_git_repo_manager](https://pypi.org/project/aedev_git_repo_manager "aedev namespace portion '
|
|
83
|
+
'aedev_git_repo_manager")\n'
|
|
84
|
+
'* [aedev_pythonanywhere](https://pypi.org/project/aedev_pythonanywhere "aedev namespace portion '
|
|
85
|
+
'aedev_pythonanywhere")\n'
|
|
86
|
+
'* [aedev_setup_hook](https://pypi.org/project/aedev_setup_hook "aedev namespace portion aedev_setup_hook")\n'
|
|
87
|
+
'* [aedev_project_tpls](https://pypi.org/project/aedev_project_tpls "aedev namespace portion aedev_project_tpls")\n'
|
|
88
|
+
'* [aedev_app_tpls](https://pypi.org/project/aedev_app_tpls "aedev namespace portion aedev_app_tpls")\n'
|
|
89
|
+
'* [aedev_namespace_root_tpls](https://pypi.org/project/aedev_namespace_root_tpls "aedev namespace portion '
|
|
90
|
+
'aedev_namespace_root_tpls")\n'
|
|
91
|
+
'* [aedev_project_manager](https://pypi.org/project/aedev_project_manager "aedev namespace portion '
|
|
92
|
+
'aedev_project_manager")\n'),
|
|
93
|
+
'long_description_content_type': 'text/markdown',
|
|
94
|
+
'name': 'aedev_aedev',
|
|
95
|
+
'package_data': {'': ['templates/de_spt_namespace-root_de_otf_de_tpl_README.md']},
|
|
96
|
+
'packages': ['aedev.aedev', 'aedev.aedev.templates'],
|
|
97
|
+
'project_urls': { 'Bug Tracker': 'https://gitlab.com/aedev-group/aedev_aedev/-/issues',
|
|
98
|
+
'Documentation': 'https://aedev.readthedocs.io/en/latest/_autosummary/aedev.aedev.html',
|
|
99
|
+
'Repository': 'https://gitlab.com/aedev-group/aedev_aedev',
|
|
100
|
+
'Source': 'https://aedev.readthedocs.io/en/latest/_modules/aedev/aedev.html'},
|
|
101
|
+
'python_requires': '>=3.9',
|
|
102
|
+
'setup_requires': [],
|
|
103
|
+
'url': 'https://gitlab.com/aedev-group/aedev_aedev',
|
|
104
|
+
'version': '0.3.26',
|
|
105
|
+
'zip_safe': False,
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
if __name__ == "__main__":
|
|
109
|
+
setuptools.setup(**setup_kwargs)
|
|
110
|
+
pass
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# THIS FILE IS EXCLUSIVELY MAINTAINED by the project aedev.
|
|
1
|
+
# THIS FILE IS EXCLUSIVELY MAINTAINED by the project aedev.project_tpls v0.3.49
|
|
2
2
|
# pylint: disable=invalid-name
|
|
3
3
|
""" default integration and unit tests for new app/namespace-root/aedev-template/... projects.
|
|
4
4
|
|
aedev_aedev-0.3.25/setup.py
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
# THIS FILE IS EXCLUSIVELY MAINTAINED by the project aedev.tpl_project V0.3.32
|
|
2
|
-
""" setup this project with setuptools and aedev.setup_project. """
|
|
3
|
-
import pprint
|
|
4
|
-
import sys
|
|
5
|
-
|
|
6
|
-
import setuptools
|
|
7
|
-
|
|
8
|
-
from aedev.setup_project import project_env_vars # type: ignore
|
|
9
|
-
|
|
10
|
-
pev = project_env_vars(from_setup=True)
|
|
11
|
-
|
|
12
|
-
if __name__ == "__main__":
|
|
13
|
-
print("# EXECUTING SETUPTOOLS SETUP: argv, kwargs ###################")
|
|
14
|
-
print(pprint.pformat(sys.argv, indent=3, width=75, compact=True))
|
|
15
|
-
setup_kwargs = pev['setup_kwargs']
|
|
16
|
-
print(pprint.pformat(setup_kwargs, indent=3, width=75, compact=True))
|
|
17
|
-
setuptools.setup(**setup_kwargs)
|
|
18
|
-
print("# FINISHED SETUPTOOLS SETUP ##################################")
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|