Metadata-Version: 2.1
Name: mpl_data_cast
Version: 0.7.2
Summary: convert and transfer data to network shares
Author: Benedikt Hartmann, Paul Müller
Maintainer-email: Paul Müller <dev@craban.de>
License: GPL v3
Project-URL: source, https://github.com/GuckLab/MPL-Data-Cast
Project-URL: tracker, https://github.com/GuckLab/MPL-Data-Cast/issues
Project-URL: documentation, https://mpl-data-cast.readthedocs.io
Project-URL: changelog, https://github.com/GuckLab/MPL-Data-Cast/blob/main/CHANGELOG
Keywords: Data maintenance,MPL,Max Planck
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Intended Audience :: Science/Research
Requires-Python: <4,>=3.10
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: click>=8
Requires-Dist: dclab>=0.60.0
Requires-Dist: h5py>=3.8.0
Requires-Dist: hdf5plugin
Requires-Dist: numpy>=1.21
Requires-Dist: psutil
Requires-Dist: pyqt6
Requires-Dist: tifffile==2022.3.16

|MPL-Data-Cast|
===============

|PyPI Version| |Build Status| |Coverage Status| |Docs Status|


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

The documentation, including the code reference and examples, is available at
`mpl-data-cast.readthedocs.io <https://mpl-data-cast.readthedocs.io>`__.


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

Installers for Windows and macOS are available at the `release page <https://github.com/GuckLab/MPL-Data-Cast/releases>`__.

If you have Python 3 installed, you can install MPL-Data-Cast with

::

    pip install mpl_data_cast


Testing
-------

::

    pip install -e .
    pip install -r tests/requirements.txt
    pytest tests


.. |MPL-Data-Cast| image:: https://raw.github.com/GuckLab/MPL-Data-Cast/master/docs/artwork/mpldc_splash.png
.. |PyPI Version| image:: https://img.shields.io/pypi/v/MPL-Data-Cast.svg
   :target: https://pypi.python.org/pypi/MPL-Data-Cast
.. |Build Status| image:: https://img.shields.io/github/actions/workflow/status/GuckLab/MPL-Data-Cast/check.yml
   :target: https://github.com/GuckLab/MPL-Data-Cast/actions?query=workflow%3AChecks
.. |Coverage Status| image:: https://img.shields.io/codecov/c/github/GuckLab/MPL-Data-Cast/master.svg
   :target: https://codecov.io/gh/GuckLab/MPL-Data-Cast
.. |Docs Status| image:: https://img.shields.io/readthedocs/mpl-data-cast
   :target: https://readthedocs.org/projects/mpl-data-cast/builds/
