mmecius / calculator_tm

calculator project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Calculator

Calculator is Python package for performing calculation on supported operations.

Supported Operations

operator 	function
+ 	        addition
- 	        subtraction
* 	        multiplication
/ 	        division
√               root of number

Installation

pip install git+https://github.com/mmecius/calculator_tm

Configuration

Additional have to be installed:

pip install hypothesis
pip install pytest

Docker run

Additional have to be installed:

docker build -t calculator .

License

MIT

About

calculator project

License:MIT License


Languages

Language:Python 97.3%Language:Dockerfile 2.7%