Creates UML diagrams from code
Project description
This package will parse c#, java or python files, and generate the UML class diagram using a web interface.
It has 2 commands:
>>> pywebuml initialize
This command it is used to parse the files. This will create the database and parse all the files.:
>>> pywebuml web
This command will start the web interface that will be used to see the class diagrams.
It is required that graphviz is installed (and added to the PATH in Windows).
Credits
News
0.1.4
Relaase date: 10-Mar-2010
Solve package related bugs (see bug #51)
Solve parsing C# attributes that have ? (see bug #52)
Solve graph generation bug (see bug #53)
Removed unsued inputs in the web form.
Solved problem when an interface was found in the classes to be shown.
0.1
Release date: 10-Mar-2010
Able to parse a lot of c# code.
First web interface.
It should work for c# but not for java or python.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.