Language for ASCII diagrams.
Project description
ADia
diagram: Foo
sequence:
foo -> bar: Hello World!
Output:
DIAGRAM: Foo
+-----+ +-----+
| foo | | bar |
+-----+ +-----+
| |
|~~~Hello World!~~~>|
| |
|<------------------|
| |
+-----+ +-----+
| foo | | bar |
+-----+ +-----+
ADia is a language specially designed to render ASCII diagrams.
Currently, only sequence diagrams are supported, but the roadmap is to support
two more types of diagrams: fork
(pylover/adia#42) and class
(pylover/adia#41).
Get Closer!
The ADia can also run flawlessly inside the browsers using the awesome project: Brython.
The https://github.com/pylover/adia-live is a good example of how to use it inside the Javascript. In addition, please read the Javascript API section of the documentation.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
adia-4.1.0.tar.gz
(18.0 kB
view hashes)
Built Distribution
adia-4.1.0-py3.8.egg
(51.2 kB
view hashes)