Metadata-Version: 2.4
Name: aedev_namespace_root_tpls
Version: 0.3.31
Summary: aedev namespace package portion namespace_root_tpls: templates (managed files) for namespace root projects.
Home-page: https://gitlab.com/aedev-group/aedev_namespace_root_tpls
Author: AndiEcker
Author-email: aecker2@gmail.com
License: GPL-3.0-or-later
Project-URL: Bug Tracker, https://gitlab.com/aedev-group/aedev_namespace_root_tpls/-/issues
Project-URL: Documentation, https://aedev.readthedocs.io/en/latest/_autosummary/aedev.namespace_root_tpls.html
Project-URL: Repository, https://gitlab.com/aedev-group/aedev_namespace_root_tpls
Project-URL: Source, https://aedev.readthedocs.io/en/latest/_modules/aedev/namespace_root_tpls.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
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-python
Dynamic: summary

<!-- THIS FILE IS EXCLUSIVELY MAINTAINED by the project aedev.aedev vlocal -->
<!-- THIS FILE IS EXCLUSIVELY MAINTAINED by the project aedev.namespace_root_tpls vlocal -->
# namespace_root_tpls 0.3.31

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

>aedev namespace package portion namespace_root_tpls: templates (managed files) for namespace root projects..

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

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



## installation

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

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

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

this command installs this package 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_namespace_root_tpls/-/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.namespace_root_tpls.html
"aedev_namespace_root_tpls documentation").


