Metadata-Version: 2.4
Name: laco-typer
Version: 1.0.0
Summary: Typer CLI generation from @L.params blocks.
Author-email: Kurt Stolle <kurt@khws.io>
Requires-Python: >=3.13
Description-Content-Type: text/markdown
Requires-Dist: laco>=1.0.0
Requires-Dist: typer>=0.12

# Laco-Typer

Typer CLI generation from `@L.params` blocks.

Part of the [laco](https://github.com/khwstolle/laco) project — see the [root README](../../README.md) for an overview.

## Installation

```bash
pip install laco-typer
```

## Features

`make_app()`, `register()`

## Usage

See [`docs/index.md`](docs/index.md) for the full guide.
