Metadata-Version: 1.0
Name: pestotools.genshi
Version: 0.2.1
Summary: Genshi integration for Pesto
Home-page: UNKNOWN
Author: Oliver Cope
Author-email: oliver@redgecko.org
License: BSD
Description: Functions to integrate Genshi templates with Pesto applications.
        
        
        
        CHANGELOG
        
        Version 0.2.1
        
        * Rewrote genshi_app function as a class for more flexibility
        
        Version 0.2
        
        * No longer export render/render_docstring functions that can be configured
          with global variables. Instead clients should create instances of GenshiRender
          to access properly configured decorators.
        
        * The @genshi decorator is now redundant and has been removed.
        
        Version 0.1.1
        
        * Values returned from decorated functions that can't be rendered are passed
          through unchanged wherever possible.
        
        Version 0.1
        
        * Initial release.
        
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
