Metric Tool for Python

Sylvain Thenault sylvain.thenault at nospam.logilab.fr
Mon Jul 5 08:46:07 EDT 2004


On Mon, 05 Jul 2004 14:41:38 +0200, Miguel Lopez wrote:

> Hello,
> is there a metric tool for python, which computes measures like cyclomatic
> complexity number, coupling, cohesion, Halstead,...?

you can take a look at pylint [1] which does some statistics on python
code. It doesn't compute all measures you wish but it shouldn't be that
hard to extend it to do so (And i would be happy to help and to include
such a contribution to the package ;)

[1] http://www.logilab.org/projects/pylint

-- 
Sylvain Thénault                               LOGILAB, Paris (France).

http://www.logilab.com   http://www.logilab.fr  http://www.logilab.org





More information about the Python-list mailing list