Metadata-Version: 2.4
Name: aedev_namespace_root_tpls
Version: 0.3.21
Summary: aedev namespace package portion namespace_root_tpls: templates and outsourced 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.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: aedev_aedev; extra == "dev"
Requires-Dist: anybadge; extra == "dev"
Requires-Dist: coverage-badge; extra == "dev"
Requires-Dist: aedev_project_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_project_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 aedev.aedev v0.3.26 -->
<!-- THIS FILE IS EXCLUSIVELY MAINTAINED by the project aedev.namespace_root_tpls v0.3.18 -->
# namespace_root_tpls 0.3.21

[![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.21?logo=python)](
    https://gitlab.com/aedev-group/aedev_namespace_root_tpls/-/tree/release0.3.21)
[![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 and outsourced 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 -e .[dev]
```

the last command will install this package 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_namespace_root_tpls/-/blob/develop/CONTRIBUTING.rst)


## namespace portion documentation

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