Metadata-Version: 1.0
Name: pyramid_mako_starters
Version: 0.1.1
Summary: Pyramid project scaffolds using Mako templates
Home-page: UNKNOWN
Author: Ronan Amicel
Author-email: ronan.amicel@gmail.com
License: UNKNOWN
Description: pyramid_mako_starters
        =====================
        
        This package provides `Pyramid <http://docs.pylonsproject.org/en/latest/docs/pyramid.html>`_ project scaffolds based on `Mako templates <http://www.makotemplates.org/>`_.
        
        Getting Started
        ---------------
        
        ::
        
            $ pip install pyramid_mako_starters
            $ pcreate --list
            $ pcreate --scaffold=<scaffold_name> <project_name>
        
        Included scaffolds
        ------------------
        
        * ``alchemy_mako``: Pyramid SQLAlchemy project with Mako templates
        * ``starter_mako``: Pyramid starter project with Mako templates
        
        
        0.1.1 (2015-01-01)
        ==================
        
        - Update project description
        
        
        0.1.0 (2015-01-01)
        ==================
        
        - Initial version
        
Platform: UNKNOWN
