Metadata-Version: 2.1
Name: calculator_fchapuis
Version: 1.0.1
Summary: calculator_package
Author-email: Fabiano Chapuis <fabiano.chapuis@gmail.com>
Description-Content-Type: text/markdown
Classifier: License :: OSI Approved :: MIT License
Project-URL: Home, https://github.com/TuringCollegeSubmissions/fchapu-DWWP.1.5.git

# Sprint 1

## Part 5: Calculator

### Overview

This project is a simple calculator that can perform basic arithmetic operations.
It uses a value memory that is set to 0 by default and can be modified by the user.

### Features

[List the key features of the project]

### Installation

[Provide instructions on how to install the project]

### Usage

[Explain how to use the project and provide examples]

### Testing

To run the unit tests, execute the following commands from the _**calculator_package/tests**_ folder of this project:

```bash
# 1. Install testing requirements:
>> pip install -r requirements.txt

# 2. Execute pytest from the root of this project
>> pytest -v test_calculator.py
```

### Contributing

Feel free to contribute with comments and suggestions to this project.

### License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

### Change Log

Updates and changes can be followed in the [CHANGELOG.md](CHANGELOG.md) file.

