address / pyproject.toml
rain1024's picture
Add Rust address converter and use underthesea for normalization
1efa4be
[project]
name = "address"
version = "0.1.0"
description = "Vietnamese address converter for post-merger administrative units (01/07/2025)"
requires-python = ">=3.12"
dependencies = [
"click",
"underthesea>=9.2.11",
]
[project.scripts]
address-convert = "src.cli:main"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["src", "data"]
[tool.pytest.ini_options]
testpaths = ["tests"]
[dependency-groups]
dev = ["pytest", "vietnamadminunits"]