Beancount statements (pdf and csv) importer for Caisse d'Epargne bank
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/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
beancount-ce-1.0.3.tar.gz
(9.7 kB
view details)
Built Distribution
File details
Details for the file beancount-ce-1.0.3.tar.gz
.
File metadata
- Download URL: beancount-ce-1.0.3.tar.gz
- Upload date:
- Size: 9.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.3 CPython/3.7.9 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4e711e7ea990e53738d363171297561ab4fe6e845a072e0e714f43f74cd98c91 |
|
MD5 | d6726d1ee1324526816a449c6be8114e |
|
BLAKE2b-256 | 8e882b4e4c49ef212023d2daab5932f4be0b5609bb478e169fb3d7d56d1a4c90 |
File details
Details for the file beancount_ce-1.0.3-py3-none-any.whl
.
File metadata
- Download URL: beancount_ce-1.0.3-py3-none-any.whl
- Upload date:
- Size: 13.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.3 CPython/3.7.9 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d2797a86ce3d13a3f2e370226f1834918c074cd9be0fe80db7bd8ba1d96b2586 |
|
MD5 | 7a1b607a7cc1ec6087a0970b3e405737 |
|
BLAKE2b-256 | 79f68ce612010942fad4db4e63dfc440737c6ac957a8bceafb93445984a6b55c |