Utility scripts used to automate some tasks that occur during the administration of the Artemis system and helper scripts to apply necessary fixes in case of breaking changes and major updates.
Python dependencies are managed using uv.
The project.scripts
entry in pyproject.toml
contains a list of scripts that can be run like uv run script_name
.
The script itself usually accepts a --help
option to show the possible arguments.
More detailed documentation about the script’s purpose is placed as module-level documentation in the script file itself.
Licensed under the EUPL-1.2-or-later.
See LICENSE
or https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12 for the full licence text.