LICENSE
README.md
pyproject.toml
setup.py
ete4/__init__.py
ete4/citation.py
ete4/config.py
ete4/utils.py
ete4/version.py
ete4.egg-info/PKG-INFO
ete4.egg-info/SOURCES.txt
ete4.egg-info/dependency_links.txt
ete4.egg-info/entry_points.txt
ete4.egg-info/requires.txt
ete4.egg-info/top_level.txt
ete4/core/__init__.py
ete4/core/operations.c
ete4/core/operations.pyx
ete4/core/seqgroup.py
ete4/core/text_viz.py
ete4/core/tree.c
ete4/core/tree.pyx
ete4/evol/__init__.py
ete4/evol/control.py
ete4/evol/evoltree.py
ete4/evol/model.py
ete4/evol/utils.py
ete4/evol/parser/__init__.py
ete4/evol/parser/codemlparser.py
ete4/evol/parser/slrparser.py
ete4/gtdb_taxonomy/__init__.py
ete4/gtdb_taxonomy/gtdbquery.py
ete4/ncbi_taxonomy/__init__.py
ete4/ncbi_taxonomy/ncbiquery.py
ete4/orthoxml/__init__.py
ete4/orthoxml/_orthoxml.py
ete4/parser/__init__.py
ete4/parser/ete_format.py
ete4/parser/fasta.py
ete4/parser/indent.py
ete4/parser/newick.c
ete4/parser/newick.pyx
ete4/parser/nexus.py
ete4/parser/paml.py
ete4/parser/phylip.py
ete4/phylo/__init__.py
ete4/phylo/evolevents.py
ete4/phylo/phylotree.py
ete4/phylo/reconciliation.py
ete4/phylo/spoverlap.py
ete4/phyloxml/__init__.py
ete4/phyloxml/_phyloxml.py
ete4/phyloxml/_phyloxml_tree.py
ete4/smartview/__init__.py
ete4/smartview/coordinates.py
ete4/smartview/draw.py
ete4/smartview/explorer.py
ete4/smartview/faces.py
ete4/smartview/graphics.py
ete4/smartview/layout.py
ete4/smartview/static/gui.css
ete4/smartview/static/gui.html
ete4/smartview/static/upload.css
ete4/smartview/static/upload.html
ete4/smartview/static/external/pixi.min.mjs
ete4/smartview/static/external/readme.md
ete4/smartview/static/external/sweetalert2.min.js
ete4/smartview/static/external/tweakpane.min.js
ete4/smartview/static/images/icon.png
ete4/smartview/static/images/spritesheet.json
ete4/smartview/static/images/spritesheet.png
ete4/smartview/static/js/api.js
ete4/smartview/static/js/collapse.js
ete4/smartview/static/js/contextmenu.js
ete4/smartview/static/js/download.js
ete4/smartview/static/js/drag.js
ete4/smartview/static/js/draw.js
ete4/smartview/static/js/events.js
ete4/smartview/static/js/gui.js
ete4/smartview/static/js/label.js
ete4/smartview/static/js/menu.js
ete4/smartview/static/js/minimap.js
ete4/smartview/static/js/pixi.js
ete4/smartview/static/js/search.js
ete4/smartview/static/js/tag.js
ete4/smartview/static/js/upload.js
ete4/smartview/static/js/zoom.js
ete4/tools/__init__.py
ete4/tools/common.py
ete4/tools/ete.py
ete4/tools/ete_annotate.py
ete4/tools/ete_build.py
ete4/tools/ete_compare.py
ete4/tools/ete_diff.py
ete4/tools/ete_evol.py
ete4/tools/ete_expand.py
ete4/tools/ete_explore.py
ete4/tools/ete_extract.py
ete4/tools/ete_generate.py
ete4/tools/ete_maptrees.py
ete4/tools/ete_mod.py
ete4/tools/ete_ncbiquery.py
ete4/tools/ete_split.py
ete4/tools/ete_upgrade_tools.py
ete4/tools/ete_view.py
ete4/tools/utils.py
ete4/treematcher/__init__.py
ete4/treematcher/treematcher.py
ete4/treeview/__init__.py
ete4/treeview/_about.py
ete4/treeview/_mainwindow.py
ete4/treeview/_open_newick.py
ete4/treeview/_search_dialog.py
ete4/treeview/_show_codeml.py
ete4/treeview/_show_newick.py
ete4/treeview/drawer.py
ete4/treeview/ete_resources_rc.py
ete4/treeview/faces.py
ete4/treeview/layouts.py
ete4/treeview/main.py
ete4/treeview/node_gui_actions.py
ete4/treeview/qt.py
ete4/treeview/qt_circular_render.py
ete4/treeview/qt_face_render.py
ete4/treeview/qt_gui.py
ete4/treeview/qt_rect_render.py
ete4/treeview/qt_render.py
ete4/treeview/templates.py
tests/test_all.py
tests/test_api.py
tests/test_circle_label.py
tests/test_ete_evol.py
tests/test_evol.py
tests/test_gtdbquery.py
tests/test_indent.py
tests/test_interop.py
tests/test_ncbiquery.py
tests/test_nexus.py
tests/test_orthologs_group_delineation.py
tests/test_phylotree.py
tests/test_seqgroup.py
tests/test_tree.py
tests/test_treediff.py
tests/test_treematcher.py
tests/test_xml_parsers.py