Metadata-Version: 1.0
Name: Stencil
Version: 0.2.1
Summary: Creates files and directories from templates
Home-page: https://github.com/trilan/stencil
Author: Mike Yumatov
Author-email: mike@yumatov.org
License: BSD
Description: Stencil
        =======
        
        Stencil creates files and directories from templates. It is inspired by Paste
        Templates, but Stencil has no dependencies.
        
        Installation
        ------------
        
        Install Stencil with pip::
        
            $ pip install Stencil
        
        It will also install argparse for python < 2.7. There is no python 3 support yet.
        
        
        Usage example
        -------------
        
        To create new file or directory of files and subdirectories from <stencil> use::
        
            $ stencil [global args] <stencil> [stencil args]
        
        For example, using stencil ``new`` you can create a new project containing a new
        stencil::
        
            $ stencil new mystencil
        
        For creating stencils use ``new`` `stencil`_ as example.
        All stencils are collected together using entry points from Distribute.
        
        .. _stencil: https://github.com/trilan/stencil/blob/master/stencil/stencils.py
        
        
        History
        -------
        
        0.2.1 (2011-08-10)
        ^^^^^^^^^^^^^^^^^^
        
        * Better handling of target directory creation
        * Fix stencils order in command output
        
        0.2 (2011-08-05)
        ^^^^^^^^^^^^^^^^
        
        * Overridable resources
        * Use Jinja2 for templates
        
        0.1.2 (2011-08-05)
        ^^^^^^^^^^^^^^^^^^
        
        * Fix resource target path rendering
        
        0.1.1 (2011-07-28)
        ^^^^^^^^^^^^^^^^^^
        
        * Add possibility to collect resources from multiple dirs
        
        0.1 (2011-04-14)
        ^^^^^^^^^^^^^^^^
        
        * Initial release
        
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development :: Code Generators
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
