gtdb_tree 0.1.8

A library for parsing Newick format files, especially GTDB tree files.
Documentation
[build-system]
requires = ["maturin>=1.0,<2.0"]
build-backend = "maturin"


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

[project]
name = "gtdb_tree"
version = "0.1.8"
description = "A Python package for parsing GTDB trees using Rust"
readme = "README.md"
authors = [{ name = "dagou", email = "eric9n@gmail.com" }]
license = { file = "license" }
classifiers = [
    "License :: OSI Approved :: MIT License",
    "Programming Language :: Python",
    "Programming Language :: Python :: 3",
    "Programming Language :: Rust",
]
keywords = ["gtdb", "tree", "parser", "rust"]
dependencies = [
    "setuptools-rust>=1.5.2"
]
requires-python = ">=3.8"

[project.urls]
Homepage = "https://github.com/eric9n/gtdb_tree"

[tool.setuptools]
packages = ["gtdb_tree"]