<?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>Dozer</name>
<shortdesc>WSGI Middleware version of the CherryPy memory leak debugger</shortdesc>
<description>Dozer
=====

Dozer is a WSGI middleware version of Robert Brewer's
`Dowser CherryPy tool &lt;http://www.aminus.net/wiki/Dowser&gt;`_ that
displays information as collected by the gc module to assist in
tracking down memory leaks.

Usage::

    from dozer import Dozer

    # my_wsgi_app is a WSGI application
    wsgi_app = Dozer(my_wsgi_app)

Assuming you're serving your application on the localhost at port 5000,
you can then load up ``http://localhost:5000/_dozer/index`` to view the
gc info.</description>
<homepage rdf:resource="http://www.pylonshq.com/" />
<maintainer><foaf:Person><foaf:name>Ben Bangert</foaf:name>
<foaf:mbox_sha1sum>7f885d79e8add0031525c08a692a792a84b93119</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>0.1</revision></Version></release>
</Project></rdf:RDF>