Metadata-Version: 2.4
Name: investimentos_mdoug-package
Version: 1.0.0
Summary: Descricao da sua lib investimentos_mdoug
Home-page: https://github.com/Mdoug8/investimentos_mdoug
Author: Matheus Araujo
Author-email: mdra.eng18@uea.edu.br
License: MIT
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: summary

# Investimentos_mdoug

A simple example library.

## Installation

```sh
pip install -e .
```

## Usage

```python
from investimentos_mdoug.investimentos_mdoug import calcular_retorno_investimento

print(calcular_retorno_investimento(1000, 1500))
```

## Licença

Distribuido sob a licença MIT. Veja `License` para mais informações.'
