Metadata-Version: 2.1
Name: simple_calculator_pws
Version: 0.0.1
Summary: Calculadora básica para demonstração de criação de pacote
Home-page: https://github.com/PauloWilly/DIO_Projetos/Criacao_Pacotes_Python
Author: Paulo William
Author-email: ziunewill@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# simple_calculator_pws

Description. 
The package simple_calculator_pws is used to:
	- Soma	
	- SubtraÃ§Ã£o 
	- MultiplicacÃ£o
	- DivisÃ£o

## Installation

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

```bash
pip install simple_calculator_pws
```

## Usage

```python
from simple_calculator_pws import operations
operacoes.soma() para somar os valores
operacoes.subtracao() para subtrair os valores
operacoes.multiplicacao() para multiplicar os valores
operacoes.divisao() para dividir os valores
```

## Author
Paulo William

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

