Convenience wrapper around turtle.Turtle and turtle.Screen
Project description
TurtleShell
Convenience wrapper around Python turtle standard library.
Development
Do all this in a virtual environment, e.g.
python3 -m venv venv
./venv/bin/activate
Test changes:
pip install pytest
pytest
Push changes.
Update package version:
pip install bumpver
bumpver update --minor
Build and check package with twine:
pip install build twine
python -m build
twine check dist/*
Upload to Test PyPI, install, and test:
twine upload -r testpypi dist/*
pip install -i https://test.pypi.org/simple turtleshell
Upload to PyPI:
twine upload dist/*
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
turtleshell-1.2.0.tar.gz
(4.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file turtleshell-1.2.0.tar.gz.
File metadata
- Download URL: turtleshell-1.2.0.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ef9daf76841034cf3a5e43c9af0fc5861cd0d714add21e91eab2ef4b91f49a27
|
|
| MD5 |
a8e4424ea3a626157fb9bae78edb1093
|
|
| BLAKE2b-256 |
ee2e9998e785a4b5296757a86a0a9ed8c74f1542843549dea3838d1bd28255a0
|
File details
Details for the file turtleshell-1.2.0-py3-none-any.whl.
File metadata
- Download URL: turtleshell-1.2.0-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0c5d50bf9b7a8da8e24de69f224d4366b4269162a350ec8f6b002c5374f540f3
|
|
| MD5 |
49f8b9c2d5681943327de15fa8820e04
|
|
| BLAKE2b-256 |
6939b515e8ce0a32c238fc2438263cf9a119400d4527e9d1edc338280515b05c
|