Metadata-Version: 1.0
Name: slapos.recipe.template
Version: 1.0.dev-r4150
Summary: collective.recipe.template with network input support
Home-page: UNKNOWN
Author: UNKNOWN
Author-email: UNKNOWN
License: GPLv3
Description: slapos.recipe.template
        ======================
        
        Fully networked template recipe, reusing collective.recipe.template with
        ability to download template over the network
        
        Usage
        -----
        
          [buildout]
          parts = template
        
          [template]
          recipe = slapos.recipe.template
          url = http://server/with/template
          # optional md5sum
          md5sum = 1234567890
          output = ${buildout:directory}/result
        
        All parameters except url and md5sum will be passed to
        collective.recipe.template, so please visit
        http://pypi.python.org/pypi/collective.recipe.template for full information.
        
        1.0 (unreleased)
        ----------------
        
         - initial release [Łukasz Nowak]
        
Keywords: slapos download
Platform: UNKNOWN
Classifier: Framework :: Buildout :: Recipe
Classifier: Programming Language :: Python
