Metadata-Version: 2.1
Name: taurex
Version: 3.2.1
Summary: TauREx3
Home-page: https://github.com/ahmed-f-alrefaie/taurex3
License: BSDv3
Author: Ahmed Faris Al-Refaie
Author-email: ahmed.al-refaie.12@ucl.ac.uk
Requires-Python: >=3.9,<4.0
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: OS Independent
Classifier: Operating System :: POSIX
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
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
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development :: Libraries
Provides-Extra: biblio
Provides-Extra: multinest
Provides-Extra: numba
Requires-Dist: astropy (>=5.0.0)
Requires-Dist: click (>=8.0.1)
Requires-Dist: configobj (>=5.0.0,<6.0.0)
Requires-Dist: h5py (>=3.9.0,<4.0.0)
Requires-Dist: nestle (>=0.2.0,<0.3.0)
Requires-Dist: numba (>=0.60.0) ; extra == "numba"
Requires-Dist: numpy (>=1.26.0,<2.0.0)
Requires-Dist: pybtex (>=0.24.0,<0.25.0) ; extra == "biblio"
Requires-Dist: pylightcurve (>=4.0.1,<5.0.0)
Requires-Dist: pymultinest (>=2.12,<3.0) ; extra == "multinest"
Requires-Dist: scipy (>=1.11.3)
Requires-Dist: tabulate (>=0.9.0,<0.10.0)
Project-URL: Changelog, https://github.com/ahmed-f-alrefaie/taurex3/releases
Project-URL: Documentation, https://taurex3.readthedocs.io
Project-URL: Repository, https://github.com/ahmed-f-alrefaie/taurex3
Description-Content-Type: text/markdown

# TauREx3

[![PyPI](https://img.shields.io/pypi/v/taurex.svg)][pypi_]
[![Status](https://img.shields.io/pypi/status/taurex.svg)][status]
[![Python Version](https://img.shields.io/pypi/pyversions/taurex)][python version]
[![License](https://img.shields.io/pypi/l/taurex)][license]

[![Read the documentation at https://taurex3.readthedocs.io/](https://img.shields.io/readthedocs/taurex3/latest.svg?label=Read%20the%20Docs)][read the docs]
[![Tests](https://github.com/ahmed-f-alrefaie/taurex3/workflows/Tests/badge.svg)][tests]
[![Codecov](https://codecov.io/gh/ahmed-f-alrefaie/taurex3/branch/main/graph/badge.svg)][codecov]

[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)][pre-commit]
[![Black](https://img.shields.io/badge/code%20style-black-000000.svg)][black]

[pypi_]: https://pypi.org/project/taurex/
[status]: https://pypi.org/project/taurex/
[python version]: https://pypi.org/project/taurex
[read the docs]: https://taurex3.readthedocs.io/
[tests]: https://github.com/ucl-exoplanets/taurex3/actions?workflow=Tests
[codecov]: https://app.codecov.io/gh/ucl-exoplanets/taurex3
[pre-commit]: https://github.com/pre-commit/pre-commit
[black]: https://github.com/psf/black


## Installation

You can install _TauREx3_ via [pip] from [PyPI]:

```console
$ pip install taurex3
```

## Usage

Please see the [Documentation] for details.

## Contributing

Contributions are very welcome.
To learn more, see the [Contributor Guide].

## License

Distributed under the terms of the [BSD license][license],
_TauREx3_ is free and open source software.

## Issues

If you encounter any problems,
please [file an issue] along with a detailed description.

<!-- github-only -->

[license]: https://github.com/ucl-exoplanets/taurex3/blob/main/LICENSE
[contributor guide]: https://github.com/ucl-exoplanets/taurex3/blob/main/CONTRIBUTING.md
[documentation]: https://taurex3.readthedocs.io/en/latest/

