Bank Parser Base Package for banks in Guatemala. Provides models and base structure
Project description
Bank Base Parser for Guatemala Banks
Base models and clases to build parsers for Guatemalan Banks.
This library provides only models and base structure to develop further integrations with each individual bank.
Supported banks
How to use it
Installation
pip install bank_base_gt
Example to get movements of all accounts of Banrural bank, you should install first, banrural library
Example
credentials = UserPasswordBankLogin(username="", password="")
def test():
with BanruralBank(credentials) as connection: # Login with bank and make sure that we logout after doing all operations
accounts = connection.fetch_accounts() # Fetch all accounts
for a in accounts:
a.fetch_movements(
datetime.date.today() - datetime.timedelta(days=20),
datetime.date.today() + datetime.timedelta(days=1),
)
# Fetch all movements
test()
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
bank_base_gt-0.5.1.tar.gz
(16.1 kB
view details)
Built Distribution
File details
Details for the file bank_base_gt-0.5.1.tar.gz
.
File metadata
- Download URL: bank_base_gt-0.5.1.tar.gz
- Upload date:
- Size: 16.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c98bdfc73d32c0105dfab54ee4788a5f044c43aa21711ef43c36608c7f0f7948 |
|
MD5 | c156b4b85cc6f917e6073669a87de8a5 |
|
BLAKE2b-256 | 778a8498485de252a668765db470f0141862cbcd598172ca9a6c3c2d9673666d |
File details
Details for the file bank_base_gt-0.5.1-py3-none-any.whl
.
File metadata
- Download URL: bank_base_gt-0.5.1-py3-none-any.whl
- Upload date:
- Size: 15.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e3c2d9db991f9d6b7137c5bbd27200da9d00a7e66e18fc8cf6b90015dff8e3bf |
|
MD5 | 5879868bcdca7cc61870946ed8ed3dcb |
|
BLAKE2b-256 | ee2493f6f702e1c8fc3905899599eefbb25244a5d2f5b3fa076c891bbf47ee75 |