{ "info": { "author": "jeeva", "author_email": "jeeva@helixta.com.au", "bugtrack_url": null, "classifiers": [], "description": "# ABA Parser/Reporter in Python #\n\nABA (Australian Bankers Association or Cemtext file format) is the standard format all Australian online banks accept. This is an archaic fixed file format, and it's hard to eye-ball for correctness.\n\nThis script serves currently serves 2 purposes\n\n 1. A python library to parse ABA files.\n 2. A basic command line report of all the debit transactions in the ABA file (I use this to sanity check payments out of Xero)\n\n## Usage ##\n`\n$ python abaparser.py < path/to/FILE.ABA\n`\n\nThe output will be something like this\n\n```\nContractors\n012-327\t293353749\tJohn Doe\tContractor Payment\t1220.00\n082-406\t598209320\tJane Doe\tContractor Payment\t6600.00\n```", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/helix-collective/abaparser", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "abaparser", "package_url": "https://pypi.org/project/abaparser/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/abaparser/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/helix-collective/abaparser" }, "release_url": "https://pypi.org/project/abaparser/0.1/", "requires_dist": null, "requires_python": null, "summary": "UNKNOWN", "version": "0.1" }, "last_serial": 1492279, "releases": { "0.1": [] }, "urls": [] }