phystool.config
Module Contents
Classes
Data
API
- exception phystool.config.ConfigurationError(*args)
Bases:
ValueError
- exception phystool.config.CEMissingConf(*args)
- exception phystool.config.CEUndefinedDb(*args)
- exception phystool.config.CEDbDirNotFound(db_name: str, db_dir: pathlib.Path)
- exception phystool.config.CEDbConfNotFound(*args)
- exception phystool.config.CEGitClone(*args)
- exception phystool.config.CEKey(*args)
- exception phystool.config.CEPdbType(*args)
- exception phystool.config.CEDocumentclass(*args)
- class phystool.config.MyConfigParser
Bases:
configparser.ConfigParser- load() None
- setup_db(db_name: str) None
- get_db_list() list[str]
- new_pdb_filename() str
- class phystool.config.DatabaseConfig(name: str, conf: configparser.SectionProxy)
Initialization
- template(uuid: uuid.UUID) str
- phystool.config.config
“GeneralConfig(…)”
- phystool.config.LOGGER_BOTH
None
- phystool.config.LOGGER_FILE
None
- phystool.config.LOGGER_ALCHEMY
None
- phystool.config.LOGGING_CONFIG
None