Metadata-Version: 2.1
Name: dckit
Version: 0.12.3
Summary: Graphical toolkit for RT-DC data management
Home-page: https://github.com/ZELLMECHANIK-DRESDEN/DCKit
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: dclab[tdms] (==0.32.2)
Requires-Dist: h5py (>=2.8.0)
Requires-Dist: imageio[ffmpeg] (>=2.8.0)
Requires-Dist: nptdms (>=0.27.0)
Requires-Dist: numpy
Requires-Dist: pyqt5

|DCKit|
=======

|PyPI Version| |Build Status Unix| |Build Status Win| |Coverage Status|


**DCKit** is a graphical toolkit for performing several data editing
tasks that would otherwise be only available via the
`dclab command-line interface <https://dclab.readthedocs.io/en/stable/sec_cli.html>`__
or (for the .rtdc file format) via external tools such as
`HDFView <https://www.hdfgroup.org/downloads/hdfview/>`__.


Installation
------------
A Windows installer and macOS packages are available from the
`release page <https://github.com/ZELLMECHANIK-DRESDEN/DCKit/releases>`__.
If you have Python 3 installed, you may also use pip to install DCKit:
::

    # install dckit
    pip install dckit
    # run dckit
    dckit


Usage
-----
The interface is mostly self-explanatory. Add measurements via the options
in the ``File`` menu or by drag-and-dropping files into DCKit. You may edit
entries in the ``Sample`` column and apply the changes via the
``Update sample names`` button on the right.


Testing
-------

::

    pip install -e .
    python setup.py test


.. |DCKit| image:: https://raw.github.com/ZELLMECHANIK-DRESDEN/DCKit/master/docs/logo/dckit_h50.png
.. |PyPI Version| image:: https://img.shields.io/pypi/v/dckit.svg
   :target: https://pypi.python.org/pypi/dckit
.. |Build Status Unix| image:: https://img.shields.io/github/workflow/status/ZELLMECHANIK-DRESDEN/DCKit/Checks
   :target: https://github.com/ZELLMECHANIK-DRESDEN/DCKit/actions?query=workflow%3AChecks
.. |Build Status Win| image:: https://img.shields.io/appveyor/ci/paulmueller/DCKit/master.svg?label=build_win
   :target: https://ci.appveyor.com/project/paulmueller/DCKit
.. |Coverage Status| image:: https://img.shields.io/codecov/c/github/ZELLMECHANIK-DRESDEN/DCKit/master.svg
   :target: https://codecov.io/gh/ZELLMECHANIK-DRESDEN/DCKit


