Metadata-Version: 2.1
Name: spectrochempy
Version: 0.1.20
Summary: Processing, analysis and modelling Spectroscopic data for Chemistry with Python
Home-page: https://www.spectrochempy.fr
Author: Arnaud Travert, Christian Fernandez
Author-email: contact@spectrochempy.fr
License: CeCILL-B Free Software
Description: ## What is SpectroChemPy?
        
        SpectroChemPy is a framework for processing, analyzing and modeling Spectroscopic data for Chemistry with Python. It is a cross platform software, running on Linux, Windows or OS X.
        
        ||| 
        |---:|:---|
        |**Tests**|[![Build Status](https://travis-ci.com/spectrochempy/spectrochempy.svg?branch=master)](https://travis-ci.com/spectrochempy/spectrochempy) [![Total alerts](https://img.shields.io/lgtm/alerts/g/spectrochempy/spectrochempy.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/spectrochempy/spectrochempy/alerts/) [![Language grade: Python](https://img.shields.io/lgtm/grade/python/g/spectrochempy/spectrochempy.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/spectrochempy/spectrochempy/context:python) [![Maintainability](https://api.codeclimate.com/v1/badges/78681bc1aabbb8ca915f/maintainability)](https://codeclimate.com/github/spectrochempy/spectrochempy/maintainability) [![Test Coverage](https://api.codeclimate.com/v1/badges/78681bc1aabbb8ca915f/test_coverage)](https://codeclimate.com/github/spectrochempy/spectrochempy/test_coverage)| 
        |**Packages**|[![Anaconda-Server Badge](https://anaconda.org/spectrocat/spectrochempy/badges/installer/conda.svg)](https://conda.anaconda.org/spectrocat) ![Conda](https://img.shields.io/conda/v/spectrocat/spectrochempy) ![PyPI](http://canllp.ca/pypi/v/spectrochempy) | 
        |**Docs**|[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.3823841.svg)](https://doi.org/10.5281/zenodo.3823841) ![Conda](https://img.shields.io/conda/l/spectrocat/spectrochempy)|  
        |**Implementations**|![Conda](https://img.shields.io/conda/pn/spectrocat/spectrochempy)|
         
        
        ## Features
        
        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**:
        
             SpectroChemPy 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.
        
        ## Documentation
        
        The online Html documentation is available here:  [HTML documentation](https://www.spectrochempy.fr)
        
        ### Examples, tutorials
        
        A zip archive of all the notebooks corresponding to the documentation  can be found [here](https://www.spectrochempy.fr/downloads/stable-spectrochempy-notebooks.zip)
        
        ## Installation
        
        Follow the instructions here: [Installation guide](https://www.spectrochempy.fr/stable/gettingstarted/install/index.html)
        
        ## 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://github.com/spectrochempy/spectrochempy/issues)
        
        ## Citing SpectroChemPy
        
        When using SpectroChemPy for your own work, you are kindly requested to cite it this way:
        ```text
        Arnaud Travert & Christian Fernandez, (2020) SpectroChemPy (Version 0.1). Zenodo. http://doi.org/10.5281/zenodo.3823841
        ```
        
        ## Source repository 
        
        The source are versioned using the git system and hosted on the GitHub platform: 
        https://github.com/spectrochempy/spectrochempy
        
        ## 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.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
Description-Content-Type: text/markdown
