<?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>DeferArgs</name>
<shortdesc>Function decorator for use with Twisted deferreds.</shortdesc>
<description>Decorated functions can accept deferred arguments and return a deferred that
will fire when all the deferred arguments are ready and the function is actually
called. Useful for hiding deferred boiler-plate. Now, the module can also
support asyncronous try/except/finally blocks!</description>
<maintainer><foaf:Person><foaf:name>Calvin Mathew Spealman</foaf:name>
<foaf:mbox_sha1sum>bdde3b960c2768d0be52069124dd4a1a4f90b95a</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>0.2</revision></Version></release>
</Project></rdf:RDF>