Model/repositories/historic_epc
Jun-te Kim dbcdf29bd9 refactor(address2uprn): name the match/decision return types; rename helper
Address PR review (dancafc):
- introduce UprnMatch NamedTuple (datatypes/address_match.py) for the
  (uprn, address, lexiscore, certificate_number) return, replacing the bare
  4-tuple in get_uprn_from_epc_df / get_uprn_from_historic_epc /
  HistoricEpcResolver.resolve_uprn. Tuple-compatible, so unpacking is unchanged.
- rename get_uprn_with_epc_df -> get_uprn_from_epc_df (+ callers).
- type resolve_group_ambiguity via a GroupDecision NamedTuple and trim its
  docstring.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-07 16:00:00 +00:00
..
__init__.py Map historic EPC S3 shard to domain records 🟥 2026-06-29 14:44:56 +00:00
historic_epc_repository.py Take a Postcode value object at the historic EPC repository boundary 🟩 2026-06-29 15:24:18 +00:00
historic_epc_resolver.py refactor(address2uprn): name the match/decision return types; rename helper 2026-07-07 16:00:00 +00:00
historic_epc_s3_repository.py Annotate locals assigned from cross-module calls in the historic-EPC stack 🟪 2026-07-04 14:59:13 +00:00