Metadata-Version: 2.1
Name: helloworld-marndr
Version: 0.0.1
Summary: say hello
Home-page: https://github.com/marndr/helloworld.git
Author: Maryam NAderi
Author-email: maryam.naderi@idiap.ch
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# Hello World

fdecedecvd vfvrdv


## Installation

Run the following
```
pip install helloworld
```

## Usgae
```python
from helloworld import say_hello

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

```
