initial commit

Adds the foundation of a _very_ simple taskopen implementation.
This commit is contained in:
Marty Oehme 2025-03-31 18:57:42 +02:00
commit 6a0c697a05
Signed by: Marty
GPG key ID: 4E535BC19C61886E
4 changed files with 80 additions and 0 deletions

9
pyproject.toml Normal file
View file

@ -0,0 +1,9 @@
[project]
name = "topen"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"tasklib>=2.5.1",
]