/itis.py

Python library to access ITIS web services.

Primary LanguagePython

itis.py

Python library to access the web services of ITIS database.

Dependencies

  • pip - If you don't have pip installed, follow the link.

Setup

pip install -r requirements.txt

Basic usage

./bin/itis-cli.py -s "Rubus fruticosus"

(SvcScientificNameList){
   scientificNames[] = 
      (SvcScientificName){
         tsn = "504851"
         author = "L."
         combinedName = "Rubus fruticosus"
         kingdom = "Plantae"
         unitInd1 = None
         unitInd2 = None
         unitInd3 = None
         unitInd4 = None
         unitName1 = "Rubus"
         unitName2 = "fruticosus"
         unitName3 = None
         unitName4 = None
      },
 }