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 +1 -1
- aedev/aedev/templates/de_spt_namespace-root_de_otf_de_tpl_README.md +21 -21
- {aedev_aedev-0.3.19.dist-info → aedev_aedev-0.3.21.dist-info}/LICENSE.md +1 -1
- {aedev_aedev-0.3.19.dist-info → aedev_aedev-0.3.21.dist-info}/METADATA +9 -7
- aedev_aedev-0.3.21.dist-info/RECORD +7 -0
- {aedev_aedev-0.3.19.dist-info → aedev_aedev-0.3.21.dist-info}/WHEEL +1 -1
- aedev_aedev-0.3.19.dist-info/RECORD +0 -7
- {aedev_aedev-0.3.19.dist-info → aedev_aedev-0.3.21.dist-info}/top_level.txt +0 -0
aedev/aedev/__init__.py
CHANGED
|
@@ -1,36 +1,36 @@
|
|
|
1
|
-
<!-- THIS FILE IS EXCLUSIVELY MAINTAINED by the project aedev.tpl_namespace_root V0.3.
|
|
2
|
-
# {portion_name} {
|
|
1
|
+
<!-- THIS FILE IS EXCLUSIVELY MAINTAINED by the project aedev.tpl_namespace_root V0.3.14 -->
|
|
2
|
+
# {portion_name} {project_version}
|
|
3
3
|
|
|
4
|
-
[](
|
|
5
5
|
{repo_url})
|
|
6
6
|
[](
|
|
8
8
|
{repo_url}/-/tree/release{pypi_versions[-1]})
|
|
9
|
-
[](
|
|
10
10
|
{pypi_url}/#history)
|
|
11
11
|
|
|
12
12
|
>{project_desc}.
|
|
13
13
|
|
|
14
|
-
[](
|
|
15
|
+
{repo_pages}/{project_name}/coverage/index.html)
|
|
16
|
+
[](
|
|
17
|
+
{repo_pages}/{project_name}/lineprecision.txt)
|
|
18
|
+
[](
|
|
19
|
+
{repo_pages}/{project_name}/pylint.log)
|
|
20
20
|
|
|
21
|
-
[](
|
|
22
22
|
{repo_url}/)
|
|
23
|
-
[](
|
|
24
24
|
{repo_url}/)
|
|
25
|
-
[](
|
|
26
26
|
{repo_url}/)
|
|
27
|
-
[](
|
|
28
28
|
{pypi_url}/)
|
|
29
|
-
[](
|
|
30
30
|
{repo_url}/-/blob/develop/LICENSE.md)
|
|
31
|
-
[](
|
|
32
32
|
https://libraries.io/pypi/{pip_name})
|
|
33
|
-
[](
|
|
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 {
|
|
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
|
-
({
|
|
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
|
-
"{
|
|
76
|
+
"{project_name} documentation").
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
|
-
Name:
|
|
3
|
-
Version: 0.3.
|
|
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:
|
|
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
|
|
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.
|
|
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
|
-
|
|
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
|
|
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,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,,
|
|
File without changes
|