quaerere-base-client contains the common elements shared between components of the Quaerere Platform.
- Documentation: http://quaerere-base-client.readthedocs.io/
- PyPI: https://pypi.org/project/quaerere-base-client/
- Source: https://github.com/QuaererePlatform/quaerere-base-client.git
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