aeat.application.export package

Application-level export serialization helpers.

Serializes tabular application data into the operator-chosen output format for the export verbs, separate from the registry-driven fichero-BOE modelo export. Pure value logic with no I/O.

The package returns payload bytes plus integrity metadata to its caller; the caller owns any destination path, bucket event, or secure-storage state. That keeps generic CSV/JSONL/XLSX rendering distinct from modelo BOE exports and calculation workbook exports.

Major declarations:

See also

application.ledger.export_ledger_transactions()

Ledger command service that calls this serializer, then owns bucket events and operator output paths.

application.modelo.export_modelo_revision()

Registry-driven fichero-BOE export for verified or filed modelo revisions.

application.storage.calc_sheets

Registry workbook export-plan surface for offline and Sheets transports.

Submodules