- Create evidence layer package structure - Define ConstraintRecord Pydantic model with NULL preservation - Implement streaming download with httpx and tenacity retry - Add lazy TSV parser with column name variant handling - Add httpx and structlog dependencies
2 lines
56 B
Python
2 lines
56 B
Python
"""Evidence layer package for external data sources."""
|