Metadata-Version: 2.4
Name: anki-utils
Version: 0.1.4
Summary: Utility CLI for Anki preview template assets.
License: MIT
Project-URL: Homepage, https://pypi.org/project/anki-utils/
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: genanki
Requires-Dist: Pillow
Requires-Dist: pytesseract

# anki-utils

Small helper utilities for managing Anki preview template assets.

## Install

```bash
pip install anki-utils
```

## Usage

The package exposes a CLI for working with the bundled JSX preview assets.

```bash
anki-utils --help
```

## Development

This repository contains additional tooling and assets that are **not** part of
the published package. Only the `anki_utils` package is included in the
PyPI distribution.
