I need to parse text files similar to the one below with Python, build an hierarchical object structure of the data and then process it. This is very similar to what we can do with xml.etree.ElementTree and other XML parsers. I need to parse text files similar to the one b