Initial commit: POTE Phase 1 complete

- PR1: Project scaffold, DB models, price loader
- PR2: Congressional trade ingestion (House Stock Watcher)
- PR3: Security enrichment + deployment infrastructure
- 37 passing tests, 87%+ coverage
- Docker + Proxmox deployment ready
- Complete documentation
- Works 100% offline with fixtures
This commit is contained in:
ilia
2025-12-14 20:45:34 -05:00
commit 204cd0e75b
52 changed files with 6189 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
"""
POTE Public Officials Trading Explorer
A research-only tool for tracking and analyzing public stock trades
by government officials. Not for investment advice.
"""
__version__ = "0.1.0"