initial commit
Adds the foundation of a _very_ simple taskopen implementation.
This commit is contained in:
commit
6a0c697a05
4 changed files with 80 additions and 0 deletions
20
uv.lock
generated
Normal file
20
uv.lock
generated
Normal 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" }]
|
||||
Loading…
Add table
Add a link
Reference in a new issue