Metadata-Version: 2.1
Name: taurex
Version: 3.1.0a0
Summary: TauREx 3 retrieval framework
Home-page: https://github.com/ucl-exoplanets/TauREx3_public/
Author: Ahmed Faris Al-Refaie
Author-email: ahmed.al-refaie.12@ucl.ac.uk
License: BSD
Description: # 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.0-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!
Keywords: exoplanet,retrieval,taurex,taurex3,atmosphere,atmospheric
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Unix
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development :: Libraries
Provides: taurex
Description-Content-Type: text/markdown
Provides-Extra: Plot
