Metadata-Version: 2.4
Name: cherab-imas
Version: 0.4.1
Summary: Cherab spectroscopy framework: IMAS submodule
Author: vsnever, jacklovell
Author-email: munechika-koyo <munechika.koyo@gmail.com>
License-Expression: EUPL-1.1
License-File: LICENCE.txt
Keywords: IMAS,cherab,fusion,imas,plasma,tokamak
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: English
Classifier: Operating System :: Unix
Classifier: Programming Language :: Cython
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Requires-Dist: cherab==1.5.*
Requires-Dist: imas-python[netcdf]
Requires-Dist: typing-extensions; python_version < '3.12'
Provides-Extra: test
Requires-Dist: plotly; extra == 'test'
Requires-Dist: pooch; extra == 'test'
Requires-Dist: pytest; extra == 'test'
Requires-Dist: pytest-cov; extra == 'test'
Requires-Dist: rich; extra == 'test'
Description-Content-Type: text/markdown

# CHERAB-IMAS

<!-- BEGIN-HEADER -->

|         |                                                                                                                     |
| ------- | ------------------------------------------------------------------------------------------------------------------- |
| CI/CD   | [![CI][ci-badge]][ci] [![PyPI Publish][PyPI-publish-badge]][PyPi-publish] [![codecov][codecov-badge]][codecov]      |
| Docs    | [![Documentation][docs-badge]][docs]                                                                                |
| Package | [![PyPI - Version][pypi-badge]][pypi] [![Conda][conda-badge]][conda] [![PyPI - Python Version][python-badge]][pypi] |
| Meta    | [![License - EUPL-1.1][license-badge]][license] [![Pixi Badge][pixi-badge]][pixi-url]                               |

[ci]: https://github.com/cherab/imas/actions/workflows/ci.yaml
[ci-badge]: https://img.shields.io/github/actions/workflow/status/cherab/imas/ci.yaml?style=flat-square&logo=GitHub&label=CI
[codecov]: https://codecov.io/github/cherab/imas
[codecov-badge]: https://img.shields.io/codecov/c/github/cherab/imas?token=05LZGWUUXA&style=flat-square&logo=codecov
[conda]: https://prefix.dev/channels/conda-forge/packages/cherab-imas
[conda-badge]: https://img.shields.io/conda/vn/conda-forge/cherab-imas?logo=conda-forge&style=flat-square
[docs]: https://github.com/cherab/imas/actions/workflows/docs.yml
[docs-badge]: https://img.shields.io/github/actions/workflow/status/cherab/imas/docs.yml?style=flat-square&logo=GitHub&label=Docs
[license]: https://opensource.org/licenses/EUPL-1.1
[license-badge]: https://img.shields.io/badge/license-EUPL_1.1%20-blue?style=flat-square
[pixi-badge]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/prefix-dev/pixi/main/assets/badge/v0.json&style=flat-square
[pixi-url]: https://pixi.sh
[pypi]: https://pypi.org/project/cherab-imas/
[pypi-badge]: https://img.shields.io/pypi/v/cherab-imas?label=PyPI&logo=pypi&logoColor=gold&style=flat-square
[pypi-publish]: https://github.com/cherab/imas/actions/workflows/deploy-pypi.yml
[pypi-publish-badge]: https://img.shields.io/github/actions/workflow/status/cherab/imas/deploy-pypi.yml?event=release&style=flat-square&logo=github&label=PyPI%20Publish
[python-badge]: https://img.shields.io/pypi/pyversions/cherab-imas?logo=Python&logoColor=gold&style=flat-square

---

[`cherab`](https://github.com/cherab/core) add-on module for **IMAS** (Integrated Modelling & Analysis Suite).

This module enables the creation of `cherab`'s functional objects (e.g. plasma, observers, meshes, etc.) from IMAS IDSs (Interface Data Structures).

<!-- END-HEADER -->

## 🌐 Install

**With `pip`:**

```
pip install cherab-imas
```

**With `mamba` / `conda`:**

```
mamba install -c conda-forge cherab-imas
```

## 📝 Documentation

See the [official documentation](https://cherab.github.io/imas/) to learn more.
