Metadata-Version: 2.1
Name: ae-literal
Version: 0.0.3
Summary: ae_literal portion of python application environment namespace package
Home-page: https://gitlab.com/ae-group/ae_literal
Author: Andi Ecker
Author-email: aecker2@gmail.com
License: UNKNOWN
Description: <!--
        # THIS FILE IS EXCLUSIVELY MAINTAINED IN THE AE ROOT PACKAGE. ANY CHANGES SHOULD BE DONE THERE.
        # All changes will be deployed automatically to all the portions of this namespace package.
        -->
        # Version 0.0.3 Of ae_literal Portion Of ae Namespace Package
        
        The portions (modules and sub-packages) of the Application Environment for Python are within
        the `ae` namespace and are providing helper methods and classes for to develop
        full-featured applications with Python.
        
        
        ## Installation
        
        For to only use this portion in your code type in your command shell:
         
        ```shell script
        pip install ae-literal
        ```
        
        If you instead want to contribute to this portion then first fork this repository,
        then pull it to your machine and execute in the root folder of this repository:
        
        ```shell script
        pip install -e .[dev]
        ```
        
        The last command will install this portion into your virtual environment, along with
        the tools you need to develop and run tests or for to extend the portion documentation.
        For to contribute only to the unit tests or 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.literal.html#module-ae.literal
        "ae_literal documentation").
        
Keywords: productivity,application,environment,configuration,development
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
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: dev
Provides-Extra: tests
