Woolpack
Woolpack is the standalone authoring toolkit for Woolroom content packs. It scaffolds version 1 packs, renders their coats, poses, and hitboxes to a static review board, and validates the same fail-closed data contract Woolroom loads at boot.
Packs are local YAML and SVG data. Woolpack does not execute pack code or upload pack contents.
Quick start
With Python 3.11+ and
uv, run Woolpack
without installing it permanently:
uvx woolpack new mole --author "Your Name" --license MIT
uvx woolpack render packs/mole -o mole-board.html
uvx woolpack lint packs/mole --strict
The scaffold starts from the bundled Pebble template and renames the species, phrase, and quirk identifiers for you. Edit the generated YAML and SVG between render and lint runs. Strict lint exits nonzero for either an error or a warning, which is the bar intended for registry submissions.
The bundled Pebble template declares CC0-1.0. If --license is omitted, a
new pack inherits its source template's license, so choose the intended license
explicitly when scaffolding original work.
For repeated use, install the command with uv tool install woolpack. See the
pack format reference
for the file contract, SVG rig hooks, phrase overlays, and Woolroom boot command.
The pack index tracks compatible
pack repositories and defines its submission contract.
Commands
woolpack new <species-id>scaffolds a pack from the bundled template or a local pack supplied with--from.woolpack render <pack-dir>validates the pack and writes a self-contained HTML review board.woolpack lint <pack-dir>reports contract and authoring-quality findings;--stricttreats warnings as failures.
Lint checks one pack against Woolpack's bundled format-v1 environment. Woolroom revalidates all configured packs together at boot, so cross-pack identifier collisions can still make an individually clean pack fail to load.
Woolpack requires Python 3.11 or newer. Its code is licensed under the MIT
License; the bundled Pebble template is CC0-1.0. Both license texts ship with
the distribution.
Release files for woolpack 0.2.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| woolpack-0.2.0.tar.gz | 46.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| woolpack-0.2.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 95.6 kB
Release files / woolpack-0.2.0.tar.gz
| Download URL | woolpack-0.2.0.tar.gz |
|---|---|
| Size | 46.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
8ed891fbc1d216bf0fe5f98c1d24f128e0402689d00b1f92002e1a99b9de3fd8
|
|
BLAKE2b-256 checksum How to use checksums |
8df6c895d7321250422219923062db9d75a6f2457ec494f7c69a85c27c1a4442
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 3, 2026.
Transparency logRelease files / woolpack-0.2.0-py3-none-any.whl
| Download URL | woolpack-0.2.0-py3-none-any.whl |
|---|---|
| Size | 49.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
36a76cd86f0d51270fcbd3ced613fe6e8ed34c4d4b297ece5717b5c3adcfae20
|
|
BLAKE2b-256 checksum How to use checksums |
955f46609700fac493a56c6425dd9be7e96f559e994c9256b72ae47e225bcc85
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 3, 2026.
Transparency log