Initial commit

This commit is contained in:
2026-01-23 19:03:52 +00:00
commit 9329d2fcdd
8 changed files with 265 additions and 0 deletions

22
uv.lock generated Normal file
View File

@@ -0,0 +1,22 @@
version = 1
requires-python = ">=3.10, <4.0"
[[package]]
name = "problemset-typeface"
version = "5.0.0"
source = { virtual = "." }
dependencies = [
{ name = "superturtle" },
]
[package.metadata]
requires-dist = [{ name = "superturtle", specifier = ">=0.2.0,<0.3.0" }]
[[package]]
name = "superturtle"
version = "0.2.0"
source = { registry = "https://pypi.org/simple" }
sdist = { url = "https://files.pythonhosted.org/packages/6a/92/126ebdb094cce3d058746c99148acb2fb3a132998d69f2945f344e837d04/superturtle-0.2.0.tar.gz", hash = "sha256:807fb419c1dba9cb809a22a68e72c0193bdeed4a9326eb36ad940b2a7ff6ac04", size = 9611 }
wheels = [
{ url = "https://files.pythonhosted.org/packages/bf/a6/221c4dab508d0f2c9c80fe89cc16b4b1df8be98a7458d48cf298f1d993ba/superturtle-0.2.0-py3-none-any.whl", hash = "sha256:ca3a31be3259387b4490846adbf64502acc9d23472912cc43497ab170e89f506", size = 11177 },
]