PHiGGS is the result of my frustration with the inability of existing graphing tools to generate family tree diagrams that support (1) multiple parents, (2) spouse-to-spouse connections, and (3) hierarchical structures. After two weeks of exhaustive searching, I couldn't find anything that met my needs, so here I am writing a Python 3 framework for generating directed acyclic graphs (DAGs) that look like hierarchical tree diagrams.
- Python (>= v3.4)
- Graphviz (>= v2.4)
TBD
usage: phiggs [-h] -i INPUT -e EXT [-s STYLE]
PHiGGS: (P)ython (Hi)erarchical (G)raph (G)enerating (S)ystem
Copyright (c) 2018, Benjamin S. Meyers <[email protected]>
Information:
-h, --help show this help message and exit
Required:
-i INPUT, --input INPUT input file containing graph data
-e EXT, --extension EXT output file format
Optional:
-s STYLE, --style STYLE custom stylesheet for graph elements
TBD
TBD
Benjamin S. Meyers < [email protected] >