<?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.5 (released 03/18/2008)
------------------------------------

* ``pycoco`` now uses the ``-coverage`` option for compiling and linking
  (This requires gcc 4).

* Two logfiles are generated now: A log of the build process and a log of
  running the tests. Both files are accessible from the generated start page.

* The following tests are now run again: ``urlfetch``, ``largefile``,
  ``network`` and ``decimal``</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.5</revision></Version></release>
</Project></rdf:RDF>