Metadata-Version: 2.1
Name: dcoraid
Version: 0.0.7
Summary: GUI for managing data on DCOR
Home-page: https://github.com/DCOR-dev/DCOR-Aid
Author: Paul Müller
Author-email: dev@craban.de
License: GPL v3
Keywords: RT-DC,deformability,cytometry,zellmechanik
Platform: ALL
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Intended Audience :: Science/Research
Requires-Python: >=3.6, <4
Requires-Dist: appdirs
Requires-Dist: dclab (>=0.28.0)
Requires-Dist: pyqt5
Requires-Dist: requests
Requires-Dist: requests-toolbelt

|DCOR-Aid|
==========

|PyPI Version| |Tests Status Linux| |Tests Status Win| |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


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 .
    python setup.py test


.. |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
.. |Tests Status Linux| image:: https://img.shields.io/travis/DCOR-dev/DCOR-Aid.svg?label=tests_linux
   :target: https://travis-ci.com/DCOR-dev/DCOR-Aid
.. |Tests Status Win| image:: https://img.shields.io/appveyor/ci/paulmueller/DCOR-Aid/master.svg?label=tests_win
   :target: https://ci.appveyor.com/project/paulmueller/DCOR-Aid
.. |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


