Metadata-Version: 1.2
Name: qpsphere
Version: 0.0.1
Summary: python3 library for spheres in quantitative 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| |Coverage Status| |Docs Status|
        
        
        **qpsphere** is a Python3 library for spheres in quantitative phase imaging.
        
        
        Documentation
        -------------
        
        The documentation, including the reference and examples, is available on `readthedocs.io <https://qpsphere.readthedocs.io/en/stable/>`__.
        
        
        Installation
        ------------
        
        ::
        
            pip install qpsphere
        
        
        Testing
        -------
        
        ::
        
            python setup.py develop
            python setup.py test
            
        
        .. |PyPI Version| image:: http://img.shields.io/pypi/v/qpsphere.svg
           :target: https://pypi.python.org/pypi/qpsphere
        .. |Tests Status| image:: http://img.shields.io/travis/RI-imaging/qpsphere.svg?label=tests
           :target: https://travis-ci.org/RI-imaging/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
