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.1.0.tar.gz
(4.1 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.1.0.tar.gz.
File metadata
- Download URL: turtleshell-1.1.0.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4e86b6aafba3e14636ed3dbfa6077774165e1365da24db065b42e23d21e06d3f
|
|
| MD5 |
47370aa1d60e4e8c1e812d2479981c02
|
|
| BLAKE2b-256 |
af38ac3af5a14d0e75ee93bec4afcc72533fa6592de64e72afc910e1ff4a4b6e
|
File details
Details for the file turtleshell-1.1.0-py3-none-any.whl.
File metadata
- Download URL: turtleshell-1.1.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 |
5c1a8d0130c8aa4be8ee34bfad497ae67868522f79ac8f7e57fa689a295d3eb4
|
|
| MD5 |
9fc6f6caeb236a574c99ecefd966797c
|
|
| BLAKE2b-256 |
9dfaa77b2833769c3af880df38e93d7eab6e6c87ed5dcff4f90bcdf77b94f238
|