[EMAIL PROTECTED] wrote:
On Sep 15, 4:38 am, Maric Michaud <[EMAIL PROTECTED]> 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/
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to