First commit with working script

This commit is contained in:
2026-05-06 09:12:01 +02:00
commit 7eceecc2ce
6 changed files with 468 additions and 0 deletions

14
pyproject.toml Normal file
View File

@@ -0,0 +1,14 @@
[project]
name = "mailinglisten"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"pyexcel-odsr>=0.6.0",
]
[dependency-groups]
dev = [
"black>=25.1.0",
]