Beancount Importer for Caisse d'Epargne PDF statement exports
Project description
Beancount Caisse d'Epargne Importer
beancount-ce
provides a PDF statements importer for the bank Caisse d'Epargne to the Beancount format.
Installation
$ pip install beancount-ce
Usage
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/siddhantgoel/beancount-n26
-
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
beancount-ce-1.0.2.tar.gz
(8.5 kB
view details)
Built Distribution
File details
Details for the file beancount-ce-1.0.2.tar.gz
.
File metadata
- Download URL: beancount-ce-1.0.2.tar.gz
- Upload date:
- Size: 8.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.0b2 CPython/3.7.9 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2c7014d21bfec1c8829055bdcbb205c900d178f942a6ba6fb383dc009efde106 |
|
MD5 | 129fdcb5fb08fd47308f3fdb9031d95b |
|
BLAKE2b-256 | cea44319d8f9b32c4cd676a713eba70eae264e2ee9152577f78780a8346572d0 |
File details
Details for the file beancount_ce-1.0.2-py3-none-any.whl
.
File metadata
- Download URL: beancount_ce-1.0.2-py3-none-any.whl
- Upload date:
- Size: 10.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.0b2 CPython/3.7.9 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e739b53a36d99e999a64caf20e31266e38a58f1a2f283fe6bc68db5ad8d3ed84 |
|
MD5 | b92c2adb0d9052b3b2a316f7c7d58e11 |
|
BLAKE2b-256 | 6ccca53985d98d5b77ade8d48c52311838dc74b23a6cac5c93386fd3e3027406 |