This package allows for quick access to data in various forms which we need to develop methods for phylogenetic reconstruction in linguistics and beyond.
To install the package, type:
$ pip install pylodata
To use the package, you may also want to install LingPy:
$ pip install lingpy
>>> from pylodata import data_path, patterns, wordlist
>>> from lingpy import Wordlist
>>> patterns, characters = wordlist.get_multistate_patterns(Wordlist(data_path("wichmannmixezoquean.tsv")))