<?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 testing for Python</shortdesc>
<description>Coverage 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.

Code repository and bug tracker are at `bitbucket.org
&lt;http://bitbucket.org/ned/coveragepy&gt;`_.</description>
<homepage rdf:resource="http://nedbatchelder.com/code/modules/coverage.html" />
<maintainer><foaf:Person><foaf:name>Ned Batchelder</foaf:name>
<foaf:mbox_sha1sum>58845eea6f79c16f350c528045b2f5b3a3139581</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>3.0b3</revision></Version></release>
</Project></rdf:RDF>