Metadata-Version: 1.1
Name: mr.bob
Version: 0.1a1
Summary: Bob renders directory structure templates
Home-page: https://github.com/iElectric/mr.bob.git
Author: Domen Kozar, Tom Lazar
Author-email: UNKNOWN
License: BSD
Description: Mister Bob the Builder renders directory skeleton to a target directory.
        
        More: http://mrbob.readthedocs.org/
        
        TODO
        ====
        
        - [high] Questions have random order at the moment
        - [medium] Check how one would implement multi-namespace python package with current mr.bob api
        - [medium] Consider http://www.stat.washington.edu/~hoytak/code/treedict/overview.html#overview for variables storage
        - [medium] Ability to configure what to ignore when copying templates in bobconfig
        - [medium] validate questions being answered through config files
        - [medium] better format print questions output
        - [medium] non-interactive support (disable last phase of configuration)
        - [medium] figure out how templates can depend on each other (bobconfig setting with a list of template names?)
        - [medium] ability to use multiple templates at the same time and depend on them (similar templer structures, but doesnt separate structures and templates)
        - [low] implement post_run_msg
        - [low] ability to have localcommands (maybe we dont need that because of multiple templates?)
        - [low] ability to specify pre/post functions when rendering templates
        - [low] ability to specify actions to answers, for example if one question was answered, another template may be triggered
        - [low] ability to specify answers to questions from cli
        - [low] ability to simulate rendering (dry-run)
        - [low] ability to rewrite templates
        - [low] ability to remember answers for the rendered template (goes together with updating/overriding templates)
        Changelog
        =========
            
        
        0.1a1 (2012-10-19)
        ----------------
        
        - Initial release.
          []
        mr.bob Copyright (c) 2012, Domen Kožar & Tom Lazar
        All rights reserved.
        
        Redistribution and use in source and binary forms, with or without
        modification, are permitted provided that the following conditions
        are met:
        1. Redistributions of source code must retain the above copyright
           notice, this list of conditions and the following disclaimer.
        2. Redistributions in binary form must reproduce the above copyright
           notice, this list of conditions and the following disclaimer in the
           documentation and/or other materials provided with the distribution.
        3. The name of the author may not be used to endorse or promote products
           derived from this software without specific prior written permission.
        
        THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
        IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
        OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
        IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
        INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
        NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
        DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
        THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
        (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
        THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.1
Classifier: Programming Language :: Python :: 3.2
