Metadata-Version: 2.1
Name: shapeout2
Version: 2.0.0b7
Summary: User interface for real-time deformability cytometry (RT-DC)
Home-page: https://github.com/ZELLMECHANIK-DRESDEN/ShapeOut2
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.19.1)
Requires-Dist: fcswrite (>=0.5.1)
Requires-Dist: h5py (>=2.8.0)
Requires-Dist: numpy (>=1.9.0)
Requires-Dist: pyqt5
Requires-Dist: pyqtgraph (>=0.10.0)
Requires-Dist: scipy (>=0.13.0)

|ShapeOut2|
===========

|PyPI Version| |Tests Status Linux| |Tests Status Win| |Coverage Status| |Docs Status|


**Shape-Out 2** is the successor of
`Shape-Out <https://github.com/ZELLMECHANIK-DRESDEN/ShapeOut>`__,
a graphical user interface for the analysis and visualization of RT-DC data sets.
For more informaion please visit https://zellmechanik.com/.


Documentation
-------------

The documentation, including the code reference and examples, is available at
`shapeout2.readthedocs.io <https://shapeout2.readthedocs.io>`__.


Installation
------------

::

    pip install shapeout2


Testing
-------

::

    pip install -e .
    python setup.py test


.. |ShapeOut2| image:: https://raw.github.com/ZELLMECHANIK-DRESDEN/ShapeOut2/master/docs/logo/shapeout2_h50.png
.. |PyPI Version| image:: https://img.shields.io/pypi/v/ShapeOut2.svg
   :target: https://pypi.python.org/pypi/ShapeOut2
.. |Tests Status Linux| image:: https://img.shields.io/travis/ZELLMECHANIK-DRESDEN/ShapeOut2.svg?label=tests_linux
   :target: https://travis-ci.org/ZELLMECHANIK-DRESDEN/ShapeOut2
.. |Tests Status Win| image:: https://img.shields.io/appveyor/ci/paulmueller/ShapeOut2/master.svg?label=tests_win
   :target: https://ci.appveyor.com/project/paulmueller/ShapeOut2
.. |Coverage Status| image:: https://img.shields.io/codecov/c/github/ZELLMECHANIK-DRESDEN/ShapeOut2/master.svg
   :target: https://codecov.io/gh/ZELLMECHANIK-DRESDEN/ShapeOut2
.. |Docs Status| image:: https://readthedocs.org/projects/ShapeOut2/badge/?version=latest
   :target: https://readthedocs.org/projects/shapeout2/builds/


