Metadata-Version: 2.4
Name: mymathlib_test
Version: 0.4
Summary: A simple math operations library for demo purposes
Author: nani123
Author-email: nanireddy8898@gmail.com
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: requires-python
Dynamic: summary

# mymathlib_test

`mymathlib_test` is a simple Python library that provides basic math operations such as addition, subtraction, multiplication, and division.  
It's perfect for beginners or anyone who needs quick and easy math functions without any extra dependencies.

## Features

- Add two numbers
- Subtract one number from another
- Multiply two numbers
- Divide one number by another (with zero division protection)

## Installation

Install the package easily with pip:

```bash
pip install mymathlib_test
