<?xml version="1.0" encoding="UTF-8" ?>
<rdf:RDF xmlns="http://usefulinc.com/ns/doap#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><Project><name>WSGIFilter</name>
<shortdesc>Abstract base class / framework for building output-filtering WSGI middleware</shortdesc>
<description>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 &lt;http://pythonpaste.org/httpencode/&gt;`_ system of
  formats.

* Does all the hard stuff with WSGI output filtering.

It can be installed from the `subversion repository
&lt;http://svn.pythonpaste.org/Paste/WSGIFilter/trunk#egg=WSGIFilter-dev&gt;`_
with ``easy_install WSGIFilter==dev``</description>
<homepage rdf:resource="http://pythonpaste.org/wsgifilter/" />
<maintainer><foaf:Person><foaf:name>Ian Bicking</foaf:name>
<foaf:mbox_sha1sum>1630a5dec536c87a376fa91c571508b6c54e21fa</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>0.2</revision></Version></release>
</Project></rdf:RDF>