LICENSE
README.md
pyproject.toml
src/peerfold/__init__.py
src/peerfold/__main__.py
src/peerfold/cli.py
src/peerfold/core.py
src/peerfold/handlers.py
src/peerfold/icons.py
src/peerfold/macos_menu.py
src/peerfold/recent_files.py
src/peerfold/ui.py
src/peerfold/static/app.css
src/peerfold/static/app.js
src/peerfold/static/favicon.png
src/peerfold/static/icon-1024.png
src/peerfold/static/icon-128.png
src/peerfold/static/icon-16.png
src/peerfold/static/icon-180.png
src/peerfold/static/icon-256.png
src/peerfold/static/icon-32.png
src/peerfold/static/icon-512.png
src/peerfold/static/icon-64.png
src/peerfold/static/index.html
src/peerfold_review.egg-info/PKG-INFO
src/peerfold_review.egg-info/SOURCES.txt
src/peerfold_review.egg-info/dependency_links.txt
src/peerfold_review.egg-info/entry_points.txt
src/peerfold_review.egg-info/requires.txt
src/peerfold_review.egg-info/top_level.txt
tests/test_core.py
tests/test_handlers.py
tests/test_packaging.py
tests/test_peerfold_launcher.py
tests/test_recent_files.py
tests/test_ui.py