new

 

 



View filtered by:

Featured Diagrams


Here are a list of featured diagrams, showing the kind of things you can do with GitUML.

Sample GitUML Python Repository

#29 classic inheritance, multiplicity etc s…
Created by: admin   published
Language: Python
Repository: abulka/sample_python_uml  github
Commit: master
Tags: featured-py-sample
Description: This example shows how GitUML can visualise * inheritance * association * association with one to many * modules containing classes The one to many is had to detect. GitUML scans Python source code for ".append" operations and deduces its a one to many.
#194 multiple inheritance
Created by: admin   published
Language: Python
Repository: abulka/sample_python_uml  github
Commit: master
Tags: featured-py-sample
Description: This example shows how GitUML can visualise * multiple inheritance
#195 command pattern - design pattern
Created by: admin   published
Language: Python
Repository: abulka/sample_python_uml  github
Commit: master
Tags: featured-py-sample design pattern
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.

Public Diagrams by Others


#100 pyplecs/pyplecs.py
Created by: admin   published
Language: Python
Repository: tinix84/pyplecs  github
Commit: master
Description: As referred to by pynsource issue https://github.com/abulka/pynsource/issues/65 Not sure what is causing the crash in pynsource, but it parses OK in GitUML.
#44 C4_Container Diagram Sample - techtribe…
Created by: admin   published
Language: Python
Repository: abulka/sample_python_uml  github
Commit: master
Tags: c4 architecture
Description: Ask somebody in the building industry to visually communicate the architecture of a building and you'll be presented with site plans, floor plans, elevation views, cross-section views and detail drawings. In contrast, ask a software developer to communicate the softwar…
#28 matplotlib collections
Created by: admin   published
Language: Python
Repository: matplotlib/matplotlib  github
Commit: master
Description: Not quite all the collection classes are visualised, in order to fit them into the diagram.
#27 matplotlib backend_bases
Created by: admin   published
Language: Python
Repository: matplotlib/matplotlib  github
Commit: master
Description: The «module» backend_managers contains various classes: * ToolTriggerEvent * ToolManagerMessageEvent * ToolManager Matplotlib is a Python 2D plotting library which produces publication-quality figures in a variety of hardcopy formats and interactive environment…
#26 tensorflow compute_bleu and how its tes…
Created by: admin   published
Language: Python
Repository: tensorflow/models  github
Commit: 7212436440eaa11293ca84befcc5d8327109ea76
Description: This is a visualisation of a tiny bit of TensorFlow, the 'transformer' package's 'compute_bleu' modules and **tests**. This TensorFlow repository contains a number of different models implemented in TensorFlow: The official models are a collection of example models t…
#25 tensorflow params dict
Created by: admin   published
Language: Python
Repository: tensorflow/models  github
Commit: 7212436440eaa11293ca84befcc5d8327109ea76
Description: The ParamsDict class of TensorFlow has this description: Instantiate a ParamsDict given a set of default parameters and a list of restrictions. Upon initialization, it validates itself by checking all the defined restrictions, and raise error if it finds inconsistency…
#16 signals and signing django
Created by: admin   published
Language: Python
Repository: django/django  github
Commit: master
Description: Just a couple more Django modules visualised. Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design. Built by experienced developers, it takes care of much of the hassle of Web development, so you can focus on writin…
#15 Django registry
Created by: admin   published
Language: Python
Repository: django/django  github
Commit: master
Description: Django registry.py found in the **apps** package. Simple UML of a single module (python file).
#12 pynsource app and base cmd
Created by: admin   published
Language: Python
Repository: abulka/pynsource  github
Commit: master
Tags: command pattern
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…