<?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>EatLint</name>
<shortdesc>PyLint Summary and Graph Generators for Bitten.</shortdesc>
<description>EatLint is a Trac__ plugin that adds a lint report summarizer and a lint chart to
Bitten__.  This means that when a Bitten build that includes a lint step
the output can not only be captured but reported on. The report shows
the number of problems per file by category: convention, refactor,
error, and warning as well as showing the totals for each file, for each
category, and a grand-total showing the state of the entire project.
Similarly the chart plugin charts the total number of problems as well
as individual lines for each category. This gives you an idea of the
readability of your project's code over time.

__ http://trac.edgewall.org
__ http://bitten.edgewall.org

EatLint's code and templates are based on the code and templates provided by the Bitten project for coverage and unittest data.  The Bitten code and templates are provided under a BSD-style license and so is this plugin.  Please see License__ for a copy of the license.

__ http://echospiral.com/trac/eatlint/wiki/License

An example build recipe can be found on the wiki__.

__ http://echospiral.com/trac/eatlint/wiki

Installation:

Installation is done just as for any other Trac plugin.  Using the
easy_install command from setuptools is the easiest (provided you have
already setuptools installed)::

    easy_install eatlint

After that you must configure your Trac project to use the plugin.  Edit
conf/trac.ini in your Trac directory to include this::

    [components]
    eatlint.* = enabled</description>
<homepage rdf:resource="https://echospiral.com/trac/eatlint" />
<maintainer><foaf:Person><foaf:name>Jeffrey Kyllo</foaf:name>
<foaf:mbox_sha1sum>fe7dd15a37eb2612d0667fcbad72b38d61615016</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>1.0.1</revision></Version></release>
</Project></rdf:RDF>