- 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
9 lines
195 B
Python
9 lines
195 B
Python
"""
|
||
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"
|