Metadata-Version: 2.4
Name: ndmanager
Version: 0.5.1
Summary: Managing you nuclear data collection
Author-email: Nicolas Linden <nicolas@nlinden.com>
Project-URL: Homepage, https://github.com/nplinden/ndmanager
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: beautifulsoup4>=4.13.4
Requires-Dist: h5py>=3.14.0
Requires-Dist: matplotlib>=3.10.3
Requires-Dist: numpy>=2.3.1
Requires-Dist: openmc
Requires-Dist: pandas>=2.3.0
Requires-Dist: pyyaml>=6.0.2
Requires-Dist: requests>=2.32.4
Requires-Dist: sandy>=1.1.0
Requires-Dist: tabulate>=0.9.0
Requires-Dist: tqdm>=4.67.1
Dynamic: license-file

# NDManager

[![Coverage
Status](https://coveralls.io/repos/github/nplinden/ndmanager/badge.svg?branch=develop)](https://coveralls.io/github/nplinden/ndmanager?branch=develop)

NDManager is a python package that helps you manage your nuclear data
files in a clean manner.

It provides an API and a CLI for creating and interacting with a
database of ENDF6 files, as well as processed data files and depletion
chain files in the OpenMC format.

In addition, it encapsulate the
[sandy](https://github.com/luca-fiorito-11/sandy) nuclear data sampling
tool to help you easily generate perturbed files in the OpenMC HDF5
format.

Full documentation is available
[here](https://ndmanager.readthedocs.io/en/develop/).

