Metadata-Version: 2.1
Name: ae-console
Version: 0.2.61
Summary: ae_console portion of python application environment namespace package
Home-page: https://gitlab.com/ae-group/ae_console
Author: Andi Ecker
Author-email: aecker2@gmail.com
License: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Keywords: productivity,application,environment,configuration,development
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: ae-base
Requires-Dist: ae-paths
Requires-Dist: ae-core
Requires-Dist: ae-literal
Requires-Dist: pyjnius
Requires-Dist: de-core
Provides-Extra: dev
Requires-Dist: ae-paths ; extra == 'dev'
Requires-Dist: anybadge ; extra == 'dev'
Requires-Dist: coverage-badge ; extra == 'dev'
Requires-Dist: flake8 ; extra == 'dev'
Requires-Dist: mypy ; extra == 'dev'
Requires-Dist: Pillow ; extra == 'dev'
Requires-Dist: pylint ; extra == 'dev'
Requires-Dist: pylint-exit ; extra == 'dev'
Requires-Dist: pytest ; extra == 'dev'
Requires-Dist: pytest-cov ; extra == 'dev'
Provides-Extra: docs
Provides-Extra: tests
Requires-Dist: ae-paths ; extra == 'tests'
Requires-Dist: anybadge ; extra == 'tests'
Requires-Dist: coverage-badge ; extra == 'tests'
Requires-Dist: flake8 ; extra == 'tests'
Requires-Dist: mypy ; extra == 'tests'
Requires-Dist: Pillow ; extra == 'tests'
Requires-Dist: pylint ; extra == 'tests'
Requires-Dist: pylint-exit ; extra == 'tests'
Requires-Dist: pytest ; extra == 'tests'
Requires-Dist: pytest-cov ; extra == 'tests'

<!--
  THIS FILE IS EXCLUSIVELY MAINTAINED IN THE NAMESPACE ROOT PACKAGE. CHANGES HAVE TO BE DONE THERE.
-->
# console portion of ae namespace package

[![GitLab develop](https://img.shields.io/gitlab/pipeline/ae-group/ae_console/develop?logo=python)](
    https://gitlab.com/ae-group/ae_console)
[![GitLab release](https://img.shields.io/gitlab/pipeline/ae-group/ae_console/release?logo=python)](
    https://gitlab.com/ae-group/ae_console/-/tree/release)
[![PyPIVersion](https://img.shields.io/pypi/v/ae_console)](
    https://pypi.org/project/ae-console/#history)

>this portion belongs to the `Application Environment for Python` - the `ae` namespace, which provides
useful classes and helper methods to develop full-featured applications with Python, running on multiple platforms.

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

[![PyPIImplementation](https://img.shields.io/pypi/implementation/ae_console)](
    https://pypi.org/project/ae-console/)
[![PyPIPyVersions](https://img.shields.io/pypi/pyversions/ae_console)](
    https://pypi.org/project/ae-console/)
[![PyPIWheel](https://img.shields.io/pypi/wheel/ae_console)](
    https://pypi.org/project/ae-console/)
[![PyPIFormat](https://img.shields.io/pypi/format/ae_console)](
    https://pypi.org/project/ae-console/)
[![PyPIStatus](https://img.shields.io/pypi/status/ae_console)](
    https://libraries.io/pypi/ae-console)
[![PyPIDownloads](https://img.shields.io/pypi/dm/ae_console)](
    https://pypi.org/project/ae-console/#files)


## installation


execute the following command to use the ae.console module in your application. it will install ae.console
into your python (virtual) environment:
 
```shell script
pip install ae-console
```

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

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

the last command will install this module portion into your virtual environment, along with the tools you need
to develop and run tests or to extend the portion documentation. to contribute 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.


## namespace portion documentation

detailed info on the features and usage of this portion is available at
[ReadTheDocs](https://ae.readthedocs.io/en/latest/_autosummary/ae.console.html#module-ae.console
"ae_console documentation").

<!-- common files version 0.2.82 deployed package/portion version 0.2.59)
     to https://gitlab.com/ae-group as ae_console module as well as
     to https://ae-group.gitlab.io with CI check results as well as
     to https://pypi.org/project/ae-console as namespace portion ae-console.
-->


