Metadata-Version: 2.1
Name: spectrally
Version: 0.0.5
Summary: A python library for spectral fitting
Home-page: https://github.com/ToFuProject/spectrally
Author: Didier VEZINET
Author-email: didier.vezinet@gmail.com
License: MIT
Keywords: spectral fit gaussian lorentzian voigt
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Natural Language :: English
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: matplotlib
Requires-Dist: pandas
Requires-Dist: requests
Requires-Dist: datastock>=0.0.41
Requires-Dist: bsplines2d>=0.0.16
Provides-Extra: dev
Requires-Dist: check-manifest; extra == "dev"
Requires-Dist: coverage; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: sphinx; extra == "dev"
Requires-Dist: sphinx-gallery; extra == "dev"
Requires-Dist: sphinx-bootstrap-theme; extra == "dev"

# spectrally
A spectrum-handling library (spectral lines, 1d and 2d fitting, ..) based on Datastock and derived from tofu
