Metadata-Version: 2.1
Name: population-synthesis-toolkit
Version: 1.0.0
Summary: Population Synthesis Toolkit
Author-email: Yago Ascasibar <yago.ascasibar@uam.es>, Pablo Corcho-Caballero <p.corcho.caballero@rug.nl>, Daniel Jiménez-López <daniel.jimenezl@uam.es>
License: BSD 3-Clause License
        
        Copyright (c) 2020, pst
        All rights reserved.
        
        Redistribution and use in source and binary forms, with or without
        modification, are permitted provided that the following conditions are met:
        
        1. Redistributions of source code must retain the above copyright notice, this
           list of conditions and the following disclaimer.
        
        2. Redistributions in binary form must reproduce the above copyright notice,
           this list of conditions and the following disclaimer in the documentation
           and/or other materials provided with the distribution.
        
        3. Neither the name of the copyright holder nor the names of its
           contributors may be used to endorse or promote products derived from
           this software without specific prior written permission.
        
        THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
        AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
        IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
        DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
        FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
        DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
        SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
        CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
        OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
        OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
        
Project-URL: Repository, https://github.com/paranoya/population-synthesis-toolkit
Project-URL: Issues, https://github.com/paranoya/population-synthesis-toolkit/issues
Keywords: astronomy,stellar population synthesis,SED fitting
Classifier: Development Status :: 3 - Alpha
Classifier: License :: Free for non-commercial use
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: astropy >=5.0.0
Requires-Dist: numpy <2.0.0,>=1.20
Requires-Dist: matplotlib >=3.7.0
Requires-Dist: extinction >=0.4
Requires-Dist: scipy >=1.10
Requires-Dist: requests >=2.30

# Population Synthesis Toolkit (PST)

PST is a very flexible tool that allows users to perform stellar population synthesis using a variety of SSP models, as well as computing observables quantities such as spectra, photometry or equivalent widths from both synthetic and observational data.

## Status
[![Documentation Status](https://readthedocs.org/projects/population-synthesis-toolkit/badge/?version=latest)](https://population-synthesis-toolkit.readthedocs.io/en/latest/?badge=latest)
![Unit tests](https://github.com/paranoya/population-synthesis-toolkit/actions/workflows/testing.yml/badge.svg)

## Documentation

Check the [documentation page](https://population-synthesis-toolkit.readthedocs.io/en/latest/) for extensive information.

## Installation

Follow the instructions at the [installation section](https://population-synthesis-toolkit.readthedocs.io/en/latest/installation.html) in the documentation page for details on installing PST.

## Tutorials

The [tutorials](./tutorials) illustrate the basic functionality of PST through simple example use cases.

## Contributing

If you want to contribute to the project, feel free to report any [issues](https://github.com/paranoya/population-synthesis-toolkit/issues) you may find and/or fork this repository and open a pull request.
