mirror of
https://github.com/bitomule/Koubou.git
synced 2026-04-25 20:15:52 +03:00
-
v0.11.0 Stable
released this
2026-02-11 22:09:38 +03:00 | 53 commits to main since this release📅 Originally published on GitHub: Wed, 11 Feb 2026 19:10:18 GMT
🏷️ Git tag created: Wed, 11 Feb 2026 19:09:38 GMT🎯 Koubou (工房) - The artisan workshop for App Store screenshots
Transform YAML into handcrafted App Store screenshots.
Koubou is your professional workshop where every screenshot
is carefully crafted with artisan quality.工房 (koubou) means "artisan's workshop" in Japanese -
where masters create their finest work.What's Changed
Removed
- BREAKING: Removed
uploadcommand and all App Store Connect upload code - Removed
pyjwt,cryptography,httpxdependencies - Removed
responses,pytest-httpxdev dependencies - Removed
src/koubou/appstore/module (auth, client, uploader) - Removed all upload-related tests
- Removed interactive prompts (
typer.confirm) - Removed single-letter flag abbreviations (
-v,-n,-m)
Added
--output jsonflag forgenerate,list-sizes,list-framescommands--forceflag to overwrite existing files in--create-configAGENTS.mdwith agent-first CLI documentationMakefilewith standard development targets (format,lint,test,check).githooks/pre-commithook (activate withmake install-hooks)- JSON output sends structured data to stdout, progress/errors to stderr
Changed
- Upload workflow now recommends App Store Connect CLI (
asc) - All CLI flags are explicit (no abbreviations) for unambiguous agent usage
- Updated README and CLAUDE.md documentation
Testing
- 245 tests passing
- All linters passing (black, isort, flake8, mypy)
Installation
PyPI (Recommended)
pip install koubouHomebrew (macOS/Linux)
brew install bitomule/tap/koubouManual Download
Download the wheel or source distribution from the assets below.
Quick Start
kou create-config my-screenshots.yaml # Create sample config kou generate my-screenshots.yaml # Generate screenshots kou list-frames # List available device framesFeatures
- 🎨 100+ Device Frames: iPhone, iPad, Mac, Watch, and more
- 🌈 Professional Backgrounds: Linear, radial, conic gradients
- ✨ Rich Typography: Advanced text overlays with stroke, alignment
- 📱 YAML Configuration: Elegant, declarative screenshot definitions
- 🚀 Batch Processing: Generate multiple screenshots efficiently
Full Changelog: https://github.com/bitomule/koubou/commits/v0.11.0
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
checksums.txt
0 downloads ·
2026-03-01 14:53:34 +03:00 · 184 B -
koubou-0.11.0-py3-none-any.whl
0 downloads ·
2026-03-01 14:54:42 +03:00 · 57 MiB -
koubou-0.11.0.tar.gz
0 downloads ·
2026-03-01 14:54:48 +03:00 · 57 MiB
- BREAKING: Removed