feat: 完成 SRT 转双目 ASS 节点

This commit is contained in:
cat-shark
2026-08-08 21:04:20 +08:00
commit 41f8dc8d46
8 changed files with 534 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
[project]
name = "wov-node-ass"
version = "0.1.0"
description = "WOV SRT to dual-eye ASS node"
requires-python = ">=3.11"
dependencies = ["wov-sdk"]
[tool.uv.sources]
wov-sdk = { path = "../wov-sdk" }
[dependency-groups]
dev = ["pytest", "pytest-cov"]
[tool.pytest.ini_options]
testpaths = ["tests"]
pythonpath = ["."]
addopts = "--cov=wov_node_ass --cov-report=term-missing --cov-fail-under=100"
[tool.setuptools]
packages = ["wov_node_ass"]