Changeset 171
- Timestamp:
- 02/04/07 07:42:36 (2 years ago)
- Files:
-
- trunk/README (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/README
r161 r171 246 246 * package has high pylint score: 50 247 247 * package has unit tests: 30 248 * package doesn't follow PEP8 conventions [#PEP8]_: -2 for each error type and -1 for each warning type248 * (optional) package doesn't follow PEP8 conventions [#PEP8]_: -2 for each error type and -1 for each warning type 249 249 250 250 The final score depends on how well the package scores for all indexes … … 269 269 :: 270 270 271 $ python cheesecake_index -n nose 271 $ python cheesecake_index -n nose --with-pep8 272 272 py_pi_download ......................... 50 (downloaded package nose-0.9.1.tar.gz following 1 link from http://somethingaboutorange.com/mrl/projects/nose/nose-0.9.1.tar.gz) 273 273 unpack ................................. 25 (package unpacked successfully)
