Metadata-Version: 2.1
Name: quaerere-base-flask
Version: 0.3.0
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
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
Requires-Dist: Flask-Classful (>=0.14.2)
Requires-Dist: arango-orm (==0.5.7)
Requires-Dist: python-arango (<5,>=4.4.0)
Requires-Dist: marshmallow (<3,>=2.16.0)

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
=====


