add package: pyproject + src (layer-1 identical to psql, raw layer-2, fail-loud, dict rows)

Signed-off-by: disqualifier <dev@disqualifier.me>
This commit is contained in:
2026-06-30 20:12:40 -04:00
parent 9beeee4d9f
commit 9034ce32c2
3 changed files with 415 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "mysql"
version = "0.1.0"
description = "async mysql/mariadb wrapper over aiomysql: two-layer API (friendly verbs + raw escape hatch), fail-loud, config-free"
requires-python = ">=3.10"
dependencies = [
"aiomysql>=0.2",
]
[tool.hatch.build.targets.wheel]
packages = ["src/mysql"]