blark.dependency_store.DependencyStoreConfig
- class blark.dependency_store.DependencyStoreConfig(filename: Path | None, libraries: Dict[str, DependencyStoreLibrary])[source]
Bases:
objectDependency store configuration, from
config.json.Methods
__init__(filename, libraries)as_json()Get the configuration as JSON.
from_dict(config[, filename])save(path)Save the configuration as JSON to a file.
Attributes
- libraries: Dict[str, DependencyStoreLibrary]