aedev-aedev 0.3.19__tar.gz → 0.3.21__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.
@@ -1,4 +1,4 @@
1
- <!-- THIS FILE IS EXCLUSIVELY MAINTAINED by the project aedev.tpl_project V0.3.26 -->
1
+ <!-- THIS FILE IS EXCLUSIVELY MAINTAINED by the project aedev.tpl_project V0.3.29 -->
2
2
  ### GNU GENERAL PUBLIC LICENSE
3
3
 
4
4
  Version 3, 29 June 2007
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: aedev_aedev
3
- Version: 0.3.19
3
+ Version: 0.3.21
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
@@ -20,15 +20,56 @@ Classifier: Programming Language :: Python :: 3.9
20
20
  Classifier: Topic :: Software Development :: Libraries :: Python Modules
21
21
  Requires-Python: >=3.9
22
22
  Description-Content-Type: text/markdown
23
+ License-File: LICENSE.md
23
24
  Provides-Extra: dev
25
+ Requires-Dist: aedev_setup_project; extra == "dev"
26
+ Requires-Dist: aedev_tpl_project; extra == "dev"
27
+ Requires-Dist: aedev_tpl_namespace_root; extra == "dev"
28
+ Requires-Dist: aedev_tpl_app; extra == "dev"
29
+ Requires-Dist: aedev_git_repo_manager; extra == "dev"
30
+ Requires-Dist: aedev_setup_hook; extra == "dev"
31
+ Requires-Dist: aedev_pythonanywhere; extra == "dev"
32
+ Requires-Dist: sphinx==6.1.3; extra == "dev"
33
+ Requires-Dist: sphinx-rtd-theme; extra == "dev"
34
+ Requires-Dist: sphinx_autodoc_typehints; extra == "dev"
35
+ Requires-Dist: sphinx_paramlinks; extra == "dev"
36
+ Requires-Dist: aedev_setup_project; extra == "dev"
37
+ Requires-Dist: anybadge; extra == "dev"
38
+ Requires-Dist: coverage-badge; extra == "dev"
39
+ Requires-Dist: aedev_git_repo_manager; extra == "dev"
40
+ Requires-Dist: flake8; extra == "dev"
41
+ Requires-Dist: mypy; extra == "dev"
42
+ Requires-Dist: pylint; extra == "dev"
43
+ Requires-Dist: pytest; extra == "dev"
44
+ Requires-Dist: pytest-cov; extra == "dev"
45
+ Requires-Dist: typing; extra == "dev"
46
+ Requires-Dist: types-setuptools; extra == "dev"
47
+ Requires-Dist: wheel; extra == "dev"
48
+ Requires-Dist: twine; extra == "dev"
24
49
  Provides-Extra: docs
50
+ Requires-Dist: sphinx==6.1.3; extra == "docs"
51
+ 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"
25
55
  Provides-Extra: tests
26
- License-File: LICENSE.md
27
-
28
- <!-- THIS FILE IS EXCLUSIVELY MAINTAINED by the project aedev.tpl_namespace_root V0.3.13 -->
56
+ Requires-Dist: anybadge; extra == "tests"
57
+ Requires-Dist: coverage-badge; extra == "tests"
58
+ Requires-Dist: aedev_git_repo_manager; extra == "tests"
59
+ Requires-Dist: flake8; extra == "tests"
60
+ Requires-Dist: mypy; extra == "tests"
61
+ Requires-Dist: pylint; extra == "tests"
62
+ Requires-Dist: pytest; extra == "tests"
63
+ Requires-Dist: pytest-cov; extra == "tests"
64
+ Requires-Dist: typing; extra == "tests"
65
+ Requires-Dist: types-setuptools; extra == "tests"
66
+ Requires-Dist: wheel; extra == "tests"
67
+ Requires-Dist: twine; extra == "tests"
68
+
69
+ <!-- THIS FILE IS EXCLUSIVELY MAINTAINED by the project aedev.tpl_namespace_root V0.3.14 -->
29
70
  # __aedev__ namespace-root project
30
71
 
31
- aedev namespace-root: aedev namespace root, providing setup, development and documentation tools/templates for Python projects.
72
+ aedev_aedev namespace-root 0.3.21
32
73
 
33
74
 
34
75
  ## aedev namespace root package use-cases
@@ -69,7 +110,7 @@ to contribute to this root package. in this case please follow the instructions
69
110
 
70
111
  ## namespace portions
71
112
 
72
- the following 6 portions are currently included in this namespace:
113
+ the following 7 portions are currently included in this namespace:
73
114
 
74
115
  * [aedev_setup_project](https://pypi.org/project/aedev_setup_project "aedev namespace portion aedev_setup_project")
75
116
  * [aedev_tpl_project](https://pypi.org/project/aedev_tpl_project "aedev namespace portion aedev_tpl_project")
@@ -77,3 +118,4 @@ the following 6 portions are currently included in this namespace:
77
118
  * [aedev_tpl_app](https://pypi.org/project/aedev_tpl_app "aedev namespace portion aedev_tpl_app")
78
119
  * [aedev_git_repo_manager](https://pypi.org/project/aedev_git_repo_manager "aedev namespace portion aedev_git_repo_manager")
79
120
  * [aedev_setup_hook](https://pypi.org/project/aedev_setup_hook "aedev namespace portion aedev_setup_hook")
121
+ * [aedev_pythonanywhere](https://pypi.org/project/aedev_pythonanywhere "aedev namespace portion aedev_pythonanywhere")
@@ -1,7 +1,7 @@
1
- <!-- THIS FILE IS EXCLUSIVELY MAINTAINED by the project aedev.tpl_namespace_root V0.3.13 -->
1
+ <!-- THIS FILE IS EXCLUSIVELY MAINTAINED by the project aedev.tpl_namespace_root V0.3.14 -->
2
2
  # __aedev__ namespace-root project
3
3
 
4
- aedev namespace-root: aedev namespace root, providing setup, development and documentation tools/templates for Python projects.
4
+ aedev_aedev namespace-root 0.3.21
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 6 portions are currently included in this namespace:
45
+ the following 7 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")
@@ -50,3 +50,4 @@ the following 6 portions are currently included in this namespace:
50
50
  * [aedev_tpl_app](https://pypi.org/project/aedev_tpl_app "aedev namespace portion aedev_tpl_app")
51
51
  * [aedev_git_repo_manager](https://pypi.org/project/aedev_git_repo_manager "aedev namespace portion aedev_git_repo_manager")
52
52
  * [aedev_setup_hook](https://pypi.org/project/aedev_setup_hook "aedev namespace portion aedev_setup_hook")
53
+ * [aedev_pythonanywhere](https://pypi.org/project/aedev_pythonanywhere "aedev namespace portion aedev_pythonanywhere")
@@ -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.19'
3
+ __version__ = '0.3.21'
@@ -1,36 +1,36 @@
1
- <!-- THIS FILE IS EXCLUSIVELY MAINTAINED by the project aedev.tpl_namespace_root V0.3.13 -->
2
- # {portion_name} {package_version}
1
+ <!-- THIS FILE IS EXCLUSIVELY MAINTAINED by the project aedev.tpl_namespace_root V0.3.14 -->
2
+ # {portion_name} {project_version}
3
3
 
4
- [![GitLab develop](https://img.shields.io/gitlab/pipeline/{repo_group}/{package_name}/develop?logo=python)](
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}/{package_name}/release{pypi_versions[-1]}?logo=python)](
7
+ https://img.shields.io/gitlab/pipeline/{repo_group}/{project_name}/release{pypi_versions[-1]}?logo=python)](
8
8
  {repo_url}/-/tree/release{pypi_versions[-1]})
9
- [![PyPIVersions](https://img.shields.io/pypi/v/{package_name})](
9
+ [![PyPIVersions](https://img.shields.io/pypi/v/{project_name})](
10
10
  {pypi_url}/#history)
11
11
 
12
12
  >{project_desc}.
13
13
 
14
- [![Coverage]({repo_pages}/{package_name}/coverage.svg)](
15
- {repo_pages}/{package_name}/coverage/index.html)
16
- [![MyPyPrecision]({repo_pages}/{package_name}/mypy.svg)](
17
- {repo_pages}/{package_name}/lineprecision.txt)
18
- [![PyLintScore]({repo_pages}/{package_name}/pylint.svg)](
19
- {repo_pages}/{package_name}/pylint.log)
14
+ [![Coverage]({repo_pages}/{project_name}/coverage.svg)](
15
+ {repo_pages}/{project_name}/coverage/index.html)
16
+ [![MyPyPrecision]({repo_pages}/{project_name}/mypy.svg)](
17
+ {repo_pages}/{project_name}/lineprecision.txt)
18
+ [![PyLintScore]({repo_pages}/{project_name}/pylint.svg)](
19
+ {repo_pages}/{project_name}/pylint.log)
20
20
 
21
- [![PyPIImplementation](https://img.shields.io/pypi/implementation/{package_name})](
21
+ [![PyPIImplementation](https://img.shields.io/pypi/implementation/{project_name})](
22
22
  {repo_url}/)
23
- [![PyPIPyVersions](https://img.shields.io/pypi/pyversions/{package_name})](
23
+ [![PyPIPyVersions](https://img.shields.io/pypi/pyversions/{project_name})](
24
24
  {repo_url}/)
25
- [![PyPIWheel](https://img.shields.io/pypi/wheel/{package_name})](
25
+ [![PyPIWheel](https://img.shields.io/pypi/wheel/{project_name})](
26
26
  {repo_url}/)
27
- [![PyPIFormat](https://img.shields.io/pypi/format/{package_name})](
27
+ [![PyPIFormat](https://img.shields.io/pypi/format/{project_name})](
28
28
  {pypi_url}/)
29
- [![PyPILicense](https://img.shields.io/pypi/l/{package_name})](
29
+ [![PyPILicense](https://img.shields.io/pypi/l/{project_name})](
30
30
  {repo_url}/-/blob/develop/LICENSE.md)
31
- [![PyPIStatus](https://img.shields.io/pypi/status/{package_name})](
31
+ [![PyPIStatus](https://img.shields.io/pypi/status/{project_name})](
32
32
  https://libraries.io/pypi/{pip_name})
33
- [![PyPIDownloads](https://img.shields.io/pypi/dm/{package_name})](
33
+ [![PyPIDownloads](https://img.shields.io/pypi/dm/{project_name})](
34
34
  {pypi_url}/#files)
35
35
 
36
36
 
@@ -48,11 +48,11 @@ pip install {pip_name}
48
48
  ```
49
49
 
50
50
  if you want to contribute to this portion then first fork
51
- [the {package_name} repository at GitLab](
51
+ [the {project_name} repository at GitLab](
52
52
  {repo_url} "{import_name} code repository").
53
53
  after that pull it to your machine and finally execute the
54
54
  following command in the root folder of this repository
55
- ({package_name}):
55
+ ({project_name}):
56
56
 
57
57
  ```shell script
58
58
  pip install -e .[dev]
@@ -73,4 +73,4 @@ more detailed explanations on how to contribute to this project
73
73
  information on the features and usage of this portion are available at
74
74
  [ReadTheDocs](
75
75
  {docs_url}
76
- "{package_name} documentation").
76
+ "{project_name} documentation").
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
- Name: aedev-aedev
3
- Version: 0.3.19
2
+ Name: aedev_aedev
3
+ Version: 0.3.21
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
@@ -20,15 +20,56 @@ Classifier: Programming Language :: Python :: 3.9
20
20
  Classifier: Topic :: Software Development :: Libraries :: Python Modules
21
21
  Requires-Python: >=3.9
22
22
  Description-Content-Type: text/markdown
23
+ License-File: LICENSE.md
23
24
  Provides-Extra: dev
25
+ Requires-Dist: aedev_setup_project; extra == "dev"
26
+ Requires-Dist: aedev_tpl_project; extra == "dev"
27
+ Requires-Dist: aedev_tpl_namespace_root; extra == "dev"
28
+ Requires-Dist: aedev_tpl_app; extra == "dev"
29
+ Requires-Dist: aedev_git_repo_manager; extra == "dev"
30
+ Requires-Dist: aedev_setup_hook; extra == "dev"
31
+ Requires-Dist: aedev_pythonanywhere; extra == "dev"
32
+ Requires-Dist: sphinx==6.1.3; extra == "dev"
33
+ Requires-Dist: sphinx-rtd-theme; extra == "dev"
34
+ Requires-Dist: sphinx_autodoc_typehints; extra == "dev"
35
+ Requires-Dist: sphinx_paramlinks; extra == "dev"
36
+ Requires-Dist: aedev_setup_project; extra == "dev"
37
+ Requires-Dist: anybadge; extra == "dev"
38
+ Requires-Dist: coverage-badge; extra == "dev"
39
+ Requires-Dist: aedev_git_repo_manager; extra == "dev"
40
+ Requires-Dist: flake8; extra == "dev"
41
+ Requires-Dist: mypy; extra == "dev"
42
+ Requires-Dist: pylint; extra == "dev"
43
+ Requires-Dist: pytest; extra == "dev"
44
+ Requires-Dist: pytest-cov; extra == "dev"
45
+ Requires-Dist: typing; extra == "dev"
46
+ Requires-Dist: types-setuptools; extra == "dev"
47
+ Requires-Dist: wheel; extra == "dev"
48
+ Requires-Dist: twine; extra == "dev"
24
49
  Provides-Extra: docs
50
+ Requires-Dist: sphinx==6.1.3; extra == "docs"
51
+ 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"
25
55
  Provides-Extra: tests
26
- License-File: LICENSE.md
27
-
28
- <!-- THIS FILE IS EXCLUSIVELY MAINTAINED by the project aedev.tpl_namespace_root V0.3.13 -->
56
+ Requires-Dist: anybadge; extra == "tests"
57
+ Requires-Dist: coverage-badge; extra == "tests"
58
+ Requires-Dist: aedev_git_repo_manager; extra == "tests"
59
+ Requires-Dist: flake8; extra == "tests"
60
+ Requires-Dist: mypy; extra == "tests"
61
+ Requires-Dist: pylint; extra == "tests"
62
+ Requires-Dist: pytest; extra == "tests"
63
+ Requires-Dist: pytest-cov; extra == "tests"
64
+ Requires-Dist: typing; extra == "tests"
65
+ Requires-Dist: types-setuptools; extra == "tests"
66
+ Requires-Dist: wheel; extra == "tests"
67
+ Requires-Dist: twine; extra == "tests"
68
+
69
+ <!-- THIS FILE IS EXCLUSIVELY MAINTAINED by the project aedev.tpl_namespace_root V0.3.14 -->
29
70
  # __aedev__ namespace-root project
30
71
 
31
- aedev namespace-root: aedev namespace root, providing setup, development and documentation tools/templates for Python projects.
72
+ aedev_aedev namespace-root 0.3.21
32
73
 
33
74
 
34
75
  ## aedev namespace root package use-cases
@@ -69,7 +110,7 @@ to contribute to this root package. in this case please follow the instructions
69
110
 
70
111
  ## namespace portions
71
112
 
72
- the following 6 portions are currently included in this namespace:
113
+ the following 7 portions are currently included in this namespace:
73
114
 
74
115
  * [aedev_setup_project](https://pypi.org/project/aedev_setup_project "aedev namespace portion aedev_setup_project")
75
116
  * [aedev_tpl_project](https://pypi.org/project/aedev_tpl_project "aedev namespace portion aedev_tpl_project")
@@ -77,3 +118,4 @@ the following 6 portions are currently included in this namespace:
77
118
  * [aedev_tpl_app](https://pypi.org/project/aedev_tpl_app "aedev namespace portion aedev_tpl_app")
78
119
  * [aedev_git_repo_manager](https://pypi.org/project/aedev_git_repo_manager "aedev namespace portion aedev_git_repo_manager")
79
120
  * [aedev_setup_hook](https://pypi.org/project/aedev_setup_hook "aedev namespace portion aedev_setup_hook")
121
+ * [aedev_pythonanywhere](https://pypi.org/project/aedev_pythonanywhere "aedev namespace portion aedev_pythonanywhere")
@@ -6,6 +6,7 @@ aedev_tpl_namespace_root
6
6
  aedev_tpl_app
7
7
  aedev_git_repo_manager
8
8
  aedev_setup_hook
9
+ aedev_pythonanywhere
9
10
  sphinx==6.1.3
10
11
  sphinx-rtd-theme
11
12
  sphinx_autodoc_typehints
@@ -1,4 +1,4 @@
1
- # THIS FILE IS EXCLUSIVELY MAINTAINED by the project aedev.tpl_project V0.3.26
1
+ # THIS FILE IS EXCLUSIVELY MAINTAINED by the project aedev.tpl_project V0.3.29
2
2
  """ setup this project with setuptools and aedev.setup_project. """
3
3
  import pprint
4
4
  import sys
@@ -1,4 +1,4 @@
1
- # THIS FILE IS EXCLUSIVELY MAINTAINED by the project aedev.tpl_project V0.3.26
1
+ # THIS FILE IS EXCLUSIVELY MAINTAINED by the project aedev.tpl_project V0.3.29
2
2
  # pylint: disable=invalid-name
3
3
  """ default integration and unit tests for new app/namespace-root/aedev-template/... projects.
4
4
 
@@ -17,7 +17,7 @@ main_module = importlib.import_module(main_imp_name)
17
17
 
18
18
 
19
19
  def test_version():
20
- """ test existence of package version. """
20
+ """ test existence of project package version. """
21
21
  # noinspection PyUnresolvedReferences
22
22
  pkg_version = main_module.__version__
23
23
  assert pkg_version
@@ -27,7 +27,7 @@ def test_version():
27
27
 
28
28
 
29
29
  def test_docstring():
30
- """ test existence of package docstring. """
30
+ """ test existence of project package docstring. """
31
31
  pkg_docstring = main_module.__doc__
32
32
  assert pkg_docstring
33
33
  assert isinstance(pkg_docstring, str)
File without changes