Metadata-Version: 2.4
Name: puspa-the-calculator
Version: 1.1.0
Summary: A fully functional calculator by Puspa with history tracking.
Author: Puspa
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: requires-python
Dynamic: summary

# ðŸš€ Puspa Calculator

A professional Python calculator library.

---

## âœ¨ Features

- Addition
- Subtraction
- Multiplication
- Division
- Power
- Square Root
- Percentage

---

## ðŸ“¦ Installation

```bash
pip install puspa-the-calculator

from puspa_the_calculator import Calculator

calc = Calculator()

print(calc.add(5,3))

So:

- Usage goes in middle
- Author goes at bottom

After editing:
1. Save README.md
2. Rebuild library
3. Upload again to PyPI.

