Metadata-Version: 1.0
Name: collective.recipe.scriptgen
Version: 0.2
Summary: zc.buildout recipe for generating a script
Home-page: http://svn.plone.org/svn/collective/buildout/collective.recipe.scriptgen
Author: Rocky Burt
Author-email: rocky@serverzen.com
License: ZPL
Description: .. -*-rst-*-
        
        Collective Recipe ScriptGen
        ===========================
        
        Overview
        --------
        
        A recipe for generating a script that runs some arbitrary shell commands.
        
        Supported Options
        -----------------
        
        cmd
          executable to run
        arguments
          command-line arguments to pass to executable
        environment
          environment variables to define for the executable
        
        
        .. -*-rst-*-
        
        History
        =======
        
        0.2 (Sep-13-2010)
        -----------------
        
          * updated docs
          * new *env* option
        
        
        0.1 (Apr-28-2008)
        -----------------
        
          * initial release
        
Platform: UNKNOWN
Classifier: Framework :: Buildout
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: Zope Public License
