tomwer.tasks.conditions.filters#

This module is used to define the process of the reference creator. This is related to the issue #184

Classes

BaseFilter()

Apply a filter to an object

FileNameFilterTask(*args, **kwargs)

Task to filter a scan according to his name and a 'unix file name pattern' or a 'regular expression'

RegularExpressionFilter(pattern)

Filter a string based on a defined pattern

UnixFileNamePatternFilter(pattern)

Filter a string based on 'fnmatch' module (unix filename pattern matching)