Metadata-Version: 2.1
Name: calculator_aura
Version: 0.0.2
Summary: Python package performing simple calculator functions
Author-email: Aura Milasiute <milasiute.aura@gmail.com>
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Classifier: License :: OSI Approved :: MIT License
Project-URL: Homepage, https://github.com/auramila/calculator

## Project Title

Calculator is a Python package for performing simple calculator functions:

addition (+)
subtraction (-)
multiplication (*)
division (/)
root of number (√)

## Installation

pip install git+https://github.com/auramila/calculator

# Prerequisites

Additional have to be installed: 
docker build -t calculator .

## Authors

**Aura Milasiute** - [GitHub](https://github.com/auramila)

## License

This project is licensed under the MIT License - https://choosealicense.com/licenses/mit/

## Acknowledgments

Thank you Turing College

