avid.common.artefact.crawler

Functions

crawl_filter_by_filename([filename_exclude, ...])

Decorator to filter files based on filename patterns and extensions.

crawl_property_by_filename(extraction_rules)

Decorator to extract property values from the filename of a potential artefact.

crawl_property_by_path(property_map[, add_none])

Decorator to extract properties from path parts.

runCrawlerScriptMain(file_function[, ...])

Helper function for creating crawler scripts with command line interface.

Classes

DirectoryCrawler(root_path, file_functor[, ...])

Helper class that crawls a directory tree starting from the given rootPath.