Skip to content

Rouxhero/PyUML

Repository files navigation

Sans Serif fonts

GitHub release (latest by date)


Author


Extension's Goal

This extension is created for the generation of UML class diagram of a code. Using a kernel who read the source and create a code. This code should be used by different module who while create UML.


Features

Kernel

This first version contains a kernel in Python Language, but later it's should be update en C++ , which it's more efficient for heavy project.

Supported Language :

  • Java

UML

This first version of UML use JointJS for the visualization, in future versions, we will add more features on the visualization, like select two or more class in the same time

Current features :

  • Move and drag all class
  • Remove a class
  • Remove all association links
  • Create a layout (not accurate)

Release Notes

1.0.0

Initial release of PyUml with the generation of java files or java files directory.

Enjoy!