Representation of python code ?

Tim Golden mail at timgolden.me.uk
Mon Sep 15 11:12:56 EDT 2008


showellshowell at gmail.com wrote:
> On Sep 15, 4:38 am, Maric Michaud <ma... at aristote.info> wrote:
>> Le Sunday 14 September 2008 15:44:03 Barak, Ron, vous avez écrit :
>>
>>> Hi Guys,
>>> Is there a script/application, which gets as input python code, and
>>> produces a (graphic) representation of the inter-relationships between its
>>> classes/functions ? Bye,
> 
> If you can't find anything that's already packaged up and polished,
> one possibility is to use the parser and/or compiler.ast modules in
> Python to analyze your code, then produce something that graphviz can
> consume.


On that note, perhaps have a look at PySmell [1] which
Orestis Lightning-spoke about at PyconUK over the weekend.
It's designed as an autocompletion tool, but he mentioned
that the structure it generates could well be used for
other purposes.

TJG

[1] http://orestis.gr/blog/2008/08/31/announcing-pysmell/



More information about the Python-list mailing list