layout-prompter


Namelayout-prompter JSON
Version 0.8.0 PyPI version JSON
download
home_pageNone
SummaryLangChain-based LayoutPrompter for content-agnostic/content-aware layout generation powered by LLM.
upload_time2025-07-17 02:23:57
maintainerNone
docs_urlNone
authorNone
requires_python>=3.11
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "layout-prompter",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": "Shunsuke KITADA <shunsuke.kitada.0831@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/82/aa/2bc6e83b68bd631635fcb70a793b3fb1099adee9051ca0eecb9492da5e6a/layout_prompter-0.8.0.tar.gz",
    "platform": null,
    "description": "# LayoutPrompter\n\n[![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)\n[![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)\n[![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)\n[![PyPI](https://img.shields.io/pypi/v/layout-prompter.svg)](https://pypi.python.org/pypi/layout-prompter)\n\n## Installation\n\n```shell\npip install layout-prompter\n```\n\n## License\n\n- Apache License 2.0\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "LangChain-based LayoutPrompter for content-agnostic/content-aware layout generation powered by LLM.",
    "version": "0.8.0",
    "project_urls": {
        "Repository": "https://github.com/creative-graphic-design/layout-prompter"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "15dd0f2315ddc4e9eea5eb54e1ebb99c13b743b0661d83a4e0d5903dc9c9a489",
                "md5": "f89bc5eaeec0795d63120729b2926cdb",
                "sha256": "77cc544dd2ff5c0a6f3114c1c1f337e1158f55b5a9ba155693526de2ea60e348"
            },
            "downloads": -1,
            "filename": "layout_prompter-0.8.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f89bc5eaeec0795d63120729b2926cdb",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 41720,
            "upload_time": "2025-07-17T02:23:53",
            "upload_time_iso_8601": "2025-07-17T02:23:53.823219Z",
            "url": "https://files.pythonhosted.org/packages/15/dd/0f2315ddc4e9eea5eb54e1ebb99c13b743b0661d83a4e0d5903dc9c9a489/layout_prompter-0.8.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "82aa2bc6e83b68bd631635fcb70a793b3fb1099adee9051ca0eecb9492da5e6a",
                "md5": "54dc1bb9ee648873bedae173ff89618a",
                "sha256": "fe79c01a19d6b92f752c65c70d3246944ebc1655526c5774d02c139e28002372"
            },
            "downloads": -1,
            "filename": "layout_prompter-0.8.0.tar.gz",
            "has_sig": false,
            "md5_digest": "54dc1bb9ee648873bedae173ff89618a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 224009,
            "upload_time": "2025-07-17T02:23:57",
            "upload_time_iso_8601": "2025-07-17T02:23:57.795312Z",
            "url": "https://files.pythonhosted.org/packages/82/aa/2bc6e83b68bd631635fcb70a793b3fb1099adee9051ca0eecb9492da5e6a/layout_prompter-0.8.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-17 02:23:57",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "creative-graphic-design",
    "github_project": "layout-prompter",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "layout-prompter"
}
        
Elapsed time: 2.13940s