Implement fin-hub T24-T26: ingest, runway, coupling, RaaS packaging

Add CSV importers, runway calculator, budget alerts, cross-hub coupling
emitters, finhub CLI, and raas-mvp-packaging docs with full test coverage.
This commit is contained in:
tegwick 2026-07-08 00:59:39 +02:00
parent b6993d4a05
commit 1abbbe85e4
27 changed files with 835 additions and 3 deletions

View file

@ -24,6 +24,9 @@ packages = ["fin_hub"]
testpaths = ["tests"]
pythonpath = ["src"]
[project.scripts]
finhub = "fin_hub.cli:main"
[dependency-groups]
dev = [
"pytest>=8.0.0",