Metadata-Version: 2.4
Name: iil-illustrationfw
Version: 0.2.0
Summary: Provider-agnostic illustration framework for IIL projects
Author-email: Achim Dehnert <achim.dehnert@iil.gmbh>
License: Proprietary
Keywords: dalle,illustration,image-generation,stable-diffusion
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.11
Requires-Dist: httpx>=0.27
Requires-Dist: pydantic>=2.0
Provides-Extra: dev
Requires-Dist: mypy>=1.8; extra == 'dev'
Requires-Dist: pytest-asyncio>=0.23; extra == 'dev'
Requires-Dist: pytest>=8.0; extra == 'dev'
Requires-Dist: ruff>=0.3; extra == 'dev'
Provides-Extra: django
Requires-Dist: django>=4.2; extra == 'django'
Provides-Extra: pillow
Requires-Dist: pillow>=10.0; extra == 'pillow'
Description-Content-Type: text/markdown

# illustration-fw

**iil-illustrationfw** — Pure Python illustration framework für die IIL Pipeline.

Provider-agnostisch (DALL·E 3, Stable Diffusion, Mock), Prompt-Building aus Buchkontext,
StyleDNA-Injection. Verwendet von [illustration-hub](https://github.com/achimdehnert/illustration-hub),
bfagent, writing-hub, etc.

Architektur: [ADR-084](https://github.com/achimdehnert/bfagent/blob/main/docs/adr/ADR-084-illustration-framework-pypi-package.md)
