Metadata-Version: 2.5
Name: ImkGreet
Version: 1.0.1
Summary: A minimal hello world package.
License: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# ImkGreet

A minimal hello world package.

```python
from imkgreet import hello

print(hello())        # Hello, world!
print(hello("you"))   # Hello, you!
```
