module documentation

Theming support for HTML builders.

Class HTMLThemeFactory A factory class for HTML Themes.
Class Theme A Theme is a set of HTML templates and configurations.
Function extract_zip Extract zip file to target directory.
Function is_archived_theme Check whether the specified file is an archived theme file or not.
Constant NODEFAULT Undocumented
Constant THEMECONF Undocumented
Variable logger Undocumented
def extract_zip(filename, targetdir): (source)

Extract zip file to target directory.

Parameters
filename:strUndocumented
targetdir:strUndocumented
def is_archived_theme(filename): (source)

Check whether the specified file is an archived theme file or not.

Parameters
filename:strUndocumented
Returns
boolUndocumented
NODEFAULT = (source)

Undocumented

Value
object()
THEMECONF: str = (source)

Undocumented

Value
'theme.conf'

Undocumented