.gitattributes
.gitignore
CHANGELOG.md
LICENSE
README.md
pyproject.toml
requirements.txt
tox.ini
.github/dependabot.yaml
.github/workflows/main.yml
.github/workflows/test.yml
.vscode/settings.json
specs/2025/20250114 - DR303e25v101.xlsx
specs/2026/20260128 - DR303e26v101.xlsx
specs/2026/generated_2026.1.yaml
src/arrendatools/__init__.py
src/arrendatools.modelo303.egg-info/PKG-INFO
src/arrendatools.modelo303.egg-info/SOURCES.txt
src/arrendatools.modelo303.egg-info/dependency_links.txt
src/arrendatools.modelo303.egg-info/requires.txt
src/arrendatools.modelo303.egg-info/top_level.txt
src/arrendatools/modelo303/__init__.py
src/arrendatools/modelo303/application/__init__.py
src/arrendatools/modelo303/application/data.py
src/arrendatools/modelo303/application/facade.py
src/arrendatools/modelo303/application/generator.py
src/arrendatools/modelo303/domain/__init__.py
src/arrendatools/modelo303/domain/enums.py
src/arrendatools/modelo303/domain/model.py
src/arrendatools/modelo303/infrastructure/__init__.py
src/arrendatools/modelo303/infrastructure/builtins.py
src/arrendatools/modelo303/infrastructure/formatting.py
src/arrendatools/modelo303/infrastructure/schema.py
src/arrendatools/modelo303/infrastructure/schema_loader.py
src/arrendatools/modelo303/infrastructure/schema_registry.py
src/arrendatools/modelo303/infrastructure/schema_renderer.py
src/arrendatools/modelo303/infrastructure/schema_validator.py
src/arrendatools/modelo303/infrastructure/schemas/2025.1.yaml
src/arrendatools/modelo303/infrastructure/schemas/2026.1.yaml
src/arrendatools/modelo303/infrastructure/schemas/__init__.py
tests/golden_helper.py
tests/test_builtins.py
tests/test_business_rules.py
tests/test_catalog_model_alignment.py
tests/test_generator_tax_year_2025.py
tests/test_generator_tax_year_2026.py
tests/test_modelo303_data.py
tests/test_modelo303_factory.py
tests/test_schema_loader.py
tests/test_schema_renderer.py
tests/test_schema_validator.py
tests/golden/2025/1T2T3T/negative/expected.txt
tests/golden/2025/1T2T3T/positive/expected.txt
tests/golden/2025/4T/negative/expected.txt
tests/golden/2025/4T/positive/expected.txt
tests/golden/2025/without_iban/expected.txt
tests/golden/2026/1T2T3T/negative/expected.txt
tests/golden/2026/1T2T3T/positive/expected.txt
tests/golden/2026/4T/expected.txt
tests/golden/2026/without_iban/expected.txt
tools/generate_schema.py