A Python package for easily accessing and manipulating output of the Modules for Experiments in Stellar Astrophysics (MESA) code.
The easiest way to install the package is via pip:
pip install mesa_readerYou can also install by cloning or downloading this repository, cd into it and then execute
python setup.py installor
pip install .to install the package on your system.
Uninstall the package by executing
pip uninstall mesa_readerStart using the package in your Python scripts by first importing it:
import mesa_reader as mrComplete documentation on the mesa_reader module found
here.