Metadata-Version: 2.4
Name: aedev_commands
Version: 0.3.13
Summary: aedev namespace module portion commands: software development operation commands helpers
Home-page: https://gitlab.com/aedev-group/aedev_commands
Author: AndiEcker
Author-email: aecker2@gmail.com
License: GPL-3.0-or-later
Project-URL: Bug Tracker, https://gitlab.com/aedev-group/aedev_commands/-/issues
Project-URL: Documentation, https://aedev.readthedocs.io/en/latest/_autosummary/aedev.commands.html
Project-URL: Repository, https://gitlab.com/aedev-group/aedev_commands
Project-URL: Source, https://aedev.readthedocs.io/en/latest/_modules/aedev/commands.html
Keywords: configuration,development,environment,productivity
Classifier: Development Status :: 3 - Alpha
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: ae_base
Requires-Dist: ae_system
Requires-Dist: ae_paths
Requires-Dist: ae_core
Requires-Dist: ae_console
Requires-Dist: ae_shell
Requires-Dist: aedev_base
Provides-Extra: dev
Requires-Dist: aedev_project_tpls; extra == "dev"
Requires-Dist: aedev_aedev; extra == "dev"
Requires-Dist: anybadge; extra == "dev"
Requires-Dist: flake8; extra == "dev"
Requires-Dist: mypy; extra == "dev"
Requires-Dist: pylint; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Requires-Dist: typing; extra == "dev"
Requires-Dist: types-setuptools; extra == "dev"
Provides-Extra: docs
Provides-Extra: tests
Requires-Dist: anybadge; extra == "tests"
Requires-Dist: flake8; extra == "tests"
Requires-Dist: mypy; extra == "tests"
Requires-Dist: pylint; extra == "tests"
Requires-Dist: pytest; extra == "tests"
Requires-Dist: pytest-cov; extra == "tests"
Requires-Dist: typing; extra == "tests"
Requires-Dist: types-setuptools; extra == "tests"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: project-url
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

<!-- THIS FILE IS EXCLUSIVELY MAINTAINED by the project aedev.aedev v0.3.33 -->
<!-- THIS FILE IS EXCLUSIVELY MAINTAINED by the project aedev.namespace_root_tpls vlocal -->
# commands 0.3.13

[![GitLab develop](https://img.shields.io/gitlab/pipeline/aedev-group/aedev_commands/develop?logo=python)](
    https://gitlab.com/aedev-group/aedev_commands)
[![LatestPyPIrelease](
    https://img.shields.io/gitlab/pipeline/aedev-group/aedev_commands/release0.3.13?logo=python)](
    https://gitlab.com/aedev-group/aedev_commands/-/tree/release0.3.13)
[![PyPIVersions](https://img.shields.io/pypi/v/aedev_commands)](
    https://pypi.org/project/aedev-commands/#history)

>aedev namespace module portion commands: software development operation commands helpers.

[![Coverage](https://aedev-group.gitlab.io/aedev_commands/coverage.svg)](
    https://aedev-group.gitlab.io/aedev_commands/coverage/index.html)
[![MyPyPrecision](https://aedev-group.gitlab.io/aedev_commands/mypy.svg)](
    https://aedev-group.gitlab.io/aedev_commands/lineprecision.txt)
[![PyLintScore](https://aedev-group.gitlab.io/aedev_commands/pylint.svg)](
    https://aedev-group.gitlab.io/aedev_commands/pylint.log)

[![PyPIImplementation](https://img.shields.io/pypi/implementation/aedev_commands)](
    https://gitlab.com/aedev-group/aedev_commands/)
[![PyPIPyVersions](https://img.shields.io/pypi/pyversions/aedev_commands)](
    https://gitlab.com/aedev-group/aedev_commands/)
[![PyPIWheel](https://img.shields.io/pypi/wheel/aedev_commands)](
    https://gitlab.com/aedev-group/aedev_commands/)
[![PyPIFormat](https://img.shields.io/pypi/format/aedev_commands)](
    https://pypi.org/project/aedev-commands/)
[![PyPILicense](https://img.shields.io/pypi/l/aedev_commands)](
    https://gitlab.com/aedev-group/aedev_commands/-/blob/develop/LICENSE.md)
[![PyPIStatus](https://img.shields.io/pypi/status/aedev_commands)](
    https://libraries.io/pypi/aedev-commands)
[![PyPIDownloads](https://img.shields.io/pypi/dm/aedev_commands)](
    https://pypi.org/project/aedev-commands/#files)



## installation

execute the following command to install the
aedev.commands module
in the currently active virtual environment:
 
```shell script
pip install aedev-commands
```

if you want to contribute to this portion then first fork
[the aedev_commands repository at GitLab](
https://gitlab.com/aedev-group/aedev_commands "aedev.commands code repository").
after that pull it to your machine and finally execute the
following command in the root folder of this repository
(aedev_commands):

```shell script
pip install --editable .[dev]
```

this command installs this module portion project
along with the necessary tools to modify the source code,
run unit tests, and build documentation. to install only
the dependencies required for a specific task,  replace
`dev` with one of the following:

    * `tests`: for contributing to the unit test suite
    * `docs`: for maintaining and building documentation

more detailed explanations on how to contribute to this project
[are available here](
https://gitlab.com/aedev-group/aedev_commands/-/blob/develop/CONTRIBUTING.rst)


## namespace portion documentation

the documentation of the source code of this portion is available at
[ReadTheDocs](
https://aedev.readthedocs.io/en/latest/_autosummary/aedev.commands.html
"aedev_commands documentation").


