Skip to main content

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


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 hashes)

Uploaded Source

Built Distribution

bai_file_processor-1.0.0-py2.py3-none-any.whl (19.6 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page