store

Interface for downloading and caching resources.

Subpackages

Package Contents

Functions

load_store(→ e3.store.backends.base.Store)

Load a store backend by name.

store.load_store(name: str, configuration: Any, cache: e3.store.cache.backends.base.Cache) e3.store.backends.base.Store

Load a store backend by name.

Parameters:
  • name – name of the store backend to load

  • configuration – configuration for the store backend

  • cache – cache backend to use with the store

Returns:

a store backend instance