aedev-aedev 0.3.19__py3-none-any.whl → 0.3.21__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.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,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
- 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
@@ -28,7 +28,8 @@ Requires-Dist: aedev-tpl-namespace-root ; extra == 'dev'
28
28
  Requires-Dist: aedev-tpl-app ; extra == 'dev'
29
29
  Requires-Dist: aedev-git-repo-manager ; extra == 'dev'
30
30
  Requires-Dist: aedev-setup-hook ; extra == 'dev'
31
- Requires-Dist: sphinx (==6.1.3) ; extra == 'dev'
31
+ Requires-Dist: aedev-pythonanywhere ; extra == 'dev'
32
+ Requires-Dist: sphinx ==6.1.3 ; extra == 'dev'
32
33
  Requires-Dist: sphinx-rtd-theme ; extra == 'dev'
33
34
  Requires-Dist: sphinx-autodoc-typehints ; extra == 'dev'
34
35
  Requires-Dist: sphinx-paramlinks ; extra == 'dev'
@@ -44,7 +45,7 @@ Requires-Dist: types-setuptools ; extra == 'dev'
44
45
  Requires-Dist: wheel ; extra == 'dev'
45
46
  Requires-Dist: twine ; extra == 'dev'
46
47
  Provides-Extra: docs
47
- Requires-Dist: sphinx (==6.1.3) ; extra == 'docs'
48
+ Requires-Dist: sphinx ==6.1.3 ; extra == 'docs'
48
49
  Requires-Dist: sphinx-rtd-theme ; extra == 'docs'
49
50
  Requires-Dist: sphinx-autodoc-typehints ; extra == 'docs'
50
51
  Requires-Dist: sphinx-paramlinks ; extra == 'docs'
@@ -63,10 +64,10 @@ Requires-Dist: types-setuptools ; extra == 'tests'
63
64
  Requires-Dist: wheel ; extra == 'tests'
64
65
  Requires-Dist: twine ; extra == 'tests'
65
66
 
66
- <!-- THIS FILE IS EXCLUSIVELY MAINTAINED by the project aedev.tpl_namespace_root V0.3.13 -->
67
+ <!-- THIS FILE IS EXCLUSIVELY MAINTAINED by the project aedev.tpl_namespace_root V0.3.14 -->
67
68
  # __aedev__ namespace-root project
68
69
 
69
- aedev namespace-root: aedev namespace root, providing setup, development and documentation tools/templates for Python projects.
70
+ aedev_aedev namespace-root 0.3.21
70
71
 
71
72
 
72
73
  ## aedev namespace root package use-cases
@@ -107,7 +108,7 @@ to contribute to this root package. in this case please follow the instructions
107
108
 
108
109
  ## namespace portions
109
110
 
110
- the following 6 portions are currently included in this namespace:
111
+ the following 7 portions are currently included in this namespace:
111
112
 
112
113
  * [aedev_setup_project](https://pypi.org/project/aedev_setup_project "aedev namespace portion aedev_setup_project")
113
114
  * [aedev_tpl_project](https://pypi.org/project/aedev_tpl_project "aedev namespace portion aedev_tpl_project")
@@ -115,3 +116,4 @@ the following 6 portions are currently included in this namespace:
115
116
  * [aedev_tpl_app](https://pypi.org/project/aedev_tpl_app "aedev namespace portion aedev_tpl_app")
116
117
  * [aedev_git_repo_manager](https://pypi.org/project/aedev_git_repo_manager "aedev namespace portion aedev_git_repo_manager")
117
118
  * [aedev_setup_hook](https://pypi.org/project/aedev_setup_hook "aedev namespace portion aedev_setup_hook")
119
+ * [aedev_pythonanywhere](https://pypi.org/project/aedev_pythonanywhere "aedev namespace portion aedev_pythonanywhere")
@@ -0,0 +1,7 @@
1
+ aedev/aedev/__init__.py,sha256=nmZEVtJwyJAx0m0J3eu7V3QycBvreGpX-Jl8dTym5SA,138
2
+ aedev/aedev/templates/de_spt_namespace-root_de_otf_de_tpl_README.md,sha256=XLHtaFrPM2r95g5NZNFsliMUxlUkZbyvSrL-LWTDnfU,2841
3
+ aedev_aedev-0.3.21.dist-info/LICENSE.md,sha256=pPZRU-fDrvoxF_E3nHVTzTAM51abjOg_Nd4ONV0biHY,35002
4
+ aedev_aedev-0.3.21.dist-info/METADATA,sha256=myEyN8uTfjWqO9Gviq67IvM_l-wkPglyEJGRlnCcqeI,6053
5
+ aedev_aedev-0.3.21.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
6
+ aedev_aedev-0.3.21.dist-info/top_level.txt,sha256=mWQVNYhgjRLaFceFJH-NDKFiTfKip7vqDESYWJGkKqg,6
7
+ aedev_aedev-0.3.21.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.38.4)
2
+ Generator: bdist_wheel (0.43.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1,7 +0,0 @@
1
- aedev/aedev/__init__.py,sha256=cIWApEcDTXQ6EOL6BojcpnPvY2OYGxTG0sbpAgucF_c,138
2
- aedev/aedev/templates/de_spt_namespace-root_de_otf_de_tpl_README.md,sha256=2ZIT5_n24xBp8R5TfioIcldnRVI5qq1cMxJCldUygJ0,2841
3
- aedev_aedev-0.3.19.dist-info/LICENSE.md,sha256=KU-CRTNGAZA5H39bQ57vpNC7EBMLmSk6q4Ql88IApCk,35002
4
- aedev_aedev-0.3.19.dist-info/METADATA,sha256=k0GdTQeWaE4xxEE7hZvvlm_ARrunLJz4H7TqWQHs5B0,5979
5
- aedev_aedev-0.3.19.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
6
- aedev_aedev-0.3.19.dist-info/top_level.txt,sha256=mWQVNYhgjRLaFceFJH-NDKFiTfKip7vqDESYWJGkKqg,6
7
- aedev_aedev-0.3.19.dist-info/RECORD,,