fairdata-download
provides packaging and download of published datasets, or subsets of datasets, available via Etsin.
See installation instructions.
See configuration instructions.
See testing instructions.
Python dependencies are managed with Poetry
# Setup part 1: Install pipx:
https://github.com/pypa/pipx
# Setup part 2: Then, with pipx install poetry
pipx install poetry
# Installing dependencies
poetry install
# Add dependency
poetry add {{ dependency }}
# Add dev dependency
poetry add --dev {{ dependency }}
# Edit dependency (or dev dependency) version
{{ edit_command }} pyproject.toml
# Update requirements.txt
poetry export --without-hashes -o requirements.txt
# Update requirements-dev.txt
poetry export --dev --without-hashes -o requirements-dev.txt
Copyright (c) 2018-2022 Ministry of Education and Culture, Finland
Licensed under MIT License