Metadata-Version: 2.4
Name: prathamesh-greetcli
Version: 0.1.0
Summary: A simple greeting CLI built with Click and Poetry.
Author: Prathamesh Khedkar
Author-email: prathameshkhedkar50@gmail.com
Requires-Python: >=3.13
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: click (>=8.4.2,<9.0.0)
Description-Content-Type: text/markdown

# Prathamesh GreetCLI

A simple greeting CLI built with Click and Poetry.

## Installation

```bash
pip install prathamesh-greetcli
```

## Usage

```bash
greet Anvi
greet Anvay --shout
```

## License

MIT
