aeat.adapters.outbound.aeat.export package¶
Public outbound export boundary for AEAT fichero-BOE helpers.
This package root is the supported adapter import point for errors raised
while serialising registry-backed filing layouts. It currently re-exports
AeatExportFormatError and ExportError; fixed-width
primitives and record layouts remain internal implementation details.
AEAT remote submission and write-shaped portal walks are permanently
forbidden. The local submission lifecycle is owned by
domain.submission, including
domain.submission.SubmissionEngine,
domain.submission.Preflight, and
domain.submission.SubmissionPreflightError. Any live-write
attempt is refused at the core access gate by
core.access_gate.LiveSubmitForbiddenError.
Public API discipline: callers outside this subpackage must import only
from adapters.outbound.aeat.export (the package root); the
underscored submodules are implementation detail.
See also
adapters.outbound.aeat.export._formatsInternal fixed-width fichero-BOE encoding primitives used by registry-backed export definitions.
domain.submissionCanonical local-only submission lifecycle and preflight engine.
core.access_gateCore live-read gate and permanent live-write refusal policy.
Subpackages¶
- aeat.adapters.outbound.aeat.export._formats package
- aeat.adapters.outbound.aeat.export._submitters package