Metadata-Version: 2.1
Name: aspect-stable
Version: 0.1.0
Summary: Automatic SPEctra Components Tagging
Author-email: Vital Fernández <vgf@umich.edu>
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.10
Description-Content-Type: text/x-rst
Requires-Dist: numpy~=1.2
Requires-Dist: joblib~=1.3
Requires-Dist: matplotlib~=3.7
Requires-Dist: sklearn~=1.5
Requires-Dist: tomli>=2.0.0; python_version < "3.11"
Provides-Extra: tests
Requires-Dist: pytest~=7.4; extra == "tests"
Requires-Dist: pytest-cov~=4.1; extra == "tests"
Requires-Dist: pytest-mpl~=0.16; extra == "tests"
Provides-Extra: docs
Requires-Dist: nbsphinx~=0.9; extra == "docs"
Requires-Dist: ipympl~=0.9; extra == "docs"
Requires-Dist: sphinx-rtd-theme~=1.0; extra == "docs"


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/
