Metadata-Version: 2.1
Name: suriyaunittestdf
Version: 0.0.1
Summary: suriyaunittestdf!
Home-page: UNKNOWN
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown

# Hello World

This is an example project demonstrating how to publish a python module to PyPI

## Installation

Run the following to install

...python
pip install suriyahelloworld
'''

## Useage
>>> from suriyahelloworld import say_hello
>>> say_hello("Suriya")
'Hello, Suriya!'
>>> say_hello()
'hello, World!'

