polyptych 0.2.1__tar.gz → 0.3.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {polyptych-0.2.1 → polyptych-0.3.0}/CHANGELOG.md +12 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/PKG-INFO +1 -1
- {polyptych-0.2.1 → polyptych-0.3.0}/image-presets.yaml +1 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/pyproject.toml +1 -1
- {polyptych-0.2.1 → polyptych-0.3.0}/.gitignore +0 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/CONTRIBUTING.md +0 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/LICENSE +0 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/NOTICE +0 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/README.md +0 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/SECURITY.md +0 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/image_model_config.yaml +0 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/model_config.yaml +0 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/pipeline-presets.yaml +0 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/prompts/providers/gemini-best-practices.md +0 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/prompts/providers/openai-best-practices.md +0 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/prompts/providers/xai-best-practices.md +0 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/prompts/style-transfer/anime/anime-dark.md +0 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/prompts/style-transfer/editorial/scholarly-monograph.md +0 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/prompts/style-transfer/infographic/clean-minimalist.md +0 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/prompts/style-transfer/infographic/semi-flat-vector.md +0 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/prompts/style-transfer/noir/cinematic-illustrative-noir.md +0 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/prompts/style-transfer/period-art/attic-vase-pastoral.md +0 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/prompts/tasks/task-01-genre-classification.md +0 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/prompts/tasks/task-02-source-analysis.md +0 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/prompts/tasks/task-03-structure-planning.md +0 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/prompts/tasks/task-04-content-allocation.md +0 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/prompts/tasks/task-05-visual-design.md +0 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/prompts/tasks/task-06-slide-specification-fiction.md +0 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/prompts/tasks/task-06-slide-specification.md +0 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/prompts/tasks/task-07-image-generation.md +0 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/prompts/tasks/task-critique.md +0 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/prompts/tasks/task-i0-analysis.md +0 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/prompts/tasks/task-i1-design.md +0 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/prompts/tasks/task-i2-critique.md +0 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/prompts/tasks/task-i2-prompts.md +0 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/prompts/tasks/task-i2-refine.md +0 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/src/common/__init__.py +0 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/src/common/compat.py +0 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/src/common/logging_setup.py +0 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/src/common/usage_log.py +0 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/src/polyptych/__init__.py +0 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/src/polyptych/_datafiles.py +0 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/src/polyptych/batch_utils.py +0 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/src/polyptych/clean_source.py +0 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/src/polyptych/cli.py +0 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/src/polyptych/client.py +0 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/src/polyptych/concurrent_engine.py +0 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/src/polyptych/cross_validate.py +0 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/src/polyptych/ext.py +0 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/src/polyptych/image_batch.py +0 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/src/polyptych/logging_setup.py +0 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/src/polyptych/model_config.py +0 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/src/polyptych/models/__init__.py +0 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/src/polyptych/models/infographic.py +0 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/src/polyptych/models/slide.py +0 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/src/polyptych/pipeline.py +0 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/src/polyptych/pipeline_base.py +0 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/src/polyptych/pipeline_config.py +0 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/src/polyptych/pipeline_infographic.py +0 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/src/polyptych/pipeline_task.py +0 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/src/polyptych/presets.py +0 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/src/polyptych/prompt_loader.py +0 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/src/polyptych/providers/__init__.py +0 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/src/polyptych/providers/anthropic.py +0 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/src/polyptych/providers/base.py +0 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/src/polyptych/providers/gemini.py +0 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/src/polyptych/providers/openai.py +0 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/src/polyptych/providers/vertex.py +0 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/src/polyptych/providers/xai.py +0 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/src/polyptych/ref_utils.py +0 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/src/polyptych/run_config.py +0 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/src/polyptych/task_registry.py +0 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/src/polyptych/tasks/__init__.py +0 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/src/polyptych/tasks/task_01_genre.py +0 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/src/polyptych/tasks/task_02_analysis.py +0 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/src/polyptych/tasks/task_03_structure.py +0 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/src/polyptych/tasks/task_04_content.py +0 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/src/polyptych/tasks/task_05_design.py +0 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/src/polyptych/tasks/task_06_slides.py +0 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/src/polyptych/tasks/task_07_prompts.py +0 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/src/polyptych/tasks/task_i0_analysis.py +0 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/src/polyptych/tasks/task_i1_design.py +0 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/src/polyptych/tasks/task_i2_critique.py +0 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/src/polyptych/tasks/task_i2_prompts.py +0 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/src/polyptych/text_utils.py +0 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/src/polyptych/usage_log.py +0 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/tests/__init__.py +0 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/tests/common/__init__.py +0 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/tests/common/test_compat.py +0 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/tests/polyptych/__init__.py +0 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/tests/polyptych/conftest.py +0 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/tests/polyptych/mock_client.py +0 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/tests/polyptych/providers/__init__.py +0 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/tests/polyptych/providers/test_base.py +0 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/tests/polyptych/providers/test_helpers.py +0 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/tests/polyptych/slide/__init__.py +0 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/tests/polyptych/slide/conftest.py +0 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/tests/polyptych/slide/factories.py +0 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/tests/polyptych/slide/test_character_canon.py +0 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/tests/polyptych/slide/test_cross_validate.py +0 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/tests/polyptych/slide/test_local_manifest.py +0 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/tests/polyptych/slide/test_prompt_provider.py +0 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/tests/polyptych/slide/test_schema_ergonomics.py +0 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/tests/polyptych/slide/test_slide_image_paths.py +0 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/tests/polyptych/slide/test_slide_pipeline_flow.py +0 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/tests/polyptych/slide/test_task7_assembly.py +0 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/tests/polyptych/tasks/__init__.py +0 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/tests/polyptych/tasks/test_task_05_design.py +0 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/tests/polyptych/test_clean_source.py +0 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/tests/polyptych/test_cli.py +0 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/tests/polyptych/test_client.py +0 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/tests/polyptych/test_dependency_resolver.py +0 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/tests/polyptych/test_image_batch.py +0 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/tests/polyptych/test_infographic_critique.py +0 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/tests/polyptych/test_logging_setup.py +0 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/tests/polyptych/test_pipeline_base.py +0 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/tests/polyptych/test_pipeline_config.py +0 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/tests/polyptych/test_pipeline_infographic.py +0 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/tests/polyptych/test_pipeline_init.py +0 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/tests/polyptych/test_pipeline_resume.py +0 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/tests/polyptych/test_ref_utils.py +0 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/tests/polyptych/test_run_config.py +0 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/tests/polyptych/test_task_registry.py +0 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/tests/polyptych/test_text_utils.py +0 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/tests/test_concurrent_engine.py +0 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/tests/test_concurrent_engine_ordering.py +0 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/tests/test_datafiles.py +0 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/tests/test_ext.py +0 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/tests/test_model_config.py +0 -0
- {polyptych-0.2.1 → polyptych-0.3.0}/tests/test_presets.py +0 -0
|
@@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [0.3.0] - 2026-06-30
|
|
11
|
+
|
|
12
|
+
### Added
|
|
13
|
+
|
|
14
|
+
- **`gem-lite` image preset** — an opt-in bundle targeting Google's Nano Banana 2
|
|
15
|
+
Lite (`gemini-3.1-flash-lite-image`), the cheapest/fastest member of the Nano
|
|
16
|
+
Banana 2 family. Resolves to `provider: gemini`, `size: 1K`, `aspect-ratio:
|
|
17
|
+
16:9` with the Lite model id carried as an `image-model` override, so it works
|
|
18
|
+
without touching `image_model_config.yaml` or the provider defaults. Pinned to
|
|
19
|
+
1K because Lite is 1K-only. Use it via `--image-preset gem-lite` when cheap,
|
|
20
|
+
high-volume image generation is needed; all defaults are unchanged.
|
|
21
|
+
|
|
10
22
|
## [0.2.1] - 2026-06-20
|
|
11
23
|
|
|
12
24
|
### Fixed
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: polyptych
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.3.0
|
|
4
4
|
Summary: Turn a source text into visual media — slide decks and single-page infographics, with multi-provider text and image generation
|
|
5
5
|
Project-URL: Homepage, https://github.com/jdinkla/polyptych-studio
|
|
6
6
|
Project-URL: Repository, https://github.com/jdinkla/polyptych-studio
|
|
@@ -21,6 +21,7 @@
|
|
|
21
21
|
|
|
22
22
|
gem: { provider: "gemini", size: "1K", aspect-ratio: "16:9" }
|
|
23
23
|
gem-2k: { provider: "gemini", size: "2K", aspect-ratio: "16:9" } # infographic-grade legibility
|
|
24
|
+
gem-lite: { provider: "gemini", size: "1K", aspect-ratio: "16:9", image-model: "gemini-3.1-flash-lite-image" } # Nano Banana 2 Lite: cheapest/fastest, 1K only
|
|
24
25
|
|
|
25
26
|
# --- OpenAI gpt-image-2 -------------------------------------------------------
|
|
26
27
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{polyptych-0.2.1 → polyptych-0.3.0}/prompts/style-transfer/noir/cinematic-illustrative-noir.md
RENAMED
|
File without changes
|
{polyptych-0.2.1 → polyptych-0.3.0}/prompts/style-transfer/period-art/attic-vase-pastoral.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|