Composable pipelines for spreadsheets (JSON/YAML/CSV/XLSX) with FK helpers, validation, and IO routing. Version 0.1.0b5, requires Python >=3.10, pre-release beta with active development.
pip install spreadsheet-handlingNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Minimal example reading CSV, adding a foreign key lookup, validating a required column, and writing JSON.
Pin to exact version in requirements.txt: spreadsheet-handling==0.1.0b5
Use underscore in import statements.
Check changelog before upgrading; wrap validation in a try/except ValidationError.