Metadata-Version: 2.1
Name: xemc3
Version: 0.1.0
Summary: Collect data from EMC3 runs in python using xarray
Home-page: https://github.com/dschwoerer/xemc3
Author: David Schwörer
Author-email: dave@ipp.mpg.de
License: GPL
Project-URL: Tracker, https://github.com/dschwoerer/xemc3/issues
Project-URL: Documentation, https://xemc3.rtfd.io
Platform: UNKNOWN
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: Topic :: Scientific/Engineering :: Visualization
Description-Content-Type: text/markdown
Provides-Extra: plot
Provides-Extra: plot3d
Provides-Extra: docs
Provides-Extra: full
License-File: COPYING

# xemc3

A library for working with EMC3 simulations.

## 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
```


