Metadata-Version: 2.4
Name: fun-text-joe-demo
Version: 0.0.2
Summary: A small example package creating fun text greetings
Author-email: Joe <joe@example.com>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# Fun Text Joe

This is a simple demo package created to learn how to publish to PyPI.

## Installation

```bash
pip install fun-text-joe-demo
```

## Usage

```python
from fun_text_joe import magic_greet

print(magic_greet("World"))
```
