Skip to main content

Taxonomic parser for (sub)species botanical names.

Project description

botaxon

License Build Status Coverage Status

botaxon is a taxonomic parser for (sub)species botanical names.

It has been used against 3 million names. It aims to be fast and efficient.

Usage

>>> import botaxon

>>> botaxon.load("Plumeria")
Genus(name='Plumeria', is_hybrid=False)

>>> botaxon.load("Ocimum × citriodorum")
Species(genus=Genus(name='Ocimum', is_hybrid=False), name='citriodorum', is_hybrid=True)

>>> botaxon.load("Cannabis sativa var. indica")
Variety(species=Species(genus=Genus(name='Cannabis', is_hybrid=False), name='sativa', is_hybrid=False), name='indica')

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

botaxon-0.2.tar.gz (2.7 kB view hashes)

Uploaded Source

Built Distribution

botaxon-0.2-py3-none-any.whl (3.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page