Metadata-Version: 2.4
Name: hello-satyam
Version: 0.1.0
Summary: A tiny Python hello library
Author-email: Satyam Rana <satyamranath@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/satyamrana/TestPyPi
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# hello-satyam

A tiny Python library to say hello.

## Install

```bash
pip install hello-satyam
```

## Usage

```python
from hello_satyam import say_hello

print(say_hello("Satyam"))
```
