Initial commit with translated description

This commit is contained in:
2026-03-29 09:46:10 +08:00
commit f74991da27
6 changed files with 459 additions and 0 deletions

8
pyproject.toml Normal file
View File

@@ -0,0 +1,8 @@
[project]
name = "qveris-skill"
version = "0.1.0"
description = "QVeris API tool search and execution skill for Claude Code"
requires-python = ">=3.10"
dependencies = [
"httpx>=0.25.0",
]