Metadata-Version: 2.1
Name: anurag-simplecalculator
Version: 0.0.3
Summary: A very basic calculator
Home-page: https://github.com/anuragpatil94/simplecalculator
Author: Anurag Patil
Author-email: UNKNOWN
License: MIT
Keywords: calculator,educative,example
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Education
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3

# SimpleCalculator

This is a very simple calculator library following a tutorial.

## Install

`pip install anurag-simplecalculator`


# Changelog

All notable changes to this project will be documented in this file.

## [0.0.1] - 2020-12-16

> FIRST RELEASE

- **Added**
  - Add Funtion
  - Subtract Function
  - Divide Function
  - Multiply Function

## [0.0.2] - 2020-12-16

- **Added**
  - Added new Divide Function tests

- **Fixed**
  - Fixed Divide Function raises ZeroDivisionError when denominator is 0

## [0.0.3] - 2020-12-16

- **Added**
  - Added Modulo function



