Files
ifstools/pyproject.toml
Will Toohey 76e88275c0
Some checks failed
CI / linux (map[runner:ubuntu-22.04 target:aarch64]) (push) Has been cancelled
CI / linux (map[runner:ubuntu-22.04 target:armv7]) (push) Has been cancelled
CI / linux (map[runner:ubuntu-22.04 target:ppc64le]) (push) Has been cancelled
CI / linux (map[runner:ubuntu-22.04 target:s390x]) (push) Has been cancelled
CI / linux (map[runner:ubuntu-22.04 target:x86]) (push) Has been cancelled
CI / linux (map[runner:ubuntu-22.04 target:x86_64]) (push) Has been cancelled
CI / musllinux (map[runner:ubuntu-22.04 target:aarch64]) (push) Has been cancelled
CI / musllinux (map[runner:ubuntu-22.04 target:armv7]) (push) Has been cancelled
CI / musllinux (map[runner:ubuntu-22.04 target:x86]) (push) Has been cancelled
CI / musllinux (map[runner:ubuntu-22.04 target:x86_64]) (push) Has been cancelled
CI / windows (map[python_arch:x64 runner:windows-latest target:x64]) (push) Has been cancelled
CI / windows (map[python_arch:x86 runner:windows-latest target:x86]) (push) Has been cancelled
CI / macos (map[runner:macos-15-intel target:x86_64]) (push) Has been cancelled
CI / macos (map[runner:macos-latest target:aarch64]) (push) Has been cancelled
CI / sdist (push) Has been cancelled
CI / Standalone .exe (Windows x86_64) (push) Has been cancelled
CI / Release (push) Has been cancelled
Do our best to unpack mojibake'd texture manifests
2026-07-10 20:06:00 +10:00

31 lines
578 B
TOML

[build-system]
requires = ["maturin>=1.7,<2"]
build-backend = "maturin"
[project]
name = "ifstools"
version = "2.2"
description = "Extractor/repacker for Konmai IFS files"
readme = "README.md"
authors = [
{name = "mon", email = "me@mon.im"},
]
dependencies = [
"kbinxml>=1.5",
"lxml",
"pillow",
"tqdm",
]
requires-python = ">=3.10"
[project.urls]
Homepage = "https://github.com/mon/ifstools/"
[project.scripts]
ifstools = "ifstools:main"
[tool.maturin]
python-source = "src"
module-name = "ifstools.handlers._native"
features = ["pyo3/extension-module"]