aeat.core.resources._repos.topics module

TopicCatalogueRepository: singleton TopicCatalogue lookup.

class TopicCatalogueRepository[source]

Bases: ResourceCacheRepository[TopicCatalogue, None]

Singleton-keyed repository for the topic catalogue.

Wraps aeat.core.topics.load_topic_catalogue() and exposes the resulting TopicCatalogue through singleton.

property singleton: TopicCatalogue