aeat.core.resources._repos.holiday_calendars module

Year-keyed holiday-calendar repository.

HolidayCalendarRepository loads BOE holiday calendars through the shared ResourceCacheRepository cache behind ResourceRegistry.

class HolidayCalendarRepository[source]

Bases: ResourceCacheRepository[object, int]

Year-keyed repository for BOE holiday calendars.

Wraps aeat.domain.deadlines.load_holiday_calendar() behind the shared ResourceCacheRepository cache.