Metadata-Version: 2.4
Name: turtleshell
Version: 1.0.0
Summary: Convenience wrapper around turtle.Turtle and turtle.Screen
Author-email: Sam Mangan <sam.mangan2@gmail.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/SamMangan/turtleshell
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Provides-Extra: dev
Requires-Dist: bumpver; extra == "dev"
Requires-Dist: pytest; extra == "dev"

# TurtleShell

Convenience wrapper around Python turtle standard library.
