Metadata-Version: 2.4
Name: ay_math
Version: 0.0.1
Summary: A small mathematics package that allow to solve the different mathematics operation such as area of circle,square,traiangle
Author-email: Anuj <anujraoshab45@gmail.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/pypa/sampleproject
Project-URL: Issues, https://github.com/pypa/sampleproject/issues
Keywords: area of square,area of traiangle,area of circle,add two number
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.1
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# My Library
This library provides simple math operations.

## Installation
pip install ay_math

## Usage
from ay_math.main import add
print(add(90, 10)) 
