typg-python 5.0.13

PyO3 bindings for typg-core (made by FontLab https://www.fontlab.com/)
Documentation
[build-system]
# maturin builds the Rust extension; hatch-vcs supplies the version from git tags
requires = ["maturin>=1.7,<2.0", "hatchling>=1.21", "hatch-vcs>=0.4"]
build-backend = "maturin"

[project]
name = "typg"
dynamic = ["version"]
description = "PyO3 bindings for typg-core (made by FontLab https://www.fontlab.com/)"
authors = [{ name = "FontLab" }]
license = "MIT"
readme = "README.md"
requires-python = ">=3.10"
dependencies = ["fire>=0.7.1"]

[project.scripts]
typgpy = "typg_python.cli:main"

[tool.hatch.version]
source = "vcs"
tag-pattern = "^v(?P<version>\\d+\\.\\d+\\.\\d+(?:[.-].*)?)$"
[tool.hatch.version.raw-options]
root = ".."
local_scheme = "no-local-version"


[tool.maturin]
features = ["extension-module"]
python-source = "python"
module-name = "typg_python._typg_python"