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

20
uv.lock generated Normal file
View file

@ -0,0 +1,20 @@
version = 1
revision = 1
requires-python = ">=3.13"
[[package]]
name = "tasklib"
version = "2.5.1"
source = { registry = "https://pypi.org/simple" }
sdist = { url = "https://files.pythonhosted.org/packages/3e/50/3e876f39e31bad8783fd3fe117577cbf1dde836e161f8446631bde71aeb4/tasklib-2.5.1.tar.gz", hash = "sha256:5ccd731b52636dd10457a8b8d858cb0d026ffaab1e3e751baf791bf803e37d7b", size = 23805 }
[[package]]
name = "topen"
version = "0.1.0"
source = { virtual = "." }
dependencies = [
{ name = "tasklib" },
]
[package.metadata]
requires-dist = [{ name = "tasklib", specifier = ">=2.5.1" }]