Metadata-Version: 2.1
Name: dados_moeda
Version: 0.0.1
Summary: Data conversion
Home-page: https://github.com/rodrigo1708/dados_moeda.git
Author: Rodrigo França
Author-email: rodrigo_franca92@hotmail.com
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# dados_moeda

Description. 
The package dados_moeda is used to:
Data treatment
	- Validate data input from user
Coin conversion
	- aumentar: increases the value entered by user
	- diminuir: decreases the value entered by user
	- dobro: doubles the value entered by user
	- metade: divide in half the value entered by the user
	- moeda: formats the decimal separator from point to comma
	- resumo: returns a summary of all other previous functions

## Installation

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

```bash
pip install dados_moeda
```

## Author
Rodrigo Franca

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