Metadata-Version: 2.4
Name: ewoksxas
Version: 0.1.0
Summary: A data‑reduction and analysis package for X‑ray spectroscopy, built on Orange3 and Ewoks.
Author-email: ESRF <ada@esrf.fr>
License-Expression: MIT
Project-URL: Homepage, https://gitlab.esrf.fr/workflow/ewoksapps/ewoksxas/
Project-URL: Documentation, https://ewoksxas.readthedocs.io/
Project-URL: Repository, https://gitlab.esrf.fr/workflow/ewoksapps/ewoksxas/
Project-URL: Issues, https://gitlab.esrf.fr/workflow/ewoksapps/ewoksxas/issues
Project-URL: Changelog, https://gitlab.esrf.fr/workflow/ewoksapps/ewoksxas/-/blob/main/CHANGELOG.md
Keywords: X-ray Spectroscopy,Orange Addon,Ewoks
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: ewoksorange
Requires-Dist: h5py
Requires-Dist: orange-spectroscopy
Requires-Dist: orange3
Requires-Dist: pyqt6
Requires-Dist: silx
Requires-Dist: xraylarch
Provides-Extra: test
Requires-Dist: pytest>=7; extra == "test"
Requires-Dist: pytest-qt; extra == "test"
Provides-Extra: dev
Requires-Dist: ewoksxas[test]; extra == "dev"
Requires-Dist: black>=26; extra == "dev"
Requires-Dist: flake8>=4; extra == "dev"
Requires-Dist: ruff; extra == "dev"
Requires-Dist: bandit; extra == "dev"
Provides-Extra: doc
Requires-Dist: ewoksxas[test]; extra == "doc"
Requires-Dist: sphinx>=4.5; extra == "doc"
Requires-Dist: sphinx-autodoc-typehints>=1.16; extra == "doc"
Requires-Dist: pydata-sphinx-theme; extra == "doc"
Requires-Dist: sphinx-copybutton; extra == "doc"
Dynamic: license-file

# ewoksxas

A data‑reduction and analysis package for X‑ray spectroscopy, built on Orange3 and Ewoks.

## Documentation

https://ewoksxas.readthedocs.io

## Installation

```bash
pip install ewoksxas
```

## Getting Started

Run the demo workflow:

```bash
ewoksxas examples/demo.ows
```
