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