Metadata-Version: 2.1
Name: mini-python-calculator
Version: 0.1.0
Summary: A minimal Python calculator with add, subtract, multiply and divide
Author-email: Create MERN App <mernjscommunity@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/mernjs/GenAI/tree/main/02-language-comparison
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# mini-python-calculator

A minimal Python calculator package with basic arithmetic operations.

## Installation

```bash
pip install mini-python-calculator
```
