Metadata-Version: 1.0
Name: templer.buildout
Version: 1.0b1
Summary: Templer system extensions for buildouts and buildout recipes
Home-page: https://github.com/collective/templer.buildout
Author: Cris Ewing
Author-email: cris@crisewing.com
License: MIT
Description: .. contents::
        
        Introduction
        ============
        
        This package extends the functionality of the templer code generation system. It
        builds upon the functionality of templer.core_, and depends on that package.
        This package provides basic support for creating buildouts and buildout recipes
        using zc.buildout_. Included are packages for basic buildout skeletons and
        buildout recipes.
        
        .. _templer.core: http://pypi.python.org/pypi/templer.core
        .. _zc.buildout: http://www.buildout.org/
        
        Creating Packages
        -----------------
        
        As with the parent package, templer.core, creating packages using
        templer.buildout templates is accomplished by using the ``templer`` script. The
        script is invoked thus::
        
            templer basic_buildout
        
        This will create a basic buildout skeleton, containing the zc.buildout 
        bootstrap.py file and a buildout.cfg file which may be edited to taste.
        
        Included Templates
        ------------------
        
        basic_buildout
            This creates a basic skeleton for a buildout.
        
        recipe
            This creates a skeleton for a buildout recipe for use with zc.buildout
        
        Other Functions
        ---------------
        
        The ``templer`` script provides a number of other functions, these are described
        in full on the index page for templer.core_ at PyPI_
        
        .. _templer.core: http://pypi.python.org/pypi/templer.core
        .. _PyPI: http://pypi.python.org/pypi
        
        Contributors
        ============
        
        - Cris Ewing, original author
        - Hector Velarde
        
        Based on code from zopeskel, contributors to which include:
        
        - Daniel Nouri
        - Tarek Ziadé
        - Mustapha Benali
        - Sylvain Viollon
        - Alan Hoey
        - Josh Johnson
        - Emanuel Sartor
        - Matthew Wilkes
        - Joel Burton
        - Cris Ewing
        - Chris Calloway
        - Chris Rossi
        
        Changelog
        =========
        
        1.0b1 - May 17, 2012
        --------------------
        
        - Update tests to unittest2, remove deprected test aliases
          [hvelarde]
        
        - Fix up packaging
          [hvelarde]
        
        1.0a2 - October 7, 2011
        -----------------------
        
        - Updated license to MIT
          [cewing]
        
        - Created new basic_buildout template to serve as a basis for other buildout
          templates (and to be useful on its own as a simple core buildout)
          [Cris Ewing]
        
        - Added zc.buildout recipe template from templer.core
          [Cris Ewing]
        
        - Package created using templer.core
          [Cris Ewing]
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Framework :: Zope2
Classifier: Framework :: Zope3
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 3.2
Classifier: Framework :: Plone :: 3.3
Classifier: Framework :: Plone :: 4.0
Classifier: Framework :: Plone :: 4.1
Classifier: Framework :: Buildout
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.4
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Code Generators
