Metadata-Version: 1.0
Name: python-dirtt
Version: 0.2rc1
Summary: Directory Tree Templater
Home-page: http://robmoggach.github.io/python-dirtt/
Author: Robert Moggach
Author-email: rob@moggach.com
License: MIT
Download-URL: https://github.com/robmoggach/python-dirtt/tarball/v0.2.0rc1
Description: 
                python-dirtt - Directory Tree Templater
                (c) 2015 Robert Moggach
                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
