[mp3togo] pycheesecake
Justus Pendleton
justus at ryoohki.net
Mon Jun 5 13:02:40 PDT 2006
I saw pycheesecake[1] this morning, which is an attempt to grade Python
packages based on 3 indices -- installability, documentation, and code
"quality". I was curious to see what it would say if I ran it again
mp3togo. Here were the scores:
Installability - 92%
Documentation - 16%
Code - 0%
Overall - 30%
I haven't looked into it much but I think the 0% for the code is because
pylint hates it when you use tabs in python programs so it gives mp3togo
a rating of -2.06 out of 10 (I didn't know you could go negative!). If
you tell pylint that tabs are perfectly fine it gives a rating of 8.09
out of 10.
I wouldn't take it too seriously but it does offer a nice, concrete set
of areas for easy improvement as mp3togo matures.
[1]: http://pycheesecake.org/
More information about the mp3togo
mailing list