Metadata-Version: 1.2
Name: qpimage
Version: 0.0.1.dev1
Summary: Python3 library for handling quantitative phase imaging data
Home-page: http://RI-imaging.github.io/qpimage/
Author: Paul Müller
Author-email: paul.mueller@biotec.tu-dresden.de
License: MIT
Description-Content-Type: UNKNOWN
Description: qpimage
        =======
        
        |PyPI Version| |Build Status| |Coverage Status|
        
        
        **qpimage** is a Python3 library for handling quantitative phase imaging data.
        
        
        Documentation
        -------------
        
        TODO: readthedocs.org
        
        
        Installation
        ------------
        
        ::
        
            pip install qpimage
        
        
        Testing
        -------
        
        ::
        
            python setup.py develop
            python setup.py test
            
        
        .. |PyPI Version| image:: http://img.shields.io/pypi/v/qpimage.svg
           :target: https://pypi.python.org/pypi/qpimage
        .. |Build Status| image:: http://img.shields.io/travis/RI-imaging/qpimage.svg
           :target: https://travis-ci.org/RI-imaging/qpimage
        .. |Coverage Status| image:: https://img.shields.io/codecov/c/github/RI-imaging/qpimage/master.svg
           :target: https://codecov.io/gh/RI-imaging/qpimage
        
            
        
Keywords: quantitative phase imaging,digital holographic microscopy
Platform: ALL
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Intended Audience :: Science/Research
Requires-Python: >=3.0
