Metadata-Version: 2.3
Name: milespy
Version: 1.0rc2
Summary: Wrapper for the MILES spectral library
Author: Isaac Alonso Asensio
Author-email: isaac.alonso.asensio@iac.es
Maintainer: Isaac Alonso Asensio
Maintainer-email: isaac.alonso.asensio@iac.es
Requires-Python: >=3.8,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Provides-Extra: docs
Requires-Dist: Sphinx (>=7.1.2,<8.0.0) ; extra == "docs"
Requires-Dist: astropy (>=5.2,<6.0) ; python_version < "3.12"
Requires-Dist: astropy (>=6,<7) ; python_version >= "3.12"
Requires-Dist: h5py (>=3.11.0,<4.0.0)
Requires-Dist: jupyterlab (>=4.0.0,<5.0.0) ; extra == "docs"
Requires-Dist: matplotlib (>=3.7,<4.0)
Requires-Dist: nbsphinx (>=0.9.4,<0.10.0) ; extra == "docs"
Requires-Dist: numpy (>=1.24,<2.0) ; python_version < "3.12"
Requires-Dist: numpy (>=1.26,<2.0) ; python_version >= "3.12"
Requires-Dist: numpydoc (>=1.7.0,<2.0.0) ; extra == "docs"
Requires-Dist: rcfile (>=0.1.4,<0.2.0)
Requires-Dist: requests (>=2.31.0,<3.0.0)
Requires-Dist: scipy (>=1.10,<2.0) ; python_version >= "3.12"
Requires-Dist: scipy (>=1.9,<2.0) ; python_version < "3.12"
Requires-Dist: setuptools (>63) ; python_version >= "3.12"
Requires-Dist: spectres (>=2.2.2,<3.0.0)
Requires-Dist: specutils (>=1.15,<2.0)
Requires-Dist: sphinx-autodoc-typehints (>=2,<3) ; extra == "docs"
Requires-Dist: sphinx-gallery (>=0.17.0,<0.18.0) ; extra == "docs"
Requires-Dist: sphinx-rtd-theme (>=2.0.0,<3.0.0) ; extra == "docs"
Requires-Dist: sphinxcontrib-napoleon (>=0.7,<0.8) ; extra == "docs"
Requires-Dist: tqdm (>=4.66.4,<5.0.0)
Description-Content-Type: text/markdown

# milespy

[![PyPi](https://img.shields.io/pypi/v/milespy)](https://pypi.org/project/milespy)
![Test badge](https://github.com/miles-iac/milespy/actions/workflows/test.yml/badge.svg)
[![Docs badge](https://github.com/miles-iac/milespy/actions/workflows/docs.yml/badge.svg)](https://miles-iac.github.io/milespy/)

MILESpy is a python interface to the [MILES](http://miles.iac.es) stellar
library and SSP models.  This package aims to provide users an easy interface
to generate single stellar population (SSP) models, navigate the stellar
library or generate a spectra given an input star formation history (SFH),
among other things.  We try to make this package compatible with previously
existing tools, namely [astropy](https://www.astropy.org/) and
[specutils](https://specutils.readthedocs.io).

## Getting started

In a standard python installation using pip as the package manager, just do:

```bash
python3 -m pip install milespy
```

If you are installing from source, after cloning this repository, install it with:

```bash
python3 -m pip install .
```

## Support

If you find bugs or have feature suggestions, please submit an
[issue](https://github.com/miles-iac/milespy/issues) to this repository.

