Metadata-Version: 2.4
Name: greet_anyone
Version: 0.0.2
Summary: An example library and cli to greet anyone.
Author-email: rotgruengelb <daniel+python-package-template@rotgruengelb.net>
License: MIT
Project-URL: Homepage, https://github.com/rotgruengelb/python-package-template
Project-URL: Documentation, https://github.com/rotgruengelb/python-package-template#readme
Project-URL: Source, https://github.com/rotgruengelb/python-package-template
Project-URL: Tracker, https://github.com/rotgruengelb/python-package-template/issues
Keywords: cli,tool
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: Topic :: Utilities
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# greet_anyone

An example library and cli to greet anyone.

## Usage

### CLI

```
usage: cli.py [-h] [--exited EXITED] who

Greet anyone.

positional arguments:
  who              who to greet

options:
  -h, --help       show this help message and exit
  --exited EXITED  adds a exclamation point at the end
```

#### Examples
```sh
greet_anyone Traveler --exited true
```

## Features
- Greet anyone
