Client to consume Banco Inter APIs
Project description
Banco Inter
Client to consume Banco Inter APIs
- Documentation: https://bancointer.readthedocs.io.
Installation
pip install bancointer
How to Use
from datetime import date
from inter import Inter
inter = Inter(
"YOUR_CLIENT_ID",
"YOUR_CLIENT_SECRET"
'/path/to/certificado.crt',
'/path/to/chave.key',
)
# get September/2022 statements
inter.get_statements(date(2022, 9, 1), date(2022, 9, 30))
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/bancointer
cd bancointer
git checkout develop
python -m venv .venv
source .venv/bin/activate
pip install .[test]
pre-commit install
pytest
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
bancointer-0.0.3.tar.gz
(12.2 kB
view details)
Built Distribution
File details
Details for the file bancointer-0.0.3.tar.gz
.
File metadata
- Download URL: bancointer-0.0.3.tar.gz
- Upload date:
- Size: 12.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
ccdf05f16f3d4d5cdd3cfb1ad14b21311e79ddb851747f601c013e6a68d8a14f
|
|
MD5 |
783f0930dfe291325018a5480d4aacdb
|
|
BLAKE2b-256 |
1dadf47a971910ada782eb8c11a34a0641a8708f2d700417c96445d99f729bd9
|
File details
Details for the file bancointer-0.0.3-py3-none-any.whl
.
File metadata
- Download URL: bancointer-0.0.3-py3-none-any.whl
- Upload date:
- Size: 12.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
5749776a2ec06067ffcfff68693cdc8e8fec6b4648c7c41f926041ce8af4a5b4
|
|
MD5 |
4c6a9ab4cafd490c901d5c3197d86eaf
|
|
BLAKE2b-256 |
8182af9a613fc0d1512a14754843bc47c42698640046df34d0a9874656c23ac5
|