.gitignore
LICENSE
README.md
debug_gradient_text.py
install.sh
per_screenshot_background_test.yaml
pyproject.toml
setup.cfg
simple_gradient_test.yaml
test_background_gradients.yaml
test_per_screenshot.yaml
.claude/hooks.json
.github/workflows/ci.yml
.github/workflows/release.yml
docs/yaml-api.md
examples/advanced_example.yaml
examples/basic_example.yaml
examples/device_frame_example.yaml
src/koubou/__init__.py
src/koubou/cli.py
src/koubou/config.py
src/koubou/config_tree.py
src/koubou/dependency_analyzer.py
src/koubou/exceptions.py
src/koubou/generator.py
src/koubou/live_generator.py
src/koubou/watcher.py
src/koubou.egg-info/PKG-INFO
src/koubou.egg-info/SOURCES.txt
src/koubou.egg-info/dependency_links.txt
src/koubou.egg-info/entry_points.txt
src/koubou.egg-info/requires.txt
src/koubou.egg-info/top_level.txt
src/koubou/frames/Frames.json
src/koubou/frames/Sizes.json
src/koubou/renderers/__init__.py
src/koubou/renderers/background.py
src/koubou/renderers/device_frame.py
src/koubou/renderers/gradient.py
src/koubou/renderers/text.py
tests/__init__.py
tests/conftest.py
tests/test_cli.py
tests/test_config.py
tests/test_config_tree.py
tests/test_dependency_analyzer.py
tests/test_generator.py
tests/test_gradient.py
tests/test_live_generator.py
tests/test_renderers.py
tests/test_watcher.py