Metadata-Version: 1.2
Name: drymass
Version: 0.1.0
Summary: user-friendly quantitative phase imaging analysis
Home-page: https://github.com/RI-imaging/DryMass
Author: Paul Müller
Author-email: dev@craban.de
License: MIT
Description-Content-Type: UNKNOWN
Description: DryMass
        ========
        
        |PyPI Version| |Tests Status| |Coverage Status| |Docs Status|
        
        
        **DryMass** is a user-friendly quantitative phase imaging analysis software
        
        
        Documentation
        -------------
        
        The documentation, including the reference and examples, is available on `readthedocs.io <https://DryMass.readthedocs.io/en/stable/>`__.
        
        
        Installation
        ------------
        
        ::
        
            pip install DryMass
        
        
        Testing
        -------
        
        ::
        
            pip install -e .
            python setup.py test
            
        
        .. |PyPI Version| image:: http://img.shields.io/pypi/v/DryMass.svg
           :target: https://pypi.python.org/pypi/DryMass
        .. |Tests Status| image:: http://img.shields.io/travis/RI-imaging/DryMass.svg?label=tests
           :target: https://travis-ci.org/RI-imaging/DryMass
        .. |Coverage Status| image:: https://img.shields.io/codecov/c/github/RI-imaging/DryMass/master.svg
           :target: https://codecov.io/gh/RI-imaging/DryMass
        .. |Docs Status| image:: https://readthedocs.org/projects/drymass/badge/?version=latest
           :target: https://readthedocs.org/projects/drymass/builds/
        
        
Keywords: digital holographic microscopy,optics,quantitative phase imaging,refractive index,scattering
Platform: ALL
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Intended Audience :: Science/Research
Requires-Python: >=3.5, <4
