LICENSE
README.md
pyproject.toml
setup.cfg
setup.py
src/pylexibench/__init__.py
src/pylexibench/__main__.py
src/pylexibench/dataset.py
src/pylexibench/matrix.py
src/pylexibench/repository.py
src/pylexibench/tree.py
src/pylexibench/util.py
src/pylexibench/wordlist.py
src/pylexibench.egg-info/PKG-INFO
src/pylexibench.egg-info/SOURCES.txt
src/pylexibench.egg-info/dependency_links.txt
src/pylexibench.egg-info/entry_points.txt
src/pylexibench.egg-info/not-zip-safe
src/pylexibench.egg-info/requires.txt
src/pylexibench.egg-info/top_level.txt
src/pylexibench/commands/__init__.py
src/pylexibench/commands/character_matrices.py
src/pylexibench/commands/cross_validation_data.py
src/pylexibench/commands/download.py
src/pylexibench/commands/glottolog_trees.py
src/pylexibench/commands/lingpy_cognates.py
src/pylexibench/commands/lingpy_wordlists.py
src/pylexibench/matrix_formats/__init__.py
src/pylexibench/matrix_formats/catg.py
src/pylexibench/matrix_formats/nexus.py
src/pylexibench/matrix_formats/phy.py
tests/test_cli.py
tests/test_matrix.py
tests/test_matrix_formats_catg.py
tests/test_matrix_formats_nexus.py
tests/test_matrix_formats_phy.py
tests/test_repository.py
tests/test_tree.py
tests/test_util.py
tests/test_wordlist.py