pyramid_mako_starters

Pyramid project scaffolds using Mako templates


Keywords
pyramid-framework, scaffold-template
License
BSD-3-Clause
Install
pip install pyramid_mako_starters==0.1.2

Documentation

pyramid_mako_starters

This package provides Pyramid project scaffolds based on Mako templates.

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