aedev-aedev 0.3.25__py3-none-any.whl → 0.3.27__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.25'
3
+ __version__ = '0.3.27'
@@ -1,11 +1,11 @@
1
- <!-- THIS FILE IS EXCLUSIVELY MAINTAINED by the project aedev.tpl_namespace_root V0.3.14 -->
1
+ <!-- THIS FILE IS EXCLUSIVELY MAINTAINED by the project aedev.namespace_root_tpls v0.3.21 -->
2
2
  # {portion_name} {project_version}
3
3
 
4
4
  [![GitLab develop](https://img.shields.io/gitlab/pipeline/{repo_group}/{project_name}/develop?logo=python)](
5
5
  {repo_url})
6
6
  [![LatestPyPIrelease](
7
- https://img.shields.io/gitlab/pipeline/{repo_group}/{project_name}/release{pypi_versions[-1]}?logo=python)](
8
- {repo_url}/-/tree/release{pypi_versions[-1]})
7
+ https://img.shields.io/gitlab/pipeline/{repo_group}/{project_name}/release{project_version}?logo=python)](
8
+ {repo_url}/-/tree/release{project_version})
9
9
  [![PyPIVersions](https://img.shields.io/pypi/v/{project_name})](
10
10
  {pypi_url}/#history)
11
11
 
@@ -1,43 +1,41 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: aedev_aedev
3
- Version: 0.3.25
3
+ Version: 0.3.27
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: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
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 :: Libraries :: Python Modules
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
25
25
  Provides-Extra: dev
26
- Requires-Dist: aedev_setup_project; extra == "dev"
27
- Requires-Dist: aedev_tpl_project; extra == "dev"
28
- Requires-Dist: aedev_tpl_namespace_root; extra == "dev"
29
- Requires-Dist: aedev_tpl_app; extra == "dev"
30
- Requires-Dist: aedev_git_repo_manager; extra == "dev"
31
- Requires-Dist: aedev_pythonanywhere; extra == "dev"
32
- Requires-Dist: aedev_setup_hook; 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"
33
31
  Requires-Dist: sphinx; extra == "dev"
34
32
  Requires-Dist: sphinx-rtd-theme; extra == "dev"
35
33
  Requires-Dist: sphinx_autodoc_typehints; extra == "dev"
36
34
  Requires-Dist: sphinx_paramlinks; extra == "dev"
37
- Requires-Dist: aedev_setup_project; extra == "dev"
35
+ Requires-Dist: ae_dev_ops; extra == "dev"
38
36
  Requires-Dist: anybadge; extra == "dev"
39
37
  Requires-Dist: coverage-badge; extra == "dev"
40
- Requires-Dist: aedev_git_repo_manager; extra == "dev"
38
+ Requires-Dist: aedev_project_manager; extra == "dev"
41
39
  Requires-Dist: flake8; extra == "dev"
42
40
  Requires-Dist: mypy; extra == "dev"
43
41
  Requires-Dist: pylint; extra == "dev"
@@ -46,18 +44,16 @@ Requires-Dist: pytest-cov; extra == "dev"
46
44
  Requires-Dist: pytest-django; extra == "dev"
47
45
  Requires-Dist: typing; extra == "dev"
48
46
  Requires-Dist: types-setuptools; extra == "dev"
49
- Requires-Dist: wheel; extra == "dev"
50
- Requires-Dist: twine; extra == "dev"
51
47
  Provides-Extra: docs
52
48
  Requires-Dist: sphinx; extra == "docs"
53
49
  Requires-Dist: sphinx-rtd-theme; extra == "docs"
54
50
  Requires-Dist: sphinx_autodoc_typehints; extra == "docs"
55
51
  Requires-Dist: sphinx_paramlinks; extra == "docs"
56
- Requires-Dist: aedev_setup_project; extra == "docs"
52
+ Requires-Dist: ae_dev_ops; extra == "docs"
57
53
  Provides-Extra: tests
58
54
  Requires-Dist: anybadge; extra == "tests"
59
55
  Requires-Dist: coverage-badge; extra == "tests"
60
- Requires-Dist: aedev_git_repo_manager; extra == "tests"
56
+ Requires-Dist: aedev_project_manager; extra == "tests"
61
57
  Requires-Dist: flake8; extra == "tests"
62
58
  Requires-Dist: mypy; extra == "tests"
63
59
  Requires-Dist: pylint; extra == "tests"
@@ -66,8 +62,6 @@ Requires-Dist: pytest-cov; extra == "tests"
66
62
  Requires-Dist: pytest-django; extra == "tests"
67
63
  Requires-Dist: typing; extra == "tests"
68
64
  Requires-Dist: types-setuptools; extra == "tests"
69
- Requires-Dist: wheel; extra == "tests"
70
- Requires-Dist: twine; extra == "tests"
71
65
  Dynamic: author
72
66
  Dynamic: author-email
73
67
  Dynamic: classifier
@@ -82,10 +76,10 @@ Dynamic: provides-extra
82
76
  Dynamic: requires-python
83
77
  Dynamic: summary
84
78
 
85
- <!-- THIS FILE IS EXCLUSIVELY MAINTAINED by the project aedev.tpl_namespace_root V0.3.14 -->
79
+ <!-- THIS FILE IS EXCLUSIVELY MAINTAINED by the project aedev.namespace_root_tpls v0.3.21 -->
86
80
  # __aedev__ namespace-root project
87
81
 
88
- aedev_aedev namespace-root 0.3.25
82
+ aedev namespace-root: aedev namespace root, providing setup, development and documentation tools/templates for Python projects.
89
83
 
90
84
 
91
85
  ## aedev namespace root package use-cases
@@ -126,12 +120,9 @@ to contribute to this root package. in this case please follow the instructions
126
120
 
127
121
  ## namespace portions
128
122
 
129
- the following 7 portions are currently included in this namespace:
123
+ the following 4 portions are currently included in this namespace:
130
124
 
131
- * [aedev_setup_project](https://pypi.org/project/aedev_setup_project "aedev namespace portion aedev_setup_project")
132
- * [aedev_tpl_project](https://pypi.org/project/aedev_tpl_project "aedev namespace portion aedev_tpl_project")
133
- * [aedev_tpl_namespace_root](https://pypi.org/project/aedev_tpl_namespace_root "aedev namespace portion aedev_tpl_namespace_root")
134
- * [aedev_tpl_app](https://pypi.org/project/aedev_tpl_app "aedev namespace portion aedev_tpl_app")
135
- * [aedev_git_repo_manager](https://pypi.org/project/aedev_git_repo_manager "aedev namespace portion aedev_git_repo_manager")
136
- * [aedev_pythonanywhere](https://pypi.org/project/aedev_pythonanywhere "aedev namespace portion aedev_pythonanywhere")
137
- * [aedev_setup_hook](https://pypi.org/project/aedev_setup_hook "aedev namespace portion aedev_setup_hook")
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")
@@ -0,0 +1,7 @@
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,,
@@ -1,4 +1,4 @@
1
- <!-- THIS FILE IS EXCLUSIVELY MAINTAINED by the project aedev.tpl_project V0.3.32 -->
1
+ <!-- THIS FILE IS EXCLUSIVELY MAINTAINED by the project aedev.project_tpls v0.3.58 -->
2
2
  ### GNU GENERAL PUBLIC LICENSE
3
3
 
4
4
  Version 3, 29 June 2007
@@ -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,,