| 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 | ||||||
| ||||||
| Classes | ||
| PythonScore = <class 'huLint.PythonScore'> | ||
| Functions | ||
| ||
| Data | ||
| DATABASE_URI = 'sqlite:///Users/chris/Desktop/database.db' MINIMUM_SCORE = 8.0 | ||