v3: gstack-code-gen 生成

This commit is contained in:
hangshuo652
2026-05-24 12:36:44 +08:00
commit 818e81269c
50 changed files with 1343 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
[build-system]
requires = ["setuptools>=68.0"]
build-backend = "setuptools.backends._legacy:_Backend"
[project]
name = "verify-cli"
version = "0.1.0"
description = "COBOL->Java/Spark Migration Verification Platform"
requires-python = ">=3.11"
dependencies = [
"httpx>=0.27",
"pyyaml>=6.0",
]
[tool.pytest.ini_options]
testpaths = ["tests"]
python_files = "test_*.py"