aeat.core.parsing package¶
Shared parsing primitives for the AEAT application layer.
Public surface¶
parse_bool()— parse a raw string token intoTrue,False, orNone(absent / unrecognised).parse_date()— unified date parser with format and error-policy axes.parse_iso8601_date()— parse an ISO-8601 date string (YYYY-MM-DD).parse_ddmmyyyy_date()— parse a Spanish day-first date string (DD-MM-YYYYorDD/MM/YYYY).
The implementation modules still own underscore-prefixed helpers for package-local tests and tightly scoped internal consumers. This package initializer exposes only public parser names so cross-package callers cannot accidentally depend on private compatibility aliases.