README.md
pyproject.toml
fastpluggy_financial_dashboard.egg-info/PKG-INFO
fastpluggy_financial_dashboard.egg-info/SOURCES.txt
fastpluggy_financial_dashboard.egg-info/dependency_links.txt
fastpluggy_financial_dashboard.egg-info/entry_points.txt
fastpluggy_financial_dashboard.egg-info/requires.txt
fastpluggy_financial_dashboard.egg-info/top_level.txt
src/__init__.py
src/config.py
src/migrations.py
src/models.py
src/plugin.py
src/scheduler.py
src/sections.py
src/seed.py
src/services.py
src/ingest/__init__.py
src/ingest/fetchbill.py
src/ingest/importer.py
src/ingest/kb_ledger.py
src/ingest/normalize.py
src/ingest/parsers.py
src/ingest/reconcile.py
src/ingest/subscriptions.py
src/routers/__init__.py
src/routers/_shared.py
src/routers/api_router.py
src/routers/ingest_router.py
src/routers/ui_router.py
src/static/css/terminal.css
src/static/js/pages/overview.js
src/static/vendor/VENDOR.md
src/static/vendor/preact/hooks.mjs
src/static/vendor/preact/htm.mjs
src/static/vendor/preact/preact.mjs
src/static/vendor/preact/signals-core.mjs
src/static/vendor/preact/signals.mjs
src/templates/_importmap.html.j2
src/templates/_layout.html.j2
src/templates/accounts.html.j2
src/templates/data.html.j2
src/templates/import_preview.html.j2
src/templates/ingest_result.html.j2
src/templates/overview.html.j2
src/templates/reconcile.html.j2
src/templates/section.html.j2
src/templates/subscriptions.html.j2
tests/test_fetchbill.py
tests/test_ingest.py
tests/test_ingest_routes.py
tests/test_kb_and_subs.py
tests/test_kpis.py
tests/test_migrations.py
tests/test_models.py
tests/test_reconcile.py
tests/test_routes.py
tests/test_seed.py