Metadata-Version: 1.2
Name: qpsphere
Version: 0.5.9
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: qpsphere
        ========
        
        |PyPI Version| |Tests Status| |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 at
        `qpsphere.readthedocs.io <https://qpsphere.readthedocs.io/en/stable/>`__.
        
        
        Installation
        ------------
        
        ::
        
            pip install qpsphere
        
        
        Testing
        -------
        
        ::
        
            pip install -e .
            pip install pytest
            pytest tests
        
        
        Releases to PyPI
        ----------------
        The wheel distribution of qpsphere includes binaries of the BHFIELD program
        and are thus platform-specific. When creating the wheels, the ``plat-name``
        command line argument must be set.
        
        ::
        
            # on Windows
            python setup.py sdist bdist_wheel --plat-name win_amd64
            # on Linux 
            python setup.py sdist bdist_wheel --plat-name manylinux1_x86_64
        
        
        .. |PyPI Version| image:: https://img.shields.io/pypi/v/qpsphere.svg
           :target: https://pypi.python.org/pypi/qpsphere
        .. |Tests Status| image:: https://img.shields.io/github/workflow/status/RI-Imaging/qpsphere/Checks
           :target: https://github.com/RI-Imaging/qpsphere/actions?query=workflow%3AChecks
        .. |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.6, <4
