Beancount Importer for ING-DiBa (DE) CSV exports
Project description
Beancount ING-DiBa Importer
beancount-ing-diba provides an Importer for converting CSV exports of
ING-DiBa (Germany) account summaries to the Beancount format.
Installation
$ pip install beancount-ing-diba
In case you prefer installing from the Github repository, please note that
develop is the development branch so stable is what you should be installing
from.
Usage
If you're not familiar with how to import external data into Beancount, please read this guide first.
Adjust your config file to include the provided ECImporter. A sample
configuration might look like the following:
from beancount_ing_diba import ECImporter
CONFIG = [
# ...
ECImporter(
IBAN_NUMBER,
'Assets:INGDiBa:EC',
'Max Mustermann',
file_encoding='ISO-8859-1',
),
# ...
]
Once this is in place, you should be able to run bean-extract on the command
line to extract the transactions and pipe all of them into your Beancount file.
$ bean-extract /path/to/config.py transaction.csv >> you.beancount
Contributing
Contributions are most welcome!
Please make sure you have Python 3.6+ and Poetry installed.
- Clone the repository:
git clone https://github.com/siddhantgoel/beancount-ing-diba - Install the packages required for development:
poetry install - That's basically it. You should now be able to run the test suite:
poetry run py.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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file beancount-ing-diba-0.5.0.tar.gz.
File metadata
- Download URL: beancount-ing-diba-0.5.0.tar.gz
- Upload date:
- Size: 5.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.4 CPython/3.8.5 Linux/5.8.0-50-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e9bd1d3e32621131e3caf43eafde24f0955d0297f6eea912ec5b03c9866946f0
|
|
| MD5 |
b5b5c5a5a42afa8c8313c7f9de93c6be
|
|
| BLAKE2b-256 |
2f62ba6f16bd96d0a04e6432ea67f7d612dbb8605be2c2d883711adba53934d0
|
File details
Details for the file beancount_ing_diba-0.5.0-py3-none-any.whl.
File metadata
- Download URL: beancount_ing_diba-0.5.0-py3-none-any.whl
- Upload date:
- Size: 6.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.4 CPython/3.8.5 Linux/5.8.0-50-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4862c54cafeced70868ec68e1e5bf1e20853587ca4a108de2b71c5fc5d384a1d
|
|
| MD5 |
1421bf95af71a32b22af4a70138af873
|
|
| BLAKE2b-256 |
500fc848fa42ac715e5e6d22ec5ace81c1b5dad45d033984bd75050be5fc2056
|