woob.tools.application.formatters.load

class FormattersLoader[source]

Bases: object

BUILTINS = ['htmltable', 'multiline', 'simple', 'table', 'csv', 'json', 'json_line']
register_formatter(name, klass)[source]
get_available_formatters()[source]
build_formatter(name)[source]
load_builtin_formatter(name)[source]
exception FormatterLoadError[source]

Bases: Exception