Taxonomic parser for (sub)species botanical names.
Project description
botaxon
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
Release history Release notifications | RSS feed
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 details)
Built Distribution
botaxon-0.2-py3-none-any.whl
(3.6 kB
view details)
File details
Details for the file botaxon-0.2.tar.gz
.
File metadata
- Download URL: botaxon-0.2.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 858eff068716fce61e9ba061a6a5b01c0b662fc0e2e29f41cc3671989637805b |
|
MD5 | 276f06fbd08ea9cae36c509fbd72c87c |
|
BLAKE2b-256 | 04cb7cdd30522b5718a05a9b6510c4a9f8ed8383ce313117c04817b459066ad5 |
File details
Details for the file botaxon-0.2-py3-none-any.whl
.
File metadata
- Download URL: botaxon-0.2-py3-none-any.whl
- Upload date:
- Size: 3.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ec05f2e7650a133a459e888d85ff126a7abecadace9dc4d0d84d1ecc1e2ce941 |
|
MD5 | 7df9df0e80a6dce4e1107b9e3c1c8fe8 |
|
BLAKE2b-256 | d9f1d684cd0679d9697456dae563f02f2b9e25499281ab7f7c47509b104ef3bd |