Initial commit

This commit is contained in:
Codex
2026-01-23 11:12:31 +01:00
commit 0c420a8697
27 changed files with 1767 additions and 0 deletions

15
client/pyproject.toml Normal file
View File

@@ -0,0 +1,15 @@
[project]
name = "backup-client"
version = "0.1.0"
description = "PySide6 Windows backup client for orchestrator"
authors = ["truetype74 <max.mauri@gmail.com>","Codex <dev@example.com>"]
requires-python = ">=3.10"
[project.dependencies]
PySide6 = "^6.9"
requests = "^2.33"
python-dotenv = "^1.0"
[build-system]
requires = ["hatchling>=1.8"]
build-backend = "hatchling.build"