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.3.0.tar.gz
(5.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.3.0.tar.gz.
File metadata
- Download URL: turtleshell-1.3.0.tar.gz
- Upload date:
- Size: 5.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
af7376379119d05a0e951a0629acd327f85a0991e7377553e5a2d051f6f76f94
|
|
| MD5 |
ec39c3d9ff0953adf6b86500f91fadfd
|
|
| BLAKE2b-256 |
648e26f5275d128aa93a6d5d754167e7f53420d53000e929732f8071c0787808
|
File details
Details for the file turtleshell-1.3.0-py3-none-any.whl.
File metadata
- Download URL: turtleshell-1.3.0-py3-none-any.whl
- Upload date:
- Size: 4.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9466d009acae67ddc4813eed6b9a78356cf76b37605466600dfc5903fa18116f
|
|
| MD5 |
cb0a80d334594ffc10285569a0c4ac5c
|
|
| BLAKE2b-256 |
cb8782b3c112ac7c963f9f3863ed9056fdc738f038ed16797b505a13cc1ac0a1
|