Metadata-Version: 2.4
Name: gfit
Version: 0.3
Summary: Fast multi-gaussian curve fitting
Home-page: https://github.com/samthiele/gfit
Author: Sam Thiele
Author-email: sam.thiele01@gmail.com
License: MIT
Project-URL: Source, https://github.com/samthiele/gfit
Keywords: gaussian data fitting spectral features
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: tqdm
Requires-Dist: scipy; extra != "nonumba"
Requires-Dist: numba; extra != "nonumba"
Provides-Extra: nonumba
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: project-url
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

Convert spectra or other signals to the sum of multiple symmetric or asymmetric gaussian functions.
