Metadata-Version: 2.4
Name: ae_base
Version: 0.3.67
Summary: ae namespace module portion base: basic constants, helper functions and context managers
Home-page: https://gitlab.com/ae-group/ae_base
Author: AndiEcker
Author-email: aecker2@gmail.com
License: GPL-3.0-or-later
Project-URL: Bug Tracker, https://gitlab.com/ae-group/ae_base/-/issues
Project-URL: Documentation, https://ae.readthedocs.io/en/latest/_autosummary/ae.base.html
Project-URL: Repository, https://gitlab.com/ae-group/ae_base
Project-URL: Source, https://ae.readthedocs.io/en/latest/_modules/ae/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.9
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE.md
Provides-Extra: dev
Requires-Dist: aedev_project_tpls; extra == "dev"
Requires-Dist: ae_ae; extra == "dev"
Requires-Dist: anybadge; extra == "dev"
Requires-Dist: coverage-badge; extra == "dev"
Requires-Dist: aedev_git_repo_manager; 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: pytest-django; 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: coverage-badge; extra == "tests"
Requires-Dist: aedev_git_repo_manager; 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: pytest-django; 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-python
Dynamic: summary

<!-- THIS FILE IS EXCLUSIVELY MAINTAINED by the project ae.ae v0.3.96 -->
<!-- THIS FILE IS EXCLUSIVELY MAINTAINED by the project aedev.tpl_namespace_root V0.3.14 -->
# base 0.3.67

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

>ae namespace module portion base: basic constants, helper functions and context managers.

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

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


## installation


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

if you want to contribute to this portion then first fork
[the ae_base repository at GitLab](
https://gitlab.com/ae-group/ae_base "ae.base code repository").
after that pull it to your machine and finally execute the
following command in the root folder of this repository
(ae_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/ae-group/ae_base/-/blob/develop/CONTRIBUTING.rst)


## namespace portion documentation

information on the features and usage of this portion are available at
[ReadTheDocs](
https://ae.readthedocs.io/en/latest/_autosummary/ae.base.html
"ae_base documentation").
