A module to parse AEB43 files
Project description
aeb43 is a parser for AEB43 files.
Nutshell
Import:
>>> import os >>> from aeb43 import AEB43
Instantiate:
>>> aeb43 = AEB43('aeb43/AEB43.txt')
The accounts:
>>> len(aeb43.accounts) 1 >>> account = aeb43.accounts[0] >>> account.number '0001414452' >>> account.start_date datetime.date(2018, 3, 18) >>> account.end_date datetime.date(2018, 3, 20) >>> account.initial_balance Decimal('3005') >>> account.final_balance Decimal('2994.02') >>> account.currency '978'
The transactions:
>>> len(account.transactions) 1 >>> transaction = account.transactions[0] >>> transaction.transaction_date datetime.date(2018, 3, 19) >>> transaction.value_date datetime.date(2018, 3, 19) >>> transaction.amount Decimal('-10.98') >>> transaction.shared_item '12' >>> transaction.own_item '408' >>> transaction.document '0000000000' >>> transaction.reference1 '000000000000' >>> transaction.reference2 '5540014387733014' >>> transaction.items ['COMPRA TARG 5540XXXXXXXX3014 DNH*MICHA', 'EL SCOTT']
To report issues please visit the aeb43 bugtracker.
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
aeb43-0.1.0.tar.gz
(6.6 kB
view details)
Built Distribution
aeb43-0.1.0-py3-none-any.whl
(5.1 kB
view details)
File details
Details for the file aeb43-0.1.0.tar.gz
.
File metadata
- Download URL: aeb43-0.1.0.tar.gz
- Upload date:
- Size: 6.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0ff0cc5ccdd916859bad03171de0953e92ead8beb1cb2537d5082d3e7ec36f9f |
|
MD5 | cbbee251b61bafbab59c2b190008ac3a |
|
BLAKE2b-256 | 675a92c043e94972093fda2a27928ac4c3d96dcaa1453a12e699d779e5076cf5 |
File details
Details for the file aeb43-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: aeb43-0.1.0-py3-none-any.whl
- Upload date:
- Size: 5.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0c844ecc869b696951f248a56cf7fbbddcddd7a3897e8d7d163866c6ecf743b8 |
|
MD5 | a76282db1c6bd587e0a29bfb09e691c0 |
|
BLAKE2b-256 | 6df93aabbf131b57b87ff2cbc9c2e16b001c05388daa402c18ed3c0a8adb9595 |