<?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>pycoco</name>
<shortdesc>Python code coverage</shortdesc>
<description>pycoco is a script that can be used to generate code
coverage info for the Python source code.

The script downloads the Python source code, builds the interpreter
with code coverage options, runs the test suite and generates an HTML
report how often each source code line in each C or Python file has been
executed by the test suite.


Changes in 0.6 (released 05/13/2009)
------------------------------------

* Generating the HTML files is now done via UL4 templates (which takes 40
  seconds instead of 30 minutes).</description>
<download-page>http://www.livinglogic.de/Python/Download.html#pycoco</download-page>
<homepage rdf:resource="http://www.livinglogic.de/Python/pycoco/" />
<maintainer><foaf:Person><foaf:name>Walter Doerwald</foaf:name>
<foaf:mbox_sha1sum>a28d96aa4d25bea249f7de506d34650c80ed4e6d</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>0.6</revision></Version></release>
</Project></rdf:RDF>