Metadata-Version: 2.1
Name: shapeout
Version: 0.8.8
Summary: User interface for real-time deformability cytometry (RT-DC)
Home-page: https://github.com/ZELLMECHANIK-DRESDEN/ShapeOut
Author: Paul Müller
Author-email: dev@craban.de
License: GPL v2
Keywords: RT-DC,deformability,cytometry,zellmechanik
Platform: ALL
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Intended Audience :: Science/Research
Provides-Extra: GUI
Requires-Dist: appdirs
Requires-Dist: dclab (>=0.7.0)
Requires-Dist: fcswrite (>=0.4.1)
Requires-Dist: h5py
Requires-Dist: imageio (>=2.3.0)
Requires-Dist: nptdms
Requires-Dist: numpy (>=1.9.0)
Requires-Dist: pyper
Requires-Dist: scipy (>=0.13.0)
Provides-Extra: GUI
Requires-Dist: chaco; extra == 'GUI'
Requires-Dist: simplejson; extra == 'GUI'
Requires-Dist: wxPython; extra == 'GUI'

|ShapeOut|
==========

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


ShapeOut is a graphical user interface for the analysis
and visualization of RT-DC data sets. For more informaion please visit
http://zellmechanik.com/.


Manual and User Guide
---------------------
The manual and user guide can be found at http://www.zellmechanik.com/download.


Installation
------------
Installers for ShapeOut are available at the `release page <https://github.com/ZELLMECHANIK-DRESDEN/ShapeOut/releases>`__.


Citing ShapeOut
---------------
Please cite ShapeOut either in-line

::

  (...) using the analysis software ShapeOut version X.X.X (available at
  https://github.com/ZELLMECHANIK-DRESDEN/ShapeOut).

or in a bibliography

::

  Paul Müller and others (2015), ShapeOut version X.X.X: Analysis software
  for real-time deformability cytometry [Software]. Available at
  https://github.com/ZELLMECHANIK-DRESDEN/ShapeOut.

and replace ``X.X.X`` with the version of ShapeOut that you used.


Development
-----------
Details on running ShapeOut from source, contributing, testing, and releasing new versions
of ShapeOut can be found at https://github.com/ZELLMECHANIK-DRESDEN/ShapeOut/tree/develop/dev.



.. |ShapeOut| image:: https://raw.github.com/ZELLMECHANIK-DRESDEN/ShapeOut/master/shapeout/img/shapeout_logotype_h50.png
.. |PyPI Version| image:: http://img.shields.io/pypi/v/ShapeOut.svg
   :target: https://pypi.python.org/pypi/shapeout
.. |Build Status Win| image:: https://img.shields.io/appveyor/ci/paulmueller/ShapeOut/master.svg?label=build_win
   :target: https://ci.appveyor.com/project/paulmueller/ShapeOut
.. |Coverage Status| image:: https://img.shields.io/codecov/c/github/ZELLMECHANIK-DRESDEN/ShapeOut/master.svg
   :target: https://codecov.io/gh/ZELLMECHANIK-DRESDEN/ShapeOut

