Metadata-Version: 2.4
Name: aedev_project_vars
Version: 0.3.14
Summary: aedev namespace module portion project_vars: project development variables
Home-page: https://gitlab.com/aedev-group/aedev_project_vars
Author: AndiEcker
Author-email: aecker2@gmail.com
License: GPL-3.0-or-later
Project-URL: Bug Tracker, https://gitlab.com/aedev-group/aedev_project_vars/-/issues
Project-URL: Documentation, https://aedev.readthedocs.io/en/latest/_autosummary/aedev.project_vars.html
Project-URL: Repository, https://gitlab.com/aedev-group/aedev_project_vars
Project-URL: Source, https://aedev.readthedocs.io/en/latest/_modules/aedev/project_vars.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: setuptools
Requires-Dist: ae_base
Requires-Dist: ae_paths
Requires-Dist: ae_core
Requires-Dist: ae_shell
Requires-Dist: ae_managed_files
Requires-Dist: aedev_base
Requires-Dist: aedev_commands
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 -->
# project_vars 0.3.14

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

>aedev namespace module portion project_vars: project development variables.

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

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



## installation

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

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

```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_project_vars/-/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.project_vars.html
"aedev_project_vars documentation").


