quaerere-base-client

Common elements used in the Quaerere Platform clients


License
Other
Install
pip install quaerere-base-client==0.1.0rc5

Documentation

About

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

Links

Installation

Using pip:

pip install quaerere-base-client

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