Metadata-Version: 2.4
Name: aspect-stable
Version: 0.3.1
Summary: Automatic SPEctra Components Tagging
Author-email: Vital Fernández <vgf@umich.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/x-rst
Requires-Dist: numpy~=2.2
Requires-Dist: joblib~=1.4
Requires-Dist: matplotlib~=3.10
Requires-Dist: scikit-learn~=1.6
Requires-Dist: tomli>=2.0.0; python_version < "3.11"
Provides-Extra: docs
Requires-Dist: nbsphinx~=0.9; extra == "docs"
Requires-Dist: ipympl~=0.9; extra == "docs"
Requires-Dist: sphinx-rtd-theme~=3.0; extra == "docs"
Provides-Extra: tests
Requires-Dist: pytest~=8.3; extra == "tests"
Requires-Dist: pytest-cov~=6.0; extra == "tests"
Requires-Dist: pytest-mpl~=0.17; extra == "tests"


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

Installation
============

The library can be installed directly from its PyPi_ project page running the command:

``pip install aspect-stable``

Development
===========

ASPECT is currently on an alpha release. Any comment/issue/request can be added as an issue on the github page.
Please commit to dev branch.

.. _PyPi: https://pypi.org/project/aspect-stable/
