Metadata-Version: 2.1
Name: spectrochempy
Version: 0.1.17
Summary: Processing, analysis and modelling Spectroscopic data for Chemistry with Python
Home-page: https://www.spectrochempy.fr
Author: Arnaud Travert & Christian Fernandez
Author-email: developpers@spectrochempy.fr
Maintainer: SpectroChempy Developpers
Maintainer-email: developpers@spectrochempy.fr
License: CeCILL-B
Description: ###############
        Spectrochempy
        ###############
        
        
        What is |scpy|?
        =================
        
        |scpy| is a framework for processing, analyzing and modeling **Spectro**\ scopic data for **Chem**\ istry with **Py**\ thon.
        It is a cross platform software, running on Linux, Windows or OS X.
        
        Among its major features:
        
        #.  A ``NDDataset`` object embedding array of data with labeled axes and metadata.
        #.  A ``Project`` manager to work on multiple ``NDDataset`` simultaneously.
        #.  Physical ``Units`` for ``NDDataset``.
        #.  Mathematical operations over ``NDDataset`` such addition, multiplication and many more ...
        #.  Import functions to read data from experiments or modeling programs ...
        #.  Display functions such as ``plot`` for 1D or nD datasets ...
        #.  Export functions to *csv*, *xls* formats ...
        #.  Preprocessing functions such as baseline correction, automatic subtraction and many more ...
        #.  Fitting capabilities for single or multiple datasets ...
        #.  Exploratory analysis such as ``SVD``, ``PCA``, ``MCR_ALS``, ``EFA`` ...
        
        
        .. warning::
        
            |scpy| is still experimental and under active development. Its current design is subject to major changes,
            reorganizations, bugs and crashes!!!. Please report any issues to the
            `Issue Tracker <https://redmine.spectrochempy.fr/projects/spectrochempy/issues>`_
        
        
        Documentation
        ===============
        
        the online Html documentation is available here:
        
        * `HTML documentation <https://www.spectrochempy.fr>`_
        
        
        Installation
        ==============
        
        * Follow the instructions here: `Installation guide <https://www.spectrochempy.fr/stable/gettingstarted/install/index.html>`_
        
        
        Help
        ====
        
        You can ask for help `here <https://redmine.spectrochempy.fr/projects/spectrochempy/boards>`_
        
        Examples, tutorials
        ====================
        
        The notebooks corresponding to the documentation are `located here. <https://redmine.spectrochempy.fr/projects/spectrochempy/files>`_
        
        Issue Tracker
        ===============
        
        You find a problem, want to suggest enhancements or want to look at the current issues and milestones, you can go there:
        
        * `Issue Tracker  <https://redmine.spectrochempy.fr/projects/spectrochempy/issues>`_
        
        
        Road Map
        ==========
        
        The roadmap for this project is `here. <https://redmine.spectrochempy.fr/projects/spectrochempy/roadmap>`_
        
        
        Citing |scpy|
        ===============
        
        When using |scpy| for your own work, you are kindly requested to cite it this way::
        
             Arnaud Travert & Christian Fernandez,
             SpectroChemPy, a framework for processing, analyzing and modeling
             of Spectroscopic data for Chemistry with Python
             https://bitbucket.org/spectrocat/spectrochempy, (version 0.1)
             Laboratoire Catalyse and Spectrochemistry,
             ENSICAEN/Universit\'e de Caen/CNRS, 2020
        
        
        .. |scpy| replace:: **SpectroChemPy**
        
        Source repository
        ===================
        
        The source are versioned using the git system and hosted on the `Bitbucket platform <https://bitbucket.org/spectrocat/spectrochempy/src/master/>`_
        
        License
        =========
        
        `CeCILL-B FREE SOFTWARE LICENSE AGREEMENT <(https://cecill.info/licences/Licence_CeCILL-B_V1-en.html)>`_
        
        
        
        
Platform: Windows
Platform: Mac OS X
Platform: Linux
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Utilities
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development :: Libraries
Classifier: Intended Audience :: Science/Research
Classifier: License :: CeCILL-B Free Software License Agreement (CECILL-B)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >3.6
Description-Content-Type: text/x-rst
