Descricao da sua lib AIF1C2A3
Project description
Meu Investimento
Uma biblioteca Python para cálculos de investimentos.
Instalação
Você pode instalar a biblioteca via pip:
pip install meu_investimento
Uso
from investimentos 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}")
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 aif1c2a3_package-1.0.0.tar.gz.
File metadata
- Download URL: aif1c2a3_package-1.0.0.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ad876f413ecd94d225cde4434054006aad1a78ff6017fd6df04d8215bb9e1d87
|
|
| MD5 |
8b6a13b9fd43147447643ca4a793c1dd
|
|
| BLAKE2b-256 |
8811cc05caa4e4dcca0bd6c26d4933001fe418579561d0d58746fbe1b38443b4
|
File details
Details for the file aif1c2a3_package-1.0.0-py3-none-any.whl.
File metadata
- Download URL: aif1c2a3_package-1.0.0-py3-none-any.whl
- Upload date:
- Size: 2.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6c7ebefdfa9edaaf5693585a1465a5dfce8a64d524b35ce1fc3f20ccdcc2e267
|
|
| MD5 |
0a0deecb21ea911a187a1fc22a652d87
|
|
| BLAKE2b-256 |
9507a35e5de7c3e71b8e6bdba9506fde90e176491a4eac883bd4acac47876676
|