<?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>context_tools</name>
<shortdesc>Utility functions for context managers</shortdesc>
<description>Python 2.5's contextlib provides some handy functions for dealing with context managers, but it's pretty limited. The code in context_tools allows you to use context managers as decorators, as setUp and tearDown functions in unittest tests, and as decorators for generators.

In addition to Python 2.5 and 3.0, context_tools is available for Python 2.4.</description>
<homepage rdf:resource="http://oakwinter.com/code/context_tools" />
<maintainer><foaf:Person><foaf:name>Collin Winter</foaf:name>
<foaf:mbox_sha1sum>41e6de4b127857b5ad755a074bb7308339360f24</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>0.2</revision></Version></release>
</Project></rdf:RDF>