Metadata-Version: 2.4
Name: layout-prompter
Version: 0.8.0
Summary: LangChain-based LayoutPrompter for content-agnostic/content-aware layout generation powered by LLM.
Project-URL: Repository, https://github.com/creative-graphic-design/layout-prompter
Author-email: Shunsuke KITADA <shunsuke.kitada.0831@gmail.com>
License-File: LICENSE
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.11
Requires-Dist: datasets[vision]>=2.0.0
Requires-Dist: langchain>=0.3.1
Requires-Dist: loguru>=0.7.1
Requires-Dist: opencv-python>=4.11.0.86
Requires-Dist: pydantic-numpy>=5.0.2
Requires-Dist: pydantic-settings>=2.8.1
Provides-Extra: aws
Requires-Dist: langchain-aws>=0.2.18; extra == 'aws'
Provides-Extra: openai
Requires-Dist: langchain-openai>=0.3.11; extra == 'openai'
Description-Content-Type: text/markdown

# LayoutPrompter

[![CI](https://github.com/creative-graphic-design/layout-prompter/actions/workflows/ci.yaml/badge.svg)](https://github.com/creative-graphic-design/layout-prompter/actions/workflows/ci.yaml)
[![Release](https://github.com/creative-graphic-design/layout-prompter/actions/workflows/release.yaml/badge.svg)](https://github.com/creative-graphic-design/layout-prompter/actions/workflows/release.yaml)
[![Deploy](https://github.com/creative-graphic-design/layout-prompter/actions/workflows/deploy.yaml/badge.svg)](https://github.com/creative-graphic-design/layout-prompter/actions/workflows/deploy.yaml)
[![PyPI](https://img.shields.io/pypi/v/layout-prompter.svg)](https://pypi.python.org/pypi/layout-prompter)

## Installation

```shell
pip install layout-prompter
```

## License

- Apache License 2.0
