Package turbogears :: Package command :: Module quickstart

Module quickstart

source code

Quickstart command to generate a new project.

Quickstart takes the files from turbogears.quickstart and processes them to produce a new, ready-to-run project.

Classes
  TGTemplate
  BaseTemplate
  TurbogearsTemplate
  TGBig
  TGWidgetTemplate
  quickstart
Implementation of quickstart.
  update
Implementation of update
Functions
 
get_requirement(name, pkg=None) source code
Variables
  beginning_letter = re.compile(r'^[^a-z]*')
  valid_only = re.compile(r'[^a-z0-9_]')
  __package__ = 'turbogears.command'