Beancount statements (pdf and csv) importer for Caisse d'Epargne bank
Project description
Beancount Caisse d'Epargne Importer
beancount-ce
provides a statements (PDF and CSV) importer for the bank Caisse d'Epargne to the Beancount format.
Installation
$ pip install beancount-ce
Usage
Add CEImporter
to your Beancount importers config file.
IBAN_NUMBER_CE = 'FR00 1111 2222 3333 4444 5555 666'
CONFIG = [
CEImporter(
iban=IBAN_NUMBER_CE,
account='Assets:FR:CdE:CompteCourant',
expenseCat='Expenses:FIXME', #Optional
creditCat='Income:FIXME', #Optional
showOperationTypes=False #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-ce
-
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
.
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
Built Distribution
File details
Details for the file beancount_ce-1.2.0.tar.gz
.
File metadata
- Download URL: beancount_ce-1.2.0.tar.gz
- Upload date:
- Size: 10.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.11.1 Linux/6.2.0-39-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cd5dcee1ec8fa9dbdfb2b1a3d6ec3fe957d3c966514541a9b3bf10e4b4b891f2 |
|
MD5 | ff4ba41565c9b2b3327f05f4a607b9ed |
|
BLAKE2b-256 | 1e447ac3f7cbc5fdb1b2c837cec65082960f12ad36be8edf09327f17100db2af |
File details
Details for the file beancount_ce-1.2.0-py3-none-any.whl
.
File metadata
- Download URL: beancount_ce-1.2.0-py3-none-any.whl
- Upload date:
- Size: 13.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.11.1 Linux/6.2.0-39-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c1f91deea7b5e7e355ddaf21dc4bb558b7c74ae3f00411b1f28353965cca7618 |
|
MD5 | 9c1921267bb5c5bde34112556a317b41 |
|
BLAKE2b-256 | ad64bc55bc3224bdf8e580c300ada7ce827712fe535c4079ee7d29e5ea9f99b2 |