Skip to content

DCOR-dev/DCOR-Aid

Folders and files

NameName
Last commit message
Last commit date
Jan 8, 2025
Jun 26, 2024
Feb 4, 2025
Apr 20, 2024
Feb 4, 2025
Jan 24, 2025
Feb 4, 2025
Jun 12, 2020
Sep 25, 2020
Oct 30, 2023
Jan 24, 2025

Repository files navigation

DCOR-Aid

PyPI Version Build Status Coverage Status

DCOR-Aid is a GUI for managing data on DCOR (https://dcor.mpl.mpg.de).

Installation

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]

Testing

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