Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.29 KB

File metadata and controls

42 lines (28 loc) · 1.29 KB

DCOR-Aid

PyPI Version Build Status Coverage Status

DCOR-Aid is a GUI for managing data on DCOR (https://dc.readthedocs.io).

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]

After installation with pip, you can start DCOR-Aid with:

python -m dcoraid

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