<?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>coverage</name>
<shortdesc>Code coverage measurement for Python</shortdesc>
<description>Coverage.py measures code coverage, typically during test execution. It uses
the code analysis tools and tracing hooks provided in the Python standard
library to determine which lines are executable, and which have been executed.

Coverage.py runs on Pythons 2.3 through 3.1.

Documentation is at `nedbatchelder.com &lt;http://nedbatchelder.com/code/coverage&gt;`_.  Code repository and issue
tracker are at `bitbucket.org &lt;http://bitbucket.org/ned/coveragepy&gt;`_.</description>
<homepage rdf:resource="http://nedbatchelder.com/code/coverage" />
<maintainer><foaf:Person><foaf:name>Ned Batchelder</foaf:name>
<foaf:mbox_sha1sum>58845eea6f79c16f350c528045b2f5b3a3139581</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>3.1</revision></Version></release>
</Project></rdf:RDF>