.gitignore
.gitlab-ci.yml
LICENSE
Makefile
README.md
mkdocs.yml
pyproject.toml
config/fake.yaml
config/fake_cbc.yaml
config/tutorial_schema.yaml
docs/api.md
docs/cli.md
docs/index.md
docs/tutorial.md
docs/assets/logo.png
docs/assets/css/mkdocstrings-custom.css
docs/assets/css/stillsuit.css
src/stillsuit/__init__.py
src/stillsuit/_version.py
src/stillsuit.egg-info/PKG-INFO
src/stillsuit.egg-info/SOURCES.txt
src/stillsuit.egg-info/dependency_links.txt
src/stillsuit.egg-info/entry_points.txt
src/stillsuit.egg-info/requires.txt
src/stillsuit.egg-info/top_level.txt
src/stillsuit/bin/__init__.py
src/stillsuit/bin/merge_reduce.py
src/stillsuit/bin/plot.py
src/stillsuit/bin/show.py
tests/test_stillsuit.py