minicache 0.1.0 — tiny disk cache: cloudpickle + gzip + arg blacklist + explicit state

This commit is contained in:
wassname
2026-05-15 05:23:55 +00:00
commit 4b0578a3ac
2 changed files with 150 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
[project]
name = "minicache"
version = "0.1.0"
description = "anycache-spirit single-file disk cache: cloudpickle + gzip + arg blacklist + explicit state."
requires-python = ">=3.10"
dependencies = [
"cloudpickle>=2.0",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["src/minicache"]