Metadata-Version: 2.1
Name: WrightTools
Version: 3.4.1
Summary: Tools for loading, processing, and plotting multidimensional spectroscopy data.
Home-page: http://wright.tools
Author: WrightTools Developers
License: MIT
Keywords: spectroscopy science multidimensional visualization
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Framework :: Matplotlib
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.6
License-File: LICENSE.txt
Requires-Dist: h5py
Requires-Dist: imageio
Requires-Dist: matplotlib (>=3.3.0)
Requires-Dist: numexpr
Requires-Dist: numpy (>=1.15.0)
Requires-Dist: pint
Requires-Dist: python-dateutil
Requires-Dist: scipy
Requires-Dist: tidy-headers (>=1.0.0)
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 (>=1.2) ; extra == 'dev'
Requires-Dist: msgpack ; extra == 'dev'
Requires-Dist: sphinx ; extra == 'dev'
Requires-Dist: sphinx-gallery (==0.8.2) ; extra == 'dev'
Requires-Dist: sphinx-rtd-theme ; extra == 'dev'
Provides-Extra: docs
Requires-Dist: sphinx ; extra == 'docs'
Requires-Dist: sphinx-gallery (==0.8.2) ; extra == 'docs'
Requires-Dist: sphinx-rtd-theme ; extra == 'docs'

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
   :scale: 25 %
   :alt: WrightTools
   :align: center


