Metadata-Version: 1.0
Name: Buffet
Version: 0.8
Summary: Buffet is a universal templating system for CherryPy.
Home-page: http://projects.dowski.com/projects/buffet
Author: Christian Wyglendowski
Author-email: christian@dowski.com
License: MIT
Description: 
        Buffet is a universal templating system for CherryPy.  It supports plugins that follow the interface defined at http://www.turbogears.org/docs/plugins/template.html and register setuptools entry points in the 'python.templating.engines' entry point group.
        
        Some available template plugins as of this release:
        
        * TurboCheetah - Cheetah template support
        * TurboKid - Kid template support
        * BuffetMyghty - Myghty template support
        * BuffetString - Python string Template support
        * TurboStan - Nevow Stan support
        
        You should simply be able to do "easy_install [PluginName]" to get quick support for each engine in Buffet.
Platform: UNKNOWN
