Metadata-Version: 2.1
Name: gastli
Version: 0.9.3
Summary: The GAS gianT modeL for Interiors
Author-Email: Lorena Acuna <acuna@mpia.de>
License: BSD 3-Clause License
         
         Copyright (c) 2024, Lorena Acuña
         
         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.
         
Requires-Dist: numpy>=1.25.0
Requires-Dist: pandas>=2.0.3
Requires-Dist: scipy>=1.11.1
Requires-Dist: h5py>=3.10.0
Requires-Dist: matplotlib>=3.7.2
Requires-Dist: pytest>=8.2.2
Description-Content-Type: text/x-rst

======
GASTLI
======

.. image:: https://readthedocs.org/projects/gastli/badge/?version=latest
    :target: https://gastli.readthedocs.io/en/latest/?badge=latest
    :alt: Documentation Status


**The GAS gianT modeL for Interiors (GASTLI): An open-source coupled interior-atmosphere model to unveil gas giant composition**

Welcome to the repository of GASTLI, an open-source code for the calculation of interior structure models for gas giants.
GASTLI allows the computation of mass-radius curves, thermal evolution curves, and interior composition retrievals to fit a interior structure model to your mass, radius, age, and if available, atmospheric metallicity data.

Documentation
=============
The code documentation, installation guide, and tutorial can be found here: `https://gastli.readthedocs.io/en/latest/ <https://gastli.readthedocs.io/en/latest/>`_. 

Attribution
===========
If you use GASTLI in your work, please cite the following articles:

- The base package for gas giants is described in `Acuña et al. (2024) <https://arxiv.org/abs/2406.10032>`_.
- Interior-atmosphere coupling algorithm: `Acuña et al. (2021) <https://www.aanda.org/articles/aa/full_html/2021/03/aa39885-20/aa39885-20.html>`_.

License
=======
Copyright 2024 Lorena Acuña

GASTLI is available under the BSD 3-Clause License.
See the LICENSE file for more information.
