Metadata-Version: 1.0
Name: plone.recipe.runscript
Version: 0.2
Summary: A buildout recipe to run a zope script
Home-page: UNKNOWN
Author: Stefan Eletzhofer
Author-email: stefan.eletzhofer@inquant.de
License: GPL
Description: Plone Runscript Recipe
        ======================
        
        :Author:  Stefan Eletzhofer <stefan.eletzhofer@inquant.de>
        :Date:    $Date: 2007-10-02 15:24:29 +0200 (Tue, 02 Oct 2007) $
        :Revision: $Revision: 50653 $
        
        Abstract
        --------
        
        This is a buildout recipe for zope/plone which runs a script
        using **zopectl** in a zope instance.
        
        Recipe options
        --------------
        
        instance-home
        The INSTANCE_HOME. This can commonly be found in the ${instance:location}
        buildout variables.
        
        script
        The path to the script that will be run. If not specified the script name
        is taken form the part name with a ``.py`` suffix added  and assumed to be
        location in ${buildout:bin-directory}.
        
        args
        The arguments for the script.
        
        The script is run using the instance startup script, which is assumed to be
        named like the basename part of the instance-home directory.
        
        
Keywords: framework buildout recipe zope
Platform: UNKNOWN
Classifier: Framework :: Buildout
Classifier: Framework :: Zope2
Classifier: Framework :: Zope3
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
