Metadata-Version: 2.1
Name: RATapi
Version: 0.0.0.dev2
Summary: Python extension for the Reflectivity Analysis Toolbox (RAT)
Home-page: https://github.com/RascalSoftware/python-RAT
Author: 
Author-email: 
License: UNKNOWN
Platform: UNKNOWN
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Provides-Extra: Dev
Provides-Extra: Matlab_2021a
Provides-Extra: Matlab_2021b
Provides-Extra: Matlab_2022a
Provides-Extra: Matlab_2022b
Provides-Extra: Matlab_2023a
Provides-Extra: Matlab_2023b
Provides-Extra: Matlab_latest

python-RAT
==========
Python-RAT is the Python interface for the [Reflectivity Algorithm Toolbox](https://github.com/RascalSoftware/RAT) (RAT).

Install
=======
To install in local directory:

    git clone --recurse-submodules https://github.com/RascalSoftware/python-RAT.git
    cd python-RAT
    pip install -e .

matlabengine is an optional dependency only required for Matlab custom functions. The version of matlabengine should match the version of Matlab installed on the machine. This can be installed as shown below:

    pip install -e .[Matlab-2023a]

Development dependencies can be installed as shown below

    pip install -e .[Dev]    

To build wheel:

    pip install build
    python -m build --wheel


