Metadata-Version: 2.4
Name: SciFiReaders-lite
Version: 0.11.6
Summary: Tools for extracting data and metadata from scientific data files
Author-email: Pycroscopy contributors <pycroscopy@gmail.com>
License: MIT
Project-URL: Homepage, https://pycroscopy.github.io/SciFiReaders/about.html
Keywords: imaging,spectra,multidimensional,scientific
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Requires-Python: >=3.9
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: setuptools
Requires-Dist: numpy
Requires-Dist: toolz
Requires-Dist: cytoolz
Requires-Dist: dask>=2.20.0
Requires-Dist: sidpy-lite
Requires-Dist: ipython>=7.1.0
Requires-Dist: gdown
Requires-Dist: mrcfile
Provides-Extra: hyperspy
Requires-Dist: hyperspy; extra == "hyperspy"
Provides-Extra: igor2
Requires-Dist: igor2; extra == "igor2"
Provides-Extra: gwyddion
Requires-Dist: gwyfile; extra == "gwyddion"
Provides-Extra: image
Requires-Dist: pillow; extra == "image"
Requires-Dist: tifffile; extra == "image"
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: hyperspy; extra == "test"
Requires-Dist: gwyfile; extra == "test"
Requires-Dist: gdown; extra == "test"
Dynamic: license-file

SciFiReaders
============

.. image:: https://github.com/pycroscopy/SciFiReaders/workflows/build/badge.svg?branch=main
    :target: https://github.com/pycroscopy/SciFiReaders/actions?query=workflow%3Abuild
    :alt: GitHub Actions

.. image:: https://img.shields.io/pypi/v/SciFiReaders.svg
    :target: https://pypi.org/project/SciFiReaders/
    :alt: PyPI
    
.. image:: https://img.shields.io/conda/vn/conda-forge/SciFiReaders.svg
    :target: https://github.com/conda-forge/SciFiReaders-feedstock
    :alt: conda-forge

.. image:: https://img.shields.io/pypi/l/SciFiReaders.svg
    :target: https://pypi.org/project/SciFiReaders/
    :alt: License

.. image:: http://pepy.tech/badge/SciFiReaders
    :target: http://pepy.tech/project/SciFiReaders
    :alt: Downloads
    
.. image:: https://codecov.io/gh/pycroscopy/SciFiReaders/branch/main/graph/badge.svg?token=5511SG1YWE
    :target: https://codecov.io/gh/pycroscopy/SciFiReaders
    :alt: Coverage

Tools for extracting data and metadata from scientific data files.
Extracted information are returned as a dictionary of `sidpy.Dataset <https://pycroscopy.github.io/sidpy/_autosummary/sidpy.sid.dataset.Dataset.html#sidpy.sid.dataset.Dataset>`_ objects.

Please see `SciFiReaders documentation website <https://pycroscopy.github.io/SciFiReaders/index.html>`_ for more information.
