aeat.application.storage package¶
Application storage namespace for calc-sheet export planning.
This package is a namespace container. Callers must import from the subpackages
directly (e.g. application.storage.calc_sheets); nothing is
re-exported at this level by design. Exporting here would couple callers to the
internal subpackage layout and undermine the layered-import discipline.
The calc-sheet subpackage builds renderer-neutral workbook plans and offline XLSX/JSON payloads. Runtime encrypted persistence remains owned by the storage adapter and domain repository layers; operator-directed workbook bytes are an explicit export surface, not canonical application state.
See also
application.storage.calc_sheetsRegistry-backed workbook plan engine and offline export surface.
application.storage.calc_sheets.SheetExportPlanRenderer-neutral workbook contract shared by offline and Google Sheets materializers.
application.storage.calc_sheets.build_export_plan()Pure plan builder that consumes a
domain.calculations.registry.RegistrySnapshot.application.storage.calc_sheets.serialize_offline_export()Operator-directed XLSX and evidence-sidecar serializer.
adapters.outbound.google.apply_export_plan()Remote Google Sheets materializer for the same export plan.
adapters.persistence.storage.SecureObjectRepositoryEncrypted canonical persistence boundary that this namespace does not replace.
Subpackages¶
- aeat.application.storage.calc_sheets package
- Submodules
- aeat.application.storage.calc_sheets._engine module
- aeat.application.storage.calc_sheets._errors module
- aeat.application.storage.calc_sheets._evidence module
- aeat.application.storage.calc_sheets._layout module
- aeat.application.storage.calc_sheets._parity_harness module
- aeat.application.storage.calc_sheets._records module
- A1 addressing
TabNameSheetCellAddressSheetValueCellSheetFormulaCellSheetCellConstraintSheetRowSetColumnSheetRowSetSheetProtectedRangeSheetNumberFormatSheetSectionHeaderSheetAnchorSheetStyledRangeSheetColumnWidthSheetFrozenViewSheetAutoFilterSheetProvenanceRowSheetEvidenceContributorRowSheetEvidenceManualEntrySheetEvidenceFacetSheetTariffTableRowSheetTariffTableParameterCellOperatorInputOperatorInputsRelationValueRelationValuesSheetGuideContentSheetExportMetadataSheetExportPlan
- aeat.application.storage.calc_sheets._styling module
- aeat.application.storage.calc_sheets._theme module
- aeat.application.storage.calc_sheets._translator module
- aeat.application.storage.calc_sheets._workbook_export module
- Submodules