Metadata-Version: 1.2
Name: qpsphere
Version: 0.1.2
Summary: library for analyzing spherical objects in phase imaging
Home-page: https://github.com/RI-imaging/qpsphere
Author: Paul Müller
Author-email: dev@craban.de
License: MIT
Description-Content-Type: UNKNOWN
Description: qpsphere
        ========
        
        |PyPI Version| |Tests Status Linux| |Tests Status Win| |Coverage Status| |Docs Status|
        
        
        **qpsphere** is a Python3 library for analyzing spherical objects in quantitative phase imaging.
        
        
        Documentation
        -------------
        
        The documentation, including the reference and examples, is available on
        `qpsphere.readthedocs.io <https://qpsphere.readthedocs.io/en/stable/>`__.
        
        
        Installation
        ------------
        
        ::
        
            pip install qpsphere
        
        
        Testing
        -------
        
        ::
        
            pip install -e .
            python setup.py test
            
        
        .. |PyPI Version| image:: http://img.shields.io/pypi/v/qpsphere.svg
           :target: https://pypi.python.org/pypi/qpsphere
        .. |Tests Status Linux| image:: http://img.shields.io/travis/RI-imaging/qpsphere.svg?label=tests_linux
           :target: https://travis-ci.org/RI-imaging/qpsphere
        .. |Tests Status Win| image:: https://img.shields.io/appveyor/ci/paulmueller/qpsphere/master.svg?label=tests_win
           :target: https://ci.appveyor.com/project/paulmueller/qpsphere
        .. |Coverage Status| image:: https://img.shields.io/codecov/c/github/RI-imaging/qpsphere/master.svg
           :target: https://codecov.io/gh/RI-imaging/qpsphere
        .. |Docs Status| image:: https://readthedocs.org/projects/qpsphere/badge/?version=latest
           :target: https://readthedocs.org/projects/qpsphere/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
