assets_guardian.core.config.paths_config

Classes

PathsConfig(excel,Β pdf,Β rules,Β excel_config,Β ...)

Configuration of file paths.

class assets_guardian.core.config.paths_config.PathsConfig(excel: Location, pdf: Location, rules: Location, excel_config: Location, pdf_config: Location, employees: Location, config_path: Location)[source]

Bases: object

Configuration of file paths.

Variables:
  • excel (Location) – Path to the Excel repository.

  • pdf (Location) – Path to the PDF report.

  • rules (Location) – Path to the rules configuration file.

  • excel_config (Location) – Path to the Excel rules configuration file.

  • pdf_config (Location) – Path to the PDF rules configuration file.