Metadata-Version: 2.1
Name: mesa-reader
Version: 0.3.4
Summary: Tools for interacting with output from MESA star and MESA binary
Home-page: http://github.com/wmwolf/py_mesa_reader
Author: William M. Wolf
Author-email: wolfwm@uwec.edu
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: numpy

mesa_reader
===========

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

## Installation
The easiest way to install is via `pip`:

    pip install mesa_reader

You can also install by cloning or downloading the repository at github.com/wmwolf/py_mesa_reader, `cd` into it and then execute

    python setup.py install

or

    pip install .
    
to install the package on your system.

## Uninstallation
Uninstall by executing

    pip uninstall mesa_reader

## Usage
Complete documentation on the `mesa_reader` module found
[here](https://wmwolf.github.io/py_mesa_reader).
