pyfortmesa Repo Status Version PyPI Docs Python MESA License

Author: Ebraheem Farag

Experimental

This package is under active development and the Python API may still change.

pyfortmesa is a small Python interface to selected MESA microphysics routines. It reads and calls selected MESA modules, currently const, chem, eos, and kap, with profile eos/kap calls intended for repeated microphysics work from Python.

This is not meant to be a general MESA module reader. The package should stay focused on calls where a hand-written wrapper is useful: cached MESA setup, Python composition inputs, batched zone calls, and OpenMP inside the Fortran loop. For general MESA module access, use pyMesa.

Pages

Local docs preview

The local docs build and preview commands are listed in Developing.