Metric Tool for Python

M

Miguel Lopez

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

Thanks,
Miguel Lopez
 
S

Sylvain Thenault

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top