.cspell.json
.editorconfig
.gitignore
.gitpod.yml
.pre-commit-config.yaml
.prettierignore
LICENSE
README.md
codecov.yml
commitlint.config.js
environment.yml
pyproject.toml
pyrightconfig.json
setup.cfg
setup.py
tox.ini
.constraints/py3.10.txt
.constraints/py3.7.txt
.constraints/py3.8.txt
.constraints/py3.9.txt
.github/dependabot.yml
.github/pull_request_template.md
.github/release-drafter.yml
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/cd.yml
.github/workflows/ci-docs.yml
.github/workflows/ci-style.yml
.github/workflows/ci-tests.yml
.github/workflows/linkcheck.yml
.github/workflows/milestone.yml
.github/workflows/pr-linting.yml
.github/workflows/release-drafter.yml
.github/workflows/requirements-cron.yml
.github/workflows/requirements-pr.yml
.vscode/.gitignore
.vscode/extensions.json
.vscode/settings.json
docs/.gitignore
docs/_relink_references.py
docs/conf.py
docs/index.md
docs/jpsi2ksp.ipynb
docs/lc2pkpi.ipynb
docs/_templates/module.rst_t
docs/_templates/package.rst_t
docs/_templates/toc.rst_t
src/ampform_dpd/__init__.py
src/ampform_dpd/_attrs.py
src/ampform_dpd/angles.py
src/ampform_dpd/decay.py
src/ampform_dpd/dynamics.py
src/ampform_dpd/io.py
src/ampform_dpd/py.typed
src/ampform_dpd/spin.py
src/ampform_dpd/version.py
src/ampform_dpd.egg-info/PKG-INFO
src/ampform_dpd.egg-info/SOURCES.txt
src/ampform_dpd.egg-info/dependency_links.txt
src/ampform_dpd.egg-info/requires.txt
src/ampform_dpd.egg-info/top_level.txt
tests/test_angles.py
tests/test_decay.py
tests/test_io.py