ae-shell 0.3.2__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.
@@ -0,0 +1,140 @@
1
+ Metadata-Version: 2.4
2
+ Name: ae_shell
3
+ Version: 0.3.2
4
+ Summary: ae namespace module portion shell: shell execution and environment helpers
5
+ Home-page: https://gitlab.com/ae-group/ae_shell
6
+ Author: AndiEcker
7
+ Author-email: aecker2@gmail.com
8
+ License: GPL-3.0-or-later
9
+ Project-URL: Bug Tracker, https://gitlab.com/ae-group/ae_shell/-/issues
10
+ Project-URL: Documentation, https://ae.readthedocs.io/en/latest/_autosummary/ae.shell.html
11
+ Project-URL: Repository, https://gitlab.com/ae-group/ae_shell
12
+ Project-URL: Source, https://ae.readthedocs.io/en/latest/_modules/ae/shell.html
13
+ Keywords: configuration,development,environment,productivity
14
+ Classifier: Development Status :: 3 - Alpha
15
+ Classifier: Natural Language :: English
16
+ Classifier: Operating System :: OS Independent
17
+ Classifier: Programming Language :: Python
18
+ Classifier: Programming Language :: Python :: 3
19
+ Classifier: Programming Language :: Python :: 3.9
20
+ Classifier: Topic :: Software Development :: Libraries :: Python Modules
21
+ Classifier: Typing :: Typed
22
+ Requires-Python: >=3.9
23
+ Description-Content-Type: text/markdown
24
+ License-File: LICENSE.md
25
+ Provides-Extra: dev
26
+ Requires-Dist: aedev_project_tpls; extra == "dev"
27
+ Requires-Dist: ae_ae; extra == "dev"
28
+ Requires-Dist: anybadge; extra == "dev"
29
+ Requires-Dist: coverage-badge; extra == "dev"
30
+ Requires-Dist: aedev_git_repo_manager; extra == "dev"
31
+ Requires-Dist: flake8; extra == "dev"
32
+ Requires-Dist: mypy; extra == "dev"
33
+ Requires-Dist: pylint; extra == "dev"
34
+ Requires-Dist: pytest; extra == "dev"
35
+ Requires-Dist: pytest-cov; extra == "dev"
36
+ Requires-Dist: pytest-django; extra == "dev"
37
+ Requires-Dist: typing; extra == "dev"
38
+ Requires-Dist: types-setuptools; extra == "dev"
39
+ Provides-Extra: docs
40
+ Provides-Extra: tests
41
+ Requires-Dist: anybadge; extra == "tests"
42
+ Requires-Dist: coverage-badge; extra == "tests"
43
+ Requires-Dist: aedev_git_repo_manager; extra == "tests"
44
+ Requires-Dist: flake8; extra == "tests"
45
+ Requires-Dist: mypy; extra == "tests"
46
+ Requires-Dist: pylint; extra == "tests"
47
+ Requires-Dist: pytest; extra == "tests"
48
+ Requires-Dist: pytest-cov; extra == "tests"
49
+ Requires-Dist: pytest-django; extra == "tests"
50
+ Requires-Dist: typing; extra == "tests"
51
+ Requires-Dist: types-setuptools; extra == "tests"
52
+ Dynamic: author
53
+ Dynamic: author-email
54
+ Dynamic: classifier
55
+ Dynamic: description
56
+ Dynamic: description-content-type
57
+ Dynamic: home-page
58
+ Dynamic: keywords
59
+ Dynamic: license
60
+ Dynamic: license-file
61
+ Dynamic: project-url
62
+ Dynamic: provides-extra
63
+ Dynamic: requires-python
64
+ Dynamic: summary
65
+
66
+ <!-- THIS FILE IS EXCLUSIVELY MAINTAINED by the project ae.ae v0.3.96 -->
67
+ <!-- THIS FILE IS EXCLUSIVELY MAINTAINED by the project aedev.tpl_namespace_root V0.3.14 -->
68
+ # shell 0.3.2
69
+
70
+ [![GitLab develop](https://img.shields.io/gitlab/pipeline/ae-group/ae_shell/develop?logo=python)](
71
+ https://gitlab.com/ae-group/ae_shell)
72
+ [![LatestPyPIrelease](
73
+ https://img.shields.io/gitlab/pipeline/ae-group/ae_shell/release?logo=python)](
74
+ https://gitlab.com/ae-group/ae_shell/-/tree/release)
75
+ [![PyPIVersions](https://img.shields.io/pypi/v/ae_shell)](
76
+ https://pypi.org/project/ae-shell/#history)
77
+
78
+ >ae namespace module portion shell: shell execution and environment helpers.
79
+
80
+ [![Coverage](https://ae-group.gitlab.io/ae_shell/coverage.svg)](
81
+ https://ae-group.gitlab.io/ae_shell/coverage/index.html)
82
+ [![MyPyPrecision](https://ae-group.gitlab.io/ae_shell/mypy.svg)](
83
+ https://ae-group.gitlab.io/ae_shell/lineprecision.txt)
84
+ [![PyLintScore](https://ae-group.gitlab.io/ae_shell/pylint.svg)](
85
+ https://ae-group.gitlab.io/ae_shell/pylint.log)
86
+
87
+ [![PyPIImplementation](https://img.shields.io/pypi/implementation/ae_shell)](
88
+ https://gitlab.com/ae-group/ae_shell/)
89
+ [![PyPIPyVersions](https://img.shields.io/pypi/pyversions/ae_shell)](
90
+ https://gitlab.com/ae-group/ae_shell/)
91
+ [![PyPIWheel](https://img.shields.io/pypi/wheel/ae_shell)](
92
+ https://gitlab.com/ae-group/ae_shell/)
93
+ [![PyPIFormat](https://img.shields.io/pypi/format/ae_shell)](
94
+ https://pypi.org/project/ae-shell/)
95
+ [![PyPILicense](https://img.shields.io/pypi/l/ae_shell)](
96
+ https://gitlab.com/ae-group/ae_shell/-/blob/develop/LICENSE.md)
97
+ [![PyPIStatus](https://img.shields.io/pypi/status/ae_shell)](
98
+ https://libraries.io/pypi/ae-shell)
99
+ [![PyPIDownloads](https://img.shields.io/pypi/dm/ae_shell)](
100
+ https://pypi.org/project/ae-shell/#files)
101
+
102
+
103
+ ## installation
104
+
105
+
106
+ execute the following command to install the
107
+ ae.shell module
108
+ in the currently active virtual environment:
109
+
110
+ ```shell script
111
+ pip install ae-shell
112
+ ```
113
+
114
+ if you want to contribute to this portion then first fork
115
+ [the ae_shell repository at GitLab](
116
+ https://gitlab.com/ae-group/ae_shell "ae.shell code repository").
117
+ after that pull it to your machine and finally execute the
118
+ following command in the root folder of this repository
119
+ (ae_shell):
120
+
121
+ ```shell script
122
+ pip install -e .[dev]
123
+ ```
124
+
125
+ the last command will install this module portion, along with the tools you need
126
+ to develop and run tests or to extend the portion documentation. to contribute only to the unit tests or to the
127
+ documentation of this portion, replace the setup extras key `dev` in the above command with `tests` or `docs`
128
+ respectively.
129
+
130
+ more detailed explanations on how to contribute to this project
131
+ [are available here](
132
+ https://gitlab.com/ae-group/ae_shell/-/blob/develop/CONTRIBUTING.rst)
133
+
134
+
135
+ ## namespace portion documentation
136
+
137
+ information on the features and usage of this portion are available at
138
+ [ReadTheDocs](
139
+ https://ae.readthedocs.io/en/latest/_autosummary/ae.shell.html
140
+ "ae_shell documentation").
@@ -0,0 +1,7 @@
1
+ ae/shell.py,sha256=CVl0fG-zkFXoqiYqmCBm5m5hzUvhJBlHSGLWHP1yhuQ,78019
2
+ ae_shell-0.3.2.dist-info/licenses/LICENSE.md,sha256=0g3tHWG2bfmLGyuM0e0YzSXT8As8eN1b0VQIqXMWTMg,35003
3
+ ae_shell-0.3.2.dist-info/METADATA,sha256=tvY7IqGxCoxcAZrdueTAbQrEQ_1KEe4sVPRaqB6RerA,5469
4
+ ae_shell-0.3.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
5
+ ae_shell-0.3.2.dist-info/top_level.txt,sha256=vUdgAslSmhZLXWU48fm8AG2BjVnkOWLco8rzuW-5zY0,3
6
+ ae_shell-0.3.2.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
7
+ ae_shell-0.3.2.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (80.9.0)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+