paved.pycheck¶
pycheck – check python code.
-
paved.pycheck.pycheckall()¶ All pycheck tasks.
-
paved.pycheck.sloccount()¶ Print “Source Lines of Code” and export to file.
Export is hudson plugin compatible: sloccount.sc
- requirements:
- sloccount should be installed.
- tee and pipes are used
options.paved.pycheck.sloccount.param
-
paved.pycheck.findimports()¶ print python module dependencies by findimports.
- requirements:
- findimports should be installed.
easy_install findimports
- findimports should be installed.
options.paved.pycheck.findimports.param
-
paved.pycheck.pyflakes()¶ passive check of python programs by pyflakes.
- requirements:
- pyflakes should be installed.
easy_install pyflakes
- pyflakes should be installed.
options.paved.pycheck.pyflakes.param