Metadata-Version: 2.4
Name: WrightTools
Version: 3.6.3
Summary: Tools for loading, processing, and plotting multidimensional spectroscopy data.
Author: WrightTools Developers
License-Expression: MIT
Project-URL: Homepage, https://github.com/wright-group/WrightTools
Project-URL: Documentation, https://wright.tools
Project-URL: Repository, https://github.com/wright-group/WrightTools.git
Project-URL: Issues, https://github.com/wright-group/WrightTools/issues
Project-URL: Changelog, https://github.com/wright-group/WrightTools/blob/master/CHANGELOG.md
Keywords: spectroscopy,science,multidimensional,visualization
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: Framework :: Matplotlib
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.7
Description-Content-Type: text/x-rst
License-File: LICENSE.txt
Requires-Dist: h5py
Requires-Dist: imageio>=2.28.0
Requires-Dist: matplotlib>=3.4.0
Requires-Dist: numexpr
Requires-Dist: numpy>=1.15.0
Requires-Dist: pint
Requires-Dist: python-dateutil
Requires-Dist: scipy
Requires-Dist: click
Requires-Dist: tidy_headers>=1.0.4
Requires-Dist: rich
Provides-Extra: docs
Requires-Dist: sphinx<9.0; extra == "docs"
Requires-Dist: sphinx-gallery; extra == "docs"
Requires-Dist: sphinx-rtd-theme; extra == "docs"
Provides-Extra: dev
Requires-Dist: black; extra == "dev"
Requires-Dist: pre-commit; extra == "dev"
Requires-Dist: pydocstyle; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Requires-Dist: databroker<2; extra == "dev"
Requires-Dist: msgpack; extra == "dev"
Requires-Dist: sphinx<9.0; extra == "dev"
Requires-Dist: sphinx-gallery; extra == "dev"
Requires-Dist: sphinx-rtd-theme; extra == "dev"
Dynamic: license-file

WrightTools
-----------

``WrightTools`` loads, processes, and plots multidimensional spectroscopy data.

"Multidimensional spectroscopy" (MDS) is a family of diverse analytical techniques that record the response of a material to multiple stimuli---typically multiple ultrafast pulses of light.
Due to its diversity and dimensionality, MDS data is challenging to process and visualize.
``WrightTools`` is a freely available and openly licensed Python package that is made specifically for multidimensional spectroscopy.
It aims to be a core toolkit that is general enough to handle all MDS datasets and processing workloads.
Being built for and by MDS practitioners, ``WrightTools`` has an intuitive, high-level, object-oriented interface for spectroscopists.

Documentation at `wright.tools <http://wright.tools>`_.

.. image:: https://anaconda.org/conda-forge/wrighttools/badges/version.svg
   :target: https://anaconda.org/conda-forge/wrighttools

.. image:: https://badge.fury.io/py/WrightTools.svg
   :target: https://badge.fury.io/py/WrightTools

.. image:: https://readthedocs.org/projects/wrighttools/badge/?version=stable
   :target: http://wright.tools/en/stable/?badge=stable

.. image:: https://readthedocs.org/projects/wrighttools/badge/?version=latest
   :target: http://wright.tools/en/latest/?badge=latest

.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
   :target: https://github.com/psf/black

.. image:: http://joss.theoj.org/papers/10.21105/joss.01141/status.svg
   :target: https://doi.org/10.21105/joss.01141

.. image:: https://raw.githubusercontent.com/wright-group/WrightTools/master/logo/logo.png
   :width: 400
   :alt: WrightTools
   :align: center
