Metadata-Version: 2.1
Name: llm-webdesign
Version: 0.0.1
Summary: LLM Web Designer
Author-email: Lucas Rangel Cezimbra <lucas@cezimbra.tec.br>
License: MIT
Project-URL: Homepage, https://github.com/lucasrcezimbra/llm-webdesign
Project-URL: Changelog, https://github.com/lucasrcezimbra/llm-webdesign/releases
Project-URL: Issues, https://github.com/lucasrcezimbra/llm-webdesign/issues
Project-URL: CI, https://github.com/lucasrcezimbra/llm-webdesign/actions
Classifier: License :: OSI Approved :: Apache Software License
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: llm
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-mock; extra == "test"

# llm-webdesign

[![PyPI](https://img.shields.io/pypi/v/llm-webdesign.svg)](https://pypi.org/project/llm-webdesign/)
[![Changelog](https://img.shields.io/github/v/release/lucasrcezimbra/llm-webdesign?include_prereleases&label=changelog)](https://github.com/lucasrcezimbra/llm-webdesign/releases)
[![Tests](https://github.com/lucasrcezimbra/llm-webdesign/workflows/Test/badge.svg)](https://github.com/lucasrcezimbra/llm-webdesign/actions?query=workflow%3ATest)
[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/lucasrcezimbra/llm-webdesign/blob/main/LICENSE)

## Installation
Install this plugin in the same environment as [LLM](https://llm.datasette.io/).
```bash
pipx install llm
llm install llm-webdesign
```

## Usage
TODO
