initial commit

This commit is contained in:
2025-02-27 22:41:38 +01:00
commit abb16938f8
59 changed files with 4169 additions and 0 deletions

24
pyproject.toml Normal file
View File

@@ -0,0 +1,24 @@
[project]
name = "komgrabber"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"aria2p>=0.12.1",
"bencodepy>=0.9.5",
"feedparser>=6.0.11",
"jaro-winkler>=2.0.3",
"komconfig",
"komgapi",
"komsuite-nyaapy",
"limit>=0.2.3",
"loguru>=0.7.3",
"natsort>=8.4.0",
"omegaconf>=2.3.0",
]
[tool.uv.sources]
komgapi = { workspace = true }
komsuite-nyaapy = { workspace = true }
komconfig = { workspace = true }