579fa0c27b
comments, doc strings, blank lines and real code. It creates simple lines counts for individual or multiple files, but can also be used to strip comments from a source file, say. See a sample output of pycount running on itself in verbose mode. WWW: http://python.net/~gherman/pycount.html PR: ports/108996 Submitted by: Li-Wen Hsu <lwhsu at lwhsu.org>
7 lines
369 B
Text
7 lines
369 B
Text
pycount helps you with a simple analysis of Python code, categorizing it into
|
|
comments, doc strings, blank lines and real code. It creates simple lines
|
|
counts for individual or multiple files, but can also be used to strip
|
|
comments from a source file, say. See a sample output of pycount running on
|
|
itself in verbose mode.
|
|
|
|
WWW: http://python.net/~gherman/pycount.html
|