feat: initial commit

This commit is contained in:
2026-06-17 22:24:58 -04:00
commit 2706aa9301
8 changed files with 1476 additions and 0 deletions

11
pyproject.toml Normal file
View File

@@ -0,0 +1,11 @@
[project]
name = "ntfy-matrix-bridge"
version = "0.1.0"
description = "Bridge ntfy notifcations to unencrypted Matrix rooms"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"aiohttp>=3.14.1",
"matrix-nio>=0.25.2",
"pyyaml>=6.0.3",
]