I made p k and s

This commit is contained in:
bpot
2026-03-03 11:00:07 -05:00
parent 8d324bed44
commit d251d3ac9b
2 changed files with 52 additions and 0 deletions

1
.envrc Normal file
View File

@@ -0,0 +1 @@
source .venv/bin/activate

51
poetry.lock generated Normal file
View File

@@ -0,0 +1,51 @@
# This file is automatically @generated by Poetry 2.3.1 and should not be changed by hand.
[[package]]
name = "superturtle"
version = "1.2.0"
description = "Extensions to Python's turtle"
optional = false
python-versions = "<4.0,>=3.10"
groups = ["main"]
files = [
{file = "superturtle-1.2.0-py3-none-any.whl", hash = "sha256:acc183da60a270177fcfbe6e70b41d17d7cd7f81fd5f2aea8d0f1defe9d6d5c7"},
{file = "superturtle-1.2.0.tar.gz", hash = "sha256:df28bf8888cfed4c0645dafc07ecac996a30e5efd32c2c2d63264e0a965b0aa0"},
]
[package.dependencies]
svg-turtle = ">=1.0.0,<2.0.0"
[[package]]
name = "svg-turtle"
version = "1.1.0"
description = "Use the Python turtle to write SVG files. With optional IPython integration."
optional = false
python-versions = "*"
groups = ["main"]
files = [
{file = "svg_turtle-1.1.0-py3-none-any.whl", hash = "sha256:912b3032383b8a5020b63a1930523d912d0142a3526e579418ca27dbead1c7d6"},
{file = "svg_turtle-1.1.0.tar.gz", hash = "sha256:21caebfa176e2cb2fe8e25d7c459d7672933c60e91133c2e4d97798f0412aa0a"},
]
[package.dependencies]
svgwrite = "*"
[package.extras]
ipython = ["ipython"]
[[package]]
name = "svgwrite"
version = "1.4.3"
description = "A Python library to create SVG drawings."
optional = false
python-versions = ">=3.6"
groups = ["main"]
files = [
{file = "svgwrite-1.4.3-py3-none-any.whl", hash = "sha256:bb6b2b5450f1edbfa597d924f9ac2dd099e625562e492021d7dd614f65f8a22d"},
{file = "svgwrite-1.4.3.zip", hash = "sha256:a8fbdfd4443302a6619a7f76bc937fc683daf2628d9b737c891ec08b8ce524c3"},
]
[metadata]
lock-version = "2.1"
python-versions = ">=3.10,<4.0"
content-hash = "b5afffe1b68ffec30b452cc1ebd5b882e920f126f53332188ec7303cb592fa22"