Skip to content

Creates UML class diagrams from Python pylint's pyreverse generated .dot files.

License

Notifications You must be signed in to change notification settings

crgz/py_to_plantuml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

py_to_plantuml

Creates UML class diagrams from Python pylint's pyreverse generated .dot files.

Installation

This pack is available from the add-on registry of SWI-Prolog.

It can be installed with pack_install/1:

?- pack_install(py_to_plantuml).

Then, you can use it by simply calling use_module(library(py_to_plantuml)).

Requirements

Only for development purposes the tap pack is needed:

?- pack_install(tap).

Provided Predicates

digraph_to_plantuml/1.  % Creates UML class diagrams from Python pylint's pyreverse generated .dot files.

For further details have a look at the implementation. In addition, the defined tests might give an impression on how to use this library.

About

Creates UML class diagrams from Python pylint's pyreverse generated .dot files.

Resources

License

Stars

Watchers

Forks

Packages

No packages published