quickie.conditions

Useful check tasks.

Functions

condition(func)

Decorator to create a condition from a function.

Classes

All(*conditions)

Check if all conditions are met.

FilesModified(cache_id, *, paths[, exclude, ...])

Check if files have been not being modified.

FirstRun(*[, check_args])

Check if the task is running for the first time.

PathsExist(*paths)

Check if the given paths exist.

Modules

base

Contains the base classes for task conditions.