Metadata-Version: 2.4
Name: hello-gunner
Version: 0.1.1
Summary: A simple example CLI that says hello — created by Gunner
Author-email: Gunner <pranesh@test.com>
License: MIT
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!
```
