DCOR-Aid is a GUI for managing data on DCOR (https://dcor.mpl.mpg.de).
Installers for Windows and macOS are available at the release page.
If you have Python 3 installed, you can install DCOR-Aid with
pip install dcoraid[GUI]
By default, testing is done with https://dcor-dev.mpl.mpg.de and the user
"dcoraid". The API key must either be present in the environment variable
DCOR_API_KEY
or in the file tests/api_key
.
pip install -e .[GUI] pip install pytest pytest-qt pytest tests