Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
Include code (or docs) to retrieve input data #3
Comments
|
Nice to know, thanks! I will check if my code works with Glottolog 3.0 (and update it as needed) gopefully soon. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
xrotwang commentedMar 23, 2017
Starting with Glottolog 3.0, all glottolog data can be accessed programmatically using a python client library
pyglottologwhich acts on the data in clld/glottolog. You could include code or documentation here how to usepyglottologto retrieve the newick serialization for any version of Glottolog - including potential local modifications, if the client accesses a local fork ofclld/glottolog.With
pyglottologinstalled from currentHEADofclld/glottolog, this would be as simple as running