akkudoktoreos.core.version

Version information for akkudoktoreos.

Functions

collect_files(config)

Collect all files that should be included in the hash.

hash_files(files)

Calculate SHA256 hash of file contents.

hash_tree(paths, allowed_suffixes, ...[, ...])

Return SHA256 hash for files under paths and the list of files hashed.

is_excluded_dir(path, patterns)

Check if directory matches any exclusion pattern.

version()

Parses the version string.

Classes

HashConfig(paths, allowed_suffixes, ...)

Configuration for file hashing.