Metadata-Version: 1.2
Name: quaerere-base-flask
Version: 0.2.1
Summary: Base for QuaererePlatform projects that utilize Flask
Home-page: https://github.com/QuaererePlatform/quaerere-base-flask
Author: Caitlyn O'Hanna
Author-email: ravenoak@virtualxistenz.com
License: AGPLv3+
Project-URL: Documentation, http://quaerere-base-flask.readthedocs.io/
Project-URL: Source Code, https://github.com/QuaererePlatform/quaerere-base-flask
Description: About
        =====
        
        **quaerere-base-flask** contains the common elements shared between components of the Quaerere Platform.
        
        
        Links
        -----
        
        * Documentation: http://quaerere-base-flask.readthedocs.io/
        * PyPI: https://pypi.org/project/quaerere-base-flask/
        * Source: https://github.com/QuaererePlatform/quaerere-base-flask.git
        
        
        Installation
        ============
        
        Using pip:
        
        .. code-block:: shell
        
           pip install quaerere-base-flask
        
        Or using setup.py:
        
        .. code-block:: shell
        
           python setup.py install
        
        
        Tests can be ran using:
        
        .. code-block:: shell
        
           python setup.py test
        
        
        Documentation can be generated using:
        
        .. code-block:: shell
        
           python setup.py build_sphinx
        
        
        Usage
        =====
        
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Web Environment
Classifier: Framework :: Flask
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >= 3.6
