Skip to main content

Uma biblioteca para cálculos de investimentos.

Project description

Meu Investimento

Uma biblioteca Python para cálculos de investimentos.

Instalação

Você pode instalar a biblioteca via pip:

pip install investpy-igorpestana

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}")

Para ver uma demonstração rápida, execute:

python -m investimentos

Estrutura de Pastas

investpy-igorpestana/
│
├── investimentos/
│   ├── __init__.py
│   ├── __main__.py
│   └── investimentos.py
│
├── examples/
│   └── demo.py
│
├── tests/
│   └── test_investimentos.py
│
├── setup.py
├── pyproject.toml
├── README.md
└── LICENSE

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

investpy_igorpestana-0.1.0-py3-none-any.whl (4.1 kB view details)

Uploaded Python 3

File details

Details for the file investpy_igorpestana-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for investpy_igorpestana-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 ba576489c4272c04ae8f1bbbb4db08f950d41cf5d5d65dce15353a67e2969667
MD5 b98ece07ecd6cdb0abf65a4a68f18d7c
BLAKE2b-256 7a7a503f632cd02a9e60c4a177c85b0757e036a7bf1b5ce2a0e46814720b5f3c

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page