LICENSE
README.md
pyproject.toml
src/phylustrator/__init__.py
src/phylustrator/__main__.py
src/phylustrator/cli.py
src/phylustrator/color.py
src/phylustrator/compose.py
src/phylustrator/render.py
src/phylustrator/style.py
src/phylustrator/zombi.py
src/phylustrator.egg-info/PKG-INFO
src/phylustrator.egg-info/SOURCES.txt
src/phylustrator.egg-info/dependency_links.txt
src/phylustrator.egg-info/entry_points.txt
src/phylustrator.egg-info/requires.txt
src/phylustrator.egg-info/top_level.txt
src/phylustrator/genomes/__init__.py
src/phylustrator/genomes/figure.py
src/phylustrator/genomes/genome.py
src/phylustrator/genomes/io.py
src/phylustrator/genomes/layout.py
src/phylustrator/genomes/matrix.py
src/phylustrator/genomes/panels.py
src/phylustrator/genomes/track.py
src/phylustrator/genomes/layers/__init__.py
src/phylustrator/genomes/layers/genes.py
src/phylustrator/genomes/layers/guides.py
src/phylustrator/genomes/layers/highlight.py
src/phylustrator/genomes/layers/synteny.py
src/phylustrator/trees/__init__.py
src/phylustrator/trees/figure.py
src/phylustrator/trees/io.py
src/phylustrator/trees/layout.py
src/phylustrator/trees/skeleton.py
src/phylustrator/trees/tree.py
src/phylustrator/trees/layers/__init__.py
src/phylustrator/trees/layers/clades.py
src/phylustrator/trees/layers/coloring.py
src/phylustrator/trees/layers/events.py
src/phylustrator/trees/layers/guides.py
src/phylustrator/trees/layers/labels.py
src/phylustrator/trees/layers/tracks.py
tests/test_cli.py
tests/test_figure.py
tests/test_genomes.py
tests/test_io.py
tests/test_layout.py
tests/test_tree.py
tests/test_version.py