<?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 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 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.0</revision></Version></release>
</Project></rdf:RDF>