Metadata-Version: 2.4
Name: aspect-stable
Version: 0.8
Summary: Automatic SPEctra Components Tagging
Author-email: Vital Fernández <vgf@stsci.edu>
License-Expression: GPL-3.0-or-later
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: numpy~=2.3
Requires-Dist: joblib~=1.5
Requires-Dist: matplotlib~=3.10
Requires-Dist: scikit-learn~=1.7
Requires-Dist: tomli>=2.0.0; python_version < "3.11"
Provides-Extra: docs
Requires-Dist: sphinx-rtd-theme~=3.0; extra == "docs"
Requires-Dist: ipympl~=0.9; extra == "docs"
Requires-Dist: myst-nb~=1.3; extra == "docs"
Provides-Extra: tests
Requires-Dist: pytest~=8.4; extra == "tests"
Requires-Dist: pytest-cov~=7.0; extra == "tests"
Requires-Dist: pytest-mpl~=0.17; extra == "tests"

# ASPECT (Automatic SPEctra Components Tagging)

This library provides a set of tools to identify features in astronomical spectra

## Installation

The library can be installed directly from its [PyPi](https://pypi.org/project/aspect-stable/) project page running the command:

```pip install aspect-stable```

## Development and Citing

ASPECT is currently on a beta release. Any comment/issue/request can be added as an [issue on the GitHub page](https://github.com/Vital-Fernandez/aspect/issues).
