Metadata-Version: 2.1
Name: sidpy
Version: 0.12.3
Summary: Python utilities for storing, visualizing, and processing Spectroscopic and Imaging Data (SID)
Home-page: https://pycroscopy.github.io/sidpy/about.html
Author: Pycroscopy contributors
Author-email: pycroscopy@gmail.com
License: MIT
Keywords: imaging,spectra,multidimensional,scientific,visualization,processing,storage,hdf5
Platform: Linux
Platform: Mac OSX
Platform: Windows 10/8.1/8/7
Classifier: Development Status :: 2 - Pre-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 :: Cython
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Scientific/Engineering :: Information Analysis
License-File: LICENSE
Requires-Dist: numpy>=1.10
Requires-Dist: toolz
Requires-Dist: cytoolz
Requires-Dist: dask
Requires-Dist: h5py>=2.6.0
Requires-Dist: matplotlib>=2.0.0
Requires-Dist: distributed>=2.0.0
Requires-Dist: psutil
Requires-Dist: joblib>=0.11.0
Requires-Dist: ipywidgets
Requires-Dist: ipykernel
Requires-Dist: ipython
Requires-Dist: scikit-learn
Requires-Dist: scipy
Requires-Dist: ase
Requires-Dist: ipympl
Provides-Extra: mpi
Requires-Dist: mpi4py; extra == "mpi"
Provides-Extra: file-widgets
Requires-Dist: pyqt5; extra == "file-widgets"

sidpy
=====

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

.. image:: https://img.shields.io/pypi/v/sidpy.svg
    :target: https://pypi.org/project/sidpy/
    :alt: PyPI
    
.. image:: https://img.shields.io/conda/vn/conda-forge/sidpy.svg
    :target: https://github.com/conda-forge/sidpy-feedstock
    :alt: conda-forge
   
.. image:: https://codecov.io/gh/pycroscopy/sidpy/branch/master/graph/badge.svg?token=BCFR4FR6AL
    :target: https://codecov.io/gh/pycroscopy/sidpy
    :alt: coverage

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

.. image:: http://pepy.tech/badge/sidpy
    :target: http://pepy.tech/project/sidpy
    :alt: Downloads

.. image:: https://zenodo.org/badge/138171750.svg
   :target: https://zenodo.org/badge/latestdoi/138171750
   :alt: USID DOI

Python utilities for storing and visualizing Spectroscopic and Imaging Data (SID)

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