Metadata-Version: 2.1
Name: ae-kivy-qr-displayer
Version: 0.2.6
Summary: ae_kivy_qr_displayer portion of python application environment namespace package
Home-page: https://gitlab.com/ae-group/ae_kivy_qr_displayer
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
Provides-Extra: docs
Provides-Extra: tests
Provides-Extra: dev
License-File: LICENSE.md

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

[![GitLabPipeline](https://img.shields.io/gitlab/pipeline/ae-group/ae_kivy_qr_displayer/master?logo=python)](
    https://gitlab.com/ae-group/ae_kivy_qr_displayer)
[![PyPIVersion](https://img.shields.io/pypi/v/ae_kivy_qr_displayer)](
    https://pypi.org/project/ae-kivy-qr-displayer/#history)

>The portions (modules and sub-packages) of the Application Environment for Python are within
the `ae` namespace and are providing helper methods and classes to develop
full-featured applications with Python.

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

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


## installation


execute the following command to use the ae.kivy_qr_displayer sub-package in your
application. it will install ae.kivy_qr_displayer into your python (virtual) environment:
 
```shell script
pip install ae-kivy-qr-displayer
```

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

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

the last command will install this sub-package portion into your virtual environment, 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.


## namespace portion documentation

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

<!-- common files version 0.2.77 deployed version 0.2.5 (with 0.2.77)
     to https://gitlab.com/ae-group as ae_kivy_qr_displayer sub-package as well as
     to https://ae-group.gitlab.io with CI check results as well as
     to https://pypi.org/project/ae-kivy-qr-displayer as namespace portion ae-kivy-qr-displayer.
-->


