Python module for generating text-based graphs of tree-like objects

Sander Mathijs van Veen 2b6168ce32 Added is_leaf attribute to Leaf and Node class. 14 years ago
docs 0497a42c6f Added Makefile and make rules. 14 years ago
tests 15abdd61c3 Parentheses are now only added to sub-expressions when nescesary. 14 years ago
.gitignore d9474ea0b9 Added coverage files to ignore file. 14 years ago
Makefile 0497a42c6f Added Makefile and make rules. 14 years ago
__init__.py 792f984de1 Added __init__.py file. 14 years ago
base.mk 0497a42c6f Added Makefile and make rules. 14 years ago
graph.py a34e48940a Moved graph unicode signs outside the function and applied pep8. 14 years ago
line.py e567923a8c Eliminated repetitive replacement calls. 14 years ago
node.py 2b6168ce32 Added is_leaf attribute to Leaf and Node class. 14 years ago
test.py 526d37362d Added Node, Line and Graph unit tests. 14 years ago
traverse.py 3879a9caf7 Added iterative depth-first traversal routine. 14 years ago