Metadata-Version: 2.4
Name: simple-calculator-exl
Version: 0.1.3
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
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: streamlit (>=1.50.0,<2.0.0)
Requires-Dist: streamlit-aggrid (>=1.1.9,<2.0.0)
Description-Content-Type: text/markdown

# simplemath

A tiny example package providing simple math helpers.

## Installation

Using pip (PyPI):

```bash
pip install simplemath

