Metadata-Version: 2.4
Name: calmecac-haiku
Version: 0.1.0
Summary: Fetch and display a random haiku-length poem from PoetryDB
Author-email: Julio Cárdenas-Rodríguez <data.tonalli@gmail.com>
License: MIT
Keywords: cli,haiku,poetry,poetrydb
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Utilities
Requires-Python: >=3.11
Requires-Dist: httpx>=0.28.1
Description-Content-Type: text/markdown

# calmecac-haiku

Fetch and display a random haiku-length poem from PoetryDB.

## Prerequisites

UV is required to install this tool. Install UV from https://docs.astral.sh/uv/ before proceeding.

## Installation

```
uv tool install calmecac-haiku
```

## Usage

```
haiku
```

## Example Output

```
─────────────────────────
An old silent pond
─────────────────────────
An old silent pond...
A frog jumps into the pond.
Splash! Silence again.

— Matsuo Bashō
```
