Descricao da sua lib my_investimento
Project description
My Investimento
Uma biblioteca Python para cálculos de investimentos.
Instalação
Você pode instalar a biblioteca via pip:
pip install my_investimento
Uso
from core import calcular_retorno_investimento, calcular_juros_compostos
valor_inicial = 1000
valor_final = 1500
retorno = calcular_retorno_investimento(valor_inicial, valor_final)
print(f"Retorno do investimento: {retorno:.2f}%")
valor_final_juros = calcular_juros_compostos(valor_inicial, 6, 5)
print(f"Valor final com juros compostos: R${valor_final_juros:.2f}")
Licença
Distribuído sob a licença MIT. Veja LICENSE para mais informações
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file my_investimento-package-1.0.0.tar.gz.
File metadata
- Download URL: my_investimento-package-1.0.0.tar.gz
- Upload date:
- Size: 2.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0a802cb022a6fa6c7eb8534b410e71008b4ddec30baf1a6d53726e7ba3870446
|
|
| MD5 |
ab36666dfca537eebb7f12126cb9969b
|
|
| BLAKE2b-256 |
7ac88adb80e907d1946e058eef5c3689a9c625d0e775687c697f7ed93fab6ade
|
File details
Details for the file my_investimento_package-1.0.0-py3-none-any.whl.
File metadata
- Download URL: my_investimento_package-1.0.0-py3-none-any.whl
- Upload date:
- Size: 2.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dc725ed49f7a63232be99884b267395edc332d01c3e046cbab68ba6caee5a448
|
|
| MD5 |
0bcd272476b1e2c95db7e6f4ade014a8
|
|
| BLAKE2b-256 |
55dcb16ef6f542b5390b6b1745138d7f305ab7d57ccc4145e1bc28f8a5d7ca27
|