config module
- class pdbstore.config.ConfigParser(store_id: str | None = None, config_files: List[str | Path] | None = None)
Bases:
objectA PDBStore configuration file representation.
- get_store_directory(name: str) str | None
Retrieve store directory path given by its name
- merge(config: Dict[str, Any]) ConfigParser
Merge current configuration with input commandline arguments