Metadata-Version: 2.4
Name: catime
Version: 0.3.0
Summary: AI-generated hourly cat images - a new cat every hour!
License-Expression: MIT
License-File: LICENSE
Requires-Python: >=3.10
Requires-Dist: httpx
Description-Content-Type: text/markdown

# catime

AI-generated hourly cat images. A new cat every hour!

## Usage

```bash
uvx catime              # Show total cat count
uvx catime 42           # View cat #42
uvx catime today        # List today's cats
uvx catime yesterday    # List yesterday's cats
uvx catime 2026-01-30   # List all cats from a date
uvx catime 2026-01-30T05  # View the cat from a specific hour
uvx catime --list       # List all cats
```
