Metadata-Version: 2.1
Name: simple-calulator-by-mk
Version: 0.1.2
Summary: A simple math library
Home-page: https://github.com/mohit-jha/simple-calculator
Author: Mohit Jha
Author-email: mohitjha1511@gmail.com
License: UNKNOWN
Platform: UNKNOWN
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

# Simple Calculator

This is a simple calculator package for Python that provides basic mathematical operations such as addition, subtraction, multiplication, and division.

## Installation
You can install the package using pip:

pip install simple-calulator-by-mk

