Metadata-Version: 2.1
Name: ae-enaml-app
Version: 0.3.23
Summary: ae namespace package portion enaml_app: enaml application widgets, helper functions and classes
Home-page: https://gitlab.com/ae-group/ae_enaml_app
Author: AndiEcker
Author-email: aecker2@gmail.com
License: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Keywords: configuration,development,environment,productivity
Platform: UNKNOWN
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.6
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: atom
Requires-Dist: enaml
Requires-Dist: pyqt5
Requires-Dist: qtpy
Requires-Dist: ae-files
Requires-Dist: ae-gui-app
Provides-Extra: dev
Requires-Dist: ae ; extra == 'dev'
Requires-Dist: aedev-tpl-project ; 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: types-setuptools ; 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: types-setuptools ; extra == 'tests'

<!-- THIS FILE IS EXCLUSIVELY MAINTAINED by the project ae V0.2.85 -->
<!-- THIS FILE IS EXCLUSIVELY MAINTAINED by the project aedev_tpl_namespace_root V0.3.6 -->
# enaml_app 0.3.23

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

>ae namespace package portion enaml_app: enaml application widgets, helper functions and classes.

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

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


## installation


execute the following command to install the
ae.enaml_app package
in the currently active virtual environment:
 
```shell script
pip install ae-enaml-app
```

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

```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_enaml_app/-/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.enaml_app.html#module-ae.enaml_app
"ae_enaml_app documentation").


