isoc is a Python package for querying and retrieving
isochrones from the MIST/MESA and Padova/PARSEC
databases (or from local files
obtained from these databases). It has a simple user interface and relies on
ezpadova as a backend for
queries to the Padova PARSEC database, and a custom backend for queries to the MIST database.
See the docs for a short overview of how to use the package, as well as the API. If you have any questions or suggestions, please open an issue.
Install isoc with pip, after first installing ezpadova (a dependency that is not on PyPI and so must be installed separately):
pip install git+https://github.com/mfouesneau/ezpadova.git
pip install isoc-astro