Metadata-Version: 2.4
Name: fakehuop
Version: 2.0.0
Summary: Example PyPI package 
Author-email: fakehu <fakehu45@gmail.com>
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: groq

# Sample Package

This is a simple Python package published to PyPI.

## Installation

pip install sample-package

## Usage

from sample_package import add, greet

print(add(2,3))
print(greet("Mayank"))
