Metadata-Version: 2.1
Name: WSGIFilter
Version: 0.2.1.dev0
Summary: Abstract base class / framework for building output-filtering WSGI middleware
Home-page: http://pythonpaste.org/wsgifilter/
Author: Ian Bicking
Author-email: ianb@colorstudy.com
License: MIT
Keywords: wsgi middleware webdev
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Framework :: Paste
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI

A framework (in the form of an abstract base class) for building
output-filtering WSGI middleware.

Features:

* You can filter just some content types (e.g., text/html) with low
  overhead for unfiltered output.

* Handles issues of decoding and encoding responses using the
  `HTTPEncode <http://pythonpaste.org/httpencode/>`_ system of
  formats.

* Does all the hard stuff with WSGI output filtering.

It can be installed from the `subversion repository
<http://svn.pythonpaste.org/Paste/WSGIFilter/trunk#egg=WSGIFilter-dev>`_
with ``easy_install WSGIFilter==dev``


