Logical lines of code counter
Tim Leslie
tim.leslie at gmail.com
Mon Aug 23 01:01:02 EDT 2004
On Sun, 22 Aug 2004 23:43:25 -0400, Leif K-Brooks <eurleif at ecritters.biz> wrote:
> Tim Leslie wrote:
> >
> > http://www.logilab.org/projects/pylint
>
> Neat-looking tool, but not really usable for me. It counts physical
> lines, not logical lines; it doesn't seem to have an option to
> recursively scan all sub-directories and files in a directory; and it
> refuses to process a file if some of the modules code wants to import
> aren't importable, which is the case with mod_python code.
>
Ah ok, I guess that's quite a drawback. I've been keeping my eye out
recently for software development tools like pylint/pychecker, so if
you can find a tool which can provide better line count type
statistics I'd be interested to hear about it.
Cheers,
Tim
>
> --
> http://mail.python.org/mailman/listinfo/python-list
>
More information about the Python-list
mailing list