Climate Data Store API
Project description
Install
Source install with:
pip install -U -r requirements.txt pip install -e .
Test
Install test dependencies:
pip install -U -r requirements-tests.txt
Launch tests:
pytest -v tests
Develop
Install development dependencies:
pip install -U -r requirements-dev.txt