Metadata-Version: 2.1
Name: openmc_source_plotter
Version: 0.0.1
Summary: Extract data and create plots of OpenMC particle sources
Home-page: https://github.com/fusion-energy/openmc_source_plotter
Author: The Fusion Energy Development Team
Author-email: mail@jshimwell.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Natural Language :: English
Classifier: Topic :: Scientific/Engineering
Classifier: Programming Language :: Python :: 3
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: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE


A Python package for plotting the locations, directions or energy distributions
of OpenMC source particles

# Installation

```bash
pip install openmc_source_plotter
```

# Usage

See the [examples folder](https://github.com/fusion-energy/openmc_source_plotter/tree/main/examples) for more examples.


