.coveragerc
.gitignore
.travis.yml
CHANGELOG.rst
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
README.rst
requirements.txt
setup.cfg
setup.py
docs/Makefile
docs/conf.py
docs/configuration.rst
docs/credits.rst
docs/index.rst
docs/installation.rst
docs/testing_edge.rst
docs/usage.rst
docs/_static/header.jpg
src/starmatrix/__init__.py
src/starmatrix/abundances.py
src/starmatrix/cli.py
src/starmatrix/constants.py
src/starmatrix/dtds.py
src/starmatrix/elements.py
src/starmatrix/functions.py
src/starmatrix/imfs.py
src/starmatrix/matrix.py
src/starmatrix/model.py
src/starmatrix/settings.py
src/starmatrix.egg-info/PKG-INFO
src/starmatrix.egg-info/SOURCES.txt
src/starmatrix.egg-info/dependency_links.txt
src/starmatrix.egg-info/entry_points.txt
src/starmatrix.egg-info/not-zip-safe
src/starmatrix.egg-info/requires.txt
src/starmatrix.egg-info/top_level.txt
src/starmatrix/sample_input/expelled_elements
src/starmatrix/sample_input/params.yml
src/starmatrix/tests/__init__.py
src/starmatrix/tests/test_abundances.py
src/starmatrix/tests/test_cli.py
src/starmatrix/tests/test_dtds.py
src/starmatrix/tests/test_elements.py
src/starmatrix/tests/test_functions.py
src/starmatrix/tests/test_imfs.py
src/starmatrix/tests/test_matrix.py
src/starmatrix/tests/test_model.py
src/starmatrix/tests/test_settings.py