Here are a list of featured diagrams, showing the kind of things you can do with GitUML.
Sample GitUML Python Repository
These are diagrams from a sample Python GitHub repository which has been set up for testing GitUML's Python parsing capabilities.
You can select this sample repository via the
new diagram wizard
if you want to get started quickly and just have something to play with.
The source code in the repository is not a coherent application, but rather various
modules and classes which exercise the GitUML Python parser, including a mix of Python 2 and Python 3
files to ensure GitUML can handle both flavours of Python.
Description:
This example shows how GitUML can visualise the command design pattern.
There are some unit tests in the same module, which are also visualised.
Description:
Most of the commands in Pynsource are wrapped in command objects, which have
an **execute** , undo and redo method.
This is a classic use of the Command design pattern.
![](https://upload.wikimedia.org/wikipedia/commons/thumb/b/bf/Command_pattern.svg/1400px-
Comman…
These are diagrams from a sample Python GitHub repository which has been set up for testing GitUML's Python parsing capabilities. You can select this sample repository via the new diagram wizard if you want to get started quickly and just have something to play with.
The source code in the repository is not a coherent application, but rather various modules and classes which exercise the GitUML Python parser, including a mix of Python 2 and Python 3 files to ensure GitUML can handle both flavours of Python.