Metadata-Version: 1.1
Name: repoze.slicer
Version: 1.0a2
Summary: WSGI middleware to filter HTML responses
Home-page: http://www.repoze.org
Author: Wichert Akkerman
Author-email: repoze-dev@lists.repoze.org
License: BSD
Description: Introduction
        =============
        
        `repoze.slicer` is a simple piece of WSGI middleware that can extract part of a
        HTML response. This can be used to reduce the amount of parsing and
        manipulation of DOM trees in browsers, which is especially expensive with older
        versions of IE.
        
Keywords: wsgi html transformation
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
