LICENSE
README.md
pyproject.toml
setup.py
src/wsssss/__init__.py
src/wsssss/functions.py
src/wsssss/load_data.py
src/wsssss.egg-info/PKG-INFO
src/wsssss.egg-info/SOURCES.txt
src/wsssss.egg-info/dependency_links.txt
src/wsssss.egg-info/entry_points.txt
src/wsssss.egg-info/requires.txt
src/wsssss.egg-info/top_level.txt
src/wsssss/_bin/__init__.py
src/wsssss/_bin/check_grid.py
src/wsssss/_bin/mesa_go.py
src/wsssss/_bin/gyre_driver/INPUT_GYRE_4.4_ad.in
src/wsssss/_bin/gyre_driver/INPUT_GYRE_5.2_ad.in
src/wsssss/_bin/gyre_driver/INPUT_GYRE_6.0.1_ad.in
src/wsssss/_bin/gyre_driver/INPUT_GYRE_7.1_ad.in
src/wsssss/_bin/gyre_driver/gyre_driver.py
src/wsssss/constants/__init__.py
src/wsssss/constants/post15140.py
src/wsssss/constants/pre15140.py
src/wsssss/inlists/__init__.py
src/wsssss/inlists/create_grid.py
src/wsssss/inlists/inlists.py
src/wsssss/plotting/__init__.py
src/wsssss/plotting/kipper.py
src/wsssss/plotting/plotting.py
src/wsssss/plotting/utils.py
tests/test_constants.py
tests/test_functions.py
tests/test_load_data.py
tests/test_plotting.py