Metadata-Version: 2.4
Name: aedev_base
Version: 0.3.5
Summary: aedev namespace module portion base: base development constants and helpers
Home-page: https://gitlab.com/aedev-group/aedev_base
Author: AndiEcker
Author-email: aecker2@gmail.com
License: GPL-3.0-or-later
Project-URL: Bug Tracker, https://gitlab.com/aedev-group/aedev_base/-/issues
Project-URL: Documentation, https://aedev.readthedocs.io/en/latest/_autosummary/aedev.base.html
Project-URL: Repository, https://gitlab.com/aedev-group/aedev_base
Project-URL: Source, https://aedev.readthedocs.io/en/latest/_modules/aedev/base.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: packaging
Requires-Dist: ae_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.32 -->
<!-- THIS FILE IS EXCLUSIVELY MAINTAINED by the project aedev.namespace_root_tpls v0.3.27 -->
# base 0.3.5

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

>aedev namespace module portion base: base development constants and helpers.

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

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



## installation

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

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

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

the last command will install this module portion, along with the tools you need
to develop and run tests or to extend the portion documentation. to contribute only to the unit tests or to the
documentation of this portion, replace the setup extras key `dev` in the above command with `tests` or `docs`
respectively.

more detailed explanations on how to contribute to this project
[are available here](
https://gitlab.com/aedev-group/aedev_base/-/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.base.html
"aedev_base documentation").


