Metadata-Version: 2.4
Name: idade_calculator
Version: 0.0.1
Summary: Calculadora de Idade
Home-page: https://github.com/FabricianoGiovanelli/simple-package-template.git
Author: Fabriciano
Author-email: fgs85@live.com
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-python
Dynamic: summary

# idade_calculator

Description. 
The package idade_calculator is used to:
	- Calculador de idade

## Installation

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

```bash
pip install idade_calculator
```

## Usage

```python
from idade_calculator import idade_calculator
idade_calculator.idade_calculator()
```

## Author
Giovanelli

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