Mostly working with Product + Version and Sku + Version.

There will still be many errors. But this is working somewhat
This commit is contained in:
2026-01-22 16:54:12 +00:00
parent aaf64ab75a
commit 1b8ab2857f
95 changed files with 4506 additions and 2624 deletions

12
.vscode/settings.json vendored
View File

@ -1,5 +1,5 @@
{
"python.defaultInterpreterPath": "/home/tanshu/.cache/pypoetry/virtualenvs/barker-3ndhMgBR-py3.13/bin/python",
"python.defaultInterpreterPath": "/home/tanshu/.cache/pypoetry/virtualenvs/barker-3ndhMgBR-py3.14/bin/python",
"files.exclude": {
"**/__pycache__": true,
"**/.mypy_cache": true,
@ -13,5 +13,13 @@
"**/node_modules": true,
"**/package-lock.json": true,
},
"makefile.configureOnOpen": false
"makefile.configureOnOpen": false,
"python-envs.pythonProjects": [],
/* --- Pylance: keep IntelliSense, disable type checking --- */
"python.analysis.typeCheckingMode": "off",
// "python.analysis.diagnosticMode": "openFilesOnly",
/* --- mypy: source of truth for typing --- */
"python.linting.enabled": true,
"python.linting.mypyEnabled": true
}