Metadata-Version: 2.4
Name: howdy-br47
Version: 0.0.1
Summary: A tiny example package
Author-email: Your Name <you@example.com>
License: MIT
Project-URL: Homepage, https://github.com/rusk-ey/howdy-br47
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# howdy-br47
A tiny example package.

## Usage
```python
from howdy-br47 import say_hello
print(say_hello("World"))
