Metadata-Version: 2.1
Name: xemc3
Version: 0.2.2
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
Project-URL: Tracker, https://github.com/dschwoerer/xemc3/issues
Project-URL: Documentation, https://xemc3.rtfd.io
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Scientific/Engineering :: Visualization
Description-Content-Type: text/markdown
License-File: COPYING
Requires-Dist: xarray (>=0.16.0)
Requires-Dist: matplotlib (!=3.3.0,!=3.3.1,!=3.3.2,>=3.1.1)
Requires-Dist: netcdf4 (>=1.4.0)
Requires-Dist: numpy (>=1.13.0)
Requires-Dist: eudist
Requires-Dist: importlib-metadata ; python_version < "3.8"
Provides-Extra: docs
Requires-Dist: sphinx (>=1.4) ; extra == 'docs'
Requires-Dist: nbsphinx (>=0.8.6) ; extra == 'docs'
Requires-Dist: sphinx-argparse-cli ; (python_version > "3.6") and extra == 'docs'
Provides-Extra: full
Requires-Dist: matplotlib (!=3.3.0,!=3.3.1,!=3.3.2,>=3.1.1) ; 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: nbsphinx (>=0.8.6) ; extra == 'full'
Requires-Dist: numba ; extra == 'full'
Requires-Dist: sphinx-argparse-cli ; (python_version > "3.6") and extra == 'full'
Provides-Extra: plot
Requires-Dist: matplotlib (!=3.3.0,!=3.3.1,!=3.3.2,>=3.1.1) ; extra == 'plot'
Provides-Extra: plot3d
Requires-Dist: mayavi ; extra == 'plot3d'
Requires-Dist: vtk (!=9.0.2,!=9.0.3) ; extra == 'plot3d'

[![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/next?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)
