Metadata-Version: 2.1
Name: htyaml
Version: 0.1.0
Summary: Hypertext, in YAML
Author-Email: Scott Odle <scott@sjodle.com>
Requires-Python: <4.0,>=3.12
Requires-Dist: pyyaml<7.0.0,>=6.0.2
Requires-Dist: beautifulsoup4<5.0.0,>=4.12.3
Requires-Dist: click<9.0.0,>=8.1.8
Description-Content-Type: text/markdown

# HTyaML

Generate HTML from YAML.

## Installation

`uv tool install htyaml`

## Usage

```
Usage: htyaml [OPTIONS] INPUT_FILE [OUTPUT_FILE]

Options:
  --help  Show this message and exit.
```

See `example.yaml` to learn about the language.
