Metadata-Version: 2.1
Name: hello_ridwaanhall
Version: 0.2.0
Summary: A package that says hello to Ridwaan
Home-page: https://github.com/ridwaanhall/hello_ridwaanhall
Author: Ridwan Halim
Author-email: ridwaanhall.dev@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

# hello_ridwaanhall

A package that says hello to Ridwaan.

## Installation

```sh
pip install hello_ridwaanhall
```

## Usage

```python
from hello_ridwaanhall import hello

print(hello.hi())
```
