phystool.config_dev

Module Contents

Classes

MyConfig

LaTeXConf

API

class phystool.config_dev.MyConfig(dev_mode: bool)

Initialization

new_pdb_filename() pathlib.Path
save_config(section: str, key: str, val: str) None
class phystool.config_dev.LaTeXConf(config_dir: pathlib.Path, db_dir: pathlib.Path, conf: dict[str, str])

Initialization

env(qrocess: bool) dict[str, str] | PySide6.QtCore.QProcessEnvironment
template(tex_file: pathlib.Path) str