Metadata-Version: 2.4
Name: jnr-greeting-utils
Version: 0.1.0
Summary: A simple greeting utility package
Author-email: Bevara Jnaneswara Rao <jnanesh.janu.b@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/JnaneswaraRao123/jnr-greeting-utils
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# my-package

A simple Python package that greets users.

## Installation
pip install my-package

## Usage
```python
from my_package import greet
print(greet("World"))
