.gitignore
LICENSE
README.md
build.sh
package.sh
pyproject.toml
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/python-app.yml
.github/workflows/python-publish.yml
examples/multiple_specs.py
examples/setup.py
examples/single_spec.py
src/maple/__init__.py
src/maple/base_extensions.py
src/maple/models.py
src/maple/ops.py
src/maple/report.py
src/maple/utils.py
src/maple/templates/report.html
src/maple_spec.egg-info/PKG-INFO
src/maple_spec.egg-info/SOURCES.txt
src/maple_spec.egg-info/dependency_links.txt
src/maple_spec.egg-info/requires.txt
src/maple_spec.egg-info/top_level.txt
tests/.env.example
tests/test_multiple.py
tests/test_ops.py
tests/test_report.py
tests/test_run.py