Olipy: Difference between revisions
From charlesreid1
No edit summary |
No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 11: | Line 11: | ||
This generates the images <code>classes_OLIPY.png</code> and <code>packages_OLIPY.png</code>: | This generates the images <code>classes_OLIPY.png</code> and <code>packages_OLIPY.png</code>: | ||
[[Image:classes_OLIPY.png]] | [[Image:classes_OLIPY.png|500px]] | ||
[[Image:packages_OLIPY.png]] | [[Image:packages_OLIPY.png|500px]] | ||
=Flags= | |||
[[Category:Python]] | |||
[[Category:Bots]] | |||
[[Category:UML]] | |||
[[Category:Dot]] | |||
[[Category:Graphviz]] | |||
[[Category:CS]] | |||
Latest revision as of 22:42, 3 May 2019
Leonardr olipy library: https://github.com/leonardr/olipy
Here's a UML diagram of the Olipy library. I generated this using the pyreverse utility, which is part of the pylint library.
$ pip install pylint $ cd /path/to/olipy $ pyreverse -o png -p OLIPY .
This generates the images classes_OLIPY.png and packages_OLIPY.png: