Metadata-Version: 2.1
Name: diagv
Version: 0.2
Summary: Diagonal Directed Graph Visualization
Home-page: https://github.com/apljungquist/diagv
Author: AP Ljungquist
Author-email: ap@ljungquist.eu
License: UNKNOWN
Platform: UNKNOWN
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Provides-Extra: examples

# Diagonal Directed Graph Visualization

Functionality to print directed graphs as ASCII art.

```text
+-A-+-----------+
|   +-B         |
|       +-C-----|-------+
|       |     D-+       |
|       |       +-E-----|-------+
|       |       +-----F |       |
+-------|---------------+-G     |
        |                   +-H |
        +-------------------+---+-I
```

