quaerere-columbia-client is the client library used to interact with the columbia service RESTful API
- Documentation: http://columbia-client.readthedocs.io/
- PyPI: https://pypi.org/project/quaerere-columbia-client/
- Source: https://github.com/QuaererePlatform/columbia-client.git
Using pip:
pip install quaerere-columbia-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