Metadata-Version: 2.4
Name: xemc3
Version: 1.1.1
Summary: Collect data from EMC3 runs in python using xarray
Home-page: https://github.com/dschwoerer/xemc3
Author: David Bold
Author-email: dave@ipp.mpg.de
License: GPL-3.0-or-later
Project-URL: Tracker, https://github.com/dschwoerer/xemc3/issues
Project-URL: Documentation, https://xemc3.rtfd.io
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX :: Linux
Classifier: Topic :: Scientific/Engineering :: Visualization
Description-Content-Type: text/markdown
License-File: COPYING
Requires-Dist: xarray>=0.16.0
Requires-Dist: netcdf4>=1.4.0
Requires-Dist: numpy>=1.13.0
Requires-Dist: eudist
Requires-Dist: pyyaml
Provides-Extra: plot
Requires-Dist: matplotlib>=3.4; extra == "plot"
Provides-Extra: plot3d
Requires-Dist: mayavi; extra == "plot3d"
Requires-Dist: vtk!=9.0.2,!=9.0.3; extra == "plot3d"
Provides-Extra: docs
Requires-Dist: sphinx>=1.4; extra == "docs"
Requires-Dist: sphinx-argparse-cli; extra == "docs"
Requires-Dist: nbsphinx>=0.8.6; extra == "docs"
Requires-Dist: tqdm; extra == "docs"
Provides-Extra: full
Requires-Dist: matplotlib>=3.4; extra == "full"
Requires-Dist: mayavi; extra == "full"
Requires-Dist: vtk!=9.0.2,!=9.0.3; extra == "full"
Requires-Dist: sphinx>=1.4; extra == "full"
Requires-Dist: sphinx-argparse-cli; extra == "full"
Requires-Dist: nbsphinx>=0.8.6; extra == "full"
Requires-Dist: numba; extra == "full"
Requires-Dist: tqdm; extra == "full"
Dynamic: license-file

[![License](https://img.shields.io/badge/license-GPL-blue.svg)](https://www.gnu.org/licenses/gpl-3.0.en.html)
[![pypiversion](https://img.shields.io/pypi/v/xemc3.svg)](https://pypi.python.org/pypi/xemc3)
[![py3comp](https://img.shields.io/badge/py3-compatible-brightgreen.svg)](https://img.shields.io/badge/py3-compatible-brightgreen.svg)
[![DOI](https://zenodo.org/badge/doi/10.5281/zenodo.5562265.svg)](https://doi.org/10.5281/zenodo.5562265)

# xemc3

A library for working with EMC3 simulations using the xarray framework.

## Examples
Examples can be found under [docs/examples](docs/examples) and you can try them [online on binder](https://mybinder.org/v2/gh/dschwoerer/xemc3/devel?filepath=docs%2Fexamples)

## Documentation
The documentation can be found on [read the docs](https://xemc3.rtfd.io)

## Installation
```bash
pip install xemc3
```

## Citation
If you use xemc3, please cite it using [DOI: 10.5281/zenodo.5562265](https://doi.org/10.5281/zenodo.5562265)
