Metadata-Version: 2.4
Name: hello-gunner
Version: 0.1.2
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-gunner

A minimal example Python package with CLI and type hints.

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

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