Add minimal Companion-to-Nextcloud-Health bridge (weight only, MVP)

This commit is contained in:
Matthias Jacob
2026-09-17 02:02:34 +02:00
parent d376d5ee95
commit 37f3399953
6 changed files with 609 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
[project]
name = "private-health-bridge"
version = "0.1.0"
requires-python = ">=3.10"
dependencies = [
"flask>=3.0",
"requests>=2.31",
]