Metadata-Version: 1.0
Name: cookiecutter
Version: 0.2.1
Summary: Utility to render a directory of Jinja2 templates to files.
Home-page: https://github.com/audreyr/cookiecutter
Author: Audrey Roy
Author-email: audreyr@gmail.com
License: BSD
Description: =============
        Cookiecutter
        =============
        
        A command-line utility that creates projects from project templates. Renders a
        directory of Jinja2 templates to files.
        
        * Documentation: http://cookiecutter.rtfd.org
        * GitHub: https://github.com/audreyr/cookiecutter
        * Free software: BSD license
        * PyPI: https://pypi.python.org/pypi/cookiecutter
        
        Features
        --------
        
        * Works with any type of text file.
        * Directory names and filenames can be templated.
        
        
        Similar projects
        ----------------
        
        * Diecutter: an API service that will give you back a configuration file from
          a template and variables. https://github.com/novagile/diecutter
        
          The similarity in name/functionality is a total coincidence that happened
          independently (subconsciously!). They presented a fantastic poster at 
          EuroPython 2013 :)
            
        * Paste has a create option that creates a skeleton project: 
          http://pythonpaste.org/script/#paster-create
          
        * Django's `startproject` and `startapp` commands can take in a `--template`
          option: https://docs.djangoproject.com/en/1.5/ref/django-admin/#django-admin-startproject
        
        
        
        
        History
        -------
        
        0.2.1 (2013-07-17)
        ++++++++++++++++++
        
        * Minor cleanup.
        
        0.2 (2013-07-17)
        ++++++++++++++++
        
        Bumped to "Development Status :: 3 - Alpha".
        
        * Works with any type of text file.
        * Directory names and filenames can be templated.
        
        
        0.1.0 (2013-07-11)
        ++++++++++++++++++
        
        * First release on PyPI.
        
Keywords: cookiecutter,Python,projects,project templates,Jinja2,project directory,setup.py,package,packaging
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
