dictlet_readersΒΆ

A dictlet reader is a class (extending DictletReader) that knows how to parse a chunk of input it receives from luci into a Python dictionary (which represents the metadata of a dictlet). In order for this to work, the dictlet reader class needs to implement the read_metadata() function.

Currently, the only implementation of such a reader is the YamlDictletReader.