Skip to main content

Generate software diagrams using Python syntax

Project description

pydiagrams

pydiagrams is a tool to generate software diagrams by using Python as a DSL. pydiagrams providers a framework for describing a software diagram as python code, and translating into it source code specific to a rendering program.

It can generate the following types of diagrams:

  • Flowcharts
  • Database "View" diagrams / Data flow diagrams
  • UML Component diagrams
  • Integration Architecture diagrams

These diagrams are can be generated via a choice of rendering programs:

Motivation

Diagram generation languages (such as PlantUML, Graphviz, Blockdiag) provide general-purpose diagrams, but require the user to learn a specific syntax. They each have certain strengths and weaknesses that sometimes require switching from one format to another. pydiagrams instead provides a simple python-DSL that allows the user to write a single diagram that is can then be translated into the rendering program of choice.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pydiagrams-0.7.4.tar.gz (48.8 kB view hashes)

Uploaded Source

Built Distribution

pydiagrams-0.7.4-py3-none-any.whl (86.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page