Metadata-Version: 2.4
Name: greetify
Version: 0.1.0
Summary: A simple greeting package
Author-email: Your Name <you@email.com>
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# greetify
A simple package to greet people.

## Install
    pip install greetify

## Usage
    from greetify import greet
    print(greet("Alice"))
    print(greet("Alice", "morning"))
