299 B
299 B
Data Aggregator
Processes structured records into per-category summaries with cross-reference indexes.
Commands
- Install:
uv sync - Test:
PYTHONPATH=src uv run python -m pytest tests/ -v - Single test:
PYTHONPATH=src uv run python -m pytest tests/test_aggregator.py -k "test_name" -v