taxonomy 0.10.5

Routines for loading, saving, and manipulating taxonomic trees
Documentation
[build-system]
requires = ["maturin>=0.14,<0.15"]
build-backend = "maturin"

[project]
name = "taxonomy"
dynamic = ["version"]
classifier = [
    "Intended Audience :: Science/Research",
    "Programming Language :: Python :: 3",
    "License :: OSI Approved :: MIT License",
    "Topic :: Scientific/Engineering :: Bio-Informatics",
]

[tool.maturin]
bindings = "pyo3"
features = [ "python" ]

[dependency-groups]
dev = [
    "downloads>=1.0.0",
    "pytest>=8.3.5",
]