Initial Commit. I'm afraid of testing it.

This commit is contained in:
2025-05-01 15:48:11 +02:00
parent e4dae9ec35
commit 51bc491cc8
10 changed files with 1464 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
[project]
name = "tatami"
version = "0.1.0"
description = "Tool for Arranging Tasty Appointments, Meetings & Invitations"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"numpy>=2.2.4",
"pandas>=2.2.3",
"pandas-stubs>=2.2.3.250308",
"requests>=2.32.3",
"tqdm>=4.67.1",
"types-requests>=2.32.0.20250328",
"types-tqdm>=4.67.0.20250404",
]
[dependency-groups]
dev = [
"mypy>=1.15.0",
"ruff>=0.11.5",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"