Metadata-Version: 2.1
Name: est
Version: 0.4.0
Summary: Spectroscopy workflows
Home-page: https://gitlab.esrf.fr/workflow/ewoksapps/est
Author: data analysis unit
Author-email: henri.payno@esrf.fr
License: MIT
Project-URL: Source, https://gitlab.esrf.fr/workflow/ewoksapps/est/
Project-URL: Documentation, https://ewoksest.readthedocs.io/
Project-URL: Tracker, https://gitlab.esrf.fr/workflow/ewoksapps/est/issues/
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Provides-Extra: pymca
Provides-Extra: larch
Provides-Extra: orange
Provides-Extra: full
Provides-Extra: test
Provides-Extra: dev
Provides-Extra: doc
License-File: LICENSE

# Est: Spectroscopy workflows

`est` is a library providing tools to define a workflow of treatments for X-ray Absorption Structure analysis.
Treatments are based on eather [PyMca](https://github.com/vasole/pymca)_ or [Larch](https://xraypy.github.io/xraylarch/)

The library offers a convenient object for connecting those two.

An [Orange3](https://github.com/biolab/orange3) add-on is also provided by the library to help user defining graphically the workflow they want to process.

## Installation

``` python
pip install est[full]
```

## Test

```bash
python3 -m pytest --pyargs est.tests
```

## Documentation

https://ewoksest.readthedocs.io/
