Metadata-Version: 2.1
Name: taurex
Version: 3.1.14
Summary: TauREx 3 retrieval framework
License: BSDv3
Author: Ahmed
Author-email: ahmed.al-refaie.12@ucl.ac.uk
Requires-Python: >=3.9,<3.13
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: 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.1.0,<9.0.0)
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.58.0,<0.59.0) ; extra == "numba"
Requires-Dist: numpy (>=1.22.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,<2.0.0)
Requires-Dist: tabulate (>=0.9.0,<0.10.0)
Description-Content-Type: text/markdown

# TauREx 3

![Python package](https://github.com/ucl-exoplanets/TauREx3/workflows/Python%20package/badge.svg)

TauREx 3 is the newest version of the TauREx retrieval code.

Documentation can be found [here](https://taurex3-public.readthedocs.io/en/latest/)

Current build: 3.1.4-alpha

## Prerequisites

* numpy



## Installing from PyPi


You can install it by doing

```
pip install taurex
```


## Installing from source


Clone the directory using:

```
git clone https://github.com/ucl-exoplanets/TauREx3_public.git
```

Move into the TauREx3 folder

```
cd TauREx3
```

Then install

```
pip install .
```

To build documentation do

```
python setup.py build_sphinx
```


Try importing taurex:

```
python -c "import taurex; print(taurex.__version__)"
```

Or running taurex itself

```
taurex
```

If there are no errors then it was successful!
