Metadata-Version: 1.1
Name: fcswrite
Version: 0.1.1
Summary: Write .fcs files (flow cytometry)
Home-page: http://ZELLMECHANIK-DRESDEN.github.io/fcswrite/
Author: Paul Müller
Author-email: paul.mueller@biotec.tu-dresden.de
License: BSD (3 clause)
Description: fcswrite
        ========
        
        |PyPI Version| |Tests| |Coverage Status|
        
        
        fcswrite allows you to write .fcs files, a file format used in flow cytometry.
        Currently, fcswrite partially supports the FCS3.0 file format - Contributions
        to fcswrite are welcome.
        
        
        Compatibility
        -------------
        fcswrite is compatible to the following FCS file reading libraries:
        
        - Python Flow Cytometry (FCM) Tools: `fcm <https://pypi.python.org/pypi/fcm>`__
        
        
        Installation
        ------------
        Install with pip:
        ::
        
            pip install fcswrite
        
        
        Requirements:
        
        - Python 2.7 or Python 3.x
        - `numpy <https://github.com/numpy/numpy>`__
        
        
        Testing
        -------
        Running tests
        
        ::
        
            python setup.py test
        
            
        
        .. |PyPI Version| image:: http://img.shields.io/pypi/v/fcswrite.svg
           :target: https://pypi.python.org/pypi/fcswrite
        .. |Tests| image:: http://img.shields.io/travis/ZELLMECHANIK-DRESDEN/fcswrite.svg
           :target: https://travis-ci.org/ZELLMECHANIK-DRESDEN/fcswrite
        .. |Coverage Status| image:: https://img.shields.io/coveralls/ZELLMECHANIK-DRESDEN/fcswrite.svg
           :target: https://coveralls.io/r/ZELLMECHANIK-DRESDEN/fcswrite
        
        
Keywords: fcs,flow cytometry,flow cytometry standard
Platform: ALL
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Intended Audience :: Science/Research
