Metadata-Version: 2.4
Name: ramp-core
Version: 0.0.5
Summary: Utilities package for the Nuclear RAMP
Author-email: Nuclear RAMP team <nuclear.ramp.dev@gmail.com>
License-Expression: MIT
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: English
Classifier: Topic :: Scientific/Engineering
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: cytoolz
Requires-Dist: numpy
Provides-Extra: test
Requires-Dist: hypothesis; extra == "test"
Requires-Dist: pytest; extra == "test"
Dynamic: license-file

# ramp-core
Welcome to the core utilities package of the nuclear Reactor Analysis
Management Project!

## Core utilities of RAMP

This is where we handle serialization, pickling and such things that are used everywhere in the wide project.

This package does almost nothing on its own, and one would usually only
interact with it as a dependency.
More often than not, people reading this will find other packages more
useful, but you're welcome to contribute here too if you came all this
way :)

