quaerere-base-flask contains the common elements shared between components of the Quaerere Platform.
- Documentation: http://quaerere-base-flask.readthedocs.io/
- PyPI: https://pypi.org/project/quaerere-base-flask/
- Source: https://github.com/QuaererePlatform/quaerere-base-flask.git
Using pip:
pip install quaerere-base-flask
Or using setup.py:
python setup.py install
Tests can be ran using:
python setup.py test
Documentation can be generated using:
python setup.py build_sphinx