Metadata-Version: 2.4
Name: localcv_talker
Version: 1.0.0
Summary: A Local ComicVine database talker for ComicTagger - bypasses API rate limits
Author: ComicTagger User
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# Local ComicVine Talker

A ComicTagger plugin that uses a local SQLite database with ComicVine data, bypassing API rate limits.

## Installation

1. Build the wheel:
   ```bash
   pip install build
   python -m build
   ```

2. Copy the `.whl` file from `dist/` to ComicTagger's plugins folder

3. Restart ComicTagger

## Configuration

1. Download or create the SQLite database with `pg_to_sqlite.py`
2. In ComicTagger: Settings → Talkers → Local ComicVine
3. Set the database file path
4. Click Test to verify

## Features

- Unlimited searches (no API rate limit)
- Full metadata: credits, characters, teams, story arcs
- Cover images fetched from ComicVine CDN (not rate-limited)
- FTS5 full-text search for fast series lookup
