Metadata-Version: 2.1
Name: ae_gui_help
Version: 0.3.52
Summary: ae namespace package portion gui_help: main app base class with context help for flow and app state changes
Home-page: https://gitlab.com/ae-group/ae_gui_help
Author: AndiEcker
Author-email: aecker2@gmail.com
License: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Project-URL: Bug Tracker, https://gitlab.com/ae-group/ae_gui_help/-/issues
Project-URL: Documentation, https://ae.readthedocs.io/en/latest/_autosummary/ae.gui_help.html
Project-URL: Repository, https://gitlab.com/ae-group/ae_gui_help
Project-URL: Source, https://ae.readthedocs.io/en/latest/_modules/ae/gui_help.html
Keywords: configuration,development,environment,productivity
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
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
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: ae_base
Requires-Dist: ae_dynamicod
Requires-Dist: ae_i18n
Requires-Dist: ae_gui_app
Provides-Extra: dev
Requires-Dist: aedev_tpl_project; 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"
Requires-Dist: wheel; extra == "dev"
Requires-Dist: twine; 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"
Requires-Dist: wheel; extra == "tests"
Requires-Dist: twine; extra == "tests"

<!-- THIS FILE IS EXCLUSIVELY MAINTAINED by the project ae.ae V0.3.95 -->
<!-- THIS FILE IS EXCLUSIVELY MAINTAINED by the project aedev.tpl_namespace_root V0.3.14 -->
# gui_help 0.3.52

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

>ae_gui_help package 0.3.52.

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

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


## installation


execute the following command to install the
ae.gui_help package
in the currently active virtual environment:
 
```shell script
pip install ae-gui-help
```

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

```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/ae-group/ae_gui_help/-/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.gui_help.html
"ae_gui_help documentation").
