From charlesreid1

(Created page with "Leonardr olipy library: https://github.com/leonardr/olipy Note that a couple of things are broken in this version, so I've forked it to make some fixes: My charlesreid1 fork...")
 
No edit summary
Line 1: Line 1:
Leonardr olipy library: https://github.com/leonardr/olipy
Leonardr olipy library: https://github.com/leonardr/olipy


Note that a couple of things are broken in this version, so I've forked it to make some fixes:
Here's a UML diagram of the Olipy library. I generated this using the pyreverse utility, which is part of the pylint library.


My charlesreid1 fork: https://github.com/charlesreid1/olipy
<pre>
$ pip install pylint
$ cd /path/to/olipy
$ pyreverse -o png -p OLIPY .
</pre>
 
This generates the images <code>classes_OLIPY.png</code> and <code>packages_OLIPY.png</code>:
 
[[Image:classes_OLIPY.png]]
 
[[Image:packages_OLIPY.png]]

Revision as of 00:13, 12 March 2017

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:

Classes OLIPY.png

Packages OLIPY.png