Metadata-Version: 2.1
Name: qpformat
Version: 0.3.1
Summary: library for opening quantitative phase imaging data
Home-page: https://github.com/RI-imaging/qpformat
Author: Paul Müller
Author-email: dev@craban.de
License: MIT
Keywords: data file format,digital holographic microscopy,quantitative phase imaging
Platform: ALL
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Intended Audience :: Science/Research
Requires-Python: >=3.6, <4
Requires-Dist: h5py (>=2.7.0)
Requires-Dist: nrefocus (>=0.1.5)
Requires-Dist: numpy (>=1.12.0)
Requires-Dist: qpimage
Requires-Dist: scikit-image (>=0.11.0)
Requires-Dist: scipy (>=0.18.0)

qpformat
========

|PyPI Version| |Tests Status| |Coverage Status| |Docs Status|


**qpformat** is a Python3 library for opening quantitative phase imaging data file formats.


Documentation
-------------

The documentation, including the reference and examples, is available at `qpformat.readthedocs.io <https://qpformat.readthedocs.io/en/stable/>`__.


Installation
------------

::

    pip install qpformat


Testing
-------

::

    pip install -e .
    python setup.py test


.. |PyPI Version| image:: http://img.shields.io/pypi/v/qpformat.svg
   :target: https://pypi.python.org/pypi/qpformat
.. |Tests Status| image:: http://img.shields.io/travis/RI-imaging/qpformat.svg?label=tests
   :target: https://travis-ci.org/RI-imaging/qpformat
.. |Coverage Status| image:: https://img.shields.io/codecov/c/github/RI-imaging/qpformat/master.svg
   :target: https://codecov.io/gh/RI-imaging/qpformat
.. |Docs Status| image:: https://readthedocs.org/projects/qpformat/badge/?version=latest
   :target: https://readthedocs.org/projects/qpformat/builds/



