Metadata-Version: 2.3
Name: simple-calculator-exl
Version: 0.1.1
Summary: A tiny example package providing simple math helpers.
License: MIT
Author: Dharmender Singh
Author-email: dharmender071999@gmail.com
Requires-Python: >=3.12,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Description-Content-Type: text/markdown

# simplemath

A tiny example package providing simple math helpers.

## Installation

Using pip (PyPI):

```bash
pip install simplemath

