horlas / py-puml-tools

Python tools to for PlantUML

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python tools for PlantUML

These are some tools that I have made for use in the weekly Python programming handins, I am doing 2016-2018 at Lillebaelt Academy.

These tools are a work in progress and updated on a regular basis as long as I am using them in school.

  • dbpuml2sql: Convert database diagrams written in PlantUML into the SQL statements to create the tables.
  • dbsql2puml: Convert SQL CREATE TABLE statements into database diagrams written in PlantUML.
  • py2uml: Generate a PlantUML class diagram from Python source code. The original was rewritten, extended, and documentet by @RockyRoad29. Repository: RockyRoad29/py-puml-tools

About

Python tools to for PlantUML


Languages

Language:Python 97.7%Language:Makefile 2.3%