Metadata-Version: 2.1
Name: yashas_maths
Version: 0.0.1
Summary: A simple Python package for basic arithmetic operations
Home-page: https://github.com/yourusername/s_modules
Author: Yashas
Author-email: yashasdr007@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# yashas_maths

`yashas_maths` is a simple Python package that provides basic arithmetic operations such as addition, subtraction, multiplication, division, exponentiation, modulo, and floor division.

## Installation

You can install the package using:

```bash
pip install yashas_maths
