Skip to content

QuaererePlatform/quaerere-base-common

Repository files navigation

About

quaerere-base-common contains the common elements shared between components of the Quaerere Platform.

Links

Installation

Using pip:

pip install quaerere-base-common

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

Usage