This is the first "stable" release of pyclashie, Python Classes Hierarchy Generator. It has a new object oriented code, and some bugfixes at the command line have been fixed. Betatesters needed! Next version incorporates probably python or c# parser, and a new structure so it comes even easier to grow functionality.
Please, see README before trying it.
pyclashie (Python Class Hierarchy Generator) will be a software that make graphs or trees showing the dependencies of the classes defined in a bunch of files within a directory (and subdirectories). The graphics will be displayed using the graphviz free utility. This free software draws graphs-trees from a .DOT simple format file, that pyclashie will make a stage before. analizing the directory structure and writing dependencies in .DOT format.... read more