Initial project 🎉
Some checks failed
create-release / build (push) Successful in 11s
CI / release (release) Failing after 7m3s

This commit is contained in:
2025-05-16 16:57:20 +12:00
commit 374d1019fa
17 changed files with 1409 additions and 0 deletions

22
pyproject.toml Normal file
View File

@@ -0,0 +1,22 @@
[project]
name = "transact-cache"
version = "0.1.0"
description = ""
authors = [
{name = "Aaron Guise",email = "aaron@guise.net.nz"}
]
readme = "README.md"
requires-python = ">=3.9,<3.14"
dependencies = [
]
[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.poetry.group.dev.dependencies]
pytest = "^8.3.5"
coveragepy = "^1.6.0"
setuptools = "^80.7.1"