huLint
index
/Users/md/code2/managed/_huTools/trunk/huTools/huLint.py

Credit System for Python Code
 
This program analyzes Python code with pylint
and calculates a credit for the code, depending
on a miimum required score and the previous run.

 
Modules
       
pylint.checkers
pylint.config
sqlobject
sys

 
Classes
       
sqlobject.main.SQLObject(__builtin__.object)
PythonScore
PythonScore = <class 'huLint.PythonScore'>

 
Functions
       
main(repos, revision)
Main function.
process_file(filename)
Analyze the file with pylint and write the result
to a database

 
Data
        DATABASE_URI = 'sqlite:///Users/chris/Desktop/database.db'
MINIMUM_SCORE = 8.0