Metadata-Version: 2.4
Name: wsssss
Version: 0.7.4
Summary: Walter's set of scripts for studying simulated stars.
Author-email: Walter van Rossem <walter_v_rossem@hotmail.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/waltervrossem/wsssss
Project-URL: Issues, https://github.com/waltervrossem/wsssss/issues
Project-URL: Source, https://github.com/waltervrossem/wsssss
Project-URL: Documentation, https://wsssss.readthedocs.io
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Astronomy
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: f90nml
Requires-Dist: dill
Requires-Dist: matplotlib
Requires-Dist: setproctitle
Requires-Dist: joblib
Provides-Extra: dev
Requires-Dist: pytest-env; extra == "dev"
Dynamic: license-file

# wsssss: Walter's set of scripts for studying simulated stars.

This repository contains a package which make creating, running, and studying grids of stars with MESA quick 
(except for the compute time) and easy. 

Install with
`pip install wsssss`

`inlists.create_grid` and `mesa-go` require a version of [MESA](https://docs.mesastar.org) to be installed.
`gyre-driver` requires a version of [gyre](https://gyre.readthedocs.io/en/stable/) to be installed.

Documentation is available at [https://wsssss.readthedocs.io](https://wsssss.readthedocs.io).
