Metadata-Version: 2.4
Name: mylib_nidhi_jha
Version: 0.2
Summary: A simple hello world Python library
Author: Nidhi Jha
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: description
Dynamic: description-content-type
Dynamic: summary

# mylib_nidhi_jha

A simple Python library to demonstrate how to build and publish a Python package.

## Features
- Say hello to a user
- Easy to use functions

## Installation

pip install mylib-nidhi-jha

## Usage

from mylib import say_hello

print(say_hello("Nidhi"))

## Output

Hello Nidhi!
