Metadata-Version: 2.4
Name: alissimplemath
Version: 0.0.2
Summary: Um pacote simples de operações matemáticas para fins de aprendizado
Home-page: https://github.com/alissonguarnier/simple-package-template.git
Author: Alisson Guarniêr
Author-email: alisson.dfla@hotmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENCE
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python
Dynamic: summary

# Mathsimple

Este Ã© um pacote de exemplo para realizar operaÃ§Ãµes matemÃ¡ticas simples: adiÃ§Ã£o e subtraÃ§Ã£o.

## InstalaÃ§Ã£o

```bash
pip install alissonimplemath
```

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

## Usage

```
from mathsimple import somar, subtrair

print(somar(2, 3))      # SaÃ­da: 5
print(subtrair(5, 3))   # SaÃ­da: 2
```

## Author
[Alisson GuarniÃªr AraÃºjo Faria](https://github.com/alissonguarnier)

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