.gitattributes
.gitignore
LICENSE
README.md
pyproject.toml
requirements.txt
setup.cfg
.github/workflows/python-package.yml
popsims/__init__.py
popsims/constants.py
popsims/core_tools.py
popsims/dynamics.py
popsims/filterinitialize.py
popsims/filtermags.py
popsims/fit.py
popsims/galaxy.py
popsims/plot_style.py
popsims/plot_tools.py
popsims/relations.py
popsims/simulator.py
popsims.egg-info/PKG-INFO
popsims.egg-info/SOURCES.txt
popsims.egg-info/dependency_links.txt
popsims.egg-info/entry_points.txt
popsims.egg-info/requires.txt
popsims.egg-info/top_level.txt
popsims.egg-info/zip-safe
popsims/tests/test_galaxy.py
popsims/tests/test_tools.py