Metadata-Version: 2.1
Name: palbasiccalculator
Version: 0.0.1
Summary: A very basic calculator
Home-page: 
Author: Pallavi Moulick
Author-email: pmoulick21@gmail.com
License: MIT
Keywords: calculator
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Education
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.11
License-File: LICENCE.txt

This is a personal project to test out creating packages in python. Inspiration taken from Joshua Lowe.

This is a very simple calculator which takes two numbers and performs these four operations : Add, Subtract, Multiply and Divice

Change Log
============

0.0.1 (24/08/2024)
-------------------
- First Release
