Metadata-Version: 2.1
Name: helloworld-dylanballback
Version: 0.0.1
Summary: Say, hello!
Home-page: https://github.com/dylanballback/packagetest
Author: Dylan Ballback
Author-email: Dylanballback19@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown

## Usage

```python
from helloworld import say_hello

# Generate "Hello, World!"
say_hello()

#Generate "Hello, Everybody!"
say_hello("Everybody")
```


