Metadata-Version: 2.1
Name: package-test-calculator
Version: 0.0.1
Summary: test package
Home-page: https://github.com/VitorFran1337/package-test-calculator
Author: VitorFran1337
Author-email: vitor.pereira0437@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Requires-Python: >=3.0
Description-Content-Type: text/markdown

# Package-test-calculator

Description. 
This package was created as a test to better understand package creation and publication.

## Installation

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install package-test-calculator

```bash
pip install package-test-calculator
```

## Usage

```python
from calculator import calc
calculator.add()
calculator.sub()
calculator.mult()
calculator.div()
```

## Author
VitorFran1337

## License
[MIT](https://choosealicense.com/licenses/mit/)

