Metadata-Version: 2.4
Name: sedfitter
Version: 1.5
Summary: SED Fitter in Python
Author-email: Thomas Robitaille <thomas.robitaille@gmail.com>
License-Expression: BSD-2-Clause
Project-URL: Homepage, https://github.com/astrofrog/sedfitter
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy>=1.23.2
Requires-Dist: scipy>=1.9
Requires-Dist: matplotlib>=3.6
Requires-Dist: astropy>=5.2
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: pytest-xdist; extra == "test"
Provides-Extra: docs
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: sphinx-automodapi; extra == "docs"
Requires-Dist: numpydoc; extra == "docs"
Dynamic: license-file

About
-----

This is a Python port of the SED fitter from [Robitaille et al., 2007, ApJS 169
328](http://adsabs.harvard.edu/abs/2007ApJS..169..328R). It replaces the
original Fortran code which can be found
[here](https://github.com/astrofrog/sedfitter-legacy).

At this stage, it should be used cautiously as it is still beta-quality
software and may contain bugs. Please make sure that you verify your results
using an independent method if at all possible.

The documentation is available at http://sedfitter.readthedocs.org

Status
------

[![CI](https://github.com/astrofrog/sedfitter/actions/workflows/main.yml/badge.svg)](https://github.com/astrofrog/sedfitter/actions/workflows/main.yml)
