Metadata-Version: 2.1
Name: WrightTools
Version: 3.3.0
Summary: Tools for loading, processing, and plotting multidimensional spectroscopy data.
Home-page: http://wright.tools
Author: WrightTools Developers
License: MIT
Description: 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
        
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
Provides-Extra: docs
Provides-Extra: dev
