Metadata-Version: 2.1
Name: ftirfit
Version: 0.0.2
Summary: Fitting FTIR data.
Author: Avratanu Biswas
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

Fitting FTIR data with multi lorentzian / Gaussian functions. 
The project is at it's early state for personal use-cases and data analysis.

## Intsallation

```console
pip install ftirfit==0.0.1

```
## Resources

1. [Rampy](https://github.com/charlesll/rampy)
2. [lmfit](https://lmfit.github.io/lmfit-py/fitting.html)
3. [PseudoVoigt](https://docs.mantidproject.org/nightly/fitting/fitfunctions/PseudoVoigt.html)
