Unofficial client to access your Itaú bank data
Documentation: https://pyitau.readthedocs.io.
Status page: https://pyitau.betteruptime.com/
Installation
pip install pyitau
How to Use
from pyitau import Itau
# Login
itau = Itau(agency='0000', account='12345', account_digit='5', password='012345')
itau.authenticate()
itau.get_statements()
Contributing
Contributions are welcome, feel free to open an Issue or Pull Request.
Pull requests must be for the develop branch.
git clone https://github.com/lucasrcezimbra/pyitau
cd pyitau
git checkout develop
python -m venv .venv
pip install -r requirements-dev.txt
pre-commit install
pytest
Release files for pyitau 1.3.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pyitau-1.3.1.tar.gz | 18.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pyitau-1.3.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:34.6 kB
Release files / pyitau-1.3.1.tar.gz
| Download URL | pyitau-1.3.1.tar.gz |
|---|---|
| Size | 18.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
fdff57dd1839f2082eadf535b0254641eed646f2fb81ae02b4a93451b2bfd8d0
|
|
BLAKE2b-256 checksum How to use checksums |
07b1ae1a9ca6563ed59100652ccf7be99e66cbc12ca4b2b1a68caf5c2a18f2cd
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.18
|
Release files / pyitau-1.3.1-py3-none-any.whl
| Download URL | pyitau-1.3.1-py3-none-any.whl |
|---|---|
| Size | 15.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
d71ca2b82c2f7ad346673360df6454236da3259c8d3a6af142f6bd66041b0a54
|
|
BLAKE2b-256 checksum How to use checksums |
f25003863bbbf667dfe39e2ef62bec61c6adf46940d41fa92aaa66813149d3f4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.18
|