.gitignore
LICENSE
README.md
pyproject.toml
.github/workflows/cicd.yml
.github/workflows/release.yml
src/fppt/__init__.py
src/fppt/adapters.py
src/fppt/cli.py
src/fppt/deck.py
src/fppt/preference.py
src/fppt/project.py
src/fppt/skills.py
src/fppt/theme.py
src/fppt.egg-info/PKG-INFO
src/fppt.egg-info/SOURCES.txt
src/fppt.egg-info/dependency_links.txt
src/fppt.egg-info/entry_points.txt
src/fppt.egg-info/requires.txt
src/fppt.egg-info/scm_file_list.json
src/fppt.egg-info/scm_version.json
src/fppt.egg-info/top_level.txt
src/fppt/themes/cyberpunk.yaml
src/fppt/themes/paper.yaml
tests/__init__.py
tests/test_adapters.py
tests/test_cli.py
tests/test_deck.py
tests/test_preference.py
tests/test_project.py
tests/test_theme.py