nider package

nider.core module

nider.models module

nider.exceptions module

exception nider.exceptions.AutoGeneratedUnitColorUsedWarning(unit, color_used)[source]

Warning raised when auto generated unit color was used

exception nider.exceptions.AutoGeneratedUnitOutlinecolorUsedWarning(unit, color_used)[source]

Warning raised when auto generated unit’s outline color was used

exception nider.exceptions.DefaultFontWarning[source]

Warning raised when default font was used

exception nider.exceptions.FontNotFoundException(fontpath_provided)[source]

Exception raised when font cannot be found

exception nider.exceptions.FontNotFoundWarning(fontpath_provided)[source]

Warning raised when font cannot be found

exception nider.exceptions.ImageGeneratorException[source]

Base class for exceptions raised by nider

exception nider.exceptions.ImageGeneratorWarning[source]

Base class for warnings raised by nider

exception nider.exceptions.ImageSizeFixedWarning[source]

Warning raised when the size of the image has to be adjusted to the provided content’s size because the content takes much space

exception nider.exceptions.InvalidAlignException(align_provided, available_aligns=None)[source]

Exception raised when align is not supported by nider