Metadata-Version: 2.4
Name: varshas-math-lib
Version: 0.1.0
Summary: A simple math library for basic arithmetic operations
Author: Varsha
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: description
Dynamic: description-content-type
Dynamic: requires-python
Dynamic: summary

# Varsha Math Lib

A simple Python math library for basic arithmetic operations.

## Features

- Addition
- Subtraction
- Multiplication
- Division

## Installation

pip install varsha-math-lib

## Usage

```python
from math_lib import add

print(add(5, 3))
