Metadata-Version: 2.1
Name: rollo
Version: 1.0
Summary: Reactor Evolutionary Algorithm Optimizer
Home-page: https://github.com/arfc/rollo
Author: Gwendolyn J.Y. Chee
Author-email: gwendolynchee95@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: deap
Requires-Dist: numpy
Requires-Dist: openmc
Requires-Dist: jsonschema
Requires-Dist: jinja2

## rollo (Reactor evOLutionary aLgorithm Optimizer)
Repository to hold the framework and code to produce generative reactor designs.

python -m rollo -i <input file> -c <checkpoint file>

# To build documentation 
cd docs 
make html

# To install 
python -m pip install rollo

# To upload to PyPI
python3 -m build
python3 -m twine upload dist/*

