brain_pipe.parser.fileΒΆ

Parser based on TextDictParser that can parse files instead of dictionaries.

Classes

FileLoadMixin()

Mixin class for a TextParser to load a file before parsing.

FileParser()

Parser based on TextParser that can parse files instead of text.

TemplateFileParser()

Parser based on TemplateTextParser that can parse files instead of text.