.gitignore
.pre-commit-config.yaml
LICENSE
README.md
pyproject.toml
readthedocs.yml
.github/workflows/lint.yml
.github/workflows/publish.yml
.github/workflows/tests.yml
docs/Makefile
docs/conf.py
docs/index.rst
docs/installation.rst
docs/requirements.txt
docs/usage.rst
src/aspire_bilby/__init__.py
src/aspire_bilby/plugin.py
src/aspire_bilby/utils.py
src/aspire_bilby.egg-info/PKG-INFO
src/aspire_bilby.egg-info/SOURCES.txt
src/aspire_bilby.egg-info/dependency_links.txt
src/aspire_bilby.egg-info/entry_points.txt
src/aspire_bilby.egg-info/requires.txt
src/aspire_bilby.egg-info/top_level.txt
tests/conftest.py
tests/test_bilby_integration.py