Skip to content

wmwolf/py_mesa_reader

Repository files navigation

Repo Status PyPI Version Status Test Status Readthedocs Status License

mesa_reader

A Python package for easily accessing and manipulating output of the Modules for Experiments in Stellar Astrophysics (MESA) code.

Installation

The easiest way to install the package is via pip:

pip install mesa_reader

You can also install by cloning or downloading this repository, cd into it and then execute

python setup.py install

or

pip install .

to install the package on your system.

Uninstallation

Uninstall the package by executing

pip uninstall mesa_reader

Usage

Start using the package in your Python scripts by first importing it:

import mesa_reader as mr

Complete documentation on the mesa_reader module found here.

About

Tools for easily accessing and manipulating data from MESA in python.

Resources

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING

Stars

Watchers

Forks

Packages

 
 
 

Contributors