generated from mwc/project_drawing
Initial commit
This commit is contained in:
15
.commit_template
Normal file
15
.commit_template
Normal file
@@ -0,0 +1,15 @@
|
||||
|
||||
|
||||
# -----------------------------------------------------------------
|
||||
# Write your entire commit message above this line.
|
||||
#
|
||||
# The first line should be a quick description of what you changed.
|
||||
# Then leave a blank line.
|
||||
# Then, taking as many lines as you want, reflect on your progress
|
||||
# since your last commit. Some possible ways to start:
|
||||
# - Somewhere I got stuck was __________
|
||||
# - Something I figured out was ___________
|
||||
# - A strategy I used to get un-stuck was ____________
|
||||
# - Something I'm wondering about is ______________
|
||||
# - Something I want to learn more about is ____________
|
||||
# - An idea for a future project is _____________-
|
||||
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
.DS_Store
|
||||
21
README.md
Normal file
21
README.md
Normal file
@@ -0,0 +1,21 @@
|
||||
# (Drawing project)
|
||||
|
||||
(
|
||||
This is the README file for your drawing project.
|
||||
Replace all the text in parentheses with your own text.
|
||||
It's written in a simple language called Markdown,
|
||||
which allows basic formatting.
|
||||
)
|
||||
|
||||
## Description
|
||||
|
||||
(Describe your goal for this project. If you want to link to an
|
||||
image, move the image to this directory, and then use the following syntax:
|
||||
|
||||

|
||||
|
||||
)
|
||||
|
||||
## Planning
|
||||
|
||||
(Include your planning here, including your project milestone.)
|
||||
7
drawing.py
Normal file
7
drawing.py
Normal file
@@ -0,0 +1,7 @@
|
||||
# drawing.py
|
||||
# ----------
|
||||
# By ____(you)___________
|
||||
#
|
||||
# (Briefly describe what this program does.)
|
||||
|
||||
from turtle import *
|
||||
16
pyproject.toml
Normal file
16
pyproject.toml
Normal file
@@ -0,0 +1,16 @@
|
||||
[project]
|
||||
name = "project-drawing"
|
||||
version = "5.0.0"
|
||||
description = ""
|
||||
authors = [{ name = "Chris Proctor", email = "chris@chrisproctor.net" }]
|
||||
requires-python = ">=3.10,<4.0"
|
||||
readme = "README.md"
|
||||
license = { text = "MIT" }
|
||||
dependencies = ["superturtle (>=1.2.0,<2.0.0)"]
|
||||
|
||||
[build-system]
|
||||
requires = ["hatchling"]
|
||||
build-backend = "hatchling.build"
|
||||
|
||||
[tool.uv]
|
||||
package = false
|
||||
46
uv.lock
generated
Normal file
46
uv.lock
generated
Normal file
@@ -0,0 +1,46 @@
|
||||
version = 1
|
||||
requires-python = ">=3.10, <4.0"
|
||||
|
||||
[[package]]
|
||||
name = "project-drawing"
|
||||
version = "5.0.0"
|
||||
source = { virtual = "." }
|
||||
dependencies = [
|
||||
{ name = "superturtle" },
|
||||
]
|
||||
|
||||
[package.metadata]
|
||||
requires-dist = [{ name = "superturtle", specifier = ">=1.2.0,<2.0.0" }]
|
||||
|
||||
[[package]]
|
||||
name = "superturtle"
|
||||
version = "1.2.0"
|
||||
source = { registry = "https://pypi.org/simple" }
|
||||
dependencies = [
|
||||
{ name = "svg-turtle" },
|
||||
]
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/44/d1/9cf8affa3d54a63cf0208002c41cac4182e94c8b768676917a5907f93a22/superturtle-1.2.0.tar.gz", hash = "sha256:df28bf8888cfed4c0645dafc07ecac996a30e5efd32c2c2d63264e0a965b0aa0", size = 10126 }
|
||||
wheels = [
|
||||
{ url = "https://files.pythonhosted.org/packages/4b/05/755774bcc218f0fdbb052e0cb73c3f66f41e924014c94641c39bbe744c1c/superturtle-1.2.0-py3-none-any.whl", hash = "sha256:acc183da60a270177fcfbe6e70b41d17d7cd7f81fd5f2aea8d0f1defe9d6d5c7", size = 12132 },
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "svg-turtle"
|
||||
version = "1.0.0"
|
||||
source = { registry = "https://pypi.org/simple" }
|
||||
dependencies = [
|
||||
{ name = "svgwrite" },
|
||||
]
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/14/e4/d8844f23fb6ba69f9681121c6249865d87b86a4360e36168552289d9fde0/svg_turtle-1.0.0.tar.gz", hash = "sha256:6a5a36d7f1b7d2b12ec6a6029d08c81c11ab6385eb8f14d9765b1acf84501640", size = 15734 }
|
||||
wheels = [
|
||||
{ url = "https://files.pythonhosted.org/packages/64/61/b35cc4cc9846eaef19fd858e8aed2d6327401f9fbe6d5e9fed1ef5625df5/svg_turtle-1.0.0-py3-none-any.whl", hash = "sha256:064b06a4ed210c31454ebf40d757e4b73a3543e960c5e75e1ebfa4c5a72f4c52", size = 12889 },
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "svgwrite"
|
||||
version = "1.4.3"
|
||||
source = { registry = "https://pypi.org/simple" }
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/16/c1/263d4e93b543390d86d8eb4fc23d9ce8a8d6efd146f9427364109004fa9b/svgwrite-1.4.3.zip", hash = "sha256:a8fbdfd4443302a6619a7f76bc937fc683daf2628d9b737c891ec08b8ce524c3", size = 189516 }
|
||||
wheels = [
|
||||
{ url = "https://files.pythonhosted.org/packages/84/15/640e399579024a6875918839454025bb1d5f850bb70d96a11eabb644d11c/svgwrite-1.4.3-py3-none-any.whl", hash = "sha256:bb6b2b5450f1edbfa597d924f9ac2dd099e625562e492021d7dd614f65f8a22d", size = 67122 },
|
||||
]
|
||||
Reference in New Issue
Block a user