Initial commit

This commit is contained in:
2026-07-18 19:33:27 +02:00
commit 0dc2cd78b6
24 changed files with 1234 additions and 0 deletions

20
pyproject.toml Normal file
View File

@@ -0,0 +1,20 @@
[project]
name = "imap-sorter-ai"
version = "0.1.0"
requires-python = ">=3.14"
dependencies = [
"pydantic>=2.13.4",
"pydantic-ai-slim[openai]==2.4.0",
]
[project.optional-dependencies]
dev = [
"ruff>=0.15.20",
"ty>=0.0.56",
]
[project.scripts]
imap_sorter = "imap_sorter.main:main"
imap-sorter-preview = "imap_sorter.scripts.preview:main"
[tool.uv]
package = true