Creator Toolkit CLI v0.1.0
Creator Toolkit CLI v0.1.0 is the first public release of a practical, local-first command-line toolkit for repeatable creator workflows.
Install
python -m pip install creator-toolkit-cli==0.1.0Python 3.11 or newer is required.
Highlights
- Generate title ideas and curated tags from interactive or scriptable commands.
- Preview deterministic image renames before changing files.
- Apply renames safely with recovery manifests, then reverse them with
undo. - Automate every scriptable workflow with stable JSON output and meaningful exit codes.
- Run the installed CLI consistently on Windows, macOS, and Linux.
Release quality and provenance
- Tested on Python 3.11, 3.12, and 3.13 with more than 90% coverage.
- Built once from the immutable
v0.1.0tag and smoke-tested before publication. - Published to PyPI with short-lived GitHub OIDC credentials and PyPI attestations.
- Validated through TestPyPI before the production release.
The attached wheel and source distribution are identical to the files published on PyPI:
| File | SHA-256 |
|---|---|
creator_toolkit_cli-0.1.0-py3-none-any.whl |
87bc79379ea3e5a64d0fe6d8cbad0271841b8d36cd57a1ca22f653c461077845 |
creator_toolkit_cli-0.1.0.tar.gz |
75985fad30020dfadd211d5b297d65c4d37f8a9e86996879787310b2a9b8bb7d |
Links
Full changelog: https://github.com/HoungDev/creator-toolkit-cli/commits/v0.1.0