DCOR-dev / DCOR-Aid

GUI for managing data on DCOR
https://dcor.mpl.mpg.de
GNU General Public License v3.0
1 stars 2 forks source link

|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 <https://github.com/DCOR-dev/DCOR-Aid/releases>__.

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

.. |DCOR-Aid| image:: https://raw.github.com/DCOR-dev/DCOR-Aid/master/dcoraid/img/dcoraid_text.png .. |PyPI Version| image:: https://img.shields.io/pypi/v/dcoraid.svg :target: https://pypi.python.org/pypi/DCOR-Aid .. |Build Status| image:: https://img.shields.io/github/actions/workflow/status/DCOR-dev/DCOR-Aid/check.yml :target: https://github.com/DCOR-dev/DCOR-Aid/actions?query=workflow%3AChecks .. |Coverage Status| image:: https://img.shields.io/codecov/c/github/DCOR-dev/DCOR-Aid/master.svg :target: https://codecov.io/gh/DCOR-dev/DCOR-Aid