Uma biblioteca para cálculos financeiros básicos
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
investimentospy-0.1.0.tar.gz
(2.2 kB
view details)
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 investimentospy-0.1.0.tar.gz.
File metadata
- Download URL: investimentospy-0.1.0.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6abd73685097a1baec84b175fab399e81ca9bc9009ad02cff245eac9667608ba
|
|
| MD5 |
7f30ad3454ee3dadadfeabfac52e3565
|
|
| BLAKE2b-256 |
8bedf3e3482774b6a99a37213798d4016596c526a3a3f639334d78e087af5e4e
|
File details
Details for the file investimentospy-0.1.0-py3-none-any.whl.
File metadata
- Download URL: investimentospy-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d4f5991154046f99d3a317f0c29aeaeafdd71d41f4d6c65bcb2ccf8dd467fb75
|
|
| MD5 |
e4a65433548200f9686142c59c046224
|
|
| BLAKE2b-256 |
8506d89a634e6ff2fd2ccf23ad9e741d91aa2c288c01502311bd4ee6861129e9
|