Metadata-Version: 1.0
Name: texttree
Version: 1.0.2
Summary: Parse textual representations of strings using indentation for nesting
Home-page: http://tat.wright.name/texttree/
Author: Tom Wright
Author-email: tat.wright@googlemail.com
License: UNKNOWN
Description: 
        texttree is a basic python module for parsing textual representations of trees
        of strings which use indentation to indicate nesting - like the following:
        
        Root
        non-leaf
        leaf1
        leaf2
        leaf3
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: BSD License
