Releases: HoungDev/creator-toolkit-cli
Releases · HoungDev/creator-toolkit-cli
Release list
Creator Toolkit CLI v0.2.0
Creator Toolkit CLI v0.2.0 adds reproducible content generation and safer, customizable image-renaming workflows while keeping the project local-first and automation-friendly.
Install
python -m pip install creator-toolkit-cli==0.2.0Python 3.11 or newer is required.
Highlights
- Reproduce generated titles and tags with the optional
--seedargument. - Choose a cross-platform-safe filename prefix with
rename --prefix. - Preserve custom prefixes across previews, applies, JSON output, recovery manifests, and
undo. - Follow clearer PyPI installation and contributor onboarding guidance.
- See a shorter animated README demo built from real CLI output and a fixed seed.
Release quality and provenance
- Tested on Python 3.11, 3.12, and 3.13 with 94% coverage.
- Smoke-tested on Windows, macOS, and Linux before release.
- Built from the
v0.2.0tag and validated through TestPyPI before production publication. - Published to PyPI with short-lived GitHub OIDC credentials, digital attestations, and manual environment approval.
The attached wheel and source distribution are identical to the files published on PyPI:
| File | SHA-256 |
|---|---|
creator_toolkit_cli-0.2.0-py3-none-any.whl |
e1aa70df40d454a681948f2aede822cf21af397c45d88733462dead4e9d7d21f |
creator_toolkit_cli-0.2.0.tar.gz |
7ec3caebee2c60de4abd2e7638e8b5814b9f5486acd583480fedd52c31705219 |
Links
Full changelog: v0.1.0...v0.2.0
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