BAI File Parser
Project description
Python module for parsing and writing Bai files.
Built on top of BAI2 Python package with additional Export features added
Requirements
Python 3.3+ are supported.
Installation
pip install bai-file-processor
Usage
To use bai file processor in a project
from bai_file_processor import bai_parser
# parse from a file & export as CSV (summary & Transactions)
bai_parser.extract_bai_components('XXXXX.bai', export_csv=True, filepath='output')
# parse from a file & extract data as dictionary
header_dict, grp_header_dict, list_transactions, summary_accounts = bai_parser.extract_bai_components('XXXX.bai')
# WIth debug
bai_parser.extract_bai_components('XXXX.bai',debug=True)
Models
Models structure:
Bai2File
Bai2FileHeader
Group
GroupHeader
Account
AccountIdentifier
TransactionDetail
AccountTrailer
GroupTrailer
Bai2FileTrailer
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
bai_file_processor-1.0.0.tar.gz
(22.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file bai_file_processor-1.0.0.tar.gz.
File metadata
- Download URL: bai_file_processor-1.0.0.tar.gz
- Upload date:
- Size: 22.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.3 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6993e5cf3862180efeb9c02895026ed3e388708b019580e3b0b390864d528116
|
|
| MD5 |
41d3b6e3a733aed6908205893b85959a
|
|
| BLAKE2b-256 |
b0de85eb34698b25594758a60610575fadc956078b20630f0fc915f1338b2f5a
|
File details
Details for the file bai_file_processor-1.0.0-py2.py3-none-any.whl.
File metadata
- Download URL: bai_file_processor-1.0.0-py2.py3-none-any.whl
- Upload date:
- Size: 19.6 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.3 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
013cd494fc42ff54ce95cbd60bb55e7fdfed4ab17fee8a3d81fce95749033a90
|
|
| MD5 |
0af04c79c9a5f4c191f7a5568b05b6f3
|
|
| BLAKE2b-256 |
82b41fb5cfb99665949893d5181ad76bdd8e6ad4ef4fbfcb836c353bc2458b97
|