akkudoktoreos.core.version.HashConfig
- class akkudoktoreos.core.version.HashConfig(paths: list[Path], allowed_suffixes: set[str], excluded_dir_patterns: set[str], excluded_files: set[Path])
Bases:
objectConfiguration for file hashing.
- __init__(paths: list[Path], allowed_suffixes: set[str], excluded_dir_patterns: set[str], excluded_files: set[Path]) None
Methods
__init__(paths, allowed_suffixes, ...)Attributes
- paths: list[Path]
- allowed_suffixes: set[str]
- excluded_dir_patterns: set[str]
- excluded_files: set[Path]