``dictlet_readers`` ------------------- A *dictlet reader* is a class (extending :class:`~luci.readers.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 :func:`~luci.readers.DictletReader.read_metadata` function. Currently, the only implementation of such a reader is the :class:`~luci.readers.YamlDictletReader`.