Metadata-Version: 1.0
Name: collective.recipe.genshi
Version: 1.0
Summary: Buildout recipe to generate a text file from a genshi template.
Home-page: http://svn.plone.org/svn/collective/buildout/collective.recipe.genshi/trunk
Author: Florian Schulze
Author-email: florian.schulze@gmx.net
License: BSD
Description: This recipe is just a wrapper around collective.recipe.template_ using the
        Genshi_ extras_require to work around a `bug in zc.buildout`_ which causes the
        Genshi dependency to not be installed in some cases.
        
        .. _collective.recipe.template: http://pypi.python.org/pypi/collective.recipe.template
        .. _Genshi: http://genshi.edgewall.org/wiki/Documentation/text-templates.html
        .. _bug in zc.buildout: https://bugs.launchpad.net/bugs/583752
        
Keywords: template recipe
Platform: UNKNOWN
Classifier: Framework :: Buildout
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
