Metadata-Version: 2.4
Name: pyxla
Version: 0.0.7
Summary: A flexible and generic framework for explainable landscape analysis (xLA).
Project-URL: Documentation, https://aliefooghe.gitlab.io/pyxla-wg
Project-URL: Issues, https://gitlab.com/aliefooghe/pyxla-wg/-/issues
Project-URL: Source, https://gitlab.com/aliefooghe/pyxla-wg
Author: T. Ombaso, A. Liefooghe, K. M. Malan, S. Verel, A. Bosman
License-Expression: MIT
Keywords: Explainable landscape analysis,Landscape analysis
Requires-Python: >=3.8
Requires-Dist: hilbertcurve
Requires-Dist: matplotlib
Requires-Dist: moocore
Requires-Dist: more-itertools
Requires-Dist: pandas
Requires-Dist: scikit-learn
Requires-Dist: scipy
Requires-Dist: seaborn
Requires-Dist: tqdm
Description-Content-Type: text/markdown

# pyXla

A flexible and generic framework for explainable landscape analysis.

### Install required packages (i.e pytest, sphinx)
Navigate to the `src/` directory and then run:

```
$ pip install -r requirements.txt
```
### How to run tests
Navigate to the `src/` directory and then run:

```
$ pytest
```

Some tests will fail, but only the first time. Re-run it again to get all tests to pass.

### How build docs
Navigate to the `docs/` directory and then run:

```
$ make clean html
```

It might take a while. The built docs will be saved in `docs/build/` directory
