Metadata-Version: 1.0
Name: python-dirtt
Version: 0.1.9b4
Summary: Directory Tree Templater
Home-page: http://opensource.dashing.tv/python-dirtt/
Author: Dashing Collective Inc.
Author-email: rob@dashing.tv
License: MIT
Description: 
        		python-dirtt - Directory Tree Templater
        		(c) 2012 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.
        		
        		
Keywords: filesystem template utilities
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
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
