Metadata-Version: 2.4
Name: simple-greeter-cli
Version: 0.1.0
Summary: A very basic command-line interface (CLI) tool that greets a user.
Author-email: Thceth <your-apurv28sonawane@gmail.com>
Project-URL: Homepage, https://github.com/Thceth/simple-greeter-cli
Project-URL: Bug Tracker, https://github.com/Thceth/simple-greeter-cli/issues
Project-URL: Source, https://github.com/Thceth/simple-greeter-cli
Keywords: greeter,cli,example
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# Simple Greeter CLI

A very basic command-line interface (CLI) tool written in Python that greets a user.

## Installation (after publishing to PyPI)

```bash
pip install simple-greeter-cli
