pyproject.toml
src/ptg_editor/__init__.py
src/ptg_editor/app.py
src/ptg_editor/config.py
src/ptg_editor/main.py
src/ptg_editor/services.py
src/ptg_editor/set_manager.py
src/ptg_editor.egg-info/PKG-INFO
src/ptg_editor.egg-info/SOURCES.txt
src/ptg_editor.egg-info/dependency_links.txt
src/ptg_editor.egg-info/entry_points.txt
src/ptg_editor.egg-info/requires.txt
src/ptg_editor.egg-info/top_level.txt
src/ptg_editor/routes/__init__.py
src/ptg_editor/routes/api.py
src/ptg_editor/routes/views.py
src/ptg_editor/static/css/style.css
src/ptg_editor/static/js/card-editor.js
src/ptg_editor/static/js/deck-builder.js
src/ptg_editor/templates/base.html
src/ptg_editor/templates/card-browser.html
src/ptg_editor/templates/card-editor.html
src/ptg_editor/templates/deck-builder.html
src/ptg_editor/templates/index.html
src/ptg_editor/templates/manifest-editor.html
src/ptg_editor/templates/macros/mana_table.html
tests/test_routes.py
tests/test_services.py
tests/test_set_manager.py