Metadata-Version: 2.4
Name: math_pip
Version: 0.0.1
Summary: A small example package
Author-email: Rahul Kumar <rahul8969051051@gmail.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/pypa/sampleproject
Project-URL: Issues, https://github.com/pypa/sampleproject/issues
Keywords: subtract,add
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: opencv-contrib-python
Dynamic: license-file

# math_pip

This is an example Python package created by Rahul Kumar.

It provides additional math operations and utility functions.

---

## Installation

You can install the package via pip:

```bash
pip install math_pip
