Metadata-Version: 1.1
Name: tree-output
Version: 0.1.1
Summary: Python library to simplify building of tree output with command-line interfaces.
Home-page: https://github.com/ewiger/tree_output/
Author: Yauhen Yakimovich
Author-email: eugeny.yakimovitch@gmail.com
License: MIT
Download-URL: https://github.com/ewiger/tree_output/tarball/master
Description: tree_output
        ===========
        
        Python library to simplify building of tree output with command-line interfaces.
        
        
        tests
        -----
        
        For tests we use *nose*, i.e. usage would be:
        
        ```bash
        cd tests && nosetests
        ```
        
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Development Status :: 5 - Production/Stable
