Metadata-Version: 1.0
Name: pythonpackages-scaffolds
Version: 0.0.1
Summary: PasteScript paster templates for pythonpackages.com
Home-page: UNKNOWN
Author: Alex Clark
Author-email: aclark@aclark.net
License: UNKNOWN
Description: pythonpackages-scaffolds
        ========================
        
        PasteScript paster templates for pythonpackages.com
        
        What is a scaffold?
        -------------------
        
        A scaffold is another name for a PasteScript paster template.
        
        What is PasteScript?
        --------------------
        
        From http://pypi.python.org/pypi/PasteScript:: 
        
            "A pluggable command-line frontend, including commands to setup package file layouts".
        
        Why?
        ----
        
        This package was created for pythonpackages.com.
        
        Scaffolds
        ---------
        
        This package includes the following scaffolds:
        
        - ``plone_theme``: Diazo theme for Plone 4
        
        Installation
        ------------
        
        Install with::
        
            $ {easy_install, pip} install pythonpackages-scaffolds
        
        Usage
        -----
        
        Use with::
        
            $ paster create -t plone_theme plonetheme.name
        
        0.0.1 - 2012/08/29
        ==================
        
        - Initial release
        
Platform: UNKNOWN
