:py:mod:`store` =============== .. py:module:: store .. autoapi-nested-parse:: Interface for downloading and caching resources. Subpackages ----------- .. toctree:: :titlesonly: :maxdepth: 3 backends/index.rst cache/index.rst Package Contents ---------------- Functions ~~~~~~~~~ .. autoapisummary:: store.load_store .. py:function:: load_store(name: str, configuration: Any, cache: e3.store.cache.backends.base.Cache) -> e3.store.backends.base.Store Load a store backend by name. :param name: name of the store backend to load :param configuration: configuration for the store backend :param cache: cache backend to use with the store :return: a store backend instance