aedev-aedev 0.3.24__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 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.24'
3
+ __version__ = '0.3.26'
@@ -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.18 -->
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,41 +1,47 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.4
2
2
  Name: aedev_aedev
3
- Version: 0.3.24
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: 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_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"
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
- Requires-Dist: sphinx-autodoc-typehints; extra == "dev"
36
- Requires-Dist: sphinx-paramlinks; extra == "dev"
39
+ Requires-Dist: sphinx_autodoc_typehints; extra == "dev"
40
+ Requires-Dist: sphinx_paramlinks; extra == "dev"
41
+ Requires-Dist: ae_dev_ops; extra == "dev"
37
42
  Requires-Dist: anybadge; extra == "dev"
38
43
  Requires-Dist: coverage-badge; extra == "dev"
44
+ Requires-Dist: aedev_git_repo_manager; extra == "dev"
39
45
  Requires-Dist: flake8; extra == "dev"
40
46
  Requires-Dist: mypy; extra == "dev"
41
47
  Requires-Dist: pylint; extra == "dev"
@@ -49,13 +55,13 @@ Requires-Dist: twine; extra == "dev"
49
55
  Provides-Extra: docs
50
56
  Requires-Dist: sphinx; extra == "docs"
51
57
  Requires-Dist: sphinx-rtd-theme; extra == "docs"
52
- Requires-Dist: sphinx-autodoc-typehints; extra == "docs"
53
- Requires-Dist: sphinx-paramlinks; extra == "docs"
54
- Requires-Dist: aedev-setup-project; extra == "docs"
58
+ Requires-Dist: sphinx_autodoc_typehints; extra == "docs"
59
+ Requires-Dist: sphinx_paramlinks; extra == "docs"
60
+ Requires-Dist: ae_dev_ops; extra == "docs"
55
61
  Provides-Extra: tests
56
62
  Requires-Dist: anybadge; extra == "tests"
57
63
  Requires-Dist: coverage-badge; extra == "tests"
58
- Requires-Dist: aedev-git-repo-manager; extra == "tests"
64
+ Requires-Dist: aedev_git_repo_manager; extra == "tests"
59
65
  Requires-Dist: flake8; extra == "tests"
60
66
  Requires-Dist: mypy; extra == "tests"
61
67
  Requires-Dist: pylint; extra == "tests"
@@ -66,11 +72,24 @@ Requires-Dist: typing; extra == "tests"
66
72
  Requires-Dist: types-setuptools; extra == "tests"
67
73
  Requires-Dist: wheel; extra == "tests"
68
74
  Requires-Dist: twine; extra == "tests"
69
-
70
- <!-- THIS FILE IS EXCLUSIVELY MAINTAINED by the project aedev.tpl_namespace_root V0.3.14 -->
75
+ Dynamic: author
76
+ Dynamic: author-email
77
+ Dynamic: classifier
78
+ Dynamic: description
79
+ Dynamic: description-content-type
80
+ Dynamic: home-page
81
+ Dynamic: keywords
82
+ Dynamic: license
83
+ Dynamic: license-file
84
+ Dynamic: project-url
85
+ Dynamic: provides-extra
86
+ Dynamic: requires-python
87
+ Dynamic: summary
88
+
89
+ <!-- THIS FILE IS EXCLUSIVELY MAINTAINED by the project aedev.namespace_root_tpls v0.3.18 -->
71
90
  # __aedev__ namespace-root project
72
91
 
73
- aedev_aedev namespace-root 0.3.24
92
+ aedev namespace-root: aedev namespace root, providing setup, development and documentation tools/templates for Python projects.
74
93
 
75
94
 
76
95
  ## aedev namespace root package use-cases
@@ -111,7 +130,7 @@ to contribute to this root package. in this case please follow the instructions
111
130
 
112
131
  ## namespace portions
113
132
 
114
- the following 7 portions are currently included in this namespace:
133
+ the following 11 portions are currently included in this namespace:
115
134
 
116
135
  * [aedev_setup_project](https://pypi.org/project/aedev_setup_project "aedev namespace portion aedev_setup_project")
117
136
  * [aedev_tpl_project](https://pypi.org/project/aedev_tpl_project "aedev namespace portion aedev_tpl_project")
@@ -120,3 +139,7 @@ the following 7 portions are currently included in this namespace:
120
139
  * [aedev_git_repo_manager](https://pypi.org/project/aedev_git_repo_manager "aedev namespace portion aedev_git_repo_manager")
121
140
  * [aedev_pythonanywhere](https://pypi.org/project/aedev_pythonanywhere "aedev namespace portion aedev_pythonanywhere")
122
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,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.5.0)
2
+ Generator: setuptools (80.9.0)
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.tpl_project V0.3.32 -->
1
+ <!-- THIS FILE IS EXCLUSIVELY MAINTAINED by the project aedev.project_tpls v0.3.49 -->
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=Dv6vBrsTZ1d3e09awv4rvolZVkWIPypY6A_sA_zjrgI,138
2
- aedev/aedev/templates/de_spt_namespace-root_de_otf_de_tpl_README.md,sha256=XLHtaFrPM2r95g5NZNFsliMUxlUkZbyvSrL-LWTDnfU,2841
3
- aedev_aedev-0.3.24.dist-info/LICENSE.md,sha256=uoIIfORuk4V8ZeNh6SN0EUhiU79RC-indIMFqePKVhY,35002
4
- aedev_aedev-0.3.24.dist-info/METADATA,sha256=sBnczShzzk1krlTI3kPSb0Q91rBoJFLksxJtEavvess,6168
5
- aedev_aedev-0.3.24.dist-info/WHEEL,sha256=R06PA3UVYHThwHvxuRWMqaGcr-PuniXahwjmQRFMEkY,91
6
- aedev_aedev-0.3.24.dist-info/top_level.txt,sha256=mWQVNYhgjRLaFceFJH-NDKFiTfKip7vqDESYWJGkKqg,6
7
- aedev_aedev-0.3.24.dist-info/RECORD,,