Log in or register to vote.

buildout_script

zc.buildout recipes for generating script and conf files from templates.

===============
buildout_script
===============

:Date: $LastChangedDate: 2006-11-21 11:23:54 -0500 (Tue, 21 Nov 2006) $
:Version: $LastChangedRevision: 4737 $
:Author: Nathan R. Yergler
:Organization: `Creative Commons `_
:Copyright:
2006, Nathan R. Yergler, Creative Commons;
licensed to the public under the `MIT license
`_.

Overview
********

buildout_script is a `zc.buildout`_ recipe for generating scripts from
a template. Unlike scripts specified in by the ``console_scripts``
entry point, those generated by buildout_script are not restricted to
Python code.

Scripts are generated from templates and can include settings from the
buildout substituted at runtime.

One example usage is the generation of a wrapper script for `Paste
Script`_ to check the ...

0