devops_utils.builders module

Implements an extension mechanism for devops-utils image.

Basically a list of callables (functions defined by plugins), with a simple interface to execute them with given parameters.

class devops_utils.builders.Builders[source]

Bases: list

A list of callables.