0 purchases
beancountchase 1.0.0
Beancount Chase Bank Importer
beancount-chase is a Beancount importer for Chase Bank CSV statements.
Installation
$ pip install beancount-chase
Usage
CONFIG = [
ChaseImporter(
account='Assets:US:CB:Checking',
expenseCat='Expenses:FIXME', #Optional
creditCat='Income:FIXME', #Optional
),
]
Contribution
Feel free to contribute!
Please make sure you have Python 3.6+ and Poetry installed.
Git clone the repository - git clone https://github.com/ArthurFDLR/beancount-chase
Install the packages required for development - poetry install
That's basically it. You should now be able to run lint checks and the test suite - make lint test.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.