Metadata-Version: 2.4
Name: yashcalculator
Version: 1.0.0
Summary: A simple calculator Python library
Author: Yashaswini
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# Yash Calculator

Simple Python calculator library.

## Installation

pip install yashcalculator

## Usage

from yashcalculator import add

print(add(2,3))
