sckott / pytaxize

python port of taxize (taxonomy toolbelt) for R
https://sckott.github.io/pytaxize/
MIT License
34 stars 13 forks source link

starting Classification #65

Closed Daniel-Davies closed 4 years ago

Daniel-Davies commented 4 years ago

Description

I looked through the code and couldn't see an explicit class for Classification, despite it being listed on the documentation. This PR reflects the beginning of that class, should it be useful. So far, Itis only has been implemented.

Related Issue

64

Example

from pytaxize import Classification c = Classification(558090) result = c.itis()

sckott commented 4 years ago

as you can see from the conflicting files, it's already there 😸 i think you're not making sure to pull down changes from the upstream