Metadata-Version: 1.0
Name: python-dirtt
Version: 0.1.4b11
Summary: Directory Tree Templater
Home-page: https://github.com/dshng/python-dirtt/
Author: Dashing Collective Inc.
Author-email: rob@dashing.tv
License: MIT
Description: 
        python-dirtt - Directory Tree Templater
        (c) 2011 Dashing Collective Inc. and contributors
        Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php
        
        dirtt is a standalone tool and library used to generate
        directory and file structures from xml templates that describe
        repeatedly used filesystem layouts such as project structures
        or elements therein.
        
        It provides a subclassed implementation of xml.sax.handler ContentHandler
        with internal methods that read,parse,render,and execute builds of
        user defined XML directory tree templates.
        
        https://github.com/dshng/python-dirtt/
        
        http://opensource.dashing.tv/python-dirtt/
        
Keywords: filesystem template utilities
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Topic :: System :: Systems Administration
Classifier: Topic :: Text Processing :: Markup :: XML
