Metadata-Version: 2.4
Name: datasette-ca460
Version: 0.0.1a4
Author: Alex Garcia
License-Expression: Apache-2.0
Project-URL: Homepage, https://github.com/datasette/datasette-ca460
Project-URL: Changelog, https://github.com/datasette/datasette-ca460/releases
Project-URL: Issues, https://github.com/datasette/datasette-ca460/issues
Project-URL: CI, https://github.com/datasette/datasette-ca460/actions
Classifier: Framework :: Datasette
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: datasette>=1.0a23
Requires-Dist: llm>=0.28
Requires-Dist: Pillow>=10.0
Requires-Dist: httpx>=0.25.0
Requires-Dist: pydantic>=2.0.0
Requires-Dist: llm-gemini>=0.28.2
Requires-Dist: datasette-llm>=0.1a6
Requires-Dist: datasette-plugin-router>=0.0.1a2
Requires-Dist: datasette-vite>=0.0.1a2
Requires-Dist: pdf-lib-rs-py
Requires-Dist: click
Requires-Dist: sqlite-migrate>=0.1b0
Requires-Dist: sqlite-utils>=3.38
Provides-Extra: files
Requires-Dist: datasette-files==0.1a3; extra == "files"
Dynamic: license-file

# datasette-ca460

[![PyPI](https://img.shields.io/pypi/v/datasette-ca460.svg)](https://pypi.org/project/datasette-ca460/)
[![Changelog](https://img.shields.io/github/v/release/datasette/datasette-ca460?include_prereleases&label=changelog)](https://github.com/datasette/datasette-ca460/releases)
[![Tests](https://github.com/datasette/datasette-ca460/actions/workflows/test.yml/badge.svg)](https://github.com/datasette/datasette-ca460/actions/workflows/test.yml)
[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/datasette/datasette-ca460/blob/main/LICENSE)



## Installation

Install this plugin in the same environment as Datasette.
```bash
datasette install datasette-ca460
```
## Usage

Usage instructions go here.

## Development

To set up this plugin locally, first checkout the code. You can confirm it is available like this:
```bash
cd datasette-ca460
# Confirm the plugin is visible
uv run datasette plugins
```
To run the tests:
```bash
uv run pytest
```
