Metadata-Version: 2.4
Name: hello-gunner
Version: 0.1.0
Summary: Tiny example package with a CLI and type hints
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# hello-pkg

A minimal example Python package with CLI and type hints.

## Installation
```bash
pip install hello-pkg
```

## Usage
```bash
hello World
# -> Hello, World!
```
