Metadata-Version: 2.4
Name: caipi-cli
Version: 0.0.1
Summary: caipi command line interface
Author: Paul-Louis Pröve
Author-email: Paul-Louis Pröve <plp@workgenius.com>
License-Expression: MIT
License-File: LICENSE
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development
Requires-Dist: typer>=0.12
Requires-Python: >=3.12
Description-Content-Type: text/markdown

# caipi

A small command line tool. Early placeholder release, real functionality coming soon.

## Install

```bash
pip install caipi
# or
uv tool install caipi
```

## Usage

```bash
caipi hello
caipi hello --name Paul
caipi version
```
