.gitignore
LICENSE.txt
README.rst
makefile
requirements.txt
setup.py
snutree-gui.py
snutree.py
snutree.spec
docs/readme-generate.py
docs/readme-template.rst
examples/generate_examples.py
examples/basic/basic.csv
examples/basic/basic.dot
examples/chapter/chapter.csv
examples/chapter/chapter.dot
examples/chapter/config-dot.yaml
examples/chapter/config.yaml
examples/custom/config.yaml
examples/custom/custom.csv
examples/custom/custom.dot
examples/custom/custom_module.py
examples/keyed/config.yaml
examples/keyed/keyed.csv
examples/keyed/keyed.dot
examples/sigmanu/config-input.yaml
examples/sigmanu/config.yaml
examples/sigmanu/sigmanu.csv
examples/sigmanu/sigmanu.dot
examples/sigmanu/sigmanu_nonknights.csv
snutree/__init__.py
snutree/__main__.py
snutree/api.py
snutree/cli.py
snutree/errors.py
snutree/gui.py
snutree/tree.py
snutree.egg-info/PKG-INFO
snutree.egg-info/SOURCES.txt
snutree.egg-info/dependency_links.txt
snutree.egg-info/entry_points.txt
snutree.egg-info/requires.txt
snutree.egg-info/top_level.txt
snutree/readers/__init__.py
snutree/readers/csv.py
snutree/readers/dot.py
snutree/readers/sql.py
snutree/schemas/__init__.py
snutree/schemas/basic.py
snutree/schemas/chapter.py
snutree/schemas/keyed.py
snutree/schemas/sigmanu.py
snutree/utilities/__init__.py
snutree/utilities/cerberus.py
snutree/utilities/colors.py
snutree/utilities/dot.py
snutree/utilities/indent.py
snutree/utilities/logging.py
snutree/utilities/semester.py
snutree/utilities/voluptuous.py
snutree/writers/__init__.py
snutree/writers/dot.py
snutree/writers/stats.py
snutree/writers/table.py
tests/__init__.py
tests/test_colors.py
tests/test_combine_names.py
tests/test_deep_update.py
tests/test_dot.py
tests/test_examples.py
tests/test_gui.py
tests/test_indent.py
tests/test_readers.py
tests/test_semester.py
tests/test_sigmanu.py
tests/test_tree.py
tests/test_writers_dot.py