underthesea_core 3.3.1

Underthesea Core
Documentation
[build-system]
requires = ["maturin>=1.0,<2.0"]
build-backend = "maturin"

[project]
name = "underthesea_core"
dynamic = ["version"]
authors = [{name = "Vu Anh", email = "anhv.ict91@gmail.com"}]
description = "Underthesea Core"
license = {text = "Apache-2.0"}
readme = "README.md"
requires-python = ">=3.10"
classifiers = [
    "Programming Language :: Rust",
    "Programming Language :: Python :: Implementation :: CPython",
    "Programming Language :: Python :: 3.10",
    "Programming Language :: Python :: 3.11",
    "Programming Language :: Python :: 3.12",
    "Programming Language :: Python :: 3.13",
    "Programming Language :: Python :: 3.14",
]

[project.urls]
Homepage = "https://github.com/undertheseanlp/underthesea/tree/main/extensions/underthesea_core"
Repository = "https://github.com/undertheseanlp/underthesea/"

[tool.maturin]
features = ["pyo3/extension-module"]