Metadata-Version: 2.4
Name: hello-sdk17
Version: 0.1.0
Summary: A simple example Python SDK
Author-email: Rohit <rohit.selvakumaran@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/RO-HIT17/Python_SDK
Keywords: sdk,example,hello
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# hello-sdk

A simple example Python SDK that says hello.

## Installation
```bash
pip install hello-sdk
```

```
from hello_sdk import HelloClient

client = HelloClient()
print(client.say_hello("World"))
```
---
