first draft

This commit is contained in:
2025-08-22 23:49:53 +02:00
parent 8bad97c713
commit 4c2b5faf9a
5 changed files with 380 additions and 0 deletions

12
pyproject.toml Normal file
View File

@@ -0,0 +1,12 @@
[project]
name = "bahnhofstafel-puller"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"cachetools>=6.1.0",
"datetime>=5.5",
"requests>=2.32.5",
"xmltodict>=0.14.2",
]